]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump the dependencies with 3 updates (#42626)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 8 Jul 2026 16:23:16 +0000 (18:23 +0200)
committerJulien Déramond <juderamond@gmail.com>
Wed, 8 Jul 2026 16:25:07 +0000 (18:25 +0200)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
package-lock.json
package.json

index 8e3fd264a5026ce297b91f7325f33505c70c3704..8e222a4af177a922b565cbc248a3e8e7b1329037 100644 (file)
@@ -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",
         "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",
       }
     },
     "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": [
         {
       }
     },
     "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": {
index 52834a270e4fd1f7a260c8e2a9959fe716a70063..0486169b5137372f8c64237cb0235c6ace8fb8f5 100644 (file)
     "@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",
     "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",