diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-07 06:56:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 06:56:04 +0000 |
commit | c1599ae6180692c61d685b074bba1cd5d5c265c9 (patch) | |
tree | 7db24399a32c4f03c499c1bd7126cf5fb67d2cd4 /FrontEnd | |
parent | 22d247eba4432240fc3ca84a5929be75a4390862 (diff) | |
download | timeline-c1599ae6180692c61d685b074bba1cd5d5c265c9.tar.gz timeline-c1599ae6180692c61d685b074bba1cd5d5c265c9.tar.bz2 timeline-c1599ae6180692c61d685b074bba1cd5d5c265c9.zip |
build(deps-dev): Bump webpack-cli from 4.6.0 to 4.7.0 in /FrontEnd
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.6.0...webpack-cli@4.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 c44613cc..cb45100a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -111,7 +111,7 @@ "url-loader": "^4.1.1",
"webpack": "^5.36.2",
"webpack-chain": "^6.5.1",
- "webpack-cli": "^4.6.0",
+ "webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.0.0-beta.2",
"workbox-webpack-plugin": "^6.1.5"
}
|