From e7f154e4ad353b5ccf9bfc19c9800188ce045aae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:24:12 +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 1fbe016..325f68a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "js-yaml": "^4.1.0" }, "devDependencies": { - "@types/jest": "^26.0.24", + "@types/jest": "^29.5.12", "@types/js-yaml": "^4.0.9", "@types/lodash": "^4.14.202", "@types/node": "^16.18.80", @@ -46,12 +46,12 @@ "codecov": "^3.8.2", "eslint": "^7.32.0", "eslint-plugin-github": "^4.1.1", - "eslint-plugin-jest": "^26.9.0", - "jest": "^26.6.3", - "jest-circus": "^26.6.3", + "eslint-plugin-jest": "^28.6.0", + "jest": "^29.7.0", + "jest-circus": "^29.7.0", "nock": "^13.5.4", "prettier": "2.2.1", - "ts-jest": "^26.5.6", + "ts-jest": "^29.1.4", "typescript": "^4.1.5", "wait-for-expect": "^3.0.2" }