diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-22 08:29:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 08:29:02 +0000 |
commit | a5ea95b80c365ee02b32d8278a456dc46ff300df (patch) | |
tree | 0b992da4970f1e930df3d5a69fc76c7dd6ed0a04 | |
parent | 5b059f52ff9a40716173beebcd1b60aefcebb876 (diff) | |
parent | 1eb08b798ed19bba0e36cf501572d3569afdf6d1 (diff) | |
download | timeline-a5ea95b80c365ee02b32d8278a456dc46ff300df.tar.gz timeline-a5ea95b80c365ee02b32d8278a456dc46ff300df.tar.bz2 timeline-a5ea95b80c365ee02b32d8278a456dc46ff300df.zip |
Merge pull request #298 from crupest/dependabot/npm_and_yarn/FrontEnd/html-webpack-plugin-5.2.0
-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 3ccb151c..29584e22 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.1.0", + "html-webpack-plugin": "5.2.0", "http-server": "^0.12.3", "mini-css-extract-plugin": "^1.3.8", "postcss": "^8.2.6", @@ -7268,9 +7268,9 @@ } }, "node_modules/html-webpack-plugin": { - "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==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.2.0.tgz", + "integrity": "sha512-0wkVlJKq7edCN793gdLgdAm5m196qI2vb5SGXy4AtGOFB/lYKyS10+3Vkhe6Bo0acddAW3QVw+0ysgWoko/IEQ==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^5.0.0", @@ -21726,9 +21726,9 @@ } }, "html-webpack-plugin": { - "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==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.2.0.tgz", + "integrity": "sha512-0wkVlJKq7edCN793gdLgdAm5m196qI2vb5SGXy4AtGOFB/lYKyS10+3Vkhe6Bo0acddAW3QVw+0ysgWoko/IEQ==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 5cbcd29d..f0312a45 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",
|