diff --git a/scripts/subgraphs/products/package-lock.json b/scripts/subgraphs/products/package-lock.json index a9d7712..2f5f32d 100644 --- a/scripts/subgraphs/products/package-lock.json +++ b/scripts/subgraphs/products/package-lock.json @@ -18,7 +18,7 @@ "graphql-tag": "2.12.6", "graphql-ws": "5.16.0", "supergraph-demo-opentelemetry": "0.2.4", - "uuid": "10.0.0", + "uuid": "11.0.5", "ws": "8.18.0" } }, @@ -1934,16 +1934,16 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/value-or-promise": { diff --git a/scripts/subgraphs/products/package.json b/scripts/subgraphs/products/package.json index 25ebaac..9f8d91a 100644 --- a/scripts/subgraphs/products/package.json +++ b/scripts/subgraphs/products/package.json @@ -16,7 +16,7 @@ "graphql-tag": "2.12.6", "graphql-ws": "5.16.0", "supergraph-demo-opentelemetry": "0.2.4", - "uuid": "10.0.0", + "uuid": "11.0.5", "ws": "8.18.0" }, "keywords": [], diff --git a/scripts/subgraphs/users/package-lock.json b/scripts/subgraphs/users/package-lock.json index 050187d..66fd960 100644 --- a/scripts/subgraphs/users/package-lock.json +++ b/scripts/subgraphs/users/package-lock.json @@ -19,7 +19,7 @@ "graphql-tag": "2.12.6", "graphql-ws": "5.16.0", "supergraph-demo-opentelemetry": "0.2.4", - "uuid": "10.0.0", + "uuid": "11.0.5", "ws": "8.18.0" } }, @@ -1950,16 +1950,16 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/value-or-promise": { diff --git a/scripts/subgraphs/users/package.json b/scripts/subgraphs/users/package.json index 6d8489c..665f28e 100644 --- a/scripts/subgraphs/users/package.json +++ b/scripts/subgraphs/users/package.json @@ -17,7 +17,7 @@ "graphql-tag": "2.12.6", "graphql-ws": "5.16.0", "supergraph-demo-opentelemetry": "0.2.4", - "uuid": "10.0.0", + "uuid": "11.0.5", "ws": "8.18.0" }, "keywords": [],