Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/panr/hugo-theme-hello-friend.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-01 17:06:16 +0300
committerGitHub <noreply@github.com>2021-11-01 17:06:16 +0300
commite8b9b478ed6eeff0e187043936f9049fa6254ad5 (patch)
treeb6b5f0c1a16c772d3e7316ac1576e6a6989cc656
parent6fece0ab15725f8eba5aaef0cbe02d587b163725 (diff)
Bump clean-webpack-plugin from 3.0.0 to 4.0.0
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] <support@github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock11
2 files changed, 6 insertions, 7 deletions
diff --git a/package.json b/package.json
index 327a063..b3d8390 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.5",
"browserslist": "^4.0.1",
- "clean-webpack-plugin": "^3.0.0",
+ "clean-webpack-plugin": "^4.0.0",
"clipboard": "^2.0.4",
"css-loader": "^5.1.3",
"cssnano": "^5.0.8",
diff --git a/yarn.lock b/yarn.lock
index 112ae73..3ba8a0c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1043,7 +1043,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.31"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.31.tgz#c35f252a3559ddf9c85c0d8b0b42019025e581aa"
integrity sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==
@@ -1654,12 +1654,11 @@ clean-css@^4.2.3:
dependencies:
source-map "~0.6.0"
-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"
cli-cursor@^2.1.0: