diff --git a/package-lock.json b/package-lock.json index da35e594..90451d05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -156,14 +156,14 @@ } }, "node_modules/@ast-grep/lang-bash": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@ast-grep/lang-bash/-/lang-bash-0.0.5.tgz", - "integrity": "sha512-IiWBmpOzOQTGg3ER8LDZD19bpNl9VlwUF/1zljqnbrsPD50dUWoRzUniHK7vVB81FSHXdGpndXBoWzJW8RsvDQ==", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@ast-grep/lang-bash/-/lang-bash-0.0.7.tgz", + "integrity": "sha512-tbPrTkmUv3YVKZZg8q51nAE5ItVVq6WzGPrJtiDKLZ3AdfRzZCOC2VgRwJBWD+VbFELqSVARKwXoQB6E8k+xug==", "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" @@ -174,6 +174,13 @@ } } }, + "node_modules/@ast-grep/lang-bash/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/lang-json": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/@ast-grep/lang-json/-/lang-json-0.0.5.tgz", @@ -4562,7 +4569,7 @@ "version": "0.0.0", "license": "MIT", "devDependencies": { - "@ast-grep/lang-bash": "^0.0.5", + "@ast-grep/lang-bash": "^0.0.7", "@ast-grep/lang-json": "^0.0.5", "@ast-grep/napi": "^0.40.4", "@codemod.com/jssg-types": "^1.3.1", diff --git a/utils/package.json b/utils/package.json index 58203f6f..f2935ca8 100644 --- a/utils/package.json +++ b/utils/package.json @@ -14,7 +14,7 @@ "license": "MIT", "type": "module", "devDependencies": { - "@ast-grep/lang-bash": "^0.0.5", + "@ast-grep/lang-bash": "^0.0.7", "@ast-grep/lang-json": "^0.0.5", "@ast-grep/napi": "^0.40.4", "@codemod.com/jssg-types": "^1.3.1",