From 29aefb7700056c0fd77c9d5c3733bbee12668e80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:44:24 +0900 Subject: [PATCH] chore(deps): update dependency @types/jest to ^26.0.24 (#819) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26edc5b..b1dccfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@types/jest": "^26.0.20", + "@types/jest": "^26.0.24", "@types/js-yaml": "^4.0.0", "@types/node": "~16", "@typescript-eslint/eslint-plugin": "^4.16.1", @@ -1099,9 +1099,9 @@ } }, "node_modules/@types/jest": { - "version": "26.0.20", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz", - "integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==", + "version": "26.0.24", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz", + "integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==", "dev": true, "dependencies": { "jest-diff": "^26.0.0", @@ -10583,9 +10583,9 @@ } }, "@types/jest": { - "version": "26.0.20", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz", - "integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==", + "version": "26.0.24", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz", + "integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==", "dev": true, "requires": { "jest-diff": "^26.0.0", diff --git a/package.json b/package.json index b377cee..abcd32f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@types/jest": "^26.0.20", + "@types/jest": "^26.0.24", "@types/js-yaml": "^4.0.0", "@types/node": "~16", "@typescript-eslint/eslint-plugin": "^4.16.1",