diff --git a/package-lock.json b/package-lock.json index a261a608..b25d5559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "https-proxy-agent": "7.0.5", "ignore": "6.0.2", "ini": "5.0.0", - "isomorphic-git": "1.27.1", + "isomorphic-git": "1.27.2", "livereload-js": "4.0.2", "node-fetch": "3.3.2", "open": "10.1.0", @@ -6147,9 +6147,9 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, "node_modules/isomorphic-git": { - "version": "1.27.1", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.1.tgz", - "integrity": "sha512-X32ph5zIWfT75QAqW2l3JCIqnx9/GWd17bRRehmn3qmWc34OYbSXY6Cxv0o9bIIY+CWugoN4nQFHNA+2uYf2nA==", + "version": "1.27.2", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.2.tgz", + "integrity": "sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==", "license": "MIT", "dependencies": { "async-lock": "^1.4.1", @@ -6159,6 +6159,7 @@ "ignore": "^5.1.4", "minimisted": "^2.0.0", "pako": "^1.0.10", + "path-browserify": "^1.0.1", "pify": "^4.0.1", "readable-stream": "^3.4.0", "sha.js": "^2.4.9", @@ -12718,6 +12719,12 @@ "node": ">= 0.8" } }, + "node_modules/path-browserify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", + "license": "MIT" + }, "node_modules/path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", diff --git a/package.json b/package.json index 8959ed14..b22c9e97 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "https-proxy-agent": "7.0.5", "ignore": "6.0.2", "ini": "5.0.0", - "isomorphic-git": "1.27.1", + "isomorphic-git": "1.27.2", "livereload-js": "4.0.2", "node-fetch": "3.3.2", "open": "10.1.0",