Skip to content

Commit 26967fd

Browse files
Bump tree-sitter-python from 0.23.2 to 0.23.6
Bumps [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python) from 0.23.2 to 0.23.6. - [Release notes](https://github.com/tree-sitter/tree-sitter-python/releases) - [Commits](tree-sitter/tree-sitter-python@v0.23.2...v0.23.6) --- updated-dependencies: - dependency-name: tree-sitter-python dependency-version: 0.23.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4d896c commit 26967fd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

bun.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"tree-sitter-cli": "^0.25.3",
5454
"tree-sitter-cpp": "^0.23.4",
5555
"tree-sitter-go": "^0.23.1",
56-
"tree-sitter-python": "^0.23.2",
56+
"tree-sitter-python": "^0.23.6",
5757
"tree-sitter-typescript": "^0.23.2",
5858
"typedoc": "^0.28.1",
5959
"typescript": "^5.8.3",
@@ -1054,7 +1054,7 @@
10541054

10551055
"tree-sitter-javascript": ["tree-sitter-javascript@0.23.1", "", { "dependencies": { "node-addon-api": "^8.2.2", "node-gyp-build": "^4.8.2" }, "peerDependencies": { "tree-sitter": "^0.21.1" }, "optionalPeers": ["tree-sitter"] }, "sha512-/bnhbrTD9frUYHQTiYnPcxyHORIw157ERBa6dqzaKxvR/x3PC4Yzd+D1pZIMS6zNg2v3a8BZ0oK7jHqsQo9fWA=="],
10561056

1057-
"tree-sitter-python": ["tree-sitter-python@0.23.2", "", { "dependencies": { "node-addon-api": "^8.1.0", "node-gyp-build": "^4.8.2" }, "peerDependencies": { "tree-sitter": "^0.21.0" }, "optionalPeers": ["tree-sitter"] }, "sha512-QD9PbfIhlFZX3+hh5HPD8MGLIbV+CBxviyDpLRLceNCxI2ClPv8glu9TmLKaVoaWGMfDtBrU9UikRAbJ/4litA=="],
1057+
"tree-sitter-python": ["tree-sitter-python@0.23.6", "", { "dependencies": { "node-addon-api": "^8.3.0", "node-gyp-build": "^4.8.4" }, "peerDependencies": { "tree-sitter": "^0.22.1" }, "optionalPeers": ["tree-sitter"] }, "sha512-yIM9z0oxKIxT7bAtPOhgoVl6gTXlmlIhue7liFT4oBPF/lha7Ha4dQBS82Av6hMMRZoVnFJI8M6mL+SwWoLD3A=="],
10581058

10591059
"tree-sitter-typescript": ["tree-sitter-typescript@0.23.2", "", { "dependencies": { "node-addon-api": "^8.2.2", "node-gyp-build": "^4.8.2", "tree-sitter-javascript": "^0.23.1" }, "peerDependencies": { "tree-sitter": "^0.21.0" }, "optionalPeers": ["tree-sitter"] }, "sha512-e04JUUKxTT53/x3Uq1zIL45DoYKVfHH4CZqwgZhPg5qYROl5nQjV+85ruFzFGZxu+QeFVbRTPDRnqL9UbU4VeA=="],
10601060

@@ -1216,6 +1216,10 @@
12161216

12171217
"tree-sitter-javascript/node-addon-api": ["node-addon-api@8.2.2", "", {}, "sha512-9emqXAKhVoNrQ792nLI/wpzPpJ/bj/YXxW0CvAau1+RdGBcCRF1Dmz7719zgVsQNrzHl9Tzn3ImZ4qWFarWL0A=="],
12181218

1219+
"tree-sitter-python/node-addon-api": ["node-addon-api@8.3.1", "", {}, "sha512-lytcDEdxKjGJPTLEfW4mYMigRezMlyJY8W4wxJK8zE533Jlb8L8dRuObJFWg2P+AuOIxoCgKF+2Oq4d4Zd0OUA=="],
1220+
1221+
"tree-sitter-python/node-gyp-build": ["node-gyp-build@4.8.4", "", { "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", "node-gyp-build-test": "build-test.js" } }, "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ=="],
1222+
12191223
"tree-sitter-typescript/node-addon-api": ["node-addon-api@8.2.2", "", {}, "sha512-9emqXAKhVoNrQ792nLI/wpzPpJ/bj/YXxW0CvAau1+RdGBcCRF1Dmz7719zgVsQNrzHl9Tzn3ImZ4qWFarWL0A=="],
12201224

12211225
"typedoc/minimatch": ["minimatch@9.0.5", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"tree-sitter-cli": "^0.25.3",
5353
"tree-sitter-cpp": "^0.23.4",
5454
"tree-sitter-go": "^0.23.1",
55-
"tree-sitter-python": "^0.23.2",
55+
"tree-sitter-python": "^0.23.6",
5656
"tree-sitter-typescript": "^0.23.2",
5757
"typedoc": "^0.28.1",
5858
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)