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 | 528e810c0cdb12a38ce1fced9b96058e3ffbc2e7 (patch) | |
tree | 8e1e24d25e81ddd990b38a3fa2736c2addae1f35 | |
parent | b2b4b0906d9f8a1aff3698d880f611569174e904 (diff) | |
parent | 48d2ee5e70f7d41189c3440dc2c1d47b71228698 (diff) | |
download | timeline-528e810c0cdb12a38ce1fced9b96058e3ffbc2e7.tar.gz timeline-528e810c0cdb12a38ce1fced9b96058e3ffbc2e7.tar.bz2 timeline-528e810c0cdb12a38ce1fced9b96058e3ffbc2e7.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
-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",
|