diff --git a/packages/jest-ts-reproduction/package-lock.json b/packages/jest-ts-reproduction/package-lock.json index b72a428e..55271761 100644 --- a/packages/jest-ts-reproduction/package-lock.json +++ b/packages/jest-ts-reproduction/package-lock.json @@ -13,7 +13,7 @@ "@travi/any": "3.1.0", "@travi/babel-preset": "3.0.119", "@travi/eslint-config": "4.0.5", - "@travi/eslint-config-jest": "1.0.91", + "@travi/eslint-config-jest": "1.0.93", "ban-sensitive-files": "1.10.1", "c8": "9.1.0", "cross-env": "7.0.3", @@ -2058,15 +2058,40 @@ } }, "node_modules/@form8ion/eslint-config-jest": { - "version": "1.0.101", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-jest/-/eslint-config-jest-1.0.101.tgz", - "integrity": "sha512-tv4z00fAe0xR6F9iAdQLUFKWVUa+pUR9kX56j445LL3HdcsnJuKCnVQ7Ow8jJO6/5LFkBXrMC35Yoh2I8FkEkg==", + "version": "1.0.103", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-jest/-/eslint-config-jest-1.0.103.tgz", + "integrity": "sha512-JtqhLbJGsmbApKdh4VC1wezQvB9p9UPwUXMIoZrsC65bZOpRrL6nAXGNaHwP0dSIyBDeST/aP64JXYrJzbvRHA==", "dev": true, "dependencies": { - "eslint-plugin-jest": "27.6.3", + "eslint-plugin-jest": "27.9.0", "typescript": "^5.0.0" } }, + "node_modules/@form8ion/eslint-config-jest/node_modules/eslint-plugin-jest": { + "version": "27.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz", + "integrity": "sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug==", + "dev": true, + "dependencies": { + "@typescript-eslint/utils": "^5.10.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0 || ^7.0.0", + "eslint": "^7.0.0 || ^8.0.0", + "jest": "*" + }, + "peerDependenciesMeta": { + "@typescript-eslint/eslint-plugin": { + "optional": true + }, + "jest": { + "optional": true + } + } + }, "node_modules/@form8ion/remark-lint-preset": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/@form8ion/remark-lint-preset/-/remark-lint-preset-6.0.2.tgz", @@ -3483,12 +3508,12 @@ } }, "node_modules/@travi/eslint-config-jest": { - "version": "1.0.91", - "resolved": "https://registry.npmjs.org/@travi/eslint-config-jest/-/eslint-config-jest-1.0.91.tgz", - "integrity": "sha512-JUgca1O2li7UcECcCMxljbIkKxdUZiiqM/V+C1Ivjf8RBkQorOJcPPzjUawRAIYdb+u0iNklk/FK5KunUSAopg==", + "version": "1.0.93", + "resolved": "https://registry.npmjs.org/@travi/eslint-config-jest/-/eslint-config-jest-1.0.93.tgz", + "integrity": "sha512-VGROLsnQAIb4eM6GHw+miO2Mc3Sx6YqO+NLJuUhqHkvQ7WDTzG5SEFOkFD+98pVVkZfDkRfDPrNw7nYdvTUkQg==", "dev": true, "dependencies": { - "@form8ion/eslint-config-jest": "1.0.101" + "@form8ion/eslint-config-jest": "1.0.103" } }, "node_modules/@trysound/sax": { @@ -6476,31 +6501,6 @@ "node": ">=0.10.0" } }, - "node_modules/eslint-plugin-jest": { - "version": "27.6.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz", - "integrity": "sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==", - "dev": true, - "dependencies": { - "@typescript-eslint/utils": "^5.10.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", - "eslint": "^7.0.0 || ^8.0.0", - "jest": "*" - }, - "peerDependenciesMeta": { - "@typescript-eslint/eslint-plugin": { - "optional": true - }, - "jest": { - "optional": true - } - } - }, "node_modules/eslint-scope": { "version": "7.2.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", diff --git a/packages/jest-ts-reproduction/package.json b/packages/jest-ts-reproduction/package.json index 545ed1c3..12b06cbd 100644 --- a/packages/jest-ts-reproduction/package.json +++ b/packages/jest-ts-reproduction/package.json @@ -45,7 +45,7 @@ "@travi/any": "3.1.0", "@travi/babel-preset": "3.0.119", "@travi/eslint-config": "4.0.5", - "@travi/eslint-config-jest": "1.0.91", + "@travi/eslint-config-jest": "1.0.93", "ban-sensitive-files": "1.10.1", "c8": "9.1.0", "cross-env": "7.0.3",