From 47fd329e8cbc2dc31f70c125c334b99dd0f48f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:51:55 +0000 Subject: [PATCH] Bump clean-webpack-plugin from 2.0.2 to 4.0.0 Bumps [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) from 2.0.2 to 4.0.0. - [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases) - [Commits](https://github.com/johnagan/clean-webpack-plugin/compare/v2.0.2...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] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3321246..c508ba63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "angular-mocks": "^1.8", "babel-loader": "^9", "babel-plugin-angularjs-annotate": "^0.10.0", - "clean-webpack-plugin": "^2.0", + "clean-webpack-plugin": "^4.0", "codecov": "^3.8", "copy-webpack-plugin": "^12.0", "css-loader": "^5.2", @@ -3491,19 +3491,18 @@ } }, "node_modules/clean-webpack-plugin": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-2.0.2.tgz", - "integrity": "sha512-pi1111o4OBd9qvacbgs+NRqClfVPKVIc66B4d8kx6Ho/L+i9entQ/NpK600CsTYTPu3kWvKwwyKarsYMvC2xeA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz", + "integrity": "sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==", "dev": true, - "license": "MIT", "dependencies": { - "del": "^4.0.0" + "del": "^4.1.1" }, "engines": { - "node": ">=6.9.0" + "node": ">=10.0.0" }, "peerDependencies": { - "webpack": "*" + "webpack": ">=4.0.0 <6.0.0" } }, "node_modules/cli": { diff --git a/package.json b/package.json index 60a0900f..23d6b25c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "angular-mocks": "^1.8", "babel-loader": "^9", "babel-plugin-angularjs-annotate": "^0.10.0", - "clean-webpack-plugin": "^2.0", + "clean-webpack-plugin": "^4.0", "codecov": "^3.8", "copy-webpack-plugin": "^12.0", "css-loader": "^5.2",