diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-22 08:08:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 08:08:03 +0000 |
commit | c2026373b9852b3868431260c93bcb396ee8a0a5 (patch) | |
tree | 58505c80f0737b03f27bcc8cc73885804db2b073 | |
parent | 351c929d0c699ac19a29224090e816c38685291b (diff) | |
download | timeline-c2026373b9852b3868431260c93bcb396ee8a0a5.tar.gz timeline-c2026373b9852b3868431260c93bcb396ee8a0a5.tar.bz2 timeline-c2026373b9852b3868431260c93bcb396ee8a0a5.zip |
build(deps-dev): Bump html-webpack-plugin in /FrontEnd
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.1.0...v5.2.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 3a712d27..2d74be3e 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.1.0",
+ "html-webpack-plugin": "5.2.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.8",
"postcss": "^8.2.6",
|