diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-15 08:26:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 08:26:50 +0000 |
commit | e68d9ef8da8fce654d51da5cd8d361851b315e03 (patch) | |
tree | b3406677def5c3efe3c81aff8f1388c327d4f039 /FrontEnd/package.json | |
parent | c6686ad50ee576be95d3acce64c8cb1f9967a83f (diff) | |
download | timeline-e68d9ef8da8fce654d51da5cd8d361851b315e03.tar.gz timeline-e68d9ef8da8fce654d51da5cd8d361851b315e03.tar.bz2 timeline-e68d9ef8da8fce654d51da5cd8d361851b315e03.zip |
build(deps-dev): Bump webpack from 5.24.4 to 5.25.1 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.4 to 5.25.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.4...v5.25.1)
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 0d1aa4b8..6fecf0fb 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.24.4",
+ "webpack": "^5.25.1",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|