diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-15 08:02:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 08:02:13 +0000 |
commit | 48d2ee5e70f7d41189c3440dc2c1d47b71228698 (patch) | |
tree | 0a9203e387c0eedf22029163b3b87c5b943e0c7f | |
parent | b2f0154a8a032215f229ffaa39add42fd0688c44 (diff) | |
download | timeline-48d2ee5e70f7d41189c3440dc2c1d47b71228698.tar.gz timeline-48d2ee5e70f7d41189c3440dc2c1d47b71228698.tar.bz2 timeline-48d2ee5e70f7d41189c3440dc2c1d47b71228698.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 to 5.1.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/compare/v5.0.0...v5.1.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 bac45273..6f4f2eae 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",
|