aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-01-20 21:07:53 +0000
committerGravatar vitalyster2022-01-21 00:09:27 +0300
commit2ea1d41e1ae46652f2e92887d4d9828372e3c6a0 (patch)
treefca60a0b737a308deb2a141591db06952b583a8d
parent70a4ca43ac9321cb67404632552fce4578f87a52 (diff)
Bump copy-webpack-plugin from 10.2.0 to 10.2.1
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.0 to 10.2.1. - [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.0...v10.2.1) --- 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 4ee28510..8acc52bd 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.0",
+ "copy-webpack-plugin": "^10.2.1",
"core-js": "^3.20.3",
"cross-env": "^7.0.3",
"cssnano": "^5.0.15",
@@ -2666,9 +2666,9 @@
}
},
"node_modules/copy-webpack-plugin": {
- "version": "10.2.0",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.0.tgz",
- "integrity": "sha512-my6iXII95c78w14HzYCNya5TlJYa44lOppAge5GSTMM1SyDxNsVGCJvhP4/ld6snm8lzjn3XOonMZD6s1L86Og==",
+ "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==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.7",
@@ -9856,9 +9856,9 @@
}
},
"copy-webpack-plugin": {
- "version": "10.2.0",
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.0.tgz",
- "integrity": "sha512-my6iXII95c78w14HzYCNya5TlJYa44lOppAge5GSTMM1SyDxNsVGCJvhP4/ld6snm8lzjn3XOonMZD6s1L86Og==",
+ "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==",
"dev": true,
"requires": {
"fast-glob": "^3.2.7",
diff --git a/package.json b/package.json
index 3857b516..28162417 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.0",
+ "copy-webpack-plugin": "^10.2.1",
"core-js": "^3.20.3",
"cross-env": "^7.0.3",
"cssnano": "^5.0.15",