Merge pull request #15859 from strapi/dependabot/npm_and_yarn/node-fetch-2.6.9

chore(deps): bump node-fetch from 2.6.7 to 2.6.9
This commit is contained in:
Gustav Hansen 2023-02-20 12:50:53 +01:00 committed by GitHub
commit dd1d8f3997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -122,7 +122,7 @@
"koa-static": "5.0.0", "koa-static": "5.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"mime-types": "2.1.35", "mime-types": "2.1.35",
"node-fetch": "2.6.7", "node-fetch": "2.6.9",
"node-machine-id": "1.1.12", "node-machine-id": "1.1.12",
"node-schedule": "2.1.0", "node-schedule": "2.1.0",
"open": "8.4.0", "open": "8.4.0",

View File

@ -42,7 +42,7 @@
"fs-extra": "10.0.0", "fs-extra": "10.0.0",
"inquirer": "8.2.5", "inquirer": "8.2.5",
"lodash": "4.17.21", "lodash": "4.17.21",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.9",
"node-machine-id": "^1.1.10", "node-machine-id": "^1.1.10",
"ora": "^5.4.1", "ora": "^5.4.1",
"semver": "7.3.8", "semver": "7.3.8",

View File

@ -16675,10 +16675,10 @@ node-dir@^0.1.10:
dependencies: dependencies:
minimatch "^3.0.2" minimatch "^3.0.2"
node-fetch@2.6.7, node-fetch@^2.6.1, node-fetch@^2.6.7: node-fetch@2.6.9, node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^2.6.9:
version "2.6.7" version "2.6.9"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==
dependencies: dependencies:
whatwg-url "^5.0.0" whatwg-url "^5.0.0"