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",