From b1a1f6350f28a7568134140eee959a3ab0b2e75c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 14:44:12 +0000 Subject: [PATCH] Bump jest from 24.9.0 to 25.1.0 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 25.1.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v24.9.0...v25.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e37c7a..398b6b7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "eslint": "^6.0.0", "eslint-config-stylelint": "^11.0.0", - "jest": "^24.8.0", + "jest": "^25.1.0", "jest-preset-stylelint": "^1.3.0", "np": "^5.0.3", "npm-run-all": "^4.1.5",