diff --git a/playground/api/package-lock.json b/playground/api/package-lock.json index ce9a0e430c..528bd80f9f 100644 --- a/playground/api/package-lock.json +++ b/playground/api/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@miniflare/kv": "^2.14.0", "@miniflare/storage-memory": "^2.14.0", - "uuid": "^9.0.0" + "uuid": "^10.0.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20230801.0", @@ -1466,13 +1466,14 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } diff --git a/playground/api/package.json b/playground/api/package.json index 9bb8ee4de2..9aeff1120b 100644 --- a/playground/api/package.json +++ b/playground/api/package.json @@ -15,6 +15,6 @@ "dependencies": { "@miniflare/kv": "^2.14.0", "@miniflare/storage-memory": "^2.14.0", - "uuid": "^9.0.0" + "uuid": "^10.0.0" } }