From b97cef6bb2517d1e741d84f8d097882575ba8624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:03:32 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f30cd27a..9993de92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "node-sarif-builder": "^3.0.0", "optionator": "^0.9.0", "strip-json-comments": "^5.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "bin": { "npm-groovy-lint": "lib/index.js" @@ -4394,16 +4394,16 @@ } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 747b42a3..e2ee764c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "node-sarif-builder": "^3.0.0", "optionator": "^0.9.0", "strip-json-comments": "^5.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "devDependencies": { "@babel/core": "^7.23.2",