diff --git a/package.json b/package.json index 54613f7f..367457bf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "clean": "rimraf lib" }, "dependencies": { - "isomorphic-git": "^1.27.1" + "isomorphic-git": "^1.27.2" }, "devDependencies": { "@babel/core": "^7.26.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fd6de214..f84751f1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: isomorphic-git: - specifier: ^1.27.1 - version: 1.27.1 + specifier: ^1.27.2 + version: 1.27.2 devDependencies: '@babel/core': @@ -4515,8 +4515,8 @@ packages: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: true - /isomorphic-git@1.27.1: - resolution: {integrity: sha512-X32ph5zIWfT75QAqW2l3JCIqnx9/GWd17bRRehmn3qmWc34OYbSXY6Cxv0o9bIIY+CWugoN4nQFHNA+2uYf2nA==} + /isomorphic-git@1.27.2: + resolution: {integrity: sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==} engines: {node: '>=12'} hasBin: true dependencies: @@ -4527,6 +4527,7 @@ packages: ignore: 5.3.1 minimisted: 2.0.1 pako: 1.0.11 + path-browserify: 1.0.1 pify: 4.0.1 readable-stream: 3.6.2 sha.js: 2.4.11 @@ -5602,6 +5603,10 @@ packages: lines-and-columns: 1.2.4 dev: true + /path-browserify@1.0.1: + resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} + dev: false + /path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'}