From acf463b6371fec193c368b43202595b0b2443d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 22:11:34 +0000 Subject: [PATCH] chore(deps): bump the npm-minor-patch group across 1 directory with 3 updates Bumps the npm-minor-patch group with 3 updates in the / directory: [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.1 to 14.0.5 - [Release notes](https://github.com/nolimits4web/Swiper/releases) - [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md) - [Commits](https://github.com/nolimits4web/Swiper/compare/v14.0.1...v14.0.5) Updates `@types/node` from 26.0.1 to 26.1.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `postcss` from 8.5.16 to 8.5.19 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.16...8.5.19) --- updated-dependencies: - dependency-name: swiper dependency-version: 14.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: postcss dependency-version: 8.5.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17f834f407a..ea9e50d1e61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,13 +20,13 @@ "glob": "^13.0.6", "gray-matter": "^4.0.3", "prismjs": "^1.30.0", - "swiper": "^14.0.1" + "swiper": "^14.0.5" }, "devDependencies": { "@playwright/test": "^1.61.1", - "@types/node": "^26.0.1", + "@types/node": "^26.1.1", "autoprefixer": "^10.5.2", - "postcss": "^8.5.16", + "postcss": "^8.5.19", "postcss-cli": "^11.0.1" } }, @@ -128,9 +128,9 @@ } }, "node_modules/@types/node": { - "version": "26.0.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz", - "integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==", + "version": "26.1.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", + "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", "dev": true, "license": "MIT", "dependencies": { @@ -1376,9 +1376,9 @@ } }, "node_modules/postcss": { - "version": "8.5.16", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", - "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", + "version": "8.5.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz", + "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==", "funding": [ { "type": "opencollective", @@ -1695,9 +1695,9 @@ } }, "node_modules/swiper": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-14.0.1.tgz", - "integrity": "sha512-dibQY282S5rn6S9Ba+GTIvofyY4Qujy526a0cPaJnjR2S18Z7HMGKZBr8k/3ukboeKW/ig5h0q//7CYip0MCQw==", + "version": "14.0.5", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-14.0.5.tgz", + "integrity": "sha512-SMSKS0sj+lPIFzngfIKb5cyBtzmAuJw7rXgXdyYiDReb+pSpJXuNljHYgT4DXa5Stnl2Ew2/Lam5ipv4PIqZ7A==", "funding": [ { "type": "custom", diff --git a/package.json b/package.json index 97ba8c9b7b5..8412a9ebccf 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "license": "ISC", "devDependencies": { "@playwright/test": "^1.61.1", - "@types/node": "^26.0.1", + "@types/node": "^26.1.1", "autoprefixer": "^10.5.2", - "postcss": "^8.5.16", + "postcss": "^8.5.19", "postcss-cli": "^11.0.1" }, "dependencies": { @@ -47,7 +47,7 @@ "glob": "^13.0.6", "gray-matter": "^4.0.3", "prismjs": "^1.30.0", - "swiper": "^14.0.1" + "swiper": "^14.0.5" }, "overrides": { "js-yaml": "^4.2.0"