]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Build(deps-dev): Bump the dev dependencies with 2 updates (#42395)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 5 May 2026 16:14:57 +0000 (18:14 +0200)
committerGitHub <noreply@github.com>
Tue, 5 May 2026 16:14:57 +0000 (18:14 +0200)
Bumps the development-dependencies group with 2 updates: [postcss](https://github.com/postcss/postcss) and [terser](https://github.com/terser/terser).

Updates `postcss` from 8.5.10 to 8.5.12
- [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.10...8.5.12)

Updates `terser` from 5.46.1 to 5.46.2
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.46.1...v5.46.2)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: terser
  dependency-version: 5.46.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 426508e5d98e9ef617ff574419b0336e0a6303c3..7a831c0724fd35f889de3a45c5f23ba026f6a8ec 100644 (file)
@@ -74,7 +74,7 @@
         "mime": "^4.1.0",
         "nodemon": "^3.1.14",
         "npm-run-all2": "^8.0.4",
-        "postcss": "^8.5.10",
+        "postcss": "^8.5.12",
         "postcss-cli": "^11.0.1",
         "prettier": "^3.8.3",
         "prettier-plugin-astro": "^0.14.1",
@@ -89,7 +89,7 @@
         "shelljs": "^0.10.0",
         "stylelint": "16.26.1",
         "stylelint-config-twbs-bootstrap": "^16.1.0",
-        "terser": "^5.46.1",
+        "terser": "^5.46.2",
         "unist-util-visit": "^5.1.0",
         "vnu-jar": "25.11.25",
         "zod": "^4.3.6"
       }
     },
     "node_modules/postcss": {
-      "version": "8.5.10",
-      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
-      "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
+      "version": "8.5.12",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
+      "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
       "dev": true,
       "funding": [
         {
       }
     },
     "node_modules/terser": {
-      "version": "5.46.1",
-      "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.1.tgz",
-      "integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==",
+      "version": "5.46.2",
+      "resolved": "https://registry.npmjs.org/terser/-/terser-5.46.2.tgz",
+      "integrity": "sha512-uxfo9fPcSgLDYob/w1FuL0c99MWiJDnv+5qXSQc5+Ki5NjVNsYi66INnMFBjf6uFz6OnX12piJQPF4IpjJTNTw==",
       "dev": true,
       "license": "BSD-2-Clause",
       "dependencies": {
index 2f6ef383c7747a906117e81ecc3edfabafca6bf1..3333466c0bb0917abf75ef1cafa94ae509abce45 100644 (file)
     "mime": "^4.1.0",
     "nodemon": "^3.1.14",
     "npm-run-all2": "^8.0.4",
-    "postcss": "^8.5.10",
+    "postcss": "^8.5.12",
     "postcss-cli": "^11.0.1",
     "prettier": "^3.8.3",
     "prettier-plugin-astro": "^0.14.1",
     "shelljs": "^0.10.0",
     "stylelint": "16.26.1",
     "stylelint-config-twbs-bootstrap": "^16.1.0",
-    "terser": "^5.46.1",
+    "terser": "^5.46.2",
     "unist-util-visit": "^5.1.0",
     "vnu-jar": "25.11.25",
     "zod": "^4.3.6"