From 3b594d0baf3f5962f2b7efd4ff7bf4b0553bd89e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:39:01 +0000 Subject: [PATCH] fix(deps): update external fixes --- .github/workflows/main.yaml | 2 +- package-lock.json | 32 ++++++++++++++++---------------- package.json | 8 ++++---- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cbf2d23ea..45c117e7c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -95,7 +95,7 @@ jobs: - name: Use Node.js 24.11 (LTS) uses: actions/setup-node@v6 with: - node-version: '24.16.0' + node-version: '24.17.0' - run: npm i - name: Check npm version run: npm --version diff --git a/package-lock.json b/package-lock.json index de4661f58..6c5dfb868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "https-proxy-agent": "9.1.0", "ignore": "7.0.5", "ini": "7.0.0", - "isomorphic-git": "1.38.4", + "isomorphic-git": "1.38.5", "jose": "6.2.3", "livereload-js": "4.0.2", "mime": "4.1.0", @@ -45,10 +45,10 @@ "proxy-agent": "8.0.2", "proxy-from-env": "2.1.0", "rehype-parse": "9.0.1", - "semver": "7.8.4", + "semver": "7.8.5", "shelljs": "0.10.0", "unified": "11.0.5", - "uuid": "14.0.0", + "uuid": "14.0.1", "xdg-basedir": "5.1.0", "yargs": "18.0.0" }, @@ -66,7 +66,7 @@ "esmock": "2.7.6", "husky": "9.1.7", "junit-report-builder": "5.1.2", - "lint-staged": "17.0.7", + "lint-staged": "17.0.8", "mocha": "11.7.6", "mocha-multi-reporters": "1.5.1", "nock": "13.5.6", @@ -6506,9 +6506,9 @@ "license": "ISC" }, "node_modules/isomorphic-git": { - "version": "1.38.4", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.4.tgz", - "integrity": "sha512-Ud5vs6Ac+ET+iOZWZB1j2RruVeGQSQc7U7QUhPq6iGqzifaqOVHCgRpG/8c0LwIP39R+Mr+lzR4escmCuhjONQ==", + "version": "1.38.5", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.5.tgz", + "integrity": "sha512-4HBmx1UB+SdRaQh7+zN7lvFQxc4zl7s0oIM/1+5xveu6+QrOeFfx5QDeRNpqCzFHICISEdbK7GilsTsrgE006Q==", "license": "MIT", "dependencies": { "async-lock": "^1.4.1", @@ -6805,9 +6805,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.0.7", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.7.tgz", - "integrity": "sha512-JrSobt+tW3rH8IOMi8tDZd3foorM5yPEkLD/V2NxobgHrFfHWGee4MOLVuZeScgxftEwbHrPHIFA/ZL+nUJeuA==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.8.tgz", + "integrity": "sha512-B2P/d+jVW0UXOQ0MVMLrB/9ydA1P+zz6jYfdrbbEd9ur3S2rcbduFWKiUCC02Sm5hbC8nrm7y24WuYMG54HfxA==", "dev": true, "license": "MIT", "dependencies": { @@ -11984,9 +11984,9 @@ } }, "node_modules/semver": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz", - "integrity": "sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==", + "version": "7.8.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz", + "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -13855,9 +13855,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", - "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", + "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 9471c2427..3dc05e30d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "https-proxy-agent": "9.1.0", "ignore": "7.0.5", "ini": "7.0.0", - "isomorphic-git": "1.38.4", + "isomorphic-git": "1.38.5", "jose": "6.2.3", "mime": "4.1.0", "livereload-js": "4.0.2", @@ -79,10 +79,10 @@ "proxy-agent": "8.0.2", "proxy-from-env": "2.1.0", "rehype-parse": "9.0.1", - "semver": "7.8.4", + "semver": "7.8.5", "shelljs": "0.10.0", "unified": "11.0.5", - "uuid": "14.0.0", + "uuid": "14.0.1", "xdg-basedir": "5.1.0", "yargs": "18.0.0" }, @@ -96,7 +96,7 @@ "esmock": "2.7.6", "husky": "9.1.7", "junit-report-builder": "5.1.2", - "lint-staged": "17.0.7", + "lint-staged": "17.0.8", "mocha": "11.7.6", "mocha-multi-reporters": "1.5.1", "nock": "13.5.6",