diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-20 06:58:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 06:58:49 +0000 |
commit | df49cf8bd5d0d8c6c69ba7dd7c07e3a871fe8968 (patch) | |
tree | 0764522113d1cb1e76c77a52c8ebab0ae2fb4cb8 | |
parent | 5a0a3106b08f51661e5991b4a05c1dd990454df4 (diff) | |
download | timeline-df49cf8bd5d0d8c6c69ba7dd7c07e3a871fe8968.tar.gz timeline-df49cf8bd5d0d8c6c69ba7dd7c07e3a871fe8968.tar.bz2 timeline-df49cf8bd5d0d8c6c69ba7dd7c07e3a871fe8968.zip |
build(deps-dev): Bump webpack from 5.33.2 to 5.34.0 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.33.2 to 5.34.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.33.2...v5.34.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 5caed308..73112140 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -106,7 +106,7 @@ "ts-loader": "^9.0.0",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
- "webpack": "^5.33.2",
+ "webpack": "^5.34.0",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
|