From 3d4df1684ccb815328e8ed3506aec12bba3cedf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:44:26 +0000 Subject: [PATCH] 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] --- package-lock.json | 32 ++++++++++++-------------------- package.json | 2 +- 2 files changed, 13 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d2adcf..336136a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/preset-react": "^7.28.5", "babel-loader": "^10.1.0", "clean-webpack-plugin": "^4.0.0", - "compression-webpack-plugin": "^11.1.0", + "compression-webpack-plugin": "^12.0.0", "concurrently": "^9.2.1", "css-loader": "^7.1.4", "dateformat": "^5.0.3", @@ -3606,16 +3606,16 @@ } }, "node_modules/compression-webpack-plugin": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/compression-webpack-plugin/-/compression-webpack-plugin-11.1.0.tgz", - "integrity": "sha512-zDOQYp10+upzLxW+VRSjEpRRwBXJdsb5lBMlRxx1g8hckIFBpe3DTI0en2w7h+beuq89576RVzfiXrkdPGrHhA==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/compression-webpack-plugin/-/compression-webpack-plugin-12.0.0.tgz", + "integrity": "sha512-LR4mS19Jqq41XfA3xVMLrtzVNzqJbUHdzPeLRfQoLiAS9s87f0021fDuU89xxVQFcB6d20ufBkv4j1rQ4OowHw==", "license": "MIT", "dependencies": { "schema-utils": "^4.2.0", - "serialize-javascript": "^6.0.2" + "serialize-javascript": "^7.0.3" }, "engines": { - "node": ">= 18.12.0" + "node": ">= 20.9.0" }, "funding": { "type": "opencollective", @@ -6503,15 +6503,6 @@ "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": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", @@ -6903,6 +6894,7 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, "funding": [ { "type": "github", @@ -7090,12 +7082,12 @@ } }, "node_modules/serialize-javascript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.5.tgz", + "integrity": "sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==", "license": "BSD-3-Clause", - "dependencies": { - "randombytes": "^2.1.0" + "engines": { + "node": ">=20.0.0" } }, "node_modules/serve-index": { diff --git a/package.json b/package.json index c76d1c0..d71990a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@babel/preset-react": "^7.28.5", "babel-loader": "^10.1.0", "clean-webpack-plugin": "^4.0.0", - "compression-webpack-plugin": "^11.1.0", + "compression-webpack-plugin": "^12.0.0", "concurrently": "^9.2.1", "css-loader": "^7.1.4", "dateformat": "^5.0.3",