diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 08:08:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 08:08:33 +0000 |
commit | c18f6a1ccbe8b8a8aa07a4577c2078fcb6e79e2c (patch) | |
tree | e4997f6449bacda49b1b99a45d57a9cc13ee5a76 | |
parent | d2e26425fb860a3cd7725391cba4d2654b3f47e6 (diff) | |
download | timeline-c18f6a1ccbe8b8a8aa07a4577c2078fcb6e79e2c.tar.gz timeline-c18f6a1ccbe8b8a8aa07a4577c2078fcb6e79e2c.tar.bz2 timeline-c18f6a1ccbe8b8a8aa07a4577c2078fcb6e79e2c.zip |
build(deps-dev): Bump webpack from 5.27.1 to 5.27.2 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.27.1 to 5.27.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.27.1...v5.27.2)
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 ad509c60..4f747fef 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -108,7 +108,7 @@ "type-fest": "^1.0.0",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
- "webpack": "^5.27.1",
+ "webpack": "^5.27.2",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|