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 | 4db13c0c7f829391d1b84fc255221f87b651e5cb (patch) | |
tree | 9531eff8c5554984feea3d09e4403db0c4605052 | |
parent | 2bab167cb2521528906db8bce7f442d5eb7c0595 (diff) | |
download | timeline-4db13c0c7f829391d1b84fc255221f87b651e5cb.tar.gz timeline-4db13c0c7f829391d1b84fc255221f87b651e5cb.tar.bz2 timeline-4db13c0c7f829391d1b84fc255221f87b651e5cb.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>
-rw-r--r-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 27bc01d3..0b691746 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -77,7 +77,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", @@ -7403,9 +7403,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.0.tgz", - "integrity": "sha512-BjtSQCy5J0e9EDV+NZ4i+w36N9avXfQDF4QoAV9YAECG50x6/2tfJkFb0ws9eTcszLdyg4vs6FI6hMgVzVoQqw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.1.tgz", + "integrity": "sha512-rZsVvPXUYFyME0cuGkyOHfx9hmkFa4pWfxY/mdY38PsBEaVNsRoA+Id+8z6DBDgyv3zaw6XQszdF8HLwfQvcdQ==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^5.0.0", @@ -21980,9 +21980,9 @@ } }, "html-webpack-plugin": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.0.tgz", - "integrity": "sha512-BjtSQCy5J0e9EDV+NZ4i+w36N9avXfQDF4QoAV9YAECG50x6/2tfJkFb0ws9eTcszLdyg4vs6FI6hMgVzVoQqw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.1.tgz", + "integrity": "sha512-rZsVvPXUYFyME0cuGkyOHfx9hmkFa4pWfxY/mdY38PsBEaVNsRoA+Id+8z6DBDgyv3zaw6XQszdF8HLwfQvcdQ==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", 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",
|