From bbce279f2f352c1d3b779731e6efe6e14a482a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:55:36 +0000 Subject: [PATCH] Bump isomorphic-git from 1.25.2 to 1.25.6 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.25.2 to 1.25.6. - [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.25.2...v1.25.6) --- updated-dependencies: - dependency-name: isomorphic-git dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 234fb35..c7b349d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "framer-motion": "^10.18.0", "fs.promises": "^0.1.2", "ink": "^4.4.1", - "isomorphic-git": "^1.25.2", + "isomorphic-git": "^1.25.6", "markdown-it": "^13.0.1", "mongoose": "^8.0.3", "next": "^13.5.4", @@ -6037,9 +6037,9 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, "node_modules/isomorphic-git": { - "version": "1.25.2", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.2.tgz", - "integrity": "sha512-GHMZVujE76NpZ7Za0Kus/46J6Y7UZsY+xcHMLnFHqvcGbJzkXB1LQCzpYaRq+xQinWGdkcjBDQoE+8Tv3StPCg==", + "version": "1.25.6", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.6.tgz", + "integrity": "sha512-zA3k3QOO7doqOnBgwsaXJwHKSIIl5saEdH4xxalu082WHVES4KghsG6RE2SDwjXMCIlNa1bWocbitH6bRIrmLQ==", "dependencies": { "async-lock": "^1.1.0", "clean-git-ref": "^2.0.1", diff --git a/package.json b/package.json index 821a2e7..a7522c2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "framer-motion": "^10.18.0", "fs.promises": "^0.1.2", "ink": "^4.4.1", - "isomorphic-git": "^1.25.2", + "isomorphic-git": "^1.25.6", "markdown-it": "^13.0.1", "mongoose": "^8.0.3", "next": "^13.5.4",