Skip to content

Commit

Permalink
fix(deps): update dependency graphql-request to v5.1.0 (#8768)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 26, 2022
1 parent ca70703 commit d9d56c6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/front-end/react/graphql-request/package.json
Expand Up @@ -11,7 +11,7 @@
"@types/node": "16.11.47",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.10",
"graphql-request": "5.0.0",
"graphql-request": "5.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/front-end/react/graphql-request/yarn.lock
Expand Up @@ -5572,10 +5572,10 @@ graphql-config@^4.3.5:
ts-node "^10.8.1"
tslib "^2.4.0"

graphql-request@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-5.0.0.tgz#7504a807d0e11be11a3c448e900f0cc316aa18ef"
integrity sha512-SpVEnIo2J5k2+Zf76cUkdvIRaq5FMZvGQYnA4lUWYbc99m+fHh4CZYRRO/Ff4tCLQ613fzCm3SiDT64ubW5Gyw==
graphql-request@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-5.1.0.tgz#dbc8feee27d21b993cd5da2d3af67821827b240a"
integrity sha512-0OeRVYigVwIiXhNmqnPDt+JhMzsjinxHE7TVy3Lm6jUzav0guVcL0lfSbi6jVTRAxcbwgyr6yrZioSHxf9gHzw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-fetch "^3.1.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-graphql-request/package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"graphql": "16.6.0",
"@graphql-yoga/node": "2.13.13",
"graphql-request": "5.0.0"
"graphql-request": "5.1.0"
},
"scripts": {
"codegen": "graphql-codegen --config codegen.yml",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -8045,10 +8045,10 @@ graphql-language-service-utils@^2.7.1:
graphql-language-service-types "^1.8.7"
nullthrows "^1.0.0"

graphql-request@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-5.0.0.tgz#7504a807d0e11be11a3c448e900f0cc316aa18ef"
integrity sha512-SpVEnIo2J5k2+Zf76cUkdvIRaq5FMZvGQYnA4lUWYbc99m+fHh4CZYRRO/Ff4tCLQ613fzCm3SiDT64ubW5Gyw==
graphql-request@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-5.1.0.tgz#dbc8feee27d21b993cd5da2d3af67821827b240a"
integrity sha512-0OeRVYigVwIiXhNmqnPDt+JhMzsjinxHE7TVy3Lm6jUzav0guVcL0lfSbi6jVTRAxcbwgyr6yrZioSHxf9gHzw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-fetch "^3.1.5"
Expand Down

0 comments on commit d9d56c6

Please sign in to comment.