diff --git a/package-lock.json b/package-lock.json index 092c965..6f828fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@semantic-release/github": "8.0.5", "@types/debug": "4.1.7", "@types/jest": "28.1.4", - "@types/node-fetch": "2.6.2", + "@types/node-fetch": "2.6.5", "@typescript-eslint/eslint-plugin": "5.33.0", "@typescript-eslint/parser": "5.33.0", "commitlint": "17.0.3", @@ -2015,25 +2015,13 @@ "license": "MIT" }, "node_modules/@types/node-fetch": { - "version": "2.6.2", + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.5.tgz", + "integrity": "sha512-OZsUlr2nxvkqUFLSaY2ZbA+P1q22q+KrlxWOn/38RX+u5kTkYL2mTujEpzUhGkS+K/QCYp9oagfXG39XOzyySg==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "node_modules/@types/node-fetch/node_modules/form-data": { - "version": "3.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" + "form-data": "^4.0.0" } }, "node_modules/@types/normalize-package-data": { @@ -13436,7 +13424,7 @@ }, "packages/storefront-react": { "name": "@makaira/storefront-react", - "version": "1.6.5", + "version": "1.6.6", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0" @@ -13459,7 +13447,7 @@ }, "packages/storefront-shop-adapter-local": { "name": "@makaira/storefront-shop-adapter-local", - "version": "1.6.3", + "version": "1.6.4", "license": "ISC", "dependencies": { "@faker-js/faker": "7.4.0", @@ -13506,7 +13494,7 @@ }, "packages/storefront-shop-adapter-shopify": { "name": "@makaira/storefront-shop-adapter-shopify", - "version": "1.3.0", + "version": "1.4.0", "license": "ISC", "dependencies": { "@makaira/storefront-types": "^1.8.0", @@ -13609,7 +13597,7 @@ }, "packages/storefront-shop-adapter-shopware5": { "name": "@makaira/storefront-shop-adapter-shopware5", - "version": "1.0.4", + "version": "1.0.5", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.10.0", @@ -13629,7 +13617,7 @@ }, "packages/storefront-types": { "name": "@makaira/storefront-types", - "version": "1.8.0", + "version": "1.10.0", "license": "ISC", "engines": { "node": ">=15.0.0" @@ -15099,22 +15087,13 @@ "dev": true }, "@types/node-fetch": { - "version": "2.6.2", + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.5.tgz", + "integrity": "sha512-OZsUlr2nxvkqUFLSaY2ZbA+P1q22q+KrlxWOn/38RX+u5kTkYL2mTujEpzUhGkS+K/QCYp9oagfXG39XOzyySg==", "dev": true, "requires": { "@types/node": "*", - "form-data": "^3.0.0" - }, - "dependencies": { - "form-data": { - "version": "3.0.1", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - } + "form-data": "^4.0.0" } }, "@types/normalize-package-data": { diff --git a/package.json b/package.json index 5034555..8e12d1a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@semantic-release/github": "8.0.5", "@types/debug": "4.1.7", "@types/jest": "28.1.4", - "@types/node-fetch": "2.6.2", + "@types/node-fetch": "2.6.5", "@typescript-eslint/eslint-plugin": "5.33.0", "@typescript-eslint/parser": "5.33.0", "commitlint": "17.0.3",