From 0f4d56fe008aa4c408b1678b100640cb1e1f762d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Sep 2023 09:22:44 +0000 Subject: [PATCH] fix(deps): update dependency isomorphic-unfetch to v4 --- package-lock.json | 203 +++++++++++++++--- .../storefront-shop-adapter-oxid/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- 6 files changed, 177 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08507e8..cf22585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3439,6 +3439,14 @@ "node": ">=8" } }, + "node_modules/data-uri-to-buffer": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", + "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", + "engines": { + "node": ">= 12" + } + }, "node_modules/data-urls": { "version": "3.0.2", "dev": true, @@ -3777,6 +3785,7 @@ }, "node_modules/encoding": { "version": "0.1.13", + "dev": true, "license": "MIT", "optional": true, "peer": true, @@ -4603,6 +4612,28 @@ "bser": "2.1.1" } }, + "node_modules/fetch-blob": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", + "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "paypal", + "url": "https://paypal.me/jimmywarting" + } + ], + "dependencies": { + "node-domexception": "^1.0.0", + "web-streams-polyfill": "^3.0.3" + }, + "engines": { + "node": "^12.20 || >= 14.13" + } + }, "node_modules/figures": { "version": "3.2.0", "dev": true, @@ -4711,6 +4742,17 @@ "node": ">= 6" } }, + "node_modules/formdata-polyfill": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", + "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", + "dependencies": { + "fetch-blob": "^3.1.2" + }, + "engines": { + "node": ">=12.20.0" + } + }, "node_modules/from2": { "version": "2.3.0", "dev": true, @@ -5272,7 +5314,7 @@ }, "node_modules/iconv-lite": { "version": "0.6.3", - "devOptional": true, + "dev": true, "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" @@ -5870,12 +5912,29 @@ "license": "ISC" }, "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==", + "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": "^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": { - "node-fetch": "^2.6.1", - "unfetch": "^4.2.0" + "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/issue-parser": { @@ -7601,6 +7660,24 @@ "license": "MIT", "peer": true }, + "node_modules/node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "github", + "url": "https://paypal.me/jimmywarting" + } + ], + "engines": { + "node": ">=10.5.0" + } + }, "node_modules/node-emoji": { "version": "1.11.0", "dev": true, @@ -7612,6 +7689,7 @@ }, "node_modules/node-fetch": { "version": "2.6.7", + "dev": true, "license": "MIT", "dependencies": { "whatwg-url": "^5.0.0" @@ -11490,7 +11568,7 @@ }, "node_modules/safer-buffer": { "version": "2.1.2", - "devOptional": true, + "dev": true, "license": "MIT" }, "node_modules/saxes": { @@ -12542,6 +12620,7 @@ }, "node_modules/tr46": { "version": "0.0.3", + "dev": true, "license": "MIT" }, "node_modules/traverse": { @@ -12983,8 +13062,9 @@ } }, "node_modules/unfetch": { - "version": "4.2.0", - "license": "MIT" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-5.0.0.tgz", + "integrity": "sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg==" }, "node_modules/unique-string": { "version": "2.0.0", @@ -13145,8 +13225,17 @@ "@zxing/text-encoding": "0.9.0" } }, + "node_modules/web-streams-polyfill": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", + "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", + "engines": { + "node": ">= 8" + } + }, "node_modules/webidl-conversions": { "version": "3.0.1", + "dev": true, "license": "BSD-2-Clause" }, "node_modules/whatwg-encoding": { @@ -13170,6 +13259,7 @@ }, "node_modules/whatwg-url": { "version": "5.0.0", + "dev": true, "license": "MIT", "dependencies": { "tr46": "~0.0.3", @@ -13440,7 +13530,7 @@ }, "packages/storefront-react": { "name": "@makaira/storefront-react", - "version": "1.6.6", + "version": "1.6.7", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0" @@ -13487,7 +13577,7 @@ "license": "ISC", "dependencies": { "@makaira/storefront-types": "^1.4.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" }, "devDependencies": { "msw": "0.44.2" @@ -13502,7 +13592,7 @@ "license": "ISC", "dependencies": { "@makaira/storefront-types": "^1.8.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" }, "engines": { "node": ">=15.0.0" @@ -13514,7 +13604,7 @@ "license": "ISC", "dependencies": { "@makaira/storefront-types": "^1.8.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" }, "devDependencies": { "msw": "^0.43.0" @@ -13617,7 +13707,7 @@ "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" }, "engines": { "node": ">=15.0.0" @@ -13633,11 +13723,11 @@ }, "packages/storefront-shop-adapter-shopware6": { "name": "@makaira/storefront-shop-adapter-shopware6", - "version": "1.5.0", + "version": "1.0.5", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" }, "engines": { "node": ">=15.0.0" @@ -14615,7 +14705,7 @@ "version": "file:packages/storefront-shop-adapter-oxid", "requires": { "@makaira/storefront-types": "^1.4.0", - "isomorphic-unfetch": "^3.1.0", + "isomorphic-unfetch": "^4.0.0", "msw": "0.44.2" } }, @@ -14623,14 +14713,14 @@ "version": "file:packages/storefront-shop-adapter-plentymarkets", "requires": { "@makaira/storefront-types": "^1.8.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" } }, "@makaira/storefront-shop-adapter-shopify": { "version": "file:packages/storefront-shop-adapter-shopify", "requires": { "@makaira/storefront-types": "^1.8.0", - "isomorphic-unfetch": "^3.1.0", + "isomorphic-unfetch": "^4.0.0", "msw": "^0.43.0" }, "dependencies": { @@ -14690,7 +14780,7 @@ "version": "file:packages/storefront-shop-adapter-shopware5", "requires": { "@makaira/storefront-types": "1.10.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" }, "dependencies": { "@makaira/storefront-types": { @@ -14704,7 +14794,7 @@ "version": "file:packages/storefront-shop-adapter-shopware6", "requires": { "@makaira/storefront-types": "1.10.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" }, "dependencies": { "@makaira/storefront-types": { @@ -16014,6 +16104,11 @@ "version": "7.0.0", "dev": true }, + "data-uri-to-buffer": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", + "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" + }, "data-urls": { "version": "3.0.2", "dev": true, @@ -16238,6 +16333,7 @@ }, "encoding": { "version": "0.1.13", + "dev": true, "optional": true, "peer": true, "requires": { @@ -16785,6 +16881,15 @@ "bser": "2.1.1" } }, + "fetch-blob": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", + "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", + "requires": { + "node-domexception": "^1.0.0", + "web-streams-polyfill": "^3.0.3" + } + }, "figures": { "version": "3.2.0", "dev": true, @@ -16855,6 +16960,14 @@ "mime-types": "^2.1.12" } }, + "formdata-polyfill": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", + "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", + "requires": { + "fetch-blob": "^3.1.2" + } + }, "from2": { "version": "2.3.0", "dev": true, @@ -17213,7 +17326,7 @@ }, "iconv-lite": { "version": "0.6.3", - "devOptional": true, + "dev": true, "requires": { "safer-buffer": ">= 2.1.2 < 3.0.0" } @@ -17546,12 +17659,24 @@ "dev": true }, "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==", + "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" + } + } } }, "issue-parser": { @@ -18677,6 +18802,11 @@ "dev": true, "peer": true }, + "node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" + }, "node-emoji": { "version": "1.11.0", "dev": true, @@ -18687,6 +18817,7 @@ }, "node-fetch": { "version": "2.6.7", + "dev": true, "requires": { "whatwg-url": "^5.0.0" } @@ -21319,7 +21450,7 @@ }, "safer-buffer": { "version": "2.1.2", - "devOptional": true + "dev": true }, "saxes": { "version": "5.0.1", @@ -22038,7 +22169,8 @@ } }, "tr46": { - "version": "0.0.3" + "version": "0.0.3", + "dev": true }, "traverse": { "version": "0.6.6", @@ -22276,7 +22408,9 @@ } }, "unfetch": { - "version": "4.2.0" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-5.0.0.tgz", + "integrity": "sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg==" }, "unique-string": { "version": "2.0.0", @@ -22390,8 +22524,14 @@ "util": "^0.12.3" } }, + "web-streams-polyfill": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", + "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==" + }, "webidl-conversions": { - "version": "3.0.1" + "version": "3.0.1", + "dev": true }, "whatwg-encoding": { "version": "2.0.0", @@ -22406,6 +22546,7 @@ }, "whatwg-url": { "version": "5.0.0", + "dev": true, "requires": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" diff --git a/packages/storefront-shop-adapter-oxid/package.json b/packages/storefront-shop-adapter-oxid/package.json index cdc6d2d..469dc10 100755 --- a/packages/storefront-shop-adapter-oxid/package.json +++ b/packages/storefront-shop-adapter-oxid/package.json @@ -43,7 +43,7 @@ "homepage": "https://github.com/MakairaIO/storefront-shop-adapter#readme", "dependencies": { "@makaira/storefront-types": "^1.4.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" }, "devDependencies": { "msw": "0.44.2" diff --git a/packages/storefront-shop-adapter-plentymarkets/package.json b/packages/storefront-shop-adapter-plentymarkets/package.json index ad1270f..166323e 100755 --- a/packages/storefront-shop-adapter-plentymarkets/package.json +++ b/packages/storefront-shop-adapter-plentymarkets/package.json @@ -43,7 +43,7 @@ "homepage": "https://github.com/MakairaIO/storefront-shop-adapter#readme", "dependencies": { "@makaira/storefront-types": "^1.8.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" }, "jest": { "preset": "ts-jest", diff --git a/packages/storefront-shop-adapter-shopify/package.json b/packages/storefront-shop-adapter-shopify/package.json index b92a115..767b1a8 100755 --- a/packages/storefront-shop-adapter-shopify/package.json +++ b/packages/storefront-shop-adapter-shopify/package.json @@ -43,7 +43,7 @@ "homepage": "https://github.com/MakairaIO/storefront-shop-adapter#readme", "dependencies": { "@makaira/storefront-types": "^1.8.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" }, "devDependencies": { "msw": "^0.43.0" diff --git a/packages/storefront-shop-adapter-shopware5/package.json b/packages/storefront-shop-adapter-shopware5/package.json index e48441c..48f685e 100644 --- a/packages/storefront-shop-adapter-shopware5/package.json +++ b/packages/storefront-shop-adapter-shopware5/package.json @@ -43,6 +43,6 @@ "homepage": "https://github.com/MakairaIO/storefront-shop-adapter#readme", "dependencies": { "@makaira/storefront-types": "1.10.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" } } diff --git a/packages/storefront-shop-adapter-shopware6/package.json b/packages/storefront-shop-adapter-shopware6/package.json index 8e81b29..36af8d7 100644 --- a/packages/storefront-shop-adapter-shopware6/package.json +++ b/packages/storefront-shop-adapter-shopware6/package.json @@ -43,6 +43,6 @@ "homepage": "https://github.com/MakairaIO/storefront-shop-adapter#readme", "dependencies": { "@makaira/storefront-types": "1.10.0", - "isomorphic-unfetch": "^3.1.0" + "isomorphic-unfetch": "^4.0.0" } }