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 | 50164c0ebf785895010ddfdabf7c0081ce1e7cb0 (patch) | |
tree | 6158e2c4bb371514e45cc9a7f4c05265b5d83284 | |
parent | f01392950b7e5b1b11b4558da69e393337ce4064 (diff) | |
download | timeline-50164c0ebf785895010ddfdabf7c0081ce1e7cb0.tar.gz timeline-50164c0ebf785895010ddfdabf7c0081ce1e7cb0.tar.bz2 timeline-50164c0ebf785895010ddfdabf7c0081ce1e7cb0.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-lock.json | 20 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 14 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index d3cba84c..b55c72d2 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -75,7 +75,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", @@ -3878,7 +3878,6 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", - "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -7260,9 +7259,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.0.0.tgz", - "integrity": "sha512-kxTyb8cyZwEyUqXTgdHRUOF4C7uCrquzw2T+YTudehm/yspodgCkREjdmc4dXI8k2P4NEjqOVbnOOlPZg4TKJA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.1.0.tgz", + "integrity": "sha512-2axkp+2NHmvHUWrKe1dY4LyM3WatQEdFChr42OY7R/Ad7f0AQzaKscGCcqN/FtQBxo8rdfJP7M3RMFDttqok3g==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^5.0.0", @@ -8328,7 +8327,6 @@ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.6", "universalify": "^2.0.0" }, "optionalDependencies": { @@ -12495,9 +12493,6 @@ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.5.tgz", "integrity": "sha512-VoWt8DysFGDVRGWuHTqZzT02J0ASgjVq/hPs9QcBOGMd7B+jfTr/iqMVEyOi901rE3xq+Deq66GzIT1yt7sGwQ==", "dev": true, - "dependencies": { - "fsevents": "~2.3.1" - }, "bin": { "rollup": "dist/bin/rollup" }, @@ -15060,7 +15055,6 @@ "anymatch": "^2.0.0", "async-each": "^1.0.1", "braces": "^2.3.2", - "fsevents": "^1.2.7", "glob-parent": "^3.1.0", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", @@ -21714,9 +21708,9 @@ } }, "html-webpack-plugin": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.0.0.tgz", - "integrity": "sha512-kxTyb8cyZwEyUqXTgdHRUOF4C7uCrquzw2T+YTudehm/yspodgCkREjdmc4dXI8k2P4NEjqOVbnOOlPZg4TKJA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.1.0.tgz", + "integrity": "sha512-2axkp+2NHmvHUWrKe1dY4LyM3WatQEdFChr42OY7R/Ad7f0AQzaKscGCcqN/FtQBxo8rdfJP7M3RMFDttqok3g==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", 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",
|