diff --git a/package-lock.json b/package-lock.json index 86db9203..99dc8ada 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@playwright/test": "^1.41.1", "@types/node": "^20.11.8", "prettier": "3.3.3", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } }, "node_modules/@playwright/test": { @@ -112,9 +112,9 @@ "license": "MIT" }, "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==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -122,7 +122,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } } } diff --git a/package.json b/package.json index 2e31cfb6..52fcd347 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "@playwright/test": "^1.41.1", "@types/node": "^20.11.8", "prettier": "3.3.3", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } }