diff --git a/package-lock.json b/package-lock.json index 15b3492905..b017d1ada1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5787,9 +5787,9 @@ } }, "node-fetch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz", - "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.5.0.tgz", + "integrity": "sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw==", "dev": true }, "node-int64": { diff --git a/package.json b/package.json index b53342b533..3deb0cb3b5 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "mocha-junit-reporter": "1.22.0", "mocha-multi-reporters": "1.1.7", "mocha-stress": "1.0.0", - "node-fetch": "2.3.0", + "node-fetch": "2.5.0", "nyc": "14.0.0", "relay-compiler": "3.0.0", "semver": "6.0.0",