aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-12-16 22:29:44 +0000
committerGravatar vitalyster2021-12-17 01:49:34 +0300
commitd2da75576997605c1cd0f2bbbfb3844745e1e482 (patch)
treeac5e083db7cd1c98446e32b2e130b551753d69c7
parent9099816966f5d6e56d61c33f3481c7011492e1df (diff)
Bump copy-webpack-plugin from 10.1.0 to 10.2.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.1.0 to 10.2.0. - [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.1.0...v10.2.0) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... 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 32161a78..b17f45ad 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"@babel/preset-env": "^7.16.5",
"babel-loader": "^8.2.3",
"concurrently": "^6.4.0",
- "copy-webpack-plugin": "^10.1.0",
+ "copy-webpack-plugin": "^10.2.0",
"core-js": "^3.20.0",
"cross-env": "^7.0.3",
"cssnano": "^5.0.12",
@@ -2688,9 +2688,9 @@
}
},
"node_modules/copy-webpack-plugin": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.1.0.tgz",
- "integrity": "sha512-dPGo+zoW77wiF5LlwkQcZTY7FsrSm7dmovhLDHsjYyciiJ+ZhLFt2EQbw9LRUHJ586JXN0K1A70Kbudclvt00Q==",
+ "version": "10.2.0",
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.0.tgz",
+ "integrity": "sha512-my6iXII95c78w14HzYCNya5TlJYa44lOppAge5GSTMM1SyDxNsVGCJvhP4/ld6snm8lzjn3XOonMZD6s1L86Og==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.7",
@@ -10000,9 +10000,9 @@
}
},
"copy-webpack-plugin": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.1.0.tgz",
- "integrity": "sha512-dPGo+zoW77wiF5LlwkQcZTY7FsrSm7dmovhLDHsjYyciiJ+ZhLFt2EQbw9LRUHJ586JXN0K1A70Kbudclvt00Q==",
+ "version": "10.2.0",
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.0.tgz",
+ "integrity": "sha512-my6iXII95c78w14HzYCNya5TlJYa44lOppAge5GSTMM1SyDxNsVGCJvhP4/ld6snm8lzjn3XOonMZD6s1L86Og==",
"dev": true,
"requires": {
"fast-glob": "^3.2.7",
diff --git a/package.json b/package.json
index 06746188..e0de226c 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"@babel/preset-env": "^7.16.5",
"babel-loader": "^8.2.3",
"concurrently": "^6.4.0",
- "copy-webpack-plugin": "^10.1.0",
+ "copy-webpack-plugin": "^10.2.0",
"core-js": "^3.20.0",
"cross-env": "^7.0.3",
"cssnano": "^5.0.12",