Bump compression-webpack-plugin from 11.1.0 to 12.0.0

Bumps [compression-webpack-plugin](https://github.com/webpack/compression-webpack-plugin) from 11.1.0 to 12.0.0.
- [Release notes](https://github.com/webpack/compression-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/compression-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/compression-webpack-plugin/compare/v11.1.0...v12.0.0)

---
updated-dependencies:
- dependency-name: compression-webpack-plugin
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-02 21:44:26 +00:00
committed by Kayne Ruse
parent 4d99e7bda7
commit 3d4df1684c
2 changed files with 13 additions and 21 deletions
+12 -20
View File
@@ -14,7 +14,7 @@
"@babel/preset-react": "^7.28.5", "@babel/preset-react": "^7.28.5",
"babel-loader": "^10.1.0", "babel-loader": "^10.1.0",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^11.1.0", "compression-webpack-plugin": "^12.0.0",
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"css-loader": "^7.1.4", "css-loader": "^7.1.4",
"dateformat": "^5.0.3", "dateformat": "^5.0.3",
@@ -3606,16 +3606,16 @@
} }
}, },
"node_modules/compression-webpack-plugin": { "node_modules/compression-webpack-plugin": {
"version": "11.1.0", "version": "12.0.0",
"resolved": "https://registry.npmjs.org/compression-webpack-plugin/-/compression-webpack-plugin-11.1.0.tgz", "resolved": "https://registry.npmjs.org/compression-webpack-plugin/-/compression-webpack-plugin-12.0.0.tgz",
"integrity": "sha512-zDOQYp10+upzLxW+VRSjEpRRwBXJdsb5lBMlRxx1g8hckIFBpe3DTI0en2w7h+beuq89576RVzfiXrkdPGrHhA==", "integrity": "sha512-LR4mS19Jqq41XfA3xVMLrtzVNzqJbUHdzPeLRfQoLiAS9s87f0021fDuU89xxVQFcB6d20ufBkv4j1rQ4OowHw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"schema-utils": "^4.2.0", "schema-utils": "^4.2.0",
"serialize-javascript": "^6.0.2" "serialize-javascript": "^7.0.3"
}, },
"engines": { "engines": {
"node": ">= 18.12.0" "node": ">= 20.9.0"
}, },
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
@@ -6503,15 +6503,6 @@
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
} }
}, },
"node_modules/randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
"license": "MIT",
"dependencies": {
"safe-buffer": "^5.1.0"
}
},
"node_modules/range-parser": { "node_modules/range-parser": {
"version": "1.2.1", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
@@ -6903,6 +6894,7 @@
"version": "5.2.1", "version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"dev": true,
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -7090,12 +7082,12 @@
} }
}, },
"node_modules/serialize-javascript": { "node_modules/serialize-javascript": {
"version": "6.0.2", "version": "7.0.5",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.5.tgz",
"integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "integrity": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "engines": {
"randombytes": "^2.1.0" "node": ">=20.0.0"
} }
}, },
"node_modules/serve-index": { "node_modules/serve-index": {
+1 -1
View File
@@ -29,7 +29,7 @@
"@babel/preset-react": "^7.28.5", "@babel/preset-react": "^7.28.5",
"babel-loader": "^10.1.0", "babel-loader": "^10.1.0",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^11.1.0", "compression-webpack-plugin": "^12.0.0",
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"css-loader": "^7.1.4", "css-loader": "^7.1.4",
"dateformat": "^5.0.3", "dateformat": "^5.0.3",