diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-19 07:10:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 07:10:21 +0000 |
commit | ec476740a05797ba46a3675a99bef9e256ea57b6 (patch) | |
tree | 801ab499b555678639101112e9a3a6f4bbb1aa3e | |
parent | c87aca7157a3585bd2089ef624b7f837c4dd7395 (diff) | |
download | timeline-ec476740a05797ba46a3675a99bef9e256ea57b6.tar.gz timeline-ec476740a05797ba46a3675a99bef9e256ea57b6.tar.bz2 timeline-ec476740a05797ba46a3675a99bef9e256ea57b6.zip |
build(deps-dev): Bump webpack from 5.22.0 to 5.23.0 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.22.0 to 5.23.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.22.0...v5.23.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 c31118fa..339a3ffc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -106,7 +106,7 @@ "type-fest": "^0.20.2",
"typescript": "^4.1.5",
"url-loader": "^4.1.1",
- "webpack": "^5.22.0",
+ "webpack": "^5.23.0",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|