From e1e65743efe3980ee019105f9b955e8dc437d92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:19:48 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-jest from 27.2.1 to 27.6.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.2.1 to 27.6.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.1...v27.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- integ/package.json | 2 +- packages/aws-rfdk/package.json | 2 +- tools/pkglint/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/integ/package.json b/integ/package.json index 52f2b0441..1e6ca4d98 100644 --- a/integ/package.json +++ b/integ/package.json @@ -63,7 +63,7 @@ "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-deprecation": "^1.5.0", "eslint-plugin-import": "^2.28.0", - "eslint-plugin-jest": "^27.2.1", + "eslint-plugin-jest": "^27.6.0", "eslint-plugin-license-header": "^0.6.0", "jest": "^29.6.2", "pkglint": "1.2.0", diff --git a/packages/aws-rfdk/package.json b/packages/aws-rfdk/package.json index 5eb97fe00..e4c645694 100644 --- a/packages/aws-rfdk/package.json +++ b/packages/aws-rfdk/package.json @@ -80,7 +80,7 @@ "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-deprecation": "^1.5.0", "eslint-plugin-import": "^2.28.0", - "eslint-plugin-jest": "^27.2.1", + "eslint-plugin-jest": "^27.6.0", "eslint-plugin-license-header": "^0.6.0", "jest": "^29.6.2", "jsii": "~5.1.9", diff --git a/tools/pkglint/package.json b/tools/pkglint/package.json index fa8feb4ca..91ae5254b 100644 --- a/tools/pkglint/package.json +++ b/tools/pkglint/package.json @@ -44,7 +44,7 @@ "eslint-import-resolver-node": "^0.3.7", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.28.0", - "eslint-plugin-jest": "^27.2.1", + "eslint-plugin-jest": "^27.6.0", "typescript": "~5.1.6" }, "nozem": { diff --git a/yarn.lock b/yarn.lock index 8aee1db08..f49041d3c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4928,10 +4928,10 @@ eslint-plugin-import@^2.28.0: semver "^6.3.1" tsconfig-paths "^3.14.2" -eslint-plugin-jest@^27.2.1: - version "27.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.1.tgz#b85b4adf41c682ea29f1f01c8b11ccc39b5c672c" - integrity sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg== +eslint-plugin-jest@^27.6.0: + version "27.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.0.tgz#e5c0cf735b3c8cad0ef9db5b565b2fc99f5e55ed" + integrity sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng== dependencies: "@typescript-eslint/utils" "^5.10.0"