diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-22 08:31:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 08:31:29 +0000 |
commit | 22f080c31000b47f30ebbd56f29c4105837e5b96 (patch) | |
tree | be23d6f6c5c4dea96432711d95266b679c0e03ab /FrontEnd/package.json | |
parent | ed907fb2f45f2142dcfc656274013df03422465d (diff) | |
download | timeline-22f080c31000b47f30ebbd56f29c4105837e5b96.tar.gz timeline-22f080c31000b47f30ebbd56f29c4105837e5b96.tar.bz2 timeline-22f080c31000b47f30ebbd56f29c4105837e5b96.zip |
build(deps-dev): Bump webpack from 5.26.3 to 5.27.1 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.3 to 5.27.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.26.3...v5.27.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 1dbdae7c..bb36a61f 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.3",
+ "webpack": "^5.27.1",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|