Skip to content

Commit

Permalink
chore(deps): update dependency graphql to v16.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent ca72b89 commit f09184f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"cross-env": "7.0.3",
"eslint": "9.17.0",
"eslint-plugin-import": "2.31.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"husky": "9.1.7",
"jest": "28.1.3",
"jest-docblock": "28.1.1",
Expand All @@ -63,7 +63,7 @@
},
"resolutions": {
"babel-jest": "28.1.3",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-language-service-interface": "2.10.2",
"jest-runner": "28.1.3",
"ts-node": "10.9.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/nhost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"graphql": "16.9.0"
"graphql": "16.10.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4551,10 +4551,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.12.1.tgz#c62d5ac54dbd409cc6520b0b39de374b3d59d0dd"
integrity sha512-umt4f5NnMK46ChM2coO36PTFhHouBrK9stWWBczERguwYrGnPNxJ9dimU6IyOBfOkC6Izhkg4H8+F51W/8CYDg==

graphql@16.9.0:
version "16.9.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
graphql@16.10.0:
version "16.10.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==

has-bigints@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit f09184f

Please sign in to comment.