From 7437439a80c144e76ee88a3ff5d6d0d6b67a2580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 18:46:52 +0000 Subject: [PATCH] fix(deps): update dependency recast to v0.23.7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3aff3caf..367e0f84 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "patch-package": "8.0.0", "precinct": "12.1.1", "prettier": "3.2.5", - "recast": "0.23.6", + "recast": "0.23.7", "typescript": "5.4.5" } } diff --git a/yarn.lock b/yarn.lock index a7323a6a..48b1a065 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9863,10 +9863,10 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -recast@0.23.6: - version "0.23.6" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.6.tgz#198fba74f66143a30acc81929302d214ce4e3bfa" - integrity sha512-9FHoNjX1yjuesMwuthAmPKabxYQdOgihFYmT5ebXfYGBcnqXZf3WOVz+5foEZ8Y83P4ZY6yQD5GMmtV+pgCCAQ== +recast@0.23.7: + version "0.23.7" + resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.7.tgz#1e08f164e10402b075c904a2b01022b3da039c72" + integrity sha512-MpQlLZVpqbbxYcqEjwpRWo88sGvjOYoXptySz710RuddNMHx+wPkoNX6YyLZJlXAh5VZr1qmPrTwcTuFMh0Lag== dependencies: ast-types "^0.16.1" esprima "~4.0.0"