From 02de70d9808d5a2f80a161a65f90e3fbda804b3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 02:06:55 +0000 Subject: [PATCH] bump(deps): update jest --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8713b1a..c1b1f6f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "minimatch": "^3.0.5" }, "devDependencies": { - "@types/jest": "^26.0.20", + "@types/jest": "^29.5.9", "@types/js-yaml": "^4.0.5", "@types/lodash": "^4.14.178", "@types/minimatch": "^3.0.5", @@ -46,11 +46,11 @@ "codecov": "^3.8.2", "eslint": "^7.21.0", "eslint-plugin-github": "^4.1.1", - "eslint-plugin-jest": "^24.1.5", - "jest": "^26.4.4", - "jest-circus": "^26.4.4", + "eslint-plugin-jest": "^27.6.0", + "jest": "^29.7.0", + "jest-circus": "^29.7.0", "prettier": "2.8.8", - "ts-jest": "^26.5.6", + "ts-jest": "^29.1.1", "typescript": "^4.1.3" } }