From 57cee266099b03b25d93a63b3fb5dea94ccecfd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 08:30:41 +0000 Subject: [PATCH] Bump clean-webpack-plugin from 3.0.0 to 4.0.0 in /etp-public Bumps [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases) - [Commits](https://github.com/johnagan/clean-webpack-plugin/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: clean-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- etp-public/package-lock.json | 20 +++++++++----------- etp-public/package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/etp-public/package-lock.json b/etp-public/package-lock.json index 02f4066d4..0820afd69 100644 --- a/etp-public/package-lock.json +++ b/etp-public/package-lock.json @@ -27,7 +27,7 @@ "autoprefixer": "^9.8.6", "babel-loader": "^8.1.0", "chai": "^4.2.0", - "clean-webpack-plugin": "^3.0.0", + "clean-webpack-plugin": "^4.0.0", "cross-env": "^5.2.0", "css-loader": "^4.2.2", "cssnano": "^4.1.10", @@ -2962,19 +2962,18 @@ } }, "node_modules/clean-webpack-plugin": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz", - "integrity": "sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz", + "integrity": "sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==", "dev": true, "dependencies": { - "@types/webpack": "^4.4.31", "del": "^4.1.1" }, "engines": { - "node": ">=8.9.0" + "node": ">=10.0.0" }, "peerDependencies": { - "webpack": "*" + "webpack": ">=4.0.0 <6.0.0" } }, "node_modules/cliui": { @@ -15300,12 +15299,11 @@ } }, "clean-webpack-plugin": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz", - "integrity": "sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz", + "integrity": "sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==", "dev": true, "requires": { - "@types/webpack": "^4.4.31", "del": "^4.1.1" } }, diff --git a/etp-public/package.json b/etp-public/package.json index 04f39359a..cc58931c4 100644 --- a/etp-public/package.json +++ b/etp-public/package.json @@ -21,7 +21,7 @@ "autoprefixer": "^9.8.6", "babel-loader": "^8.1.0", "chai": "^4.2.0", - "clean-webpack-plugin": "^3.0.0", + "clean-webpack-plugin": "^4.0.0", "cross-env": "^5.2.0", "css-loader": "^4.2.2", "cssnano": "^4.1.10",