diff --git a/package-lock.json b/package-lock.json index 13925d3c..ac8626a8 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.31.1", + "isomorphic-git": "^1.32.1", "js-yaml": "^4.1.0", "next": "^15.3.4", "next-auth": "^4.24.11", @@ -4470,10 +4470,9 @@ "license": "ISC" }, "node_modules/isomorphic-git": { - "version": "1.31.1", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.31.1.tgz", - "integrity": "sha512-aQ2fg2Qf69Abhu4C3WkRDhr5WcY40mQpIALC2+HTJjeyKlKT/7pXm9KUEtcCbR6TnLxmzOO98IFQvkY6cBIzaw==", - "license": "MIT", + "version": "1.32.1", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.32.1.tgz", + "integrity": "sha512-NZCS7qpLkCZ1M/IrujYBD31sM6pd/fMVArK4fz4I7h6m0rUW2AsYU7S7zXeABuHL6HIfW6l53b4UQ/K441CQjg==", "dependencies": { "async-lock": "^1.4.1", "clean-git-ref": "^2.0.1", diff --git a/package.json b/package.json index ec667b3a..6e4d6ddf 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.31.1", + "isomorphic-git": "^1.32.1", "js-yaml": "^4.1.0", "next": "^15.3.4", "next-auth": "^4.24.11",