4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

Merge pull request #227 from AltarikMC/dependabot/npm_and_yarn/node-fetch-2.6.9

Bump node-fetch from 2.6.8 to 2.6.9
This commit is contained in:
Quentin Legot 2023-01-31 17:35:35 +01:00 committed by GitHub
commit 75b31e6574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@
"izitoast": "^1.4.0",
"minecraft-launcher-core": "^3.16.17",
"msmc": "^3.1.3",
"node-fetch": "^2.6.8",
"node-fetch": "^2.6.9",
"vue": "^3.2.45"
},
"config": {

View File

@ -2522,10 +2522,10 @@ node-api-version@^0.1.4:
dependencies:
semver "^7.3.5"
node-fetch@2.x, node-fetch@^2.6.7, node-fetch@^2.6.8:
version "2.6.8"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.8.tgz#a68d30b162bc1d8fd71a367e81b997e1f4d4937e"
integrity sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==
node-fetch@2.x, node-fetch@^2.6.7, node-fetch@^2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6"
integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==
dependencies:
whatwg-url "^5.0.0"