From 1aebd733659182ea9dce0243889ab4c7fe80596b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 04:56:33 +0000 Subject: [PATCH] :arrow_up: Bump eslint-plugin-jest from 27.2.2 to 27.2.3 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.2.2 to 27.2.3. - [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.2...v27.2.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/package.json | 2 +- package-lock.json | 14 +++++++------- vsts/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/common/package.json b/common/package.json index 12ff8318..4c45241a 100644 --- a/common/package.json +++ b/common/package.json @@ -18,7 +18,7 @@ "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.48.0", "eslint-plugin-github": "^4.9.2", - "eslint-plugin-jest": "^27.2.2", + "eslint-plugin-jest": "^27.2.3", "jest": "^29.6.2", "js-yaml": "^4.1.0", "prettier": "3.0.2", diff --git a/package-lock.json b/package-lock.json index 04f97fdf..077e54da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "eslint": "latest", "eslint-plugin-github": "*", - "eslint-plugin-jest": "*", + "eslint-plugin-jest": "latest", "eslint-plugin-prettier": "^5.0.0-alpha.1", "prettier": "3.0.2", "prettier-eslint": "^15.0.1", @@ -33,7 +33,7 @@ "@typescript-eslint/parser": "^5.62.0", "eslint": "latest", "eslint-plugin-github": "^4.9.2", - "eslint-plugin-jest": "^27.2.2", + "eslint-plugin-jest": "latest", "jest": "^29.6.2", "js-yaml": "^4.1.0", "prettier": "3.0.2", @@ -4318,9 +4318,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "27.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.2.tgz", - "integrity": "sha512-euzbp06F934Z7UDl5ZUaRPLAc9MKjh0rMPERrHT7UhlCEwgb25kBj37TvMgWeHZVkR5I9CayswrpoaqZU1RImw==", + "version": "27.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz", + "integrity": "sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -4329,7 +4329,7 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0", + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", "eslint": "^7.0.0 || ^8.0.0", "jest": "*" }, @@ -9058,7 +9058,7 @@ "esbuild": "0.19.2", "eslint": "latest", "eslint-plugin-github": "^4.9.2", - "eslint-plugin-jest": "^27.2.2", + "eslint-plugin-jest": "latest", "jest": "^29.6.2", "js-yaml": "^4.1.0", "prettier": "3.0.2", diff --git a/vsts/package.json b/vsts/package.json index 2549d3a3..67d52bb4 100644 --- a/vsts/package.json +++ b/vsts/package.json @@ -33,7 +33,7 @@ "esbuild": "0.19.2", "eslint": "^8.48.0", "eslint-plugin-github": "^4.9.2", - "eslint-plugin-jest": "^27.2.2", + "eslint-plugin-jest": "^27.2.3", "jest": "^29.6.2", "js-yaml": "^4.1.0", "prettier": "3.0.2",