Merge pull request #87 from strukturag/dependabot/npm_and_yarn/copy-webpack-plugin-10.2.1

Bump copy-webpack-plugin from 10.2.0 to 10.2.1
This commit is contained in:
Joachim Bauch 2022-01-21 12:00:47 +01:00 committed by GitHub
commit 0c88e1c385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -17,7 +17,7 @@
"url": "0.11.0"
},
"devDependencies": {
"copy-webpack-plugin": "10.2.0",
"copy-webpack-plugin": "10.2.1",
"eslint": "8.7.0",
"stylelint": "14.2.0",
"stylelint-config-standard-scss": "^3.0.0",
@ -819,9 +819,9 @@
"dev": true
},
"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",
@ -4595,9 +4595,9 @@
"dev": true
},
"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",

View file

@ -21,7 +21,7 @@
"url": "0.11.0"
},
"devDependencies": {
"copy-webpack-plugin": "10.2.0",
"copy-webpack-plugin": "10.2.1",
"eslint": "8.7.0",
"stylelint": "14.2.0",
"stylelint-config-standard-scss": "^3.0.0",