Skip to content

Commit ddcf3ac

Browse files
authored
Merge pull request #56 from garageScript/dependabot/npm_and_yarn/graphql-request-6.0.0
build(deps): bump graphql-request from 4.2.0 to 6.0.0
2 parents aecb6a1 + e508862 commit ddcf3ac

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
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": "^4.2.0",
34+
"graphql-request": "^6.0.0",
3535
"openai": "^3.2.1",
3636
"zod": "^3.7.3"
3737
},

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.40.0.tgz#3ba73359e11f5a7bd3e407f70b3528abfae69cec"
7979
integrity sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==
8080

81+
"@graphql-typed-document-node/core@^3.2.0":
82+
version "3.2.0"
83+
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
84+
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
85+
8186
"@humanwhocodes/config-array@^0.11.8":
8287
version "0.11.8"
8388
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
@@ -890,11 +895,6 @@ express@^4.18.2:
890895
utils-merge "1.0.1"
891896
vary "~1.1.2"
892897

893-
extract-files@^9.0.0:
894-
version "9.0.0"
895-
resolved "https://registry.yarnpkg.com/extract-files/-/extract-files-9.0.0.tgz#8a7744f2437f81f5ed3250ed9f1550de902fe54a"
896-
integrity sha512-CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ==
897-
898898
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
899899
version "3.1.3"
900900
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
@@ -1092,14 +1092,13 @@ grapheme-splitter@^1.0.4:
10921092
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
10931093
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
10941094

1095-
graphql-request@^4.2.0:
1096-
version "4.2.0"
1097-
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-4.2.0.tgz#063377bc2dd29cc46aed3fddcc65fe97b805ba81"
1098-
integrity sha512-uFeMyhhl8ss4LFgjlfPeAn2pqYw+CJto+cjj71uaBYIMMK2jPIqgHm5KEFxUk0YDD41A8Bq31a2b4G2WJBlp2Q==
1095+
graphql-request@^6.0.0:
1096+
version "6.0.0"
1097+
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-6.0.0.tgz#9c8b6a0c341f289e049936d03cc9205300faae1c"
1098+
integrity sha512-2BmHTuglonjZvmNVw6ZzCfFlW/qkIPds0f+Qdi/Lvjsl3whJg2uvHmSvHnLWhUTEw6zcxPYAHiZoPvSVKOZ7Jw==
10991099
dependencies:
1100+
"@graphql-typed-document-node/core" "^3.2.0"
11001101
cross-fetch "^3.1.5"
1101-
extract-files "^9.0.0"
1102-
form-data "^3.0.0"
11031102

11041103
graphql@^16.6.0:
11051104
version "16.6.0"

0 commit comments

Comments
 (0)