From 8d226b30d58ea548dbd9262cd5c0bbc7810dc7a9 Mon Sep 17 00:00:00 2001 From: mitchellhamilton Date: Mon, 12 Sep 2022 15:14:34 +1000 Subject: [PATCH] Update in other places --- examples/basic/package.json | 2 +- tests/api-tests/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index 1d6db5fc64c..a1bd3b1ec49 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -24,7 +24,7 @@ "graphql-tag": "^2.12.6", "react": "^18.1.0", "react-dom": "^18.1.0", - "uuid": "^8.3.2" + "uuid": "^9.0.0" }, "devDependencies": { "typescript": "^4.7.4" diff --git a/tests/api-tests/package.json b/tests/api-tests/package.json index 308e16b6917..d9673873f42 100644 --- a/tests/api-tests/package.json +++ b/tests/api-tests/package.json @@ -31,7 +31,7 @@ "superagent": "^6.1.0", "supertest": "^6.1.6", "testcheck": "^1.0.0-rc.2", - "uuid": "^8.3.2" + "uuid": "^9.0.0" }, "dependencies": { "express": "^4.17.1",