Skip to content

Commit 6957f0d

Browse files
authored
Merge pull request #86 from garageScript/dependabot/npm_and_yarn/graphql-request-6.1.0
build(deps): bump graphql-request from 6.0.0 to 6.1.0
2 parents 819fc23 + abc2123 commit 6957f0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dotenv": "^16.0.3",
3232
"express": "^4.18.2",
3333
"graphql": "^16.6.0",
34-
"graphql-request": "^6.0.0",
34+
"graphql-request": "^6.1.0",
3535
"openai": "^3.2.1",
3636
"zod": "^3.21.4"
3737
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,10 +1074,10 @@ graphemer@^1.4.0:
10741074
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
10751075
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
10761076

1077-
graphql-request@^6.0.0:
1078-
version "6.0.0"
1079-
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-6.0.0.tgz#9c8b6a0c341f289e049936d03cc9205300faae1c"
1080-
integrity sha512-2BmHTuglonjZvmNVw6ZzCfFlW/qkIPds0f+Qdi/Lvjsl3whJg2uvHmSvHnLWhUTEw6zcxPYAHiZoPvSVKOZ7Jw==
1077+
graphql-request@^6.1.0:
1078+
version "6.1.0"
1079+
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-6.1.0.tgz#f4eb2107967af3c7a5907eb3131c671eac89be4f"
1080+
integrity sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==
10811081
dependencies:
10821082
"@graphql-typed-document-node/core" "^3.2.0"
10831083
cross-fetch "^3.1.5"

0 commit comments

Comments
 (0)