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",