diff options
author | dependabot[bot] | 2021-05-24 07:27:45 +0000 |
---|---|---|
committer | vitalyster | 2021-05-24 10:50:14 +0300 |
commit | c4faa57ee6ec05602e0a47067f46f69fd74507dd (patch) | |
tree | b8dcd9969a1bb6a7b1b49a98cd4d790e0c565d33 /package.json | |
parent | 32f06debcfba80b5d8fdc36f943034cb7be1149e (diff) |
Bump copy-webpack-plugin from 8.1.1 to 9.0.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 8.1.1 to 9.0.0.
- [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/v8.1.1...v9.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4d721c0a..a3645ab0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@babel/preset-env": "^7.14.2", "babel-loader": "^8.2.2", "concurrently": "^6.1.0", - "copy-webpack-plugin": "^8.1.1", + "copy-webpack-plugin": "^9.0.0", "core-js": "^3.12.1", "cross-env": "^7.0.3", "cssnano": "^5.0.4", |