From 768c0ac628829795a1f9a8a9a6a0aea55848fd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 01:24:22 +0000 Subject: [PATCH] Bump isomorphic-git from 1.15.0 to 1.17.0 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.15.0 to 1.17.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.15.0...v1.17.0) --- updated-dependencies: - dependency-name: isomorphic-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 31f9f4f68..060ed12dd 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "git-config-path": "^2.0.0", "ignore": "^5.2.0", "ini": "^2.0.0", - "isomorphic-git": "^1.15.0", + "isomorphic-git": "^1.17.0", "luxon": "^2.3.1", "parse-git-config": "^3.0.0", "parse-path": "^4.0.3", diff --git a/yarn.lock b/yarn.lock index 7269c2d7c..e04c46508 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5749,10 +5749,10 @@ isobject@^3.0.1: resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= -isomorphic-git@^1.15.0: - version "1.15.0" - resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.15.0.tgz#49bf39cbaf31830a4146a007295d4a3bfe7d3d2c" - integrity sha512-Gjcz/lKmyP8gXQcb2SOxHl1n9pX6COEjtvWgElZgFzeZq4L3VO0eWrTslcumWiaosTlo5+ptM8ulbFm9cflzeA== +isomorphic-git@^1.17.0: + version "1.17.0" + resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.17.0.tgz#8bd423ddb8ebfb924799be0ac75fb5bede5cfad7" + integrity sha512-8ToEVqYLeTE1Ys3UQ21yAxQf0rW7GYRvsENhvXNDONAHgNks1fsgUJH3mVzgbsGf4LpW3kuJI6e/e3VIeaTW3w== dependencies: async-lock "^1.1.0" clean-git-ref "^2.0.1"