aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-11 00:28:29 +0000
committerGitHub <noreply@github.com>2021-03-11 00:28:29 +0000
commit74fc7f5a5e719a4cc03889e08c1d5af34474f7dc (patch)
tree254ddc291a7a85199725fdef41db23b96032f533
parentd3095ced24254fb45733537af91cee4b0d454bb4 (diff)
parent4db13c0c7f829391d1b84fc255221f87b651e5cb (diff)
downloadtimeline-74fc7f5a5e719a4cc03889e08c1d5af34474f7dc.tar.gz
timeline-74fc7f5a5e719a4cc03889e08c1d5af34474f7dc.tar.bz2
timeline-74fc7f5a5e719a4cc03889e08c1d5af34474f7dc.zip
Merge pull request #363 from crupest/dependabot/npm_and_yarn/FrontEnd/html-webpack-plugin-5.3.1
-rw-r--r--FrontEnd/package-lock.json14
-rw-r--r--FrontEnd/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index 2cf23665..5a032e3d 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.8",
@@ -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 5127910d..9d80766e 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.8",