diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-15 07:01:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 07:01:31 +0000 |
commit | e43dc101ec430fda0838136c86203e04f8470a12 (patch) | |
tree | 84a3b18fcde6dd6960e0f2c32e97a41753672b2f | |
parent | d15d2d498788678cb5a26b3b560b0afcb242c9e6 (diff) | |
download | timeline-e43dc101ec430fda0838136c86203e04f8470a12.tar.gz timeline-e43dc101ec430fda0838136c86203e04f8470a12.tar.bz2 timeline-e43dc101ec430fda0838136c86203e04f8470a12.zip |
build(deps-dev): Bump webpack from 5.32.0 to 5.33.2 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.32.0 to 5.33.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.32.0...v5.33.2)
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 cafc0b69..e48c57ca 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -106,7 +106,7 @@ "ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
- "webpack": "^5.32.0",
+ "webpack": "^5.33.2",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
|