diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-04 07:09:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 07:09:45 +0000 |
commit | 5fba9d9ff5c184f4c604c553a5e81f81be466f65 (patch) | |
tree | 34731b389c383e8ae5e2088c9753750d7a4c1f37 /FrontEnd/package.json | |
parent | 7e39787bfadcf30d7ef744d7950386145dbd2b4e (diff) | |
download | timeline-5fba9d9ff5c184f4c604c553a5e81f81be466f65.tar.gz timeline-5fba9d9ff5c184f4c604c553a5e81f81be466f65.tar.bz2 timeline-5fba9d9ff5c184f4c604c553a5e81f81be466f65.zip |
build(deps-dev): Bump html-webpack-plugin in /FrontEnd
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.0.0-beta.6 to 5.0.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/commits/v5.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
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 72306526..6841b9b1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -88,7 +88,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-beta.6",
+ "html-webpack-plugin": "5.0.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.4",
"postcss": "^8.2.4",
|