diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-16 07:56:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 07:56:06 +0000 |
commit | 615d2a9f99b444367a634a5e7f8be47fe8019517 (patch) | |
tree | b58086b0fb6c80434b0672d6e83d1a1a197119a0 | |
parent | b50e15d360ef0678a890fa037eb1c3a36f8a3c95 (diff) | |
download | timeline-615d2a9f99b444367a634a5e7f8be47fe8019517.tar.gz timeline-615d2a9f99b444367a634a5e7f8be47fe8019517.tar.bz2 timeline-615d2a9f99b444367a634a5e7f8be47fe8019517.zip |
build(deps-dev): Bump webpack from 5.25.1 to 5.26.0 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.25.1 to 5.26.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.25.1...v5.26.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 b8b42d75..07809cff 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.25.1",
+ "webpack": "^5.26.0",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|