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 Dec 13, 2024
1 parent 9327cb2 commit 134f036
Show file tree
Hide file tree
Showing 16 changed files with 477 additions and 472 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
},
"dependencies": {
"@gqlts/runtime": "^3.2.21",
"@graphql-tools/graphql-file-loader": "8.0.6",
"@graphql-tools/load": "8.0.7",
"@graphql-tools/graphql-file-loader": "8.0.7",
"@graphql-tools/load": "8.0.8",
"browserify": "17.0.1",
"colors": "1.4.0",
"esmify": "2.1.1",
Expand All @@ -107,7 +107,7 @@
"@types/jest": "29.5.14",
"@types/listr": "0.14.9",
"@types/lodash": "4.17.13",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/qs": "6.9.17",
"@types/yargs": "17.0.33",
"common-tags": "1.8.2",
Expand Down
4 changes: 2 additions & 2 deletions demo-apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"dependencies": {
"@envelop/parser-cache": "7.0.0",
"@envelop/validation-cache": "7.0.0",
"@graphql-tools/schema": "10.0.11",
"@graphql-tools/schema": "10.0.12",
"graphql": "16.9.0",
"graphql-scalars": "1.24.0",
"graphql-upload-ts": "2.1.2",
"graphql-yoga": "5.10.4",
"graphql-yoga": "5.10.5",
"nexus": "1.3.0",
"supertest": "7.0.0",
"ts-node": "10.9.2",
Expand Down
115 changes: 49 additions & 66 deletions demo-apps/backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,74 +360,57 @@
lru-cache "^10.0.0"
tslib "^2.5.0"

"@graphql-tools/executor@^1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-1.3.5.tgz#3f44fb486dc0d63dc992a2e9a10563addbb99cca"
integrity sha512-jwbvC9mYr64NBQAV1zpnX1T+3ak+SnmW6z8pS9JBZgbUxQSaL/quxP7ejDTyf5wkAUJ6zt1p0UCIbQ6H9jSKGA==
"@graphql-tools/executor@^1.3.7":
version "1.3.8"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-1.3.8.tgz#aa612ea475fd0df2a236f1272c955cf3456e655a"
integrity sha512-tiZ8/PaQ+wkdZeCSyHa7vOUqCJndnpnN5ilUpi5UwsFrFFyN71sr4NJeib7Txf1VdufJNB4ed/0yFd39O0L3AQ==
dependencies:
"@graphql-tools/utils" "^10.6.1"
"@graphql-typed-document-node/core" "3.2.0"
"@graphql-tools/utils" "^10.6.3"
"@graphql-typed-document-node/core" "^3.2.0"
"@repeaterjs/repeater" "^3.0.4"
"@whatwg-node/disposablestack" "^0.0.5"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/merge@^9.0.11":
version "9.0.11"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.11.tgz#dbf06f7f9c8a800167eda3d8bc2801c7490c1ed7"
integrity sha512-AJL0XTozn31HoZN8tULzEkbDXyETA5vAFu4Q65kxJDu027p+auaNFYj/y51HP4BhMR4wykoteWyO7/VxKfdpiw==
dependencies:
"@graphql-tools/utils" "^10.6.1"
tslib "^2.4.0"

"@graphql-tools/merge@^9.0.12":
version "9.0.12"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.12.tgz#458fc73104bb581faef4336799a5efcc3b440411"
integrity sha512-ECkUdgWkizhzQ6JJg16MCYnIN2r2+q/vP5smzi3YeeJkZ/3f9ynFDkaqoMg0Ddg9MugR03hMiQQrssk5f0389Q==
dependencies:
"@graphql-tools/utils" "^10.6.2"
tslib "^2.4.0"

"@graphql-tools/[email protected]":
version "10.0.11"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.11.tgz#ac9f44c41425c5ba0183e13b8a22c6d0d9a39539"
integrity sha512-cYr/7SJSKtdwPByTKHlBr0tYGf7/sYNyzKlPhPMHWoYyGxtn8ytbfF6wEUcxuaOoqksIFxOGr+WOJh1WvShb6A==
"@graphql-tools/merge@^9.0.13":
version "9.0.13"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.13.tgz#c75a1a2a94e5d73700e47bb3943b696554ff0c92"
integrity sha512-OSEOaFOjdkAwR6umRHrTrKjYANbh/0OBb1W8B21dxu8XPaOeoCuShDGXY6ZpragiO8Ke0qFXZGwJGg8ZbDPfvQ==
dependencies:
"@graphql-tools/merge" "^9.0.12"
"@graphql-tools/utils" "^10.6.2"
"@graphql-tools/utils" "^10.6.3"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/schema@^10.0.10":
version "10.0.10"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.10.tgz#d22e676dde89fdd994d533e3d4f90126d0ca4d8e"
integrity sha512-TSdDvwgk1Fq3URDuZBMCPXlWLpRpxwaQ+0KqvycVwoHozYnBRZ2Ql9HVgDKnebkGQKmIk2enSeku+ERKxxSG0g==
"@graphql-tools/[email protected].12", "@graphql-tools/schema@^10.0.11":
version "10.0.12"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.12.tgz#ddfa529cff08090c19080ff904562e7743c3d399"
integrity sha512-ukIZBdD4jI94ren5GK6nnHe+YvDVOfoI8cz50pdE1+FYf9NSFUu7HJXmIBHGIIWFbE5lz4qb5MfUeuBkffs3lw==
dependencies:
"@graphql-tools/merge" "^9.0.11"
"@graphql-tools/utils" "^10.6.1"
"@graphql-tools/merge" "^9.0.13"
"@graphql-tools/utils" "^10.6.3"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/utils@^10.6.1":
version "10.6.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.1.tgz#5d7477ad1f917c817184bb6a1bd1266dc4b354b2"
integrity sha512-XHl0/DWkMf/8Dmw1F3RRoMPt6ZwU4J707YWcbPjS+49WZNoTVz6f+prQ4GuwZT8RqTPtrRawnGU93AV73ZLTfQ==
"@graphql-tools/utils@^10.6.2":
version "10.6.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.2.tgz#2325d9f5c9db1ce97ef6dc763fddc8b637a78dbf"
integrity sha512-ABZHTpwiVR8oE2//NI/nnU3nNhbBpqMlMYyCF5cnqjLfhlyOdFfoRuhYEATEsmMfDg0ijGreULywK/SmepVGfw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
dset "^3.1.2"
tslib "^2.4.0"

"@graphql-tools/utils@^10.6.2":
version "10.6.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.2.tgz#2325d9f5c9db1ce97ef6dc763fddc8b637a78dbf"
integrity sha512-ABZHTpwiVR8oE2//NI/nnU3nNhbBpqMlMYyCF5cnqjLfhlyOdFfoRuhYEATEsmMfDg0ijGreULywK/SmepVGfw==
"@graphql-tools/utils@^10.6.3":
version "10.6.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.6.3.tgz#d178bca50b260ea6e113b792e672fa1bc5b78bfe"
integrity sha512-hEaQTGyQUG3DJqCaIsiu4M+jUgWUf+h6kDwC8MtGElwkL1HWi+qX2qyynw8h9WoV7STmmHDSwkk2ET1IC3nRPw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
dset "^3.1.2"
tslib "^2.4.0"

"@graphql-typed-document-node/core@3.2.0", "@graphql-typed-document-node/core@^3.1.1":
"@graphql-typed-document-node/core@^3.1.1", "@graphql-typed-document-node/core@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
Expand All @@ -439,20 +422,20 @@
dependencies:
tslib "^2.5.2"

"@graphql-yoga/subscription@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@graphql-yoga/subscription/-/subscription-5.0.1.tgz#affe9b4bca4303300cc9492d30dfbe9f089fe0e8"
integrity sha512-1wCB1DfAnaLzS+IdoOzELGGnx1ODEg9nzQXFh4u2j02vAnne6d+v4A7HIH9EqzVdPLoAaMKXCZUUdKs+j3z1fg==
"@graphql-yoga/subscription@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@graphql-yoga/subscription/-/subscription-5.0.2.tgz#a68bbe64e2cb9cd14dc854a36ecc1fb81e6fa03b"
integrity sha512-KGacW1FtUXR5e3qk4YmEFQRGTov8lOkpW7syjTD3EN2t5HRWrSsut2LwjVdK+HcP3H9UEuZ9RXw/+shqV+1exQ==
dependencies:
"@graphql-yoga/typed-event-target" "^3.0.0"
"@graphql-yoga/typed-event-target" "^3.0.1"
"@repeaterjs/repeater" "^3.0.4"
"@whatwg-node/events" "^0.1.0"
tslib "^2.5.2"

"@graphql-yoga/typed-event-target@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@graphql-yoga/typed-event-target/-/typed-event-target-3.0.0.tgz#57dc42e052d8294555d26ee61854d72a0236fee0"
integrity sha512-w+liuBySifrstuHbFrHoHAEyVnDFVib+073q8AeAJ/qqJfvFvAwUPLLtNohR/WDVRgSasfXtl3dcNuVJWN+rjg==
"@graphql-yoga/typed-event-target@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@graphql-yoga/typed-event-target/-/typed-event-target-3.0.1.tgz#16ef7516c6725d4a7f08d2214385afaa8441dc26"
integrity sha512-SWVkyFivzlDqGTBrGTWTNg+aFGP/cIiotirUFnvwuUGt2gla6UJoKhII6aPoHNg3/5vpUAL1KzyoaXMK2PO0JA==
dependencies:
"@repeaterjs/repeater" "^3.0.4"
tslib "^2.5.2"
Expand Down Expand Up @@ -900,10 +883,10 @@
fast-querystring "^1.1.1"
tslib "^2.6.3"

"@whatwg-node/server@^0.9.60":
version "0.9.60"
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.60.tgz#3bae2aa7304a4d8c18a0c5d064aa3735cbad0ea7"
integrity sha512-JH3eK3aGnBwTT2qQwFrmx6RPXxsjrk99kDWOM98H1aayFMV70nsHIltmyuKRnPmf/avuVRe53bkiu2wsc5Eykw==
"@whatwg-node/server@^0.9.63":
version "0.9.63"
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.63.tgz#53801ff951a8f0c30da8d3fa4eb9b07b3d37a587"
integrity sha512-rHBN2murCcuuhQru/AQjA13lA9SzQAH9k8ENy4iZrAmY+C0yFYPud3HiFgPUgzR1B2KYUpIYKwC1UAUlkzASOQ==
dependencies:
"@whatwg-node/disposablestack" "^0.0.5"
"@whatwg-node/fetch" "^0.10.0"
Expand Down Expand Up @@ -1564,19 +1547,19 @@ [email protected]:
http-errors "^2.0.0"
object-path "^0.11.8"

[email protected].4:
version "5.10.4"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.10.4.tgz#1a1d3a4545c21143e7f77b022e47bbcab2270b7e"
integrity sha512-kS/Cymz+rTVWWKthHFoX3XjAdhFCpDlqXBR/M+1WfyMQhY8I3nXCkoZjYMUZTmljJeYN69rBPSsqkRVCmNtwww==
[email protected].5:
version "5.10.5"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.10.5.tgz#a98fbf1488670a5c3094ef29e79942d0933e9aa8"
integrity sha512-W5bpXHRb6S3H3Th8poDm6b+ZMRjke8hsy9WVFgRriDTGh0AenIkpJzZT5VgXUD+j1yLCMrvhUNc6MNmgaRExsw==
dependencies:
"@envelop/core" "^5.0.2"
"@graphql-tools/executor" "^1.3.5"
"@graphql-tools/schema" "^10.0.10"
"@graphql-tools/utils" "^10.6.1"
"@graphql-tools/executor" "^1.3.7"
"@graphql-tools/schema" "^10.0.11"
"@graphql-tools/utils" "^10.6.2"
"@graphql-yoga/logger" "^2.0.0"
"@graphql-yoga/subscription" "^5.0.1"
"@graphql-yoga/subscription" "^5.0.2"
"@whatwg-node/fetch" "^0.10.1"
"@whatwg-node/server" "^0.9.60"
"@whatwg-node/server" "^0.9.63"
dset "^3.1.1"
lru-cache "^10.0.0"
tslib "^2.8.1"
Expand Down
6 changes: 3 additions & 3 deletions demo-apps/example-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"apollo-boost": "0.4.9",
"baby-i-am-faded": "4.0.14",
"emotion-theming": "11.0.0",
"framer-motion": "11.13.5",
"framer-motion": "11.14.3",
"graphql-tag": "2.12.6",
"landing-blocks": "2.1.0",
"next": "15.0.4",
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-extra-hooks": "2.3.4",
Expand All @@ -48,7 +48,7 @@
"typescript": "5.7.2"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"next-transpile-modules": "10.0.1",
Expand Down
Loading

0 comments on commit 134f036

Please sign in to comment.