deps: bump jest-circus from 25.2.1 to 25.2.2 (#183)

This commit is contained in:
dependabot-preview[bot] 2020-03-26 19:05:13 +00:00 committed by GitHub
parent 85823c67e1
commit 1b904544aa
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

@ -4134,9 +4134,9 @@
} }
}, },
"jest-circus": { "jest-circus": {
"version": "25.2.1", "version": "25.2.2",
"resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-25.2.1.tgz", "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-25.2.2.tgz",
"integrity": "sha512-lfkyZBlSsidEl/ZnThFmuYxNVpBCgy6XYVv2Xt2da2wUQELVIInySMGs9mSArtXfv/63q7Z8EvG+FxBYWm2G0w==", "integrity": "sha512-x2lb5xa3aRuOWpq6FoyHx7z4rUCsv+SkquCmgljqKq/wp4ZKee0Ywy0SeeE142xwAMWtD5VW5jCeq7Nrd08q/g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/traverse": "^7.1.0", "@babel/traverse": "^7.1.0",

View File

@ -67,7 +67,7 @@
"eslint-plugin-jest": "^23.8.2", "eslint-plugin-jest": "^23.8.2",
"husky": "^4.2.3", "husky": "^4.2.3",
"jest": "^25.2.2", "jest": "^25.2.2",
"jest-circus": "^25.2.1", "jest-circus": "^25.2.2",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"lint-staged": "^10.0.9", "lint-staged": "^10.0.9",
"prettier": "2.0.2", "prettier": "2.0.2",