From 4f3730a0e2b490728bfa1963a8b0bb0442c83f1e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 19:02:29 +0000 Subject: [PATCH] deps: bump jest-circus from 25.2.1 to 25.2.2 Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 25.2.1 to 25.2.2. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v25.2.2/packages/jest-circus) 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 b7be2b0..e7cea5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4745,9 +4745,9 @@ } }, "jest-circus": { - "version": "25.2.1", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-25.2.1.tgz", - "integrity": "sha512-lfkyZBlSsidEl/ZnThFmuYxNVpBCgy6XYVv2Xt2da2wUQELVIInySMGs9mSArtXfv/63q7Z8EvG+FxBYWm2G0w==", + "version": "25.2.2", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-25.2.2.tgz", + "integrity": "sha512-x2lb5xa3aRuOWpq6FoyHx7z4rUCsv+SkquCmgljqKq/wp4ZKee0Ywy0SeeE142xwAMWtD5VW5jCeq7Nrd08q/g==", "dev": true, "requires": { "@babel/traverse": "^7.1.0", diff --git a/package.json b/package.json index a0d1df5..4b10855 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint": "^6.8.0", "husky": "^4.2.3", "jest": "^25.2.2", - "jest-circus": "^25.2.1", + "jest-circus": "^25.2.2", "lint-staged": "^10.0.9", "nock": "^12.0.3", "prettier": "2.0.2",