From 3da126699403db92ae557495382534a7e8eb5da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 04:25:18 +0000 Subject: [PATCH] Bump isomorphic-git from 1.26.3 to 1.27.0 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.26.3 to 1.27.0. - [Release notes](https://github.com/isomorphic-git/isomorphic-git/releases) - [Changelog](https://github.com/isomorphic-git/isomorphic-git/blob/main/docs/in-the-news.md) - [Commits](https://github.com/isomorphic-git/isomorphic-git/compare/v1.26.3...v1.27.0) --- updated-dependencies: - dependency-name: isomorphic-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ce3bf4..f24d2aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "ali-oss": "^6.20.0", - "isomorphic-git": "^1.26.3" + "isomorphic-git": "^1.27.0" }, "devDependencies": { "@jest/globals": "^29.7.0", @@ -4370,8 +4370,9 @@ "license": "ISC" }, "node_modules/isomorphic-git": { - "version": "1.26.3", - "license": "MIT", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.0.tgz", + "integrity": "sha512-KYhBq8+yWYZsGl/SMfMSESZ5C+P2Sj4O3I4URg3zjqt14ilg8yLUlGg2wAdC45cOer7pybwwfRGLKpAJzjfzYQ==", "dependencies": { "async-lock": "^1.4.1", "clean-git-ref": "^2.0.1", diff --git a/package.json b/package.json index 7da502e..d312f1e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "dependencies": { "@actions/core": "^1.10.1", "ali-oss": "^6.20.0", - "isomorphic-git": "^1.26.3" + "isomorphic-git": "^1.27.0" }, "devDependencies": { "@jest/globals": "^29.7.0",