From 5c66d53fe4baac9b4c3262668ac17b40447e7dc0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 14:26:12 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 23.11.0 to 23.13.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.11.0 to 23.13.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.11.0...v23.13.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c71b84c14..6dc16ab40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2563,9 +2563,9 @@ } }, "eslint-plugin-jest": { - "version": "23.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.11.0.tgz", - "integrity": "sha512-qedvh6mcMgoLFHjITtG40yKOCu5Fa1GMYesDOclU30ZvtVkf+DaH0fnCn1ysOX/QMdk2SGhQvxvYLowcLaM0GA==", + "version": "23.13.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.13.2.tgz", + "integrity": "sha512-qZit+moTXTyZFNDqSIR88/L3rdBlTU7CuW6XmyErD2FfHEkdoLgThkRbiQjzgYnX6rfgLx3Ci4eJmF4Ui5v1Cw==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^2.5.0" diff --git a/package.json b/package.json index 8db21adff..3a6d5b07a 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "concurrently": "^5.2.0", "eslint": "^7.1.0", "eslint-config-prettier": "^6.11.0", - "eslint-plugin-jest": "^23.11.0", + "eslint-plugin-jest": "^23.13.2", "ffmpeg-static": "^4.2.1", "fs-extra": "^9.0.0", "jest": "^25.4.0",