From 9de146ec00ae9accbe676b12d9707ca472006c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 03:03:13 +0000 Subject: [PATCH] Bump compression-webpack-plugin from 8.0.1 to 9.0.0 Bumps [compression-webpack-plugin](https://github.com/webpack-contrib/compression-webpack-plugin) from 8.0.1 to 9.0.0. - [Release notes](https://github.com/webpack-contrib/compression-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/compression-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: compression-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e04c94..02d2929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2769,12 +2769,12 @@ } }, "compression-webpack-plugin": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/compression-webpack-plugin/-/compression-webpack-plugin-8.0.1.tgz", - "integrity": "sha512-VWDXcOgEafQDMFXEnoia0VBXJ+RMw81pmqe/EBiOIBnMfY8pG26eqwIS/ytGpzy1rozydltL0zL6KDH9XNWBxQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/compression-webpack-plugin/-/compression-webpack-plugin-9.0.0.tgz", + "integrity": "sha512-V2KmQqaUkErPT+ZcUGHa8zWpIw1oTYaC7wjGewJm053GWAoY04GfU5B/NZ/JSz1eFp9MggMdLQpEHe1TJAQY1A==", "dev": true, "requires": { - "schema-utils": "^3.0.0", + "schema-utils": "^3.1.0", "serialize-javascript": "^6.0.0" }, "dependencies": { diff --git a/package.json b/package.json index bc17d2e..6d3b652 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "babel-loader": "^8.2.2", "babel-polyfill": "^6.26.0", "clean-webpack-plugin": "^3.0.0", - "compression-webpack-plugin": "^8.0.1", + "compression-webpack-plugin": "^9.0.0", "css-loader": "^5.2.7", "cssnano": "^5.0.8", "eslint": "^7.32.0",