From 8d614a3c1397fc583fb2aced069d97f0d353fcb9 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah <36107+shazron@users.noreply.github.com> Date: Tue, 1 Aug 2023 19:23:28 +0800 Subject: [PATCH] chore(dev-deps): update jest to ^29 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fece47..f6774a2 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-n": "^15.6.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "jest": "^28", + "jest": "^29", "jsdoc-to-markdown": "^5.0.2", "typescript": "^4.9.5" },