build(deps-dev): bump copy-webpack-plugin from 10.2.0 to 10.2.4 in /web

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.0 to 10.2.4.
- [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.4)

---
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>
This commit is contained in:
dependabot[bot] 2022-03-01 20:01:31 +00:00 committed by relrelb
parent 69e92f2664
commit 2ea482f955
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -22,7 +22,7 @@
"chai": "^4.3.6",
"chai-html": "^2.0.1",
"chromedriver": "^98.0.0",
"copy-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
@ -3320,9 +3320,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.4",
"resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz",
"integrity": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.7",
@ -13680,9 +13680,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.4",
"resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz",
"integrity": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==",
"dev": true,
"requires": {
"fast-glob": "^3.2.7",

View File

@ -21,7 +21,7 @@
"chai": "^4.3.6",
"chai-html": "^2.0.1",
"chromedriver": "^98.0.0",
"copy-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",