From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:23:16 +0000 (+0200) Subject: Bump the dependencies with 3 updates (#42626) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df7372a40afe5526522c6aed7f3611da8f680a62;p=thirdparty%2Fbootstrap.git Bump the dependencies with 3 updates (#42626) Bumps the development-dependencies group with 3 updates in the / directory: [autoprefixer](https://github.com/postcss/autoprefixer), [postcss](https://github.com/postcss/postcss) and [prettier](https://github.com/prettier/prettier). Updates `autoprefixer` from 10.5.1 to 10.5.2 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.5.1...10.5.2) Updates `postcss` from 8.5.15 to 8.5.16 - [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.15...8.5.16) Updates `prettier` from 3.8.4 to 3.9.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.4...3.9.4) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: postcss dependency-version: 8.5.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: prettier dependency-version: 3.9.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 8e3fd264a5..8e222a4af1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/mime": "^4.0.0", "astro": "^7.0.3", "astro-broken-links-checker": "^1.1.0", - "autoprefixer": "^10.5.1", + "autoprefixer": "^10.5.2", "bootstrap-vscode-theme": "^0.0.9", "bundlewatch": "^0.4.2", "clipboard": "^2.0.11", @@ -77,10 +77,10 @@ "npm-run-all2": "^9.0.2", "pagefind": "^1.5.2", "playwright": "^1.61.0", - "postcss": "^8.5.12", + "postcss": "^8.5.16", "postcss-cli": "^11.0.1", "postcss-prefix-custom-properties": "^0.1.0", - "prettier": "^3.8.4", + "prettier": "^3.9.4", "prettier-plugin-astro": "^0.14.1", "rehype-autolink-headings": "^7.1.0", "remark": "^15.0.1", @@ -18546,9 +18546,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.16", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", + "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", "dev": true, "funding": [ { @@ -18870,9 +18870,9 @@ } }, "node_modules/prettier": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", - "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.4.tgz", + "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 52834a270e..0486169b51 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "@types/mime": "^4.0.0", "astro": "^7.0.3", "astro-broken-links-checker": "^1.1.0", - "autoprefixer": "^10.5.1", + "autoprefixer": "^10.5.2", "bootstrap-vscode-theme": "^0.0.9", "bundlewatch": "^0.4.2", "clipboard": "^2.0.11", @@ -181,10 +181,10 @@ "npm-run-all2": "^9.0.2", "pagefind": "^1.5.2", "playwright": "^1.61.0", - "postcss": "^8.5.12", + "postcss": "^8.5.16", "postcss-cli": "^11.0.1", "postcss-prefix-custom-properties": "^0.1.0", - "prettier": "^3.8.4", + "prettier": "^3.9.4", "prettier-plugin-astro": "^0.14.1", "rehype-autolink-headings": "^7.1.0", "remark": "^15.0.1",