From 8e1ab9799f06a735ae7e7944e7e3660139fc952f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 05:22:17 +0000 Subject: [PATCH] Bump uuid and retire Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [retire](https://github.com/RetireJS/retire.js). These dependencies need to be updated together. Removes `uuid` Updates `retire` from 5.4.2 to 5.4.3 - [Release notes](https://github.com/RetireJS/retire.js/releases) - [Commits](https://github.com/RetireJS/retire.js/compare/5.4.2...5.4.3) --- updated-dependencies: - dependency-name: uuid dependency-version: dependency-type: indirect - dependency-name: retire dependency-version: 5.4.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb259fb41..71274c09f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14256,16 +14256,15 @@ "license": "ISC" }, "node_modules/retire": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/retire/-/retire-5.4.2.tgz", - "integrity": "sha512-Qva7qmmMqEMrMma6saFpTgw083omqWXQet1Pd8xApSSQbrpFlySL1/nDaWTSh4MpbbTFzmV0ZKuQAlJiV5cNrQ==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/retire/-/retire-5.4.3.tgz", + "integrity": "sha512-a+CNXfbCTC/kAQLeFxfN9/kts1NlFMo5lrjBefmFssdOJy0XYPNpRN4k63hwIhhzyzPvHziZrQHWKdJNf6Lp5g==", "license": "Apache-2.0", "dependencies": { "ansi-colors": "^4.1.1", "astronomical": "^3.0.0", "commander": "^10.0.1", "proxy-agent": "^6.4.0", - "uuid": "^9.0.1", "walkdir": "0.4.1", "zod": "^3.22.4" }, @@ -16042,19 +16041,6 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "license": "MIT" }, - "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",