diff options
author | crupest <crupest@outlook.com> | 2021-02-15 20:35:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 20:35:56 +0800 |
commit | 55b228b7e681f0086e4041ae90c925287619cac2 (patch) | |
tree | 9094e26f65dd2f9a22745bb296ee5d5932d7eb54 /FrontEnd | |
parent | f01b2a3c405addffcf0bd1c871bab63ad9053ad0 (diff) | |
parent | 50164c0ebf785895010ddfdabf7c0081ce1e7cb0 (diff) | |
download | timeline-55b228b7e681f0086e4041ae90c925287619cac2.tar.gz timeline-55b228b7e681f0086e4041ae90c925287619cac2.tar.bz2 timeline-55b228b7e681f0086e4041ae90c925287619cac2.zip |
Merge pull request #276 from crupest/dependabot/npm_and_yarn/FrontEnd/html-webpack-plugin-5.1.0
build(deps-dev): Bump html-webpack-plugin from 5.0.0 to 5.1.0 in /FrontEnd
Diffstat (limited to 'FrontEnd')
-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 46558381..7c999e0d 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", @@ -7268,9 +7268,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", @@ -21726,9 +21726,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 8c23428b..41857a70 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",
|