aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-09 01:10:33 +0000
committerGitHub <noreply@github.com>2021-03-09 01:10:33 +0000
commit0c65abafb163f137ae01c13d163335fb24ec4595 (patch)
tree0ccfa500377ec2f2abcf9911adf36f4361b9683d
parent2daf56dc250a6b570247feb8f78caf093f49a421 (diff)
parent35186fa27e1a3e780d05b0d136d320701eeda975 (diff)
downloadtimeline-0c65abafb163f137ae01c13d163335fb24ec4595.tar.gz
timeline-0c65abafb163f137ae01c13d163335fb24ec4595.tar.bz2
timeline-0c65abafb163f137ae01c13d163335fb24ec4595.zip
Merge pull request #352 from crupest/dependabot/npm_and_yarn/FrontEnd/html-webpack-plugin-5.3.0
-rw-r--r--FrontEnd/package-lock.json43
-rw-r--r--FrontEnd/package.json2
2 files changed, 8 insertions, 37 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index aea30dab..e179ba3a 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.2.0",
+ "html-webpack-plugin": "5.3.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.2.7",
@@ -7397,14 +7397,13 @@
}
},
"node_modules/html-webpack-plugin": {
- "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==",
+ "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==",
"dev": true,
"dependencies": {
"@types/html-minifier-terser": "^5.0.0",
"html-minifier-terser": "^5.0.1",
- "loader-utils": "^2.0.0",
"lodash": "^4.17.20",
"pretty-error": "^2.1.1",
"tapable": "^2.0.0"
@@ -7420,20 +7419,6 @@
"webpack": "^5.20.0"
}
},
- "node_modules/html-webpack-plugin/node_modules/loader-utils": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
- "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^2.1.2"
- },
- "engines": {
- "node": ">=8.9.0"
- }
- },
"node_modules/htmlparser2": {
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz",
@@ -21983,30 +21968,16 @@
}
},
"html-webpack-plugin": {
- "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==",
+ "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==",
"dev": true,
"requires": {
"@types/html-minifier-terser": "^5.0.0",
"html-minifier-terser": "^5.0.1",
- "loader-utils": "^2.0.0",
"lodash": "^4.17.20",
"pretty-error": "^2.1.1",
"tapable": "^2.0.0"
- },
- "dependencies": {
- "loader-utils": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
- "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
- "dev": true,
- "requires": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^2.1.2"
- }
- }
}
},
"htmlparser2": {
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 65ae7c88..51d40bf9 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.2.0",
+ "html-webpack-plugin": "5.3.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.2.7",