diff options
author | crupest <crupest@outlook.com> | 2021-03-18 14:57:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 14:57:37 +0800 |
commit | 93435092b0d8b31765c184c7f1b21f3c987ce248 (patch) | |
tree | 518e97f4641c2ceec84605b1926b46e11102116f /FrontEnd | |
parent | 78726dbec019a8fdb57629bd52dfb680509e682d (diff) | |
parent | 2e1572e1c9747d69058eb9adb8a5c04cb5daf358 (diff) | |
download | timeline-93435092b0d8b31765c184c7f1b21f3c987ce248.tar.gz timeline-93435092b0d8b31765c184c7f1b21f3c987ce248.tar.bz2 timeline-93435092b0d8b31765c184c7f1b21f3c987ce248.zip |
Merge pull request #385 from crupest/dependabot/npm_and_yarn/FrontEnd/webpack-5.26.2
build(deps-dev): Bump webpack from 5.26.0 to 5.26.2 in /FrontEnd
Diffstat (limited to 'FrontEnd')
-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 ada0fa65..fae4856d 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.0",
+ "webpack": "^5.26.2",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
|