From 37d5d1aeda5b6f9a837ad32494ff50bcd639c1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:48:39 +0000 Subject: [PATCH] Bump isomorphic-git from 1.32.2 to 1.32.3 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.32.2 to 1.32.3. - [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.32.2...v1.32.3) --- updated-dependencies: - dependency-name: isomorphic-git dependency-version: 1.32.3 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 fe43dadc..9cf151be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "date-fns": "^4.1.0", "dompurify": "^3.2.6", "fs": "^0.0.1-security", - "isomorphic-git": "^1.32.2", + "isomorphic-git": "^1.32.3", "js-yaml": "^4.1.0", "next": "^15.4.6", "next-auth": "^4.24.11", @@ -4558,9 +4558,9 @@ "license": "ISC" }, "node_modules/isomorphic-git": { - "version": "1.32.2", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.2.tgz", - "integrity": "sha512-pThiJmMDyPD5f4S8fpt3Zoq2P1pehetQNjAks7fco1N+UT3HFo3dRUYxxhrPqfBwrkYi7dguv25mZTt9DO/S+w==", + "version": "1.32.3", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.3.tgz", + "integrity": "sha512-gTcJH3JaUdj7WFGnPKnn7XpO1qAeu3nsiC7m2vEdHEsJx8fmBVQ8ji4FQG26JJArFd3MYyuA43pA7bk0DI6+Ww==", "license": "MIT", "dependencies": { "async-lock": "^1.4.1", diff --git a/package.json b/package.json index 913dec15..320c477b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "date-fns": "^4.1.0", "dompurify": "^3.2.6", "fs": "^0.0.1-security", - "isomorphic-git": "^1.32.2", + "isomorphic-git": "^1.32.3", "js-yaml": "^4.1.0", "next": "^15.4.6", "next-auth": "^4.24.11",