From 647995f387e4f78755c1c3575e412671214cce68 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Thu, 27 Nov 2025 01:40:31 +0000 Subject: [PATCH] chore(deps): update dependency node-fetch to ^2.7.0 --- packages/aws-appsync-auth-link/package.json | 2 +- .../package.json | 2 +- packages/aws-appsync/package.json | 2 +- yarn.lock | 27 ++++++++++++++++--- 4 files changed, 27 insertions(+), 6 deletions(-) diff --git a/packages/aws-appsync-auth-link/package.json b/packages/aws-appsync-auth-link/package.json index d36d00ae..b7cb3cee 100644 --- a/packages/aws-appsync-auth-link/package.json +++ b/packages/aws-appsync-auth-link/package.json @@ -30,7 +30,7 @@ "@types/zen-observable": "^0.5.3", "graphql-tag": "^2.9.2", "jest": "24", - "node-fetch": "^2.2.0", + "node-fetch": "^2.7.0", "ts-jest": "24", "typescript": "^3.0.1" } diff --git a/packages/aws-appsync-subscription-link/package.json b/packages/aws-appsync-subscription-link/package.json index 80289bcd..d6866ad3 100644 --- a/packages/aws-appsync-subscription-link/package.json +++ b/packages/aws-appsync-subscription-link/package.json @@ -36,7 +36,7 @@ "graphql": "0.13.0", "graphql-tag": "^2.9.2", "jest": "24", - "node-fetch": "^2.2.0", + "node-fetch": "^2.7.0", "ts-jest": "24", "typescript": "^3.0.1" }, diff --git a/packages/aws-appsync/package.json b/packages/aws-appsync/package.json index f11f47f2..552dbf01 100644 --- a/packages/aws-appsync/package.json +++ b/packages/aws-appsync/package.json @@ -44,7 +44,7 @@ "@types/zen-observable": "^0.5.3", "graphql-tag": "^2.9.2", "jest": "24", - "node-fetch": "^2.2.0", + "node-fetch": "^2.7.0", "ts-jest": "24", "typescript": "^3.0.1" } diff --git a/yarn.lock b/yarn.lock index 8ba6b3ab..22f55eac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4780,9 +4780,12 @@ node-fetch@^1.0.1, node-fetch@^1.3.3: encoding "^0.1.11" is-stream "^1.0.1" -node-fetch@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" +node-fetch@^2.7.0: + version "2.7.0" + resolved "https://nexus.core.cvent.org/nexus/repository/npm-public/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" + integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== + dependencies: + whatwg-url "^5.0.0" node-int64@^0.4.0: version "0.4.0" @@ -6506,6 +6509,11 @@ tr46@^1.0.1: dependencies: punycode "^2.1.0" +tr46@~0.0.3: + version "0.0.3" + resolved "https://nexus.core.cvent.org/nexus/repository/npm-public/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== + trim-newlines@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" @@ -6763,6 +6771,11 @@ wcwidth@^1.0.0: dependencies: defaults "^1.0.3" +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://nexus.core.cvent.org/nexus/repository/npm-public/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== + webidl-conversions@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" @@ -6785,6 +6798,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.2.0.tgz#a3d58ef10b76009b042d03e25591ece89b88d171" +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://nexus.core.cvent.org/nexus/repository/npm-public/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + whatwg-url@^6.4.1: version "6.5.0" resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"