diff options
author | dependabot[bot] | 2021-11-11 21:07:46 +0000 |
---|---|---|
committer | vitalyster | 2021-11-12 15:37:23 +0300 |
commit | 36af9d351bdd59afd774c5c072213c94ed057dc5 (patch) | |
tree | dc0170a1b600a2b2ce8dccf618e961a74df4bfcb /package.json | |
parent | 36ef400293cefe6e233f30934461fc1ca298f38d (diff) |
Bump copy-webpack-plugin from 9.0.1 to 9.1.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 9.0.1 to 9.1.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.0.1...v9.1.0)
---
updated-dependencies:
- dependency-name: copy-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 d0817b4b..0135676c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@babel/preset-env": "^7.16.0", "babel-loader": "^8.2.3", "concurrently": "^6.3.0", - "copy-webpack-plugin": "^9.0.1", + "copy-webpack-plugin": "^9.1.0", "core-js": "^3.19.1", "cross-env": "^7.0.3", "cssnano": "^5.0.10", |