From 7525cd340aa5ac73fac1c6e64317e6443d82a821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:52:14 +0000 Subject: [PATCH] chore(deps): bump uuid from 10.0.0 to 11.0.1 (#430) [ci skip] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4c9b77..07e428f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@ndustrial/node-distributed-lock", - "version": "0.15.2", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ndustrial/node-distributed-lock", - "version": "0.15.2", + "version": "1.0.1", "license": "MIT", "dependencies": { "@types/node": "^22.0.0", "async-exit-hook": "^2.0.1", "debug": "^4.3.2", - "uuid": "^10.0.0" + "uuid": "^11.0.1" }, "devDependencies": { "copyfiles": "^2.4.1", @@ -7034,16 +7034,15 @@ "license": "MIT" }, "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.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "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/v8-to-istanbul": { diff --git a/package.json b/package.json index 5a18897..2d25be2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/node": "^22.0.0", "async-exit-hook": "^2.0.1", "debug": "^4.3.2", - "uuid": "^10.0.0" + "uuid": "^11.0.1" }, "devDependencies": { "copyfiles": "^2.4.1",