diff --git a/package-lock.json b/package-lock.json index 1f2c5a2..03dd21c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "postman-collection": "5.3.0", "react": "^19.2.4", "react-dom": "^19.2.7", - "uuid": "11.1.1" + "uuid": "14.0.1" }, "devDependencies": { "@tailwindcss/vite": "^4", @@ -1679,6 +1679,19 @@ "node": ">=10" } }, + "node_modules/postman-collection/node_modules/uuid": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/postman-url-encoder": { "version": "3.0.8", "resolved": "https://registry.npmjs.org/postman-url-encoder/-/postman-url-encoder-3.0.8.tgz", @@ -1854,16 +1867,16 @@ } }, "node_modules/uuid": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", - "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", + "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vite": { diff --git a/package.json b/package.json index 641d367..bdc8915 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "postman-collection": "5.3.0", "react": "^19.2.4", "react-dom": "^19.2.7", - "uuid": "11.1.1" + "uuid": "14.0.1" }, "devDependencies": { "@tailwindcss/vite": "^4",