diff --git a/package-lock.json b/package-lock.json index da35e594..5a0fe00b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -175,14 +175,14 @@ } }, "node_modules/@ast-grep/lang-json": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@ast-grep/lang-json/-/lang-json-0.0.5.tgz", - "integrity": "sha512-pA+QNncxNFIGzL1VIqZCYTkOIcdNInOr+z37/ch31qvFjxyOsvkQkgjeQLKHkYfN+1bF7m5AZS6aE1CvG2dZjw==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@ast-grep/lang-json/-/lang-json-0.0.6.tgz", + "integrity": "sha512-xb4OXtyuyY9RqUs5Af4Jb5hAJcBD0hGD1rJSQm1chJqdWOjhM6G7V2vHLx6B8M9uXuTBnaNs4U4OccMp+e95JQ==", "dev": true, "hasInstallScript": true, "license": "ISC", "dependencies": { - "@ast-grep/setup-lang": "0.0.5" + "@ast-grep/setup-lang": "0.0.6" }, "peerDependencies": { "tree-sitter-cli": "0.25.8" @@ -193,6 +193,13 @@ } } }, + "node_modules/@ast-grep/lang-json/node_modules/@ast-grep/setup-lang": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@ast-grep/setup-lang/-/setup-lang-0.0.6.tgz", + "integrity": "sha512-aSYZNF5nGQMxnwiA3Lcc8zi0AtpGlug47ADgqCgP/2n7p922FbnW7vo1rbW4kKjW72B/3mDdN7uvYidv8JnPnw==", + "dev": true, + "license": "ISC" + }, "node_modules/@ast-grep/napi": { "version": "0.40.4", "resolved": "https://registry.npmjs.org/@ast-grep/napi/-/napi-0.40.4.tgz", @@ -4563,7 +4570,7 @@ "license": "MIT", "devDependencies": { "@ast-grep/lang-bash": "^0.0.5", - "@ast-grep/lang-json": "^0.0.5", + "@ast-grep/lang-json": "^0.0.6", "@ast-grep/napi": "^0.40.4", "@codemod.com/jssg-types": "^1.3.1", "dedent": "^1.7.1" diff --git a/utils/package.json b/utils/package.json index 58203f6f..75d16307 100644 --- a/utils/package.json +++ b/utils/package.json @@ -15,7 +15,7 @@ "type": "module", "devDependencies": { "@ast-grep/lang-bash": "^0.0.5", - "@ast-grep/lang-json": "^0.0.5", + "@ast-grep/lang-json": "^0.0.6", "@ast-grep/napi": "^0.40.4", "@codemod.com/jssg-types": "^1.3.1", "dedent": "^1.7.1"