diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 07:09:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 07:09:21 +0000 |
commit | 3a3fd2aa1604fd7ef6198ed2f600a103f205ea6f (patch) | |
tree | 85afc684044ff7e9a4e0d3560c645f425152d103 /FrontEnd/package.json | |
parent | 452a3622bca97545307e562f33ceb147a6c0ca1d (diff) | |
download | timeline-3a3fd2aa1604fd7ef6198ed2f600a103f205ea6f.tar.gz timeline-3a3fd2aa1604fd7ef6198ed2f600a103f205ea6f.tar.bz2 timeline-3a3fd2aa1604fd7ef6198ed2f600a103f205ea6f.zip |
build(deps-dev): Bump copy-webpack-plugin in /FrontEnd
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 8.0.0 to 8.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/v8.0.0...v8.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 1dc45ed9..5731656d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -83,7 +83,7 @@ "babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^8.0.0",
+ "copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.1.3",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
|