From 0c8fc2d5e699acedef9512db7f3c240fa110285a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 00:19:18 +0900 Subject: [PATCH] deps: bump eslint-plugin-jest from 23.19.0 to 23.20.0 (#432) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.19.0 to 23.20.0. - [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.19.0...v23.20.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 f80c733..4a41ac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2715,9 +2715,9 @@ } }, "eslint-plugin-jest": { - "version": "23.19.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.19.0.tgz", - "integrity": "sha512-l5PLflALqnODl8Yy0H5hDs18aKJS1KTf66VZGXRpIhmbLbPLaTuMB2P+65fBpkdseSpnTVcIlBYvTvJSBi/itg==", + "version": "23.20.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz", + "integrity": "sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^2.5.0" diff --git a/package.json b/package.json index 647ace2..7dd981e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@zeit/ncc": "^0.22.3", "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0", - "eslint-plugin-jest": "^23.19.0", + "eslint-plugin-jest": "^23.20.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^4.2.5", "jest": "^25.5.4",