diff options
author | dependabot[bot] | 2022-01-28 21:09:39 +0000 |
---|---|---|
committer | vitalyster | 2022-01-29 14:11:10 +0300 |
commit | 3d9e11bee49c6a03126c668d9d0b82084669ea3c (patch) | |
tree | 9978352b2d0bbe6053f28ea3bd476a3eee90ae6f /package-lock.json | |
parent | 530df316a8a15db3258d20f31fc570a6dbe0223b (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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 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", |