From 0366c9614492493a2f5e1825673856379f6a02ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 23:45:37 +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 4f70d84..99d1ca5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "esbuild-jest": "0.5.0", "eslint": "8.23.1", "eslint-plugin-nuxt": "4.0.0", - "jest": "27.5.1", + "jest": "29.3.1", "siroc": "0.16.0", "vue-jest": "3.0.7", "vue-template-compiler": "2.7.10"