From c3a05f98eaf3a0a953f1efe148c5ef78f530cc5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:15:27 +0000 Subject: [PATCH] fix(deps): update external fixes --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e46cbd7..3c939571 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "https-proxy-agent": "7.0.6", "ignore": "7.0.0", "ini": "5.0.0", - "isomorphic-git": "1.27.3", + "isomorphic-git": "1.29.0", "livereload-js": "4.0.2", "node-fetch": "3.3.2", "open": "10.1.0", @@ -42,7 +42,7 @@ "semver": "7.6.3", "shelljs": "0.8.5", "unified": "11.0.5", - "uuid": "11.0.3", + "uuid": "11.0.4", "yargs": "17.7.2" }, "bin": { @@ -6161,9 +6161,9 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, "node_modules/isomorphic-git": { - "version": "1.27.3", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.3.tgz", - "integrity": "sha512-pNUeske1tbFYAVSU/4cHryzEmr9XLCiIOL7Vr6JedCYnz6eMGpYf4f3KTnZYoHokuKyvq5JQ9BS2iksuH62zmw==", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.29.0.tgz", + "integrity": "sha512-zWGqk8901cicvVEhVpN76AwKrS/TzHak2NQCtNXIAavpMIy/yqh+d/JtC9A8AUKZAauUdOyEWKI29tuCLAL+Zg==", "license": "MIT", "dependencies": { "async-lock": "^1.4.1", @@ -15816,9 +15816,9 @@ } }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index e3ac7dd5..83c428b8 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "https-proxy-agent": "7.0.6", "ignore": "7.0.0", "ini": "5.0.0", - "isomorphic-git": "1.27.3", + "isomorphic-git": "1.29.0", "livereload-js": "4.0.2", "node-fetch": "3.3.2", "open": "10.1.0", @@ -71,7 +71,7 @@ "semver": "7.6.3", "shelljs": "0.8.5", "unified": "11.0.5", - "uuid": "11.0.3", + "uuid": "11.0.4", "yargs": "17.7.2" }, "devDependencies": {