aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-01-28 21:09:39 +0000
committerGravatar vitalyster2022-01-29 14:11:10 +0300
commit3d9e11bee49c6a03126c668d9d0b82084669ea3c (patch)
tree9978352b2d0bbe6053f28ea3bd476a3eee90ae6f
parent530df316a8a15db3258d20f31fc570a6dbe0223b (diff)
Bump copy-webpack-plugin from 10.2.1 to 10.2.2
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.1 to 10.2.2. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.1...v10.2.2) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 2b515548..04f926e3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"concurrently": "^7.0.0",
- "copy-webpack-plugin": "^10.2.1",
+ "copy-webpack-plugin": "^10.2.2",
"core-js": "^3.20.3",
"cross-env": "^7.0.3",
"cssnano": "^5.0.16",
@@ -2660,9 +2660,9 @@
}
},
"node_modules/copy-webpack-plugin": {
- "version": "10.2.1",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.1.tgz",
- "integrity": "sha512-nr81NhCAIpAWXGCK5thrKmfCQ6GDY0L5RN0U+BnIn/7Us55+UCex5ANNsNKmIVtDRnk0Ecf+/kzp9SUVrrBMLg==",
+ "version": "10.2.2",
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.2.tgz",
+ "integrity": "sha512-hNdS4YM9NmbpW++GT2QevyXdeG9m2NZYFNDWN63MzZzFO1IFuH1KMtVJAoXX6yzTgsVz/x00exWcgdyX57ta9g==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.7",
@@ -9890,9 +9890,9 @@
}
},
"copy-webpack-plugin": {
- "version": "10.2.1",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.1.tgz",
- "integrity": "sha512-nr81NhCAIpAWXGCK5thrKmfCQ6GDY0L5RN0U+BnIn/7Us55+UCex5ANNsNKmIVtDRnk0Ecf+/kzp9SUVrrBMLg==",
+ "version": "10.2.2",
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.2.tgz",
+ "integrity": "sha512-hNdS4YM9NmbpW++GT2QevyXdeG9m2NZYFNDWN63MzZzFO1IFuH1KMtVJAoXX6yzTgsVz/x00exWcgdyX57ta9g==",
"dev": true,
"requires": {
"fast-glob": "^3.2.7",
diff --git a/package.json b/package.json
index 0467ac33..d91cfb9e 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"concurrently": "^7.0.0",
- "copy-webpack-plugin": "^10.2.1",
+ "copy-webpack-plugin": "^10.2.2",
"core-js": "^3.20.3",
"cross-env": "^7.0.3",
"cssnano": "^5.0.16",