From 4de5a5ab76354d150c7392ec57896597dd3a8ae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:28:06 +0000 Subject: [PATCH] chore(deps): update dependency git-parse to v3 --- package-lock.json | 15 +++++++++------ packages/apollo/package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index dac3db4b5a..6b52b44e4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6156,14 +6156,15 @@ } }, "node_modules/git-parse": { - "version": "2.1.1", - "license": "BSD-2-Clause", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/git-parse/-/git-parse-3.0.1.tgz", + "integrity": "sha512-PgRnlEjT1H/6pviG+om1cKzRZIL89IGsilN40JI8RqGEt+56xvJLpjCgNOtxIuf5EVyy6fYUwcAAhtynwOLklg==", "dependencies": { "byline": "5.0.0", "util.promisify": "1.1.1" }, "engines": { - "node": ">=12" + "node": ">=14" } }, "node_modules/git-rev-sync": { @@ -12835,7 +12836,7 @@ "chalk": "4.1.2", "env-ci": "7.1.0", "gaze": "1.1.3", - "git-parse": "2.1.1", + "git-parse": "3.0.1", "git-rev-sync": "3.0.2", "git-url-parse": "11.6.0", "glob": "8.0.1", @@ -15812,7 +15813,7 @@ "chalk": "4.1.2", "env-ci": "7.1.0", "gaze": "1.1.3", - "git-parse": "2.1.1", + "git-parse": "3.0.1", "git-rev-sync": "3.0.2", "git-url-parse": "11.6.0", "glob": "8.0.1", @@ -17445,7 +17446,9 @@ "version": "6.0.1" }, "git-parse": { - "version": "2.1.1", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/git-parse/-/git-parse-3.0.1.tgz", + "integrity": "sha512-PgRnlEjT1H/6pviG+om1cKzRZIL89IGsilN40JI8RqGEt+56xvJLpjCgNOtxIuf5EVyy6fYUwcAAhtynwOLklg==", "requires": { "byline": "5.0.0", "util.promisify": "1.1.1" diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 321fbd743e..d464430af7 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -51,7 +51,7 @@ "chalk": "4.1.2", "env-ci": "7.1.0", "gaze": "1.1.3", - "git-parse": "2.1.1", + "git-parse": "3.0.1", "git-rev-sync": "3.0.2", "git-url-parse": "11.6.0", "glob": "8.0.1",