diff --git a/package-lock.json b/package-lock.json index 5f1cb73a..b9615f97 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.1", + "isomorphic-git": "^1.32.2", "js-yaml": "^4.1.0", "next": "^15.3.5", "next-auth": "^4.24.11", @@ -4470,9 +4470,10 @@ "license": "ISC" }, "node_modules/isomorphic-git": { - "version": "1.32.1", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.1.tgz", - "integrity": "sha512-NZCS7qpLkCZ1M/IrujYBD31sM6pd/fMVArK4fz4I7h6m0rUW2AsYU7S7zXeABuHL6HIfW6l53b4UQ/K441CQjg==", + "version": "1.32.2", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.2.tgz", + "integrity": "sha512-pThiJmMDyPD5f4S8fpt3Zoq2P1pehetQNjAks7fco1N+UT3HFo3dRUYxxhrPqfBwrkYi7dguv25mZTt9DO/S+w==", + "license": "MIT", "dependencies": { "async-lock": "^1.4.1", "clean-git-ref": "^2.0.1", diff --git a/package.json b/package.json index 5501757d..e7092329 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.1", + "isomorphic-git": "^1.32.2", "js-yaml": "^4.1.0", "next": "^15.3.5", "next-auth": "^4.24.11",