diff options
author | crupest <crupest@outlook.com> | 2021-02-15 20:35:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 20:35:56 +0800 |
commit | 55b228b7e681f0086e4041ae90c925287619cac2 (patch) | |
tree | 9094e26f65dd2f9a22745bb296ee5d5932d7eb54 /FrontEnd/package.json | |
parent | f01b2a3c405addffcf0bd1c871bab63ad9053ad0 (diff) | |
parent | 50164c0ebf785895010ddfdabf7c0081ce1e7cb0 (diff) | |
download | timeline-55b228b7e681f0086e4041ae90c925287619cac2.tar.gz timeline-55b228b7e681f0086e4041ae90c925287619cac2.tar.bz2 timeline-55b228b7e681f0086e4041ae90c925287619cac2.zip |
Merge pull request #276 from crupest/dependabot/npm_and_yarn/FrontEnd/html-webpack-plugin-5.1.0
build(deps-dev): Bump html-webpack-plugin from 5.0.0 to 5.1.0 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-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 8c23428b..41857a70 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -90,7 +90,7 @@ "eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
- "html-webpack-plugin": "5.0.0",
+ "html-webpack-plugin": "5.1.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.6",
"postcss": "^8.2.6",
|