diff --git a/package-lock.json b/package-lock.json index 29da39d8..394ae42f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -156,9 +156,9 @@ } }, "node_modules/@ast-grep/lang-bash": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/@ast-grep/lang-bash/-/lang-bash-0.0.7.tgz", - "integrity": "sha512-tbPrTkmUv3YVKZZg8q51nAE5ItVVq6WzGPrJtiDKLZ3AdfRzZCOC2VgRwJBWD+VbFELqSVARKwXoQB6E8k+xug==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/@ast-grep/lang-bash/-/lang-bash-0.0.8.tgz", + "integrity": "sha512-qFykSsOdBv35I1rtt2PstJ4luzV9J1YCiFZBgySI8UPOh+TFnmpdlq9CrryNOj0Q7f6zZhc1OIau+/mUSs6HAg==", "dev": true, "hasInstallScript": true, "license": "ISC", @@ -175,9 +175,9 @@ } }, "node_modules/@ast-grep/lang-json": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@ast-grep/lang-json/-/lang-json-0.0.6.tgz", - "integrity": "sha512-xb4OXtyuyY9RqUs5Af4Jb5hAJcBD0hGD1rJSQm1chJqdWOjhM6G7V2vHLx6B8M9uXuTBnaNs4U4OccMp+e95JQ==", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@ast-grep/lang-json/-/lang-json-0.0.7.tgz", + "integrity": "sha512-8wiH+B4Rih8/vHsUB4DOTXnQHMxfWhaBygUEZ036kfr1T9WFvx5E7QYd2WX2Wm1nFCzUmWbIfsoE+cR2G9SJlA==", "dev": true, "hasInstallScript": true, "license": "ISC", @@ -4604,8 +4604,8 @@ "version": "0.0.0", "license": "MIT", "devDependencies": { - "@ast-grep/lang-bash": "^0.0.7", - "@ast-grep/lang-json": "^0.0.6", + "@ast-grep/lang-bash": "^0.0.8", + "@ast-grep/lang-json": "^0.0.7", "@ast-grep/napi": "^0.42.0", "@codemod.com/jssg-types": "^1.5.0", "dedent": "^1.7.2" diff --git a/utils/package.json b/utils/package.json index eec4b758..f574df71 100644 --- a/utils/package.json +++ b/utils/package.json @@ -12,8 +12,8 @@ "license": "MIT", "type": "module", "devDependencies": { - "@ast-grep/lang-bash": "^0.0.7", - "@ast-grep/lang-json": "^0.0.6", + "@ast-grep/lang-bash": "^0.0.8", + "@ast-grep/lang-json": "^0.0.7", "@ast-grep/napi": "^0.42.0", "@codemod.com/jssg-types": "^1.5.0", "dedent": "^1.7.2" diff --git a/utils/src/codemod-jssg-context.ts b/utils/src/codemod-jssg-context.ts index d40883ca..b90484ec 100644 --- a/utils/src/codemod-jssg-context.ts +++ b/utils/src/codemod-jssg-context.ts @@ -4,9 +4,7 @@ import json from '@ast-grep/lang-json'; import { registerDynamicLanguage } from '@ast-grep/napi'; registerDynamicLanguage({ - // @ts-expect-error - https://github.com/ast-grep/langs/tree/main/packages/json#usage json, - // @ts-expect-error - https://github.com/ast-grep/langs/tree/main/packages/bash#usage bash, });