From 3beb5f8291994bfb078527cb60d81bd0aa071bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 09:59:04 +0000 Subject: [PATCH] Bump clean-webpack-plugin from 3.0.0 to 4.0.0 in /web 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] --- web/package.json | 2 +- web/yarn.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/web/package.json b/web/package.json index 97d2a17..dfce6cb 100644 --- a/web/package.json +++ b/web/package.json @@ -15,7 +15,7 @@ "@babel/preset-react": "^7.18.6", "autoprefixer": "^10.1.0", "babel-loader": "^8.2.2", - "clean-webpack-plugin": "^3.0.0", + "clean-webpack-plugin": "^4.0.0", "css-loader": "^5.0.1", "cssnano": "^4.1.10", "extra-watch-webpack-plugin": "^1.0.3", diff --git a/web/yarn.lock b/web/yarn.lock index b942a06..139b1e9 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1207,7 +1207,7 @@ "@types/source-list-map" "*" source-map "^0.7.3" -"@types/webpack@^4.4.31", "@types/webpack@^4.41.8": +"@types/webpack@^4.41.8": version "4.41.32" resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212" integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg== @@ -1771,12 +1771,11 @@ clean-stack@^2.0.0: resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== -clean-webpack-plugin@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz#a99d8ec34c1c628a4541567aa7b457446460c62b" - integrity sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A== +clean-webpack-plugin@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz#72947d4403d452f38ed61a9ff0ada8122aacd729" + integrity sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w== dependencies: - "@types/webpack" "^4.4.31" del "^4.1.1" clone-deep@^4.0.1: