From abf3462536e53af44ef69f132b1d28235f038ff3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 18:52:58 +0000 Subject: [PATCH] chore(deps-dev): bump @types/jest from 24.0.13 to 24.0.18 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.13 to 24.0.18. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) 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 5a6931c..801d57f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1451,9 +1451,9 @@ } }, "@types/jest": { - "version": "24.0.13", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.13.tgz", - "integrity": "sha512-3m6RPnO35r7Dg+uMLj1+xfZaOgIHHHut61djNjzwExXN4/Pm9has9C6I1KMYSfz7mahDhWUOVg4HW/nZdv5Pww==", + "version": "24.0.18", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.18.tgz", + "integrity": "sha512-jcDDXdjTcrQzdN06+TSVsPPqxvsZA/5QkYfIZlq1JMw7FdP5AZylbOc+6B/cuDurctRe+MziUMtQ3xQdrbjqyQ==", "dev": true, "requires": { "@types/jest-diff": "*" diff --git a/package.json b/package.json index 2527710..96bdba2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "@types/jest": "^24.0.13", + "@types/jest": "^24.0.18", "@types/react-dom": "^16.8.4", "jest": "24.7.1", "react-scripts": "^3.0.1",