diff --git a/package-lock.json b/package-lock.json index cab1e76..6bcb9d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "tree-sitter": "^0.25.0", "tree-sitter-python": "^0.25.0", "typescript": "^5.9.3", - "web-tree-sitter": "^0.21.0", + "web-tree-sitter": "^0.26.8", "yargs": "^18.0.0" }, "bin": { @@ -961,9 +961,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -981,9 +978,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1001,9 +995,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1021,9 +1012,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1041,9 +1029,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1061,9 +1046,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -6019,9 +6001,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -6043,9 +6022,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -6067,9 +6043,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -6091,9 +6064,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9433,9 +9403,9 @@ } }, "node_modules/web-tree-sitter": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.21.0.tgz", - "integrity": "sha512-iJ+QJ6ikN9D9cG7Kh6q3KtAstYFUQbYZ8OjuPEJYWfj2kLrmp5I3C2n6WjE1Y3jvj7nJbkcrJytJGWUEhCxn+g==", + "version": "0.26.8", + "resolved": "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.26.8.tgz", + "integrity": "sha512-4sUwi7ZyOrIk5KLgYLkc2A/F0LFMQnBhfb+2Cdl7ik4ePJ6JD+fk4ofI2sA5eGawBKBaK4Vntt7Ww5KcEsay4A==", "license": "MIT" }, "node_modules/which": { diff --git a/package.json b/package.json index 0d61c1a..b23fc40 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "tree-sitter": "^0.25.0", "tree-sitter-python": "^0.25.0", "typescript": "^5.9.3", - "web-tree-sitter": "^0.21.0", + "web-tree-sitter": "^0.26.8", "yargs": "^18.0.0" }, "devDependencies": {