diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-10 07:15:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 07:15:50 +0000 |
commit | 9476f14ccbd42157a9d92777e618421fb6619fd4 (patch) | |
tree | f3ab126a409386d8168f6c86fe00821411c1a0be /FrontEnd | |
parent | 1af20cfbc1e9e3bd5e42a97d997ec3bfc0680221 (diff) | |
download | timeline-9476f14ccbd42157a9d92777e618421fb6619fd4.tar.gz timeline-9476f14ccbd42157a9d92777e618421fb6619fd4.tar.bz2 timeline-9476f14ccbd42157a9d92777e618421fb6619fd4.zip |
build(deps-dev): Bump html-webpack-plugin in /FrontEnd
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.3.0 to 5.3.1.
- [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.3.0...v5.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '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 a91d1073..ff94b7dc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -92,7 +92,7 @@ "eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
- "html-webpack-plugin": "5.3.0",
+ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.2.7",
|