diff --git a/package-lock.json b/package-lock.json index 221b468..b4c0e6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.22", "dependencies": { "onstarjs": "^2.3.30", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "devDependencies": { "@scrypted/sdk": "^0.3.0", @@ -3150,16 +3150,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/watchpack": { diff --git a/package.json b/package.json index c805d0b..3a644e4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/natereprogle/scrypted-onstar", "dependencies": { "onstarjs": "^2.3.30", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "devDependencies": { "@scrypted/sdk": "^0.3.0",