aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-01-26 11:01:09 +0300
committerGravatar GitHub <[email protected]>2021-01-26 11:01:09 +0300
commit128d35de872924ea0e0f05ba9919f7764c54378e (patch)
treede89596c9bda68ece96757f89722fbd6348254a7
parentMerge pull request #105 from python-discord/dependabot/npm_and_yarn/typescrip... (diff)
parentBump webpack from 5.16.0 to 5.17.0 (diff)
Merge pull request #103 from python-discord/dependabot/npm_and_yarn/webpack-5.17.0
Bump webpack from 5.16.0 to 5.17.0
-rw-r--r--package.json2
-rw-r--r--yarn.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index 589f950..d800255 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"smoothscroll-polyfill": "0.4.4",
"swc-loader": "0.1.12",
"typescript": "4.1.3",
- "webpack": "5.16.0",
+ "webpack": "5.17.0",
"webpack-cli": "4.4.0",
"webpack-manifest-plugin": "3.0.0",
"workbox-webpack-plugin": "6.0.2"
diff --git a/yarn.lock b/yarn.lock
index 0afb8c1..6647ee3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2081,10 +2081,10 @@
"@types/estree" "*"
"@types/json-schema" "*"
-"@types/estree@*", "@types/estree@^0.0.45":
- version "0.0.45"
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.45.tgz#e9387572998e5ecdac221950dab3e8c3b16af884"
- integrity sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g==
+"@types/estree@*", "@types/estree@^0.0.46":
+ version "0.0.46"
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe"
+ integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==
version "0.0.39"
@@ -9182,13 +9182,13 @@ webpack-sources@^2.1.1, webpack-sources@^2.2.0:
source-list-map "^2.0.1"
source-map "^0.6.1"
- version "5.16.0"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.16.0.tgz#796e093c2d92c229f013aefefde82b50c0572570"
- integrity sha512-QOkctcjYfEGxcYg4AzPJafyAQ7ANc266/URkX881uFA7b2k31E0Dmpy1ExfppHOTp1kHDTsRh9sXojVUvgPF0g==
+ version "5.17.0"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.17.0.tgz#e92aebad45be25f86f788dc72fc11daacdcfd55d"
+ integrity sha512-R+IdNEaYcYaACpXZOt7reyc8txBK7J06lOPkX1SbgmeoAnUbyBZivJIksrDBnmMA3wlTWvPcX7DubxELyPB8rA==
dependencies:
"@types/eslint-scope" "^3.7.0"
- "@types/estree" "^0.0.45"
+ "@types/estree" "^0.0.46"
"@webassemblyjs/ast" "1.11.0"
"@webassemblyjs/wasm-edit" "1.11.0"
"@webassemblyjs/wasm-parser" "1.11.0"