diff --git a/package-lock.json b/package-lock.json index 85801b9..8f48a7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "framer-motion": "^10.18.0", "fs.promises": "^0.1.2", "ink": "^4.4.1", - "isomorphic-git": "^1.25.2", + "isomorphic-git": "^1.27.1", "markdown-it": "^13.0.1", "mongoose": "^8.0.3", "next": "^13.5.4", @@ -2404,9 +2404,9 @@ "integrity": "sha512-CcEtRh/oc9Jc4uWeUwdpG/+Mb2YUHKmdaTf0gUr7Wa+bfp4xx70HOb3RuSTJMvqKNB1TkdTfjLdrcz2X4rkkZA==" }, "node_modules/async-lock": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.4.0.tgz", - "integrity": "sha512-coglx5yIWuetakm3/1dsX9hxCNox22h7+V80RQOu2XUUMidtArxKoZoOtHUPuR84SycKTXzgGzAUR5hJxujyJQ==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.4.1.tgz", + "integrity": "sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ==" }, "node_modules/async-sema": { "version": "3.1.1", @@ -6066,11 +6066,11 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, "node_modules/isomorphic-git": { - "version": "1.25.2", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.2.tgz", - "integrity": "sha512-GHMZVujE76NpZ7Za0Kus/46J6Y7UZsY+xcHMLnFHqvcGbJzkXB1LQCzpYaRq+xQinWGdkcjBDQoE+8Tv3StPCg==", + "version": "1.27.1", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.1.tgz", + "integrity": "sha512-X32ph5zIWfT75QAqW2l3JCIqnx9/GWd17bRRehmn3qmWc34OYbSXY6Cxv0o9bIIY+CWugoN4nQFHNA+2uYf2nA==", "dependencies": { - "async-lock": "^1.1.0", + "async-lock": "^1.4.1", "clean-git-ref": "^2.0.1", "crc-32": "^1.2.0", "diff3": "0.0.3", diff --git a/package.json b/package.json index 0a781ce..5201514 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "framer-motion": "^10.18.0", "fs.promises": "^0.1.2", "ink": "^4.4.1", - "isomorphic-git": "^1.25.2", + "isomorphic-git": "^1.27.1", "markdown-it": "^13.0.1", "mongoose": "^8.0.3", "next": "^13.5.4",