package.json: Update copy-webpack-plugin to major version 10

This is not compatible with the EOL node.js 10 any more, so bump the
build requirement.
This commit is contained in:
Martin Pitt 2021-11-29 11:22:04 +01:00
parent aa8308c380
commit b42190ed32
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
"babel-loader": "^8.0.6",
"chrome-remote-interface": "^0.31.0",
"compression-webpack-plugin": "^9.0.0",
"copy-webpack-plugin": "^9.0.0",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.0",
"css-minimizer-webpack-plugin": "^3.0.1",
"eslint": "^7.10.0",