diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-24 07:54:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 07:54:31 +0000 |
commit | 20185250f1bd5a2e7306b92b5ae65e8a840518cc (patch) | |
tree | 75407755c76bcc7ae159189f02ee05b56ad63422 | |
parent | 8701675627f8970fa19afc9716f05120adf31545 (diff) | |
parent | dc7d869dda43080dcc3fba4050b0590356ad2f3b (diff) | |
download | timeline-20185250f1bd5a2e7306b92b5ae65e8a840518cc.tar.gz timeline-20185250f1bd5a2e7306b92b5ae65e8a840518cc.tar.bz2 timeline-20185250f1bd5a2e7306b92b5ae65e8a840518cc.zip |
Merge pull request #322 from crupest/dependabot/npm_and_yarn/FrontEnd/webpack-5.24.1
-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 9363c941..f9575a6b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -106,7 +106,7 @@ "type-fest": "^0.21.2",
"typescript": "^4.1.5",
"url-loader": "^4.1.1",
- "webpack": "^5.24.0",
+ "webpack": "^5.24.1",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|