From 691eccd6bb1b0cad6f32ec360fafa1c48e07d025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:09:18 +0000 Subject: [PATCH] Bump nodegit from 0.28.0-alpha.33 to 0.28.0-alpha.34 Bumps [nodegit](https://github.com/nodegit/nodegit) from 0.28.0-alpha.33 to 0.28.0-alpha.34. - [Release notes](https://github.com/nodegit/nodegit/releases) - [Changelog](https://github.com/nodegit/nodegit/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodegit/nodegit/compare/v0.28.0-alpha.33...v0.28.0-alpha.34) --- updated-dependencies: - dependency-name: nodegit dependency-version: 0.28.0-alpha.34 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0df85aaf..0024432f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "flags": "0.1.3", "moment": "2.30.1", "node-fetch": "2.7.0", - "nodegit": "0.28.0-alpha.33" + "nodegit": "0.28.0-alpha.34" }, "devDependencies": { "chai": "4.5.0", @@ -2093,10 +2093,11 @@ } }, "node_modules/nodegit": { - "version": "0.28.0-alpha.33", - "resolved": "https://registry.npmjs.org/nodegit/-/nodegit-0.28.0-alpha.33.tgz", - "integrity": "sha512-Tcu/1nyF9hKmIRj/6o1LC1KzxIwtuBLH/WeLgZI7bkbpGjBdbjJkfAF2cZrCwGX/ybCA6hdKOr6oxv613SVahQ==", + "version": "0.28.0-alpha.34", + "resolved": "https://registry.npmjs.org/nodegit/-/nodegit-0.28.0-alpha.34.tgz", + "integrity": "sha512-GjGzmgp1XMH3sRFeDQrIEk+UKrVZvlTlDaXrrDKNhpXJTpHfqkHJhB32ESjFZU8dH9kVhDouhB3Ln2dtqBaXUQ==", "hasInstallScript": true, + "license": "MIT", "dependencies": { "@axosoft/nan": "^2.22.0-gk.1", "@mapbox/node-pre-gyp": "^2.0.0", diff --git a/package.json b/package.json index 5c767b5a0..931d381a3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "flags": "0.1.3", "moment": "2.30.1", "node-fetch": "2.7.0", - "nodegit": "0.28.0-alpha.33" + "nodegit": "0.28.0-alpha.34" }, "devDependencies": { "chai": "4.5.0",