diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-18 07:04:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 07:04:29 +0000 |
commit | f5cc52134faa1ae1a80ba599db65b6fd5d4724d9 (patch) | |
tree | 617b92d341308d57bea10df117c3b6a59c2b2ee1 | |
parent | 93435092b0d8b31765c184c7f1b21f3c987ce248 (diff) | |
download | timeline-f5cc52134faa1ae1a80ba599db65b6fd5d4724d9.tar.gz timeline-f5cc52134faa1ae1a80ba599db65b6fd5d4724d9.tar.bz2 timeline-f5cc52134faa1ae1a80ba599db65b6fd5d4724d9.zip |
build(deps-dev): Bump webpack from 5.26.2 to 5.26.3 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.2 to 5.26.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.26.2...v5.26.3)
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 fae4856d..1dbdae7c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -108,7 +108,7 @@ "type-fest": "^0.21.3",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
- "webpack": "^5.26.2",
+ "webpack": "^5.26.3",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|