diff --git a/package-lock.json b/package-lock.json index 5a6931c..aed7cdb 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.21", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.21.tgz", + "integrity": "sha512-uyqFvx78Tuy0h5iLCPWRCvi5HhWwEqhIj30doitp191oYLqlCxUyAJHdWVm5+Nr271/vPnkyt6rWeEIjGowBTg==", "dev": true, "requires": { "@types/jest-diff": "*" diff --git a/package.json b/package.json index 2527710..3fba584 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.21", "@types/react-dom": "^16.8.4", "jest": "24.7.1", "react-scripts": "^3.0.1",