diff --git a/sample/23-graphql-code-first/package-lock.json b/sample/23-graphql-code-first/package-lock.json index 356c1194cd5..d985a155770 100644 --- a/sample/23-graphql-code-first/package-lock.json +++ b/sample/23-graphql-code-first/package-lock.json @@ -4465,9 +4465,9 @@ "integrity": "sha512-x34S6gC0/peBZnlK60zCJox/d45A7p6At9oN9EPA3qhoIAlR4LNZmXRLkICBckwwTMJzVdA8cx3QIQZMOl606A==" }, "graphql-query-complexity": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/graphql-query-complexity/-/graphql-query-complexity-0.9.0.tgz", - "integrity": "sha512-jLRM4K4seKdz+TFQpmYsvFj4ZwlLnVEH0KbxE5vzw0oDCc6y0KRiALJiIzr8J6gSJ+LiAjUmCiJqtw1HJd3Udg==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/graphql-query-complexity/-/graphql-query-complexity-0.10.0.tgz", + "integrity": "sha512-dygwzTt7fT/AyaoKV18oyX1TLuZaht8p+EQuHQCDt7dCP2lRJL52nnO3aNgcpzjHGUwsin11OeRl/XrBz6YP3w==", "requires": { "lodash.get": "^4.4.2" } diff --git a/sample/23-graphql-code-first/package.json b/sample/23-graphql-code-first/package.json index d8531147cca..8b12e0632d0 100644 --- a/sample/23-graphql-code-first/package.json +++ b/sample/23-graphql-code-first/package.json @@ -28,7 +28,7 @@ "class-transformer": "0.4.0", "class-validator": "0.13.1", "graphql": "15.7.1", - "graphql-query-complexity": "0.9.0", + "graphql-query-complexity": "0.10.0", "graphql-subscriptions": "1.2.1", "reflect-metadata": "0.1.13", "rxjs": "7.4.0"