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 | d6deb6a1ac6f5aa0ed0065a8d8a96bcb13e348b3 (patch) | |
tree | 022c2ef080882b8c66892ea663cd5f838884d783 | |
parent | afb3079484ec134fbb08e74d583c2bc191d42a50 (diff) | |
download | timeline-d6deb6a1ac6f5aa0ed0065a8d8a96bcb13e348b3.tar.gz timeline-d6deb6a1ac6f5aa0ed0065a8d8a96bcb13e348b3.tar.bz2 timeline-d6deb6a1ac6f5aa0ed0065a8d8a96bcb13e348b3.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>
-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",
|