From a40b91a540e5ca4489034707d4b1e6fe047e18bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 10:12:36 +0000 Subject: [PATCH] build(deps): bump the npm group with 2 updates Bumps the npm group with 2 updates: [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go) and [node-gyp-build](https://github.com/prebuild/node-gyp-build). Updates `tree-sitter-go` from 0.23.2 to 0.23.3 - [Release notes](https://github.com/tree-sitter/tree-sitter-go/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-go/compare/v0.23.2...v0.23.3) Updates `node-gyp-build` from 4.8.2 to 4.8.3 - [Commits](https://github.com/prebuild/node-gyp-build/compare/v4.8.2...v4.8.3) --- updated-dependencies: - dependency-name: tree-sitter-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: node-gyp-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d884f92..57d9e39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "license": "MIT", "dependencies": { "node-addon-api": "^8.2.2", - "node-gyp-build": "^4.8.1", - "tree-sitter-go": "^0.23.2" + "node-gyp-build": "^4.8.3", + "tree-sitter-go": "^0.23.3" }, "devDependencies": { "prebuildify": "^6.0.1", @@ -176,10 +176,9 @@ } }, "node_modules/node-gyp-build": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz", - "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==", - "license": "MIT", + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.3.tgz", + "integrity": "sha512-EMS95CMJzdoSKoIiXo8pxKoL8DYxwIZXYlLmgPb8KUv794abpnLK6ynsCAWNliOjREKruYKdzbh76HHYUHX7nw==", "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", @@ -363,9 +362,9 @@ } }, "node_modules/tree-sitter-go": { - "version": "0.23.2", - "resolved": "https://registry.npmjs.org/tree-sitter-go/-/tree-sitter-go-0.23.2.tgz", - "integrity": "sha512-vrz21+1Yx1iAjH//IrzsqG+qD6m3VsBCzGATmCGyln5d2SMYCabgXpy9Rn7SCGkztQhnXMoOg6ne4miMkuqIeg==", + "version": "0.23.3", + "resolved": "https://registry.npmjs.org/tree-sitter-go/-/tree-sitter-go-0.23.3.tgz", + "integrity": "sha512-tU6iu3+EUm9GjPmsKfW70aWK15ZltMUY0GykFTkj3Vu31tTm0O4Rd5BbWH7wWxTtLI1vcNmUGYy1h0pgRPrBLA==", "hasInstallScript": true, "dependencies": { "node-addon-api": "^8.2.1", diff --git a/package.json b/package.json index 409b027..f8b63b3 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "author": "Vincent Rischmann", "license": "MIT", "dependencies": { - "tree-sitter-go": "^0.23.2", + "tree-sitter-go": "^0.23.3", "node-addon-api": "^8.2.2", - "node-gyp-build": "^4.8.1" + "node-gyp-build": "^4.8.3" }, "peerDependencies": { "tree-sitter": "^0.21.0"