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",