deps: bump eslint-plugin-jest from 23.13.0 to 23.13.1 (#304)

This commit is contained in:
dependabot-preview[bot] 2020-05-17 09:25:58 +00:00 committed by GitHub
parent 31d3feb0ee
commit dcdf5ddc8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2777,9 +2777,9 @@
}
},
"eslint-plugin-jest": {
"version": "23.13.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.13.0.tgz",
"integrity": "sha512-AG18G0qFCgFOdhMibl4cTuKTCBVjzm/hEPYMOPCTj3Yh2GQ53q5u5Jj3a4nl1JH1BxqPsXIrZR1oRE+TdptfHw==",
"version": "23.13.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.13.1.tgz",
"integrity": "sha512-TRLJH6M6EDvGocD98a7yVThrAOCK9WJfo9phuUb0MJptcrOYZeCKzC9aOzZCD93sxXCsiJVZywaTHdI/mAi0FQ==",
"dev": true,
"requires": {
"@typescript-eslint/experimental-utils": "^2.5.0"

View File

@ -67,7 +67,7 @@
"@typescript-eslint/parser": "^2.33.0",
"@zeit/ncc": "^0.22.1",
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.13.0",
"eslint-plugin-jest": "^23.13.1",
"husky": "^4.2.5",
"jest": "^25.5.4",
"jest-circus": "^26.0.1",