Skip to content

Commit e11eb12

Browse files
dependabot[bot]tmr232
authored andcommitted
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] <[email protected]>
1 parent bfc7d5a commit e11eb12

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

bun.lock

Lines changed: 2 additions & 6 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": ["[email protected]", "", { "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": ["[email protected].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": ["[email protected].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": ["[email protected]", "", { "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

@@ -1230,10 +1230,6 @@
12301230

12311231
"tree-sitter-javascript/node-gyp-build": ["[email protected]", "", { "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", "node-gyp-build-test": "build-test.js" } }, "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw=="],
12321232

1233-
"tree-sitter-python/node-addon-api": ["[email protected]", "", {}, "sha512-yBY+qqWSv3dWKGODD6OGE6GnTX7Q2r+4+DfpqxHSHh8x0B4EKP9+wVGLS6U/AM1vxSNNmUEuIV5EGhYwPpfOwQ=="],
1234-
1235-
"tree-sitter-python/node-gyp-build": ["[email protected]", "", { "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", "node-gyp-build-test": "build-test.js" } }, "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw=="],
1236-
12371233
"tree-sitter-typescript/node-addon-api": ["[email protected]", "", {}, "sha512-9emqXAKhVoNrQ792nLI/wpzPpJ/bj/YXxW0CvAau1+RdGBcCRF1Dmz7719zgVsQNrzHl9Tzn3ImZ4qWFarWL0A=="],
12381234

12391235
"tree-sitter-typescript/node-gyp-build": ["[email protected]", "", { "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", "node-gyp-build-test": "build-test.js" } }, "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw=="],

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)