From 6e53b9553ca736db0ad48a36b45e55ec35bc64fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:18:57 +0000 Subject: [PATCH] fix(deps): update dependency isomorphic-unfetch to v4 --- package-lock.json | 96 +++++++++++++++++++++++++++++--------- packages/core/package.json | 2 +- 2 files changed, 75 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93b4763f3..b37390268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7788,6 +7788,15 @@ "node": ">=16" } }, + "node_modules/@walletconnect/auth-client/node_modules/isomorphic-unfetch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz", + "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==", + "dependencies": { + "node-fetch": "^2.6.1", + "unfetch": "^4.2.0" + } + }, "node_modules/@walletconnect/core": { "resolved": "packages/core", "link": true @@ -10480,7 +10489,6 @@ }, "node_modules/data-uri-to-buffer": { "version": "4.0.1", - "dev": true, "license": "MIT", "engines": { "node": ">= 12" @@ -14188,7 +14196,6 @@ }, "node_modules/fetch-blob": { "version": "3.2.0", - "dev": true, "funding": [ { "type": "github", @@ -14598,7 +14605,6 @@ }, "node_modules/formdata-polyfill": { "version": "4.0.10", - "dev": true, "license": "MIT", "dependencies": { "fetch-blob": "^3.1.2" @@ -17202,13 +17208,36 @@ } }, "node_modules/isomorphic-unfetch": { - "version": "3.1.0", - "license": "MIT", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-4.0.2.tgz", + "integrity": "sha512-1Yd+CF/7al18/N2BDbsLBcp6RO3tucSW+jcLq24dqdX5MNbCNTw1z4BsGsp4zNmjr/Izm2cs/cEqZPp4kvWSCA==", "dependencies": { - "node-fetch": "^2.6.1", - "unfetch": "^4.2.0" + "node-fetch": "^3.2.0", + "unfetch": "^5.0.0" + } + }, + "node_modules/isomorphic-unfetch/node_modules/node-fetch": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "dependencies": { + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.4", + "formdata-polyfill": "^4.0.10" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/node-fetch" } }, + "node_modules/isomorphic-unfetch/node_modules/unfetch": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-5.0.0.tgz", + "integrity": "sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg==" + }, "node_modules/isstream": { "version": "0.1.2", "dev": true, @@ -20594,7 +20623,6 @@ }, "node_modules/node-domexception": { "version": "1.0.0", - "dev": true, "funding": [ { "type": "github", @@ -26616,7 +26644,6 @@ }, "node_modules/web-streams-polyfill": { "version": "3.2.1", - "dev": true, "license": "MIT", "engines": { "node": ">= 8" @@ -27499,7 +27526,7 @@ "@walletconnect/types": "2.11.3", "@walletconnect/utils": "2.11.3", "events": "^3.3.0", - "isomorphic-unfetch": "3.1.0", + "isomorphic-unfetch": "4.0.2", "lodash.isequal": "4.5.0", "uint8arrays": "^3.1.0" }, @@ -33595,6 +33622,17 @@ "@walletconnect/utils": "^2.10.1", "events": "^3.3.0", "isomorphic-unfetch": "^3.1.0" + }, + "dependencies": { + "isomorphic-unfetch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.1.0.tgz", + "integrity": "sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==", + "requires": { + "node-fetch": "^2.6.1", + "unfetch": "^4.2.0" + } + } } }, "@walletconnect/core": { @@ -33615,7 +33653,7 @@ "@walletconnect/types": "2.11.3", "@walletconnect/utils": "2.11.3", "events": "^3.3.0", - "isomorphic-unfetch": "3.1.0", + "isomorphic-unfetch": "4.0.2", "lodash.isequal": "4.5.0", "node-fetch": "^3.3.0", "uint8arrays": "^3.1.0" @@ -35901,8 +35939,7 @@ } }, "data-uri-to-buffer": { - "version": "4.0.1", - "dev": true + "version": "4.0.1" }, "dateformat": { "version": "3.0.3", @@ -38361,7 +38398,6 @@ }, "fetch-blob": { "version": "3.2.0", - "dev": true, "requires": { "node-domexception": "^1.0.0", "web-streams-polyfill": "^3.0.3" @@ -38647,7 +38683,6 @@ }, "formdata-polyfill": { "version": "4.0.10", - "dev": true, "requires": { "fetch-blob": "^3.1.2" } @@ -40392,10 +40427,29 @@ "version": "3.0.1" }, "isomorphic-unfetch": { - "version": "3.1.0", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-4.0.2.tgz", + "integrity": "sha512-1Yd+CF/7al18/N2BDbsLBcp6RO3tucSW+jcLq24dqdX5MNbCNTw1z4BsGsp4zNmjr/Izm2cs/cEqZPp4kvWSCA==", "requires": { - "node-fetch": "^2.6.1", - "unfetch": "^4.2.0" + "node-fetch": "^3.2.0", + "unfetch": "^5.0.0" + }, + "dependencies": { + "node-fetch": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "requires": { + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.4", + "formdata-polyfill": "^4.0.10" + } + }, + "unfetch": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-5.0.0.tgz", + "integrity": "sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg==" + } } }, "isstream": { @@ -43092,8 +43146,7 @@ } }, "node-domexception": { - "version": "1.0.0", - "dev": true + "version": "1.0.0" }, "node-environment-flags": { "version": "1.0.6", @@ -47423,8 +47476,7 @@ } }, "web-streams-polyfill": { - "version": "3.2.1", - "dev": true + "version": "3.2.1" }, "web3": { "version": "1.7.5", diff --git a/packages/core/package.json b/packages/core/package.json index f2c51027b..8e498d558 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -45,7 +45,7 @@ "@walletconnect/types": "2.11.3", "@walletconnect/utils": "2.11.3", "events": "^3.3.0", - "isomorphic-unfetch": "3.1.0", + "isomorphic-unfetch": "4.0.2", "lodash.isequal": "4.5.0", "uint8arrays": "^3.1.0" },