diff --git a/package-lock.json b/package-lock.json index 7c0f7dd..eb2b489 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5867,7 +5867,8 @@ }, "node_modules/isomorphic-unfetch": { "version": "3.1.0", - "license": "MIT", + "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" @@ -13489,7 +13490,7 @@ }, "packages/storefront-shop-adapter-shopify": { "name": "@makaira/storefront-shop-adapter-shopify", - "version": "1.2.0", + "version": "1.2.1", "license": "ISC", "dependencies": { "@makaira/storefront-types": "^1.8.0", @@ -13595,7 +13596,8 @@ "version": "1.0.2", "license": "ISC", "dependencies": { - "@makaira/storefront-types": "1.8.0" + "@makaira/storefront-types": "1.8.0", + "isomorphic-unfetch": "^3.1.0" }, "engines": { "node": ">=15.0.0" @@ -14625,7 +14627,8 @@ "@makaira/storefront-shop-adapter-shopware5": { "version": "file:packages/storefront-shop-adapter-shopware5", "requires": { - "@makaira/storefront-types": "1.8.0" + "@makaira/storefront-types": "1.8.0", + "isomorphic-unfetch": "*" } }, "@makaira/storefront-types": { @@ -17461,6 +17464,8 @@ }, "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" diff --git a/packages/storefront-shop-adapter-shopware5/package.json b/packages/storefront-shop-adapter-shopware5/package.json index 983f647..57f8939 100644 --- a/packages/storefront-shop-adapter-shopware5/package.json +++ b/packages/storefront-shop-adapter-shopware5/package.json @@ -42,6 +42,7 @@ }, "homepage": "https://github.com/MakairaIO/storefront-shop-adapter#readme", "dependencies": { - "@makaira/storefront-types": "1.8.0" + "@makaira/storefront-types": "1.8.0", + "isomorphic-unfetch": "^3.1.0" } }