From 0626da6300a679665d9569ebee58ecf70c71e6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 00:31:27 +0000 Subject: [PATCH] build(deps): bump recast from 0.23.6 to 0.23.7 Bumps [recast](https://github.com/benjamn/recast) from 0.23.6 to 0.23.7. - [Release notes](https://github.com/benjamn/recast/releases) - [Commits](https://github.com/benjamn/recast/compare/v0.23.6...v0.23.7) --- updated-dependencies: - dependency-name: recast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/kolibri-tools/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/kolibri-tools/package.json b/packages/kolibri-tools/package.json index 1a511eca88a..62ff578759f 100644 --- a/packages/kolibri-tools/package.json +++ b/packages/kolibri-tools/package.json @@ -69,7 +69,7 @@ "process": "^0.11.10", "query-ast": "^1.0.5", "readline-sync": "^1.4.9", - "recast": "^0.23.6", + "recast": "^0.23.7", "rewire": "^6.0.0", "rtlcss": "4.1.1", "sass-loader": "14.2.1", diff --git a/yarn.lock b/yarn.lock index 0969aa7ab1b..a7d170ab74c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9795,10 +9795,10 @@ readline-sync@^1.4.9: resolved "https://registry.yarnpkg.com/readline-sync/-/readline-sync-1.4.10.tgz#41df7fbb4b6312d673011594145705bf56d8873b" integrity sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw== -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"