From 27d5610d3a38c9967c32f23c0d50ea412ee380ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:54:53 +0000 Subject: [PATCH] chore(deps): update dependency node-fetch to v2.6.12 --- gatsby-source-graphcms/package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gatsby-source-graphcms/package.json b/gatsby-source-graphcms/package.json index cb36bb9..744b82c 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.12" }, "devDependencies": { "@babel/cli": "7.16.7", diff --git a/yarn.lock b/yarn.lock index ac86aee..52be457 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.12: + version "2.6.12" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba" + integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g== + 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"