diff --git a/package-lock.json b/package-lock.json index 026ac89a..eee52c14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -111,7 +111,7 @@ "stylelint-scss": "^6.12.1", "typescript": "^5.8.3", "typescript-eslint": "^8.42.0", - "uuid": "^12.0.0", + "uuid": "^13.0.0", "vite": "^7.1.5", "vite-plugin-istanbul": "^7.1.0" } @@ -12979,9 +12979,9 @@ "dev": true }, "node_modules/uuid": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz", - "integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -12989,7 +12989,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/value-or-function": { diff --git a/package.json b/package.json index 83f0a971..6854a81c 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "stylelint-scss": "^6.12.1", "typescript": "^5.8.3", "typescript-eslint": "^8.42.0", - "uuid": "^12.0.0", + "uuid": "^13.0.0", "vite": "^7.1.5", "vite-plugin-istanbul": "^7.1.0" }