diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-12 08:43:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 08:43:15 +0000 |
commit | 230e63397ec6c163ff3328818f572a9f8a7d07ba (patch) | |
tree | f4f2e6f2cb60362bc7280b7f3798b5d3eed81189 | |
parent | d822e1192b2b64c6e2663a48b872bcf9a124c9e0 (diff) | |
download | timeline-230e63397ec6c163ff3328818f572a9f8a7d07ba.tar.gz timeline-230e63397ec6c163ff3328818f572a9f8a7d07ba.tar.bz2 timeline-230e63397ec6c163ff3328818f572a9f8a7d07ba.zip |
build(deps-dev): Bump webpack from 5.31.0 to 5.31.2 in /FrontEnd
Bumps [webpack](https://github.com/webpack/webpack) from 5.31.0 to 5.31.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.31.0...v5.31.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 97ed33e0..8075c7e1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -109,7 +109,7 @@ "type-fest": "^1.0.1",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
- "webpack": "^5.31.0",
+ "webpack": "^5.31.2",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
|