]> 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)
committerJulien Déramond <juderamond@gmail.com>
Tue, 5 May 2026 16:17:05 +0000 (18:17 +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 7bbb57d7dfc099457ebe2dc3dfa4224ba69290d6..9315a9fb736d4af38d11549e75e6356ec59bdc4d 100644 (file)
@@ -78,7 +78,7 @@
         "npm-run-all2": "^8.0.4",
         "pagefind": "^1.5.0",
         "playwright": "^1.59.1",
-        "postcss": "^8.5.10",
+        "postcss": "^8.5.12",
         "postcss-cli": "^11.0.1",
         "prettier": "^3.8.3",
         "prettier-plugin-astro": "^0.14.1",
@@ -94,7 +94,7 @@
         "stylelint": "16.26.1",
         "stylelint-config-twbs-bootstrap": "^16.1.0",
         "stylelint-order": "^8.1.1",
-        "terser": "^5.46.1",
+        "terser": "^5.46.2",
         "unist-util-visit": "^5.1.0",
         "yaml": "^2.8.3",
         "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.14",
+      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
+      "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
       "funding": [
         {
           "type": "opencollective",
       }
     },
     "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 b63928b9c424a2ff4180384905efd017c9e9559e..5caf15d49ea5b8e00c2089c01ac53dc2ab82b51b 100644 (file)
     "npm-run-all2": "^8.0.4",
     "pagefind": "^1.5.0",
     "playwright": "^1.59.1",
-    "postcss": "^8.5.10",
+    "postcss": "^8.5.12",
     "postcss-cli": "^11.0.1",
     "prettier": "^3.8.3",
     "prettier-plugin-astro": "^0.14.1",
     "stylelint": "16.26.1",
     "stylelint-config-twbs-bootstrap": "^16.1.0",
     "stylelint-order": "^8.1.1",
-    "terser": "^5.46.1",
+    "terser": "^5.46.2",
     "unist-util-visit": "^5.1.0",
     "yaml": "^2.8.3",
     "zod": "^4.3.6"