diff --git a/package-lock.json b/package-lock.json index 8bee860e..3c61d11c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "trim": ">=1.0.1", "trim-newlines": "^5.0.0", "typescript": "^5.6.3", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "vite": "^5.4.10", "vite-plugin-purgecss": "^0.2.12", "vitest": "^2.1.4", @@ -13822,16 +13822,17 @@ "dev": true }, "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.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "dev": true, "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/value-or-function": { diff --git a/package.json b/package.json index 9e4e266b..803a438f 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "trim": ">=1.0.1", "trim-newlines": "^5.0.0", "typescript": "^5.6.3", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "vite": "^5.4.10", "vite-plugin-purgecss": "^0.2.12", "vitest": "^2.1.4",