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 | 4494d7cfcf6fc5a945e83309b1ee5527750ed170 (patch) | |
tree | f5281bece5299ecb7168aba989ef87b06e121373 /FrontEnd/package.json | |
parent | 2510f2a7b4ed04a8d7275b489804476cbdb48f85 (diff) | |
download | timeline-4494d7cfcf6fc5a945e83309b1ee5527750ed170.tar.gz timeline-4494d7cfcf6fc5a945e83309b1ee5527750ed170.tar.bz2 timeline-4494d7cfcf6fc5a945e83309b1ee5527750ed170.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>
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 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",
|