diff --git a/playground/api/package-lock.json b/playground/api/package-lock.json index 4484d8efcf18d5..33dfe5b89e3a87 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": "^13.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20230801.0", @@ -1669,9 +1669,9 @@ } }, "node_modules/uuid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", - "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/playground/api/package.json b/playground/api/package.json index 02b48ea6e4d5d7..642569aed36921 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": "^13.0.0" + "uuid": "^14.0.0" } }