aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-03-15 02:34:24 +0300
committerGravatar GitHub <[email protected]>2021-03-15 02:34:24 +0300
commit0ec36c0d253d1577c251e97b946d1b0776a86cad (patch)
tree6ca98961c603c32190e5facf89b33b81936ce87e
parentUse .gitattributes to normalise line endings (diff)
parentBump html-webpack-plugin from 5.3.0 to 5.3.1 (diff)
Merge pull request #182 from python-discord/dependabot/npm_and_yarn/html-webpack-plugin-5.3.1
Bump html-webpack-plugin from 5.3.0 to 5.3.1
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index d819b72..9ef73d4 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"axios": "0.21.1",
"copy-webpack-plugin": "8.0.0",
"fs-extra": "9.1.0",
- "html-webpack-plugin": "5.3.0",
+ "html-webpack-plugin": "5.3.1",
"identity-obj-proxy": "3.0.0",
"react": "17.0.1",
"react-app-polyfill": "2.0.0",
diff --git a/yarn.lock b/yarn.lock
index 0e1467e..90f4f81 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4874,10 +4874,10 @@ html-minifier-terser@^5.0.1:
relateurl "^0.2.7"
terser "^4.6.3"
- version "5.3.0"
- resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.3.0.tgz#9d93a547db34ac1f28b9f41fd8fe38a5d56770f3"
- integrity sha512-BjtSQCy5J0e9EDV+NZ4i+w36N9avXfQDF4QoAV9YAECG50x6/2tfJkFb0ws9eTcszLdyg4vs6FI6hMgVzVoQqw==
+ version "5.3.1"
+ resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.3.1.tgz#8797327548e3de438e3494e0c6d06f181a7f20d1"
+ integrity sha512-rZsVvPXUYFyME0cuGkyOHfx9hmkFa4pWfxY/mdY38PsBEaVNsRoA+Id+8z6DBDgyv3zaw6XQszdF8HLwfQvcdQ==
dependencies:
"@types/html-minifier-terser" "^5.0.0"
html-minifier-terser "^5.0.1"