From aded340be5c4ce217a83401824267d207c0f9e38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:13:40 +0000 Subject: [PATCH] chore(deps): update dependency jscodeshift to ^0.16.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46f0c02..7f717de 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": "^0.16.0", "lint-staged": "^13.0.1", "markdown-toc": "^1.2.0", "next-compose-plugins": "^2.2.1",