Skip to content

chore(deps): bump the npm-minor-patch group with 3 updates - #431

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-ef7df7556e
Open

chore(deps): bump the npm-minor-patch group with 3 updates#431
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-ef7df7556e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 3 updates: swiper, @types/node and postcss.

Updates swiper from 14.0.7 to 14.1.0

Release notes

Sourced from swiper's releases.

v14.1.0

Bug Fixes

  • core: keep module defaults when params come from another realm (4bb6caf)
  • core: make elementOffset viewport-relative again (1115f9e), closes #8209
  • types: preserve module options in breakpoints (d598495), closes #8207
Changelog

Sourced from swiper's changelog.

14.1.0 (2026-08-06)

Bug Fixes

  • core: keep module defaults when params come from another realm (4bb6caf)
  • core: make elementOffset viewport-relative again (1115f9e), closes #8209
  • types: preserve module options in breakpoints (d598495), closes #8207
Commits

Updates @types/node from 26.1.2 to 26.2.0

Commits

Updates postcss from 8.5.25 to 8.5.26

Release notes

Sourced from postcss's releases.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).
Changelog

Sourced from postcss's changelog.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-minor-patch group with 3 updates: [swiper](https://github.com/nolimits4web/Swiper), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [postcss](https://github.com/postcss/postcss).


Updates `swiper` from 14.0.7 to 14.1.0
- [Release notes](https://github.com/nolimits4web/Swiper/releases)
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md)
- [Commits](nolimits4web/swiper@v14.0.7...v14.1.0)

Updates `@types/node` from 26.1.2 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `postcss` from 8.5.25 to 8.5.26
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.25...8.5.26)

---
updated-dependencies:
- dependency-name: swiper
  dependency-version: 14.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Dependency Update Analysis

This PR bundles 3 minor/patch npm updates. No GHSA/CVE security advisories are associated with these packages, but postcss 8.5.26 includes a notable defensive fix.


📦 Package Analysis

swiper: 14.0.7 → 14.1.0

  • Type: Direct dependency (package.json)
  • Usage: ❌ Not actively used — only referenced as commented-out @import lines in SCSS files
  • Changes: Bug fixes only (elementOffset viewport-relative fix, module defaults fix, type fixes)
  • Risk: ✅ None

@types/node: 26.1.2 → 26.2.0

  • Type: Direct dev dependency (package.json)
  • Usage: ✅ TypeScript type definitions used across the project
  • Changes: Type definition updates only
  • Risk: ✅ None — dev-only, no runtime impact

postcss: 8.5.25 → 8.5.26

  • Type: Direct dependency (package.json, used via postcss.config.js)
  • Usage: ✅ Actively used for CSS processing (PostCSS config present)
  • Changes:
    • Fixed list.split() regression
    • Track symlinks in path protection for source map loading — this resolves a potential path traversal concern when loading source maps via symlinks
  • Risk: ✅ Low — patch update, defensive security improvement

🔒 Security Note on PostCSS

The symlink-tracking fix in postcss 8.5.26 (Resolve symlinks before the previous-source-map containment check) is a hardening improvement for source map path protection. While no CVE has been assigned, updating is advisable as it closes a potential path traversal edge case in build tooling.


✅ Recommendation

Package Recommendation
swiper ✅ Safe to merge — minor update, package not actively used
@types/node ✅ Safe to merge — dev-only type update
postcss ✅ Safe to merge — patch with defensive security improvement

Overall: ✅ Safe to merge. All updates are patch/minor with no breaking changes expected. The postcss update includes a beneficial hardening fix.


This analysis was automatically generated by the Security Advisory Responder agent.

Generated by Security Advisory Responder for issue #431 · ● 217K ·

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants