From ce346af051a02d658f7d59aa814e02810ff60fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 05:46:34 +0000 Subject: [PATCH] Bump graphql-query-complexity from 0.12.0 to 1.0.0 Bumps [graphql-query-complexity](https://github.com/slicknode/graphql-query-complexity) from 0.12.0 to 1.0.0. - [Release notes](https://github.com/slicknode/graphql-query-complexity/releases) - [Commits](https://github.com/slicknode/graphql-query-complexity/compare/v0.12.0...v1.0.0) --- updated-dependencies: - dependency-name: graphql-query-complexity dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/server/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/server/package.json b/packages/server/package.json index 2848b52..17a817b 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -39,7 +39,7 @@ "dotenv": "16.4.5", "dotenv-expand": "10.0.0", "graphql": "16.9.0", - "graphql-query-complexity": "0.12.0", + "graphql-query-complexity": "1.0.0", "jwks-rsa": "3.1.0", "passport-http-bearer": "1.0.1", "passport-jwt": "4.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a30c7c3..3908afa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -103,8 +103,8 @@ importers: specifier: 16.9.0 version: 16.9.0 graphql-query-complexity: - specifier: 0.12.0 - version: 0.12.0(graphql@16.9.0) + specifier: 1.0.0 + version: 1.0.0(graphql@16.9.0) jwks-rsa: specifier: 3.1.0 version: 3.1.0 @@ -2309,8 +2309,8 @@ packages: graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - graphql-query-complexity@0.12.0: - resolution: {integrity: sha512-fWEyuSL6g/+nSiIRgIipfI6UXTI7bAxrpPlCY1c0+V3pAEUo1ybaKmSBgNr1ed2r+agm1plJww8Loig9y6s2dw==} + graphql-query-complexity@1.0.0: + resolution: {integrity: sha512-Tj7mRIuKWjGomPaRW5E+ztY8bhYPf1v/7bkDPuzksrR3GqHeIS5jxzX8CfimlV3g9z0lT20RG9JgaUUjhRjtOA==} peerDependencies: graphql: ^14.6.0 || ^15.0.0 || ^16.0.0 @@ -6259,7 +6259,7 @@ snapshots: graceful-fs@4.2.11: {} - graphql-query-complexity@0.12.0(graphql@16.9.0): + graphql-query-complexity@1.0.0(graphql@16.9.0): dependencies: graphql: 16.9.0 lodash.get: 4.4.2