diff --git a/package-lock.json b/package-lock.json index 3f00257e7..428eaad91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "pino": "^9.5.0", "playwright": "^1.48.2", "strip-comments": "^2.0.1", - "uuid": "^10.0.0" + "uuid": "^11.0.1" }, "devDependencies": { "@types/express": "^5.0.0", @@ -5906,15 +5906,15 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index 327b90fd9..73bc8d52f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "pino": "^9.5.0", "playwright": "^1.48.2", "strip-comments": "^2.0.1", - "uuid": "^10.0.0" + "uuid": "^11.0.1" }, "scripts": { "build-test-app": "node ./node/build.testapp.js",