diff --git a/package-lock.json b/package-lock.json index 81544863..be2320b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-config-prettier": "8.5.0", "eslint-import-resolver-typescript": "3.4.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "26.8.2", + "eslint-plugin-jest": "27.2.0", "eslint-plugin-react": "7.30.1", "eslint-plugin-react-hooks": "4.6.0", "husky": "8.0.1", @@ -4199,18 +4199,19 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "26.8.2", + "version": "27.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.0.tgz", + "integrity": "sha512-KGIYtelk4rIhKocxRKUEeX+kJ0ZCab/CiSgS8BMcKD7AY7YxXhlg/d51oF5jq2rOrtuJEDYWRwXD95l6l2vtrA==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^5.10.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "eslint": "^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -13478,7 +13479,7 @@ }, "packages/storefront-shop-adapter-plentymarkets": { "name": "@makaira/storefront-shop-adapter-plentymarkets", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@makaira/storefront-types": "^1.8.0", @@ -13490,7 +13491,7 @@ }, "packages/storefront-shop-adapter-shopify": { "name": "@makaira/storefront-shop-adapter-shopify", - "version": "1.2.1", + "version": "1.2.2", "license": "ISC", "dependencies": { "@makaira/storefront-types": "^1.8.0", @@ -13593,7 +13594,7 @@ }, "packages/storefront-shop-adapter-shopware5": { "name": "@makaira/storefront-shop-adapter-shopware5", - "version": "1.0.2", + "version": "1.0.3", "license": "ISC", "dependencies": { "@makaira/storefront-types": "1.8.0", @@ -16504,7 +16505,9 @@ } }, "eslint-plugin-jest": { - "version": "26.8.2", + "version": "27.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.0.tgz", + "integrity": "sha512-KGIYtelk4rIhKocxRKUEeX+kJ0ZCab/CiSgS8BMcKD7AY7YxXhlg/d51oF5jq2rOrtuJEDYWRwXD95l6l2vtrA==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.10.0" diff --git a/package.json b/package.json index 50345559..2889c8af 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-config-prettier": "8.5.0", "eslint-import-resolver-typescript": "3.4.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "26.8.2", + "eslint-plugin-jest": "27.2.0", "eslint-plugin-react": "7.30.1", "eslint-plugin-react-hooks": "4.6.0", "husky": "8.0.1",