deps: bump eslint-plugin-jest from 23.6.0 to 23.7.0 (#95)

This commit is contained in:
dependabot-preview[bot] 2020-02-10 07:30:56 +00:00 committed by GitHub
parent 476fa94197
commit 0a1a58196b
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -2317,13 +2317,12 @@
} }
}, },
"eslint-plugin-jest": { "eslint-plugin-jest": {
"version": "23.6.0", "version": "23.7.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.6.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.7.0.tgz",
"integrity": "sha512-GH8AhcFXspOLqak7fqnddLXEJsrFyvgO8Bm60SexvKSn1+3rWYESnCiWUOCUcBTprNSDSE4CtAZdM4EyV6gPPw==", "integrity": "sha512-zkiyGlvJeHNjAEz8FaIxTXNblJJ/zj3waNbYbgflK7K6uy0cpE5zJBt/JpJtOBGM/UGkC6BqsQ4n0y7kQ2HA8w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@typescript-eslint/experimental-utils": "^2.5.0", "@typescript-eslint/experimental-utils": "^2.5.0"
"micromatch": "^4.0.2"
} }
}, },
"eslint-scope": { "eslint-scope": {

View File

@ -62,7 +62,7 @@
"@typescript-eslint/parser": "^2.19.0", "@typescript-eslint/parser": "^2.19.0",
"@zeit/ncc": "^0.21.0", "@zeit/ncc": "^0.21.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-plugin-jest": "^23.6.0", "eslint-plugin-jest": "^23.7.0",
"husky": "^4.2.1", "husky": "^4.2.1",
"jest": "^25.1.0", "jest": "^25.1.0",
"jest-circus": "^25.1.0", "jest-circus": "^25.1.0",