diff options
author | dependabot[bot] | 2021-11-17 21:06:13 +0000 |
---|---|---|
committer | vitalyster | 2021-11-18 01:01:14 +0300 |
commit | b38c5de5e9c274e4a6f53a068bcb38469ac9e534 (patch) | |
tree | 4708406ec6cf55e7bad4e749faaef8cb40ab63b5 /package.json | |
parent | 6f315774c718ea9a53a3bcfeafc406a16c5b42b2 (diff) |
Bump copy-webpack-plugin from 9.1.0 to 10.0.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 9.1.0 to 10.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/v9.1.0...v10.0.0)
---
updated-dependencies:
- dependency-name: copy-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
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 70963b60..6de23e97 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@babel/preset-env": "^7.16.0", "babel-loader": "^8.2.3", "concurrently": "^6.4.0", - "copy-webpack-plugin": "^9.1.0", + "copy-webpack-plugin": "^10.0.0", "core-js": "^3.19.1", "cross-env": "^7.0.3", "cssnano": "^5.0.11", |