diff --git a/package-lock.json b/package-lock.json index 45b4c8c2..8e1ee18f 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.30.2", + "isomorphic-git": "^1.30.3", "js-yaml": "^4.1.0", "next": "^15.3.3", "next-auth": "^4.24.11", @@ -4470,9 +4470,9 @@ "license": "ISC" }, "node_modules/isomorphic-git": { - "version": "1.30.2", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.30.2.tgz", - "integrity": "sha512-Io/AkS58RFp0Sm+PPHkPT2NHfsxkG1+F6iOuPYxWvF1K0ZgIzT950lYt1G5PkhZr2edzIUoDJcqWYbxPIL6mXw==", + "version": "1.30.3", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.30.3.tgz", + "integrity": "sha512-7nIluf7aHvbQjo0OUIgI0l1M2wD3pzyZaaTsayUB6ajf9w0MkIh7Vti9vYWFskK5GoL4YCfRZf+MPQhRXCUEBQ==", "license": "MIT", "dependencies": { "async-lock": "^1.4.1", diff --git a/package.json b/package.json index d85bae4b..b3b48b16 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.30.2", + "isomorphic-git": "^1.30.3", "js-yaml": "^4.1.0", "next": "^15.3.3", "next-auth": "^4.24.11",