From d35fd80b295704714ea4c92d0cfcb475e723da9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:40:33 +0000 Subject: [PATCH] chore(deps): update dependency jscodeshift to v17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46f0c02..4a89b61 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react-hooks": "^4.5.0", "husky": "^8.0.1", - "jscodeshift": "^0.13.1", + "jscodeshift": "^17.0.0", "lint-staged": "^13.0.1", "markdown-toc": "^1.2.0", "next-compose-plugins": "^2.2.1",