diff --git a/package-lock.json b/package-lock.json index 55ba0994..93c4d0cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "tslint": "^6.1.3", "typedoc": "^0.26.2", "typescript": "^5.0.4", - "uuid": "^11.0.2" + "uuid": "^12.0.0" } }, "node_modules/@ampproject/remapping": { @@ -4091,16 +4091,17 @@ } }, "node_modules/uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz", + "integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index fdfd5df6..4831cf52 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "tslint": "^6.1.3", "typedoc": "^0.26.2", "typescript": "^5.0.4", - "uuid": "^11.0.2" + "uuid": "^12.0.0" } }