From c1a05c0366c6976c237bbbd9d9ec07d8e065033a Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Tue, 25 Jan 2022 10:06:19 -0800 Subject: [PATCH] Bump node-fetch 2.6.7 Summary: ^ Reviewed By: nikoant Differential Revision: D33767745 fbshipit-source-id: c1ed481e140e88f7d7917e572430d14fcd5fa057 --- desktop/flipper-server/package.json | 2 +- desktop/static/package.json | 2 +- desktop/yarn.lock | 9 +++++- .../react-native-flipper/package.json | 2 +- react-native/react-native-flipper/yarn.lock | 28 ++++++++++++++++--- 5 files changed, 35 insertions(+), 8 deletions(-) diff --git a/desktop/flipper-server/package.json b/desktop/flipper-server/package.json index 28aa21dcb..08850ed0b 100644 --- a/desktop/flipper-server/package.json +++ b/desktop/flipper-server/package.json @@ -11,7 +11,7 @@ "dependenciesComment": "mac-ca is required dynamically for darwin, node-fetch is treated special in electron-requires, not sure why", "dependencies": { "mac-ca": "^1.0.6", - "node-fetch": "^2.6.6" + "node-fetch": "^2.6.7" }, "devDependencies": { "@types/express": "^4.17.13", diff --git a/desktop/static/package.json b/desktop/static/package.json index 75dcf2ae6..eb697dfdb 100644 --- a/desktop/static/package.json +++ b/desktop/static/package.json @@ -9,7 +9,7 @@ "fix-path": "^3.0.0", "mac-ca": "^1.0.6", "mkdirp": "^1.0.4", - "node-fetch": "^2.6.6", + "node-fetch": "^2.6.7", "ws": "^8.4.2", "xdg-basedir": "^4.0.0", "yargs": "^16.2.0" diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 72f2a8a29..13325cf9c 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -9130,13 +9130,20 @@ node-fetch@2.6.0: resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== -node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.6: +node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.1: version "2.6.6" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89" integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA== dependencies: whatwg-url "^5.0.0" +node-fetch@^2.6.7: + version "2.6.7" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" + node-forge@^0.10.0: version "0.10.0" resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" diff --git a/react-native/react-native-flipper/package.json b/react-native/react-native-flipper/package.json index 734a4f361..8a2c3752c 100644 --- a/react-native/react-native-flipper/package.json +++ b/react-native/react-native-flipper/package.json @@ -35,7 +35,7 @@ "logkitty": "0.7.1", "minimist": "1.2.3", "kind-of": "6.0.3", - "node-fetch": "^2.6.1", + "node-fetch": "^2.6.7", "xmldom": "github:xmldom/xmldom#0.7.0", "browserslist": "^4.16.5", "ws": "7.4.6" diff --git a/react-native/react-native-flipper/yarn.lock b/react-native/react-native-flipper/yarn.lock index 55f1f5b8c..9213cdd32 100644 --- a/react-native/react-native-flipper/yarn.lock +++ b/react-native/react-native-flipper/yarn.lock @@ -3509,10 +3509,12 @@ node-dir@^0.1.17: dependencies: minimatch "^3.0.2" -node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" - integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== +node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.7: + version "2.6.7" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" node-int64@^0.4.0: version "0.4.0" @@ -4491,6 +4493,11 @@ toidentifier@1.0.0: resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= + tslib@^2.0.1: version "2.1.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" @@ -4616,11 +4623,24 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= + whatwg-fetch@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q== +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + which-module@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"