From 47e863a20c1e0eaa26aed683bf26a0379a20ef52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 00:55:59 +0000 Subject: [PATCH] Bump @types/jest from 26.0.23 to 26.0.24 (#19) --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c74859..38cf2e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", - "@types/jest": "^26.0.15", + "@types/jest": "^26.0.24", "@types/node": "^12.0.0", "@types/react": "^17.0.13", "@types/react-blockies": "^1.4.0", @@ -3032,8 +3032,9 @@ } }, "node_modules/@types/jest": { - "version": "26.0.23", - "license": "MIT", + "version": "26.0.24", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz", + "integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==", "dependencies": { "jest-diff": "^26.0.0", "pretty-format": "^26.0.0" @@ -21130,7 +21131,9 @@ } }, "@types/jest": { - "version": "26.0.23", + "version": "26.0.24", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz", + "integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==", "requires": { "jest-diff": "^26.0.0", "pretty-format": "^26.0.0" diff --git a/package.json b/package.json index 7d6d582..841d6f1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", - "@types/jest": "^26.0.15", + "@types/jest": "^26.0.24", "@types/node": "^12.0.0", "@types/react": "^17.0.13", "@types/react-blockies": "^1.4.0",