aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-12-10 21:08:36 +0000
committerGravatar vitalyster2021-12-11 14:12:35 +0300
commit13bfa0cc50b8288d5cd04d3836bd7db9ffbbf0ec (patch)
tree826a7a9e5f1c631ea7082c8d8124271c36d5d76f
parentfdcf3663747457297ca99d3fbfbe92f5e222d855 (diff)
Bump copy-webpack-plugin from 10.0.0 to 10.1.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.0.0 to 10.1.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.0.0...v10.1.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 2f6dd29c..05c2154a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"concurrently": "^6.4.0",
- "copy-webpack-plugin": "^10.0.0",
+ "copy-webpack-plugin": "^10.1.0",
"core-js": "^3.19.3",
"cross-env": "^7.0.3",
"cssnano": "^5.0.12",
@@ -2838,9 +2838,9 @@
}
},
"node_modules/copy-webpack-plugin": {
- "version": "10.0.0",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.0.0.tgz",
- "integrity": "sha512-tuCVuFMBbRsb7IH0q1CUb50/Skv+7a6c7DJ+xi4fAbOzNLTYVMUTPnf8uGvKPtmqTvzYBrfEFo7YgP4TsUWmtg==",
+ "version": "10.1.0",
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.1.0.tgz",
+ "integrity": "sha512-dPGo+zoW77wiF5LlwkQcZTY7FsrSm7dmovhLDHsjYyciiJ+ZhLFt2EQbw9LRUHJ586JXN0K1A70Kbudclvt00Q==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.7",
@@ -10256,9 +10256,9 @@
}
},
"copy-webpack-plugin": {
- "version": "10.0.0",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.0.0.tgz",
- "integrity": "sha512-tuCVuFMBbRsb7IH0q1CUb50/Skv+7a6c7DJ+xi4fAbOzNLTYVMUTPnf8uGvKPtmqTvzYBrfEFo7YgP4TsUWmtg==",
+ "version": "10.1.0",
+ "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.1.0.tgz",
+ "integrity": "sha512-dPGo+zoW77wiF5LlwkQcZTY7FsrSm7dmovhLDHsjYyciiJ+ZhLFt2EQbw9LRUHJ586JXN0K1A70Kbudclvt00Q==",
"dev": true,
"requires": {
"fast-glob": "^3.2.7",
diff --git a/package.json b/package.json
index 34aa6f2a..d102437e 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"concurrently": "^6.4.0",
- "copy-webpack-plugin": "^10.0.0",
+ "copy-webpack-plugin": "^10.1.0",
"core-js": "^3.19.3",
"cross-env": "^7.0.3",
"cssnano": "^5.0.12",