diff options
author | crupest <crupest@outlook.com> | 2021-06-08 14:47:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 14:47:16 +0800 |
commit | 934a13b966112500011c23528730bd15a0700431 (patch) | |
tree | aabd102ce614a16e91aae6fea0fc47835abfc2a5 | |
parent | 45ce5711029d1a86279ae08b2987c90abb182cd1 (diff) | |
parent | c41233814dc038d2b456c2cbf788d0808bfd0534 (diff) | |
download | timeline-934a13b966112500011c23528730bd15a0700431.tar.gz timeline-934a13b966112500011c23528730bd15a0700431.tar.bz2 timeline-934a13b966112500011c23528730bd15a0700431.zip |
Merge pull request #601 from crupest/dependabot/npm_and_yarn/FrontEnd/webpack-cli-4.7.2
-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 d6316465..e3245d80 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -96,7 +96,7 @@ "url-loader": "^4.1.1",
"webpack": "^5.38.1",
"webpack-chain": "^6.5.1",
- "webpack-cli": "^4.7.0",
+ "webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.0.0-beta.3",
"workbox-webpack-plugin": "^6.1.5"
}
|