From 8f70f1354b5f03255728f628b4a3393ac53dfdd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 16:03:01 +0000 Subject: [PATCH] chore(deps): update devdependency jest to v29 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea5b5df..a16070f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "esbuild-jest": "0.5.0", "eslint": "8.28.0", "eslint-plugin-nuxt": "4.0.0", - "jest": "27.5.1", + "jest": "29.5.0", "siroc": "0.16.0", "vue-jest": "3.0.7", "vue-template-compiler": "2.7.14"