From 8c18cb1ccf94b14e923c9cfa400523fab2d15637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:54:27 +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 c7b9d5b..a710000 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",