diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-09 06:50:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 06:50:52 +0000 |
commit | 2f7f5d3521dcf724f8770cdefb1a688f7be94767 (patch) | |
tree | 09371e8fe76dd32636fcde51bd1220ea193dffa3 | |
parent | 5e5412273d89471461e50ff965ff1bab440c9741 (diff) | |
download | timeline-2f7f5d3521dcf724f8770cdefb1a688f7be94767.tar.gz timeline-2f7f5d3521dcf724f8770cdefb1a688f7be94767.tar.bz2 timeline-2f7f5d3521dcf724f8770cdefb1a688f7be94767.zip |
build(deps-dev): Bump webpack from 5.24.3 to 5.24.4 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.3 to 5.24.4.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.3...v5.24.4)
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 fe18e113..a69c00d6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -108,7 +108,7 @@ "type-fest": "^0.21.2",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
- "webpack": "^5.24.3",
+ "webpack": "^5.24.4",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|