From 1b7f175fb540e8d398dc6d790b6790bb57eecdf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 08:12:18 +0000 Subject: [PATCH] build(deps): bump recast from 0.23.2 to 0.23.3 Bumps [recast](https://github.com/benjamn/recast) from 0.23.2 to 0.23.3. - [Release notes](https://github.com/benjamn/recast/releases) - [Commits](https://github.com/benjamn/recast/compare/v0.23.2...v0.23.3) --- updated-dependencies: - dependency-name: recast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/cli/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2b6951a7c..068eebcd66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7637,9 +7637,9 @@ } }, "node_modules/recast": { - "version": "0.23.2", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.2.tgz", - "integrity": "sha512-Qv6cPfVZyMOtPszK6PgW70pUgm7gPlFitAPf0Q69rlOA0zLw2XdDcNmPbVGYicFGT9O8I7TZ/0ryJD+6COvIPw==", + "version": "0.23.3", + "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.3.tgz", + "integrity": "sha512-HbCVFh2ANP6a09nzD4lx7XthsxMOJWKX5pIcUwtLrmeEIl3I0DwjCoVXDE0Aobk+7k/mS3H50FK4iuYArpcT6Q==", "dependencies": { "assert": "^2.0.0", "ast-types": "^0.16.1", @@ -8941,7 +8941,7 @@ "@compas/stdlib": "0.5.5", "c8": "8.0.0", "chokidar": "3.5.3", - "recast": "0.23.2", + "recast": "0.23.3", "tree-kill": "1.2.2" }, "bin": { @@ -10249,7 +10249,7 @@ "@compas/stdlib": "0.5.5", "c8": "8.0.0", "chokidar": "3.5.3", - "recast": "0.23.2", + "recast": "0.23.3", "tree-kill": "1.2.2" } }, @@ -14514,9 +14514,9 @@ "integrity": "sha512-r/H9MzAWtrv8aSVjPCMFpDMl5q66GqtmmRkRjpHTsp4zBAa+snZyiQNlMONiUmEJcsnaw0wCauJ2GWODr/aFkg==" }, "recast": { - "version": "0.23.2", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.2.tgz", - "integrity": "sha512-Qv6cPfVZyMOtPszK6PgW70pUgm7gPlFitAPf0Q69rlOA0zLw2XdDcNmPbVGYicFGT9O8I7TZ/0ryJD+6COvIPw==", + "version": "0.23.3", + "resolved": "https://registry.npmjs.org/recast/-/recast-0.23.3.tgz", + "integrity": "sha512-HbCVFh2ANP6a09nzD4lx7XthsxMOJWKX5pIcUwtLrmeEIl3I0DwjCoVXDE0Aobk+7k/mS3H50FK4iuYArpcT6Q==", "requires": { "assert": "^2.0.0", "ast-types": "^0.16.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 23ec9ce18e..73eadcb355 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -29,7 +29,7 @@ "@compas/stdlib": "0.5.5", "c8": "8.0.0", "chokidar": "3.5.3", - "recast": "0.23.2", + "recast": "0.23.3", "tree-kill": "1.2.2" }, "author": {