Merge pull request #75 from strukturag/dependabot/npm_and_yarn/copy-webpack-plugin-10.1.0

Bump copy-webpack-plugin from 10.0.0 to 10.1.0
This commit is contained in:
Joachim Bauch 2021-12-13 11:28:39 +01:00 committed by GitHub
commit a768d76f16
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.0.0",
"copy-webpack-plugin": "10.1.0",
"eslint": "8.4.1",
"stylelint": "14.1.0",
"stylelint-config-standard-scss": "^3.0.0",
@ -822,9 +822,9 @@
"dev": true
},
"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",
@ -4663,9 +4663,9 @@
"dev": true
},
"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",

View file

@ -20,7 +20,7 @@
"url": "0.11.0"
},
"devDependencies": {
"copy-webpack-plugin": "10.0.0",
"copy-webpack-plugin": "10.1.0",
"eslint": "8.4.1",
"stylelint": "14.1.0",
"stylelint-config-standard-scss": "^3.0.0",