From 85b0604a04f499ce40e10d6a2539e997e517834f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:22:02 +0000 Subject: [PATCH] Bump isomorphic-git from 1.32.2 to 1.33.0 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.32.2 to 1.33.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.32.2...v1.33.0) --- updated-dependencies: - dependency-name: isomorphic-git dependency-version: 1.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..5f44fb45 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.33.0", "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.33.0", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.33.0.tgz", + "integrity": "sha512-a90aVhiBFtkUUe8JaqmR0gL7Thk1Ol/30rLS9c7nM20CwSbVqDctnwxX9VFSDLz5iq1wyzV6p4uyU7GStQKkag==", "license": "MIT", "dependencies": { "async-lock": "^1.4.1", diff --git a/package.json b/package.json index 913dec15..891ed7a5 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.33.0", "js-yaml": "^4.1.0", "next": "^15.4.6", "next-auth": "^4.24.11",