From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 16:14:57 +0000 (+0200) Subject: Build(deps-dev): Bump the dev dependencies with 2 updates (#42395) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=acac994eb4df483e65e26ba3d75376b1eefa9f00;p=thirdparty%2Fbootstrap.git Build(deps-dev): Bump the dev dependencies with 2 updates (#42395) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 7bbb57d7df..9315a9fb73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" @@ -16701,9 +16701,9 @@ } }, "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", @@ -19583,9 +19583,9 @@ } }, "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": { diff --git a/package.json b/package.json index b63928b9c4..5caf15d49e 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,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", @@ -198,7 +198,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"