diff --git a/gatsby-source-graphcms/package.json b/gatsby-source-graphcms/package.json index cb36bb9..c3fab43 100644 --- a/gatsby-source-graphcms/package.json +++ b/gatsby-source-graphcms/package.json @@ -21,7 +21,7 @@ "gatsby-graphql-source-toolkit": "^2.0.1", "gatsby-source-filesystem": "4.4.0", "he": "1.2.0", - "node-fetch": "2.6.1" + "node-fetch": "2.6.11" }, "devDependencies": { "@babel/cli": "7.16.7", diff --git a/yarn.lock b/yarn.lock index ac86aee..02efefd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8224,6 +8224,13 @@ node-fetch@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.6.11: + version "2.6.11" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25" + integrity sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w== + dependencies: + whatwg-url "^5.0.0" + node-fetch@^2.5.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.6: version "2.6.6" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"