diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-02-24 10:04:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-24 10:04:32 +0000 |
| commit | a3cee827967c9732adacfd4ba9c2c47f7b9db730 (patch) | |
| tree | ba137e9854ea9d939631627135c2158fdc602da9 | |
| parent | Merge branch 'main' of https://github.com/senpy-club/graphql-api (diff) | |
| download | graphql-api-renovate/graphql-16.x.tar.xz graphql-api-renovate/graphql-16.x.zip | |
fix(deps): update dependency graphql to v16renovate/graphql-16.x
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a110f2f..9df7a1a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "apollo-datasource-rest": "3.2.0", "apollo-server-cloudflare": "3.3.0", - "graphql": "15.6.0" + "graphql": "16.13.0" }, "devDependencies": { "@cloudflare/wrangler": "1.19.9", |