diff --git a/package-lock.json b/package-lock.json index ff88eabe0..9b1575700 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "node-forge": "^1.3.1", "path": "^0.12.7", "semver": "^7.6.3", - "uuid": "^10.0.0", + "uuid": "^11.0.1", "zlib": "^1.0.5" }, "devDependencies": { @@ -7331,14 +7331,15 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "10.0.0", + "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/webidl-conversions": { diff --git a/package.json b/package.json index 3c7a01834..6a2bc00a8 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "node-forge": "^1.3.1", "path": "^0.12.7", "semver": "^7.6.3", - "uuid": "^10.0.0", + "uuid": "^11.0.1", "zlib": "^1.0.5" }, "//": [