Skip to content

Commit

Permalink
chore(deps): bump graphql from 16.6.0 to 16.8.1
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.6.0...v16.8.1)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2023
1 parent 17b1b2c commit cb7f0be
Show file tree
Hide file tree
Showing 7 changed files with 464 additions and 1,220 deletions.
2 changes: 1 addition & 1 deletion packages/api-bindings-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@apollo/client": "^3.7.1",
"@lens-protocol/domain": "workspace:*",
"@lens-protocol/shared-kernel": "workspace:*",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@lens-protocol/domain": "workspace:*",
"@lens-protocol/shared-kernel": "workspace:*",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@ethersproject/hash": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/wallet": "^5.7.0",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"jwt-decode": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gated-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/traverse": "^0.6.32",
"eslint": "^8.34.0",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"jest": "^29.3.1",
"jest-mock-extended": "^3.0.1",
"jest-when": "^3.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@lens-protocol/gated-content": "workspace:*",
"@lens-protocol/shared-kernel": "workspace:*",
"@lens-protocol/storage": "workspace:*",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"tslib": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@lens-protocol/domain": "workspace:*",
"@lens-protocol/shared-kernel": "workspace:*",
"@lens-protocol/storage": "workspace:*",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"tslib": "^2.5.0",
Expand Down
Loading

0 comments on commit cb7f0be

Please sign in to comment.