Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent d760c60 commit 74e008b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^10.0.0",
"@whatwg-node/fetch": "^0.9.14",
"@whatwg-node/fetch": "^0.10.0",
"fets": "^0.8.0",
"ansi-colors": "^4.1.3",
"openapi-types": "^12.1.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"chalk": "^5.0.0",
"graphql": "16.9.0",
"graphql-scalars": "1.23.0",
"graphql-yoga": "5.8.0",
"graphql-yoga": "5.9.0",
"husky": "9.1.6",
"jest": "29.7.0",
"lint-staged": "15.2.10",
Expand Down
28 changes: 23 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1991,7 +1991,15 @@
dependencies:
tslib "^2.6.3"

"@whatwg-node/fetch@^0.9.14", "@whatwg-node/fetch@^0.9.22", "@whatwg-node/fetch@^0.9.4":
"@whatwg-node/fetch@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.0.tgz#cf081e1b14ac6fdf6c480e01a40b45a59fb6ee48"
integrity sha512-LyVqYBdlEZI986zOoW9v3ImriVftX9VUTnqeCYhebHVDewgLs3UpI9IFd/sVjJdoOScxLJ7JHWv8EiL4Ihfk9w==
dependencies:
"@whatwg-node/node-fetch" "^0.7.0"
urlpattern-polyfill "^10.0.0"

"@whatwg-node/fetch@^0.9.22", "@whatwg-node/fetch@^0.9.4":
version "0.9.23"
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.9.23.tgz#eeb953f5fbf6b83ba944cc71a0eef59d8164b01d"
integrity sha512-7xlqWel9JsmxahJnYVUj/LLxWcnA93DR4c9xlw3U814jWTiYalryiH1qToik1hOxweKKRLi4haXHM5ycRksPBA==
Expand All @@ -2009,6 +2017,16 @@
fast-querystring "^1.1.1"
tslib "^2.6.3"

"@whatwg-node/node-fetch@^0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.7.0.tgz#19673318472a69723bd865fc8043c2ec88c38c73"
integrity sha512-vicJNpnFUoAnw1XGJkmWvs8atKexrhKFumdopAQgveARCCpFesFB7M/keLKDK4wCT+X5f3Gal3IexsBh/oRQqw==
dependencies:
"@kamilkisiela/fast-url-parser" "^1.1.4"
busboy "^1.6.0"
fast-querystring "^1.1.1"
tslib "^2.6.3"

"@whatwg-node/server@^0.9.15", "@whatwg-node/server@^0.9.50":
version "0.9.50"
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.50.tgz#7098890bb674477aa4a4be5ecfd10f22857b65fa"
Expand Down Expand Up @@ -2999,10 +3017,10 @@ [email protected]:
dependencies:
tslib "^2.5.0"

graphql-yoga@5.8.0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.8.0.tgz#990cd35a5f92e1e58b5321569bdc465ddfe58351"
integrity sha512-pGoeTv7Om9aNGkDIFecz3tv0rZKWV2T2K8522/tymS+qixPIq5upSaMY5nLXzpWD40R10mcw0nBwBZg6j0F7Iw==
graphql-yoga@5.9.0:
version "5.9.0"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.9.0.tgz#eacd9b05f1e40c25c5ff690ac76209b6e82640d8"
integrity sha512-zeSu77bnl+id+MaKpS8dQPA9Dix0DgdibWM5GFrQxKBwrdpW9XOH33ofrZvs+BXVici+pJvuxo+LeUpHopiBrg==
dependencies:
"@envelop/core" "^5.0.1"
"@graphql-tools/executor" "^1.3.0"
Expand Down

0 comments on commit 74e008b

Please sign in to comment.