From fc966aeb8a2ed1982a7a07c6ae55bd483463de8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:44:26 +0100 Subject: [PATCH] fix(deps): update dependency uuid to v11 (#978) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- code-coverage/package.json | 2 +- package-lock.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/code-coverage/package.json b/code-coverage/package.json index b18841e3d0..cacb24de6e 100644 --- a/code-coverage/package.json +++ b/code-coverage/package.json @@ -8,7 +8,7 @@ "@babel/plugin-syntax-typescript": "^7.25.4", "babel-plugin-istanbul": "^7.0.0", "nyc": "^17.1.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "peerDependencies": { "vite": "^5.4.8" diff --git a/package-lock.json b/package-lock.json index 24637c5a3b..a2bb2c604a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -218,7 +218,7 @@ "@babel/plugin-syntax-typescript": "^7.25.4", "babel-plugin-istanbul": "^7.0.0", "nyc": "^17.1.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "devDependencies": { "@types/babel__core": "^7.20.5", @@ -23570,14 +23570,16 @@ } }, "node_modules/uuid": { - "version": "10.0.0", + "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/validate-npm-package-license": {