diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-05 07:06:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 07:06:13 +0000 |
commit | a2c53d5e6056acbef372b5738a7e63c52044ebeb (patch) | |
tree | c8a94bede8def34518c07273b00a3ec6ba71c754 | |
parent | 55ece0915f2774f667e3fa6531c5a34207a81f79 (diff) | |
download | timeline-a2c53d5e6056acbef372b5738a7e63c52044ebeb.tar.gz timeline-a2c53d5e6056acbef372b5738a7e63c52044ebeb.tar.bz2 timeline-a2c53d5e6056acbef372b5738a7e63c52044ebeb.zip |
build(deps-dev): Bump copy-webpack-plugin in /FrontEnd
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 7.0.0 to 8.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/v7.0.0...v8.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
-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 7d3cabae..006e5834 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -81,7 +81,7 @@ "babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^7.0.0",
+ "copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
|