Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #8359

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.107.2"
"wrangler": "3.107.3"
}
}
2 changes: 1 addition & 1 deletion examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@google-cloud/functions-framework": "3.4.5",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/json-schema": "0.108.15",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"graphql": "16.10.0",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/apollo-upload-client": "18.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/grpc": "0.107.3",
"@graphql-mesh/transform-naming-convention": "0.103.14",
"@grpc/grpc-js": "1.12.5",
"@grpc/grpc-js": "1.12.6",
"@grpc/proto-loader": "0.7.13",
"google-protobuf": "3.21.4",
"graphql": "16.10.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/grpc": "0.107.3",
"@graphql-mesh/transform-naming-convention": "0.103.14",
"@grpc/grpc-js": "1.12.5",
"@grpc/grpc-js": "1.12.6",
"@grpc/proto-loader": "0.7.13",
"google-protobuf": "3.21.4",
"graphql": "16.10.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "16.10.0"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"concurrently": "9.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/mongoose": "0.103.13",
"graphql": "16.10.0",
"mongoose": "8.9.6"
"mongoose": "8.9.7"
},
"devDependencies": {
"jest": "29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql": "16.10.0"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"cross-env": "7.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.107.2"
"wrangler": "3.107.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@graphql-codegen/typescript": "4.1.3",
"@graphql-codegen/typescript-resolvers": "4.4.2",
"@graphql-mesh/compose-cli": "1.3.6",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"esbuild": "^0.24.0",
"lru-cache": "11.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-breweries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.107.2"
"wrangler": "3.107.3"
}
}
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-spacex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.107.2"
"wrangler": "3.107.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@tsconfig/node16": "^16.1.3",
"@tsconfig/recommended": "^1.0.5",
"@types/jest": "29.5.14",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"babel-jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/cfw-kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20250129.0"
"@cloudflare/workers-types": "4.20250204.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"mongoose": "8.9.6"
"mongoose": "8.9.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@theguild/tailwind-config": "0.6.2",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"cross-env": "7.0.3",
"eslint-config-next": "15.1.6",
Expand Down
78 changes: 39 additions & 39 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3280,10 +3280,10 @@ __metadata:
languageName: node
linkType: hard

"@cloudflare/workers-types@npm:4.20250129.0":
version: 4.20250129.0
resolution: "@cloudflare/workers-types@npm:4.20250129.0"
checksum: 10c0/03cf0e679e9f91f517e75211daefd0d40bdc1bbb848b187fd9c30c9845bd912ca690bbbff92f38c77a33f623ad9b65ec591c9179200053f8012d20f8f351f8d9
"@cloudflare/workers-types@npm:4.20250204.0":
version: 4.20250204.0
resolution: "@cloudflare/workers-types@npm:4.20250204.0"
checksum: 10c0/9c5340ff0ce87a603109f1f06041dfd114fe518577e798e7c30e20228207c4a9074be12e5df5eb3692d6a67e14ca02708f2bc3188cad542c43c4213c73775619
languageName: node
linkType: hard

Expand Down Expand Up @@ -4512,7 +4512,7 @@ __metadata:
"@graphql-mesh/plugin-response-cache": "npm:^0.103.13"
"@omnigraph/json-schema": "workspace:^"
graphql: "npm:16.10.0"
wrangler: "npm:3.107.2"
wrangler: "npm:3.107.3"
languageName: unknown
linkType: soft

Expand All @@ -4526,7 +4526,7 @@ __metadata:
"@graphql-mesh/plugin-rate-limit": "npm:^0.103.12"
"@graphql-mesh/plugin-response-cache": "npm:^0.103.13"
graphql: "npm:16.10.0"
wrangler: "npm:3.107.2"
wrangler: "npm:3.107.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4664,7 +4664,7 @@ __metadata:
"@graphql-mesh/json-schema": "npm:0.108.15"
"@graphql-mesh/plugin-response-cache": "npm:0.103.13"
graphql: "npm:16.10.0"
wrangler: "npm:3.107.2"
wrangler: "npm:3.107.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4783,7 +4783,7 @@ __metadata:
"@google-cloud/functions-framework": "npm:3.4.5"
"@graphql-mesh/cli": "npm:0.98.18"
"@graphql-mesh/json-schema": "npm:0.108.15"
"@types/node": "npm:22.13.0"
"@types/node": "npm:22.13.1"
graphql: "npm:16.10.0"
typescript: "npm:^5.4.2"
languageName: unknown
Expand All @@ -4799,7 +4799,7 @@ __metadata:
"@testing-library/user-event": "npm:14.6.1"
"@types/apollo-upload-client": "npm:18.0.0"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:22.13.0"
"@types/node": "npm:22.13.1"
"@types/react": "npm:19.0.8"
"@types/react-dom": "npm:19.0.3"
apollo-upload-client: "npm:18.0.1"
Expand Down Expand Up @@ -4836,7 +4836,7 @@ __metadata:
"@graphql-mesh/cli": "npm:0.98.18"
"@graphql-mesh/grpc": "npm:0.107.3"
"@graphql-mesh/transform-naming-convention": "npm:0.103.14"
"@grpc/grpc-js": "npm:1.12.5"
"@grpc/grpc-js": "npm:1.12.6"
"@grpc/proto-loader": "npm:0.7.13"
concurrently: "npm:9.1.2"
google-protobuf: "npm:3.21.4"
Expand All @@ -4855,7 +4855,7 @@ __metadata:
"@graphql-mesh/cli": "npm:0.98.18"
"@graphql-mesh/grpc": "npm:0.107.3"
"@graphql-mesh/transform-naming-convention": "npm:0.103.14"
"@grpc/grpc-js": "npm:1.12.5"
"@grpc/grpc-js": "npm:1.12.6"
"@grpc/proto-loader": "npm:0.7.13"
concurrently: "npm:9.1.2"
google-protobuf: "npm:3.21.4"
Expand Down Expand Up @@ -4988,7 +4988,7 @@ __metadata:
dependencies:
"@graphql-mesh/cli": "npm:0.98.18"
"@graphql-mesh/json-schema": "npm:0.108.15"
"@types/node": "npm:22.13.0"
"@types/node": "npm:22.13.1"
concurrently: "npm:9.1.2"
fets: "npm:0.8.4"
graphql: "npm:16.10.0"
Expand Down Expand Up @@ -5022,7 +5022,7 @@ __metadata:
"@graphql-mesh/mongoose": "npm:0.103.13"
graphql: "npm:16.10.0"
jest: "npm:29.7.0"
mongoose: "npm:8.9.6"
mongoose: "npm:8.9.7"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5276,7 +5276,7 @@ __metadata:
"@graphql-mesh/postgraphile": "npm:0.103.12"
"@graphql-mesh/runtime": "npm:0.105.13"
"@graphql-mesh/transform-prefix": "npm:0.103.14"
"@types/node": "npm:22.13.0"
"@types/node": "npm:22.13.1"
cross-env: "npm:7.0.3"
graphql: "npm:16.10.0"
ts-node: "npm:^10.9.2"
Expand Down Expand Up @@ -5352,7 +5352,7 @@ __metadata:
"@graphql-mesh/plugin-rate-limit": "npm:0.103.12"
"@graphql-mesh/plugin-response-cache": "npm:0.103.13"
graphql: "npm:16.10.0"
wrangler: "npm:3.107.2"
wrangler: "npm:3.107.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6091,7 +6091,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv"
dependencies:
"@cloudflare/workers-types": "npm:4.20250129.0"
"@cloudflare/workers-types": "npm:4.20250204.0"
"@graphql-mesh/types": "npm:^0.103.12"
"@graphql-mesh/utils": "npm:^0.103.12"
tslib: "npm:^2.4.0"
Expand Down Expand Up @@ -6494,7 +6494,7 @@ __metadata:
graphql-compose-connection: "npm:^8.2.1"
graphql-compose-mongoose: "npm:^10.0.0"
graphql-compose-pagination: "npm:^8.3.0"
mongoose: "npm:8.9.6"
mongoose: "npm:8.9.7"
tslib: "npm:^2.4.0"
peerDependencies:
graphql: "*"
Expand Down Expand Up @@ -8513,13 +8513,13 @@ __metadata:
languageName: node
linkType: hard

"@grpc/grpc-js@npm:1.12.5, @grpc/grpc-js@npm:^1.1.7, @grpc/grpc-js@npm:^1.11.1, @grpc/grpc-js@npm:^1.12.2, @grpc/grpc-js@npm:^1.2.8, @grpc/grpc-js@npm:^1.7.1, @grpc/grpc-js@npm:^1.8.10":
version: 1.12.5
resolution: "@grpc/grpc-js@npm:1.12.5"
"@grpc/grpc-js@npm:1.12.6, @grpc/grpc-js@npm:^1.1.7, @grpc/grpc-js@npm:^1.11.1, @grpc/grpc-js@npm:^1.12.2, @grpc/grpc-js@npm:^1.2.8, @grpc/grpc-js@npm:^1.7.1, @grpc/grpc-js@npm:^1.8.10":
version: 1.12.6
resolution: "@grpc/grpc-js@npm:1.12.6"
dependencies:
"@grpc/proto-loader": "npm:^0.7.13"
"@js-sdsl/ordered-map": "npm:^4.4.2"
checksum: 10c0/1e539d98951e6ff6611e3cedc8eec343625fdab76c7683aa7fca605b3de17d8aabaf2f78d7e95400e68dc8e249cda498781e9a3481bb6b713fc167da3fe59a8e
checksum: 10c0/4d74d573bdb5d5175d54f5613a921ffca6adb38aefa06992d40763d723f64b87842d8019b8bfcbfb9ec1994a67dfbacca976d8f24fedd858c82ea73d538d67df
languageName: node
linkType: hard

Expand Down Expand Up @@ -13408,12 +13408,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:22.13.0, @types/node@npm:>=13.7.0, @types/node@npm:^22.0.0, @types/node@npm:^22.5.5, @types/node@npm:^22.7.5":
version: 22.13.0
resolution: "@types/node@npm:22.13.0"
"@types/node@npm:*, @types/node@npm:22.13.1, @types/node@npm:>=13.7.0, @types/node@npm:^22.0.0, @types/node@npm:^22.5.5, @types/node@npm:^22.7.5":
version: 22.13.1
resolution: "@types/node@npm:22.13.1"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/9cf6358b2863ae7bf9588ca1cc3d87f6a6289c3880e95a046a188760666870e2c12502df8b0a473bec8aa8ffee85e025d60382a6104b10f197120793235b2c22
checksum: 10c0/d4e56d41d8bd53de93da2651c0a0234e330bd7b1b6d071b1a94bd3b5ee2d9f387519e739c52a15c1faa4fb9d97e825b848421af4b2e50e6518011e7adb4a34b7
languageName: node
linkType: hard

Expand All @@ -13432,11 +13432,11 @@ __metadata:
linkType: hard

"@types/node@npm:^18.11.18":
version: 18.19.74
resolution: "@types/node@npm:18.19.74"
version: 18.19.75
resolution: "@types/node@npm:18.19.75"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/365d9cc2af934965aa6a8471e24ae80add815c15dc094e42a320c57c1ea5416032f0b7ef6f23e32174c34811fbb8d89ea8eaa1396548610fbb8ba317b6e93fbf
checksum: 10c0/6a78833071d23dcd4010507d0a232da1cb6e939eb5b62023a01ab5f91eecb90223bda3e34aa536f02cd5c3bdf7962c754b7e2a051a8224aed5886788fce88fbf
languageName: node
linkType: hard

Expand Down Expand Up @@ -20208,7 +20208,7 @@ __metadata:
"@graphql-hive/gateway": "npm:^1.8.0"
"@graphql-mesh/compose-cli": "npm:1.3.6"
"@graphql-yoga/plugin-apollo-inline-trace": "npm:3.10.12"
"@types/node": "npm:22.13.0"
"@types/node": "npm:22.13.1"
concurrently: "npm:9.1.2"
esbuild: "npm:^0.24.0"
graphql: "npm:16.10.0"
Expand Down Expand Up @@ -21894,7 +21894,7 @@ __metadata:
"@tsconfig/node16": "npm:^16.1.3"
"@tsconfig/recommended": "npm:^1.0.5"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:22.13.0"
"@types/node": "npm:22.13.1"
"@typescript-eslint/eslint-plugin": "npm:8.23.0"
"@typescript-eslint/parser": "npm:8.23.0"
babel-jest: "npm:29.7.0"
Expand Down Expand Up @@ -27989,9 +27989,9 @@ __metadata:
languageName: node
linkType: hard

"mongoose@npm:8.9.6":
version: 8.9.6
resolution: "mongoose@npm:8.9.6"
"mongoose@npm:8.9.7":
version: 8.9.7
resolution: "mongoose@npm:8.9.7"
dependencies:
bson: "npm:^6.10.1"
kareem: "npm:2.6.3"
Expand All @@ -28000,7 +28000,7 @@ __metadata:
mquery: "npm:5.0.0"
ms: "npm:2.1.3"
sift: "npm:17.1.3"
checksum: 10c0/e484db22b98f51355bbc6ce8e5f56f019d283042ca09ead8f80bf63554f5c2b95325b05353f04044d57dc3c82bb61e13a6e9be72b0f2aa921a0d6b41d0a7e6a7
checksum: 10c0/ce18f16f28a4866b81b4b2cfa07827a423ed54839ddf8e04c2c544846c3f34924e65e6d3305e98a6927b9a679d43ed7a8edcc28f174f1e33bb59ace8c8fdad66
languageName: node
linkType: hard

Expand Down Expand Up @@ -36722,7 +36722,7 @@ __metadata:
dependencies:
"@theguild/components": "npm:^7.6.0"
"@theguild/tailwind-config": "npm:0.6.2"
"@types/node": "npm:22.13.0"
"@types/node": "npm:22.13.1"
"@types/react": "npm:19.0.8"
cross-env: "npm:7.0.3"
eslint-config-next: "npm:15.1.6"
Expand Down Expand Up @@ -37247,9 +37247,9 @@ __metadata:
languageName: node
linkType: hard

"wrangler@npm:3.107.2":
version: 3.107.2
resolution: "wrangler@npm:3.107.2"
"wrangler@npm:3.107.3":
version: 3.107.3
resolution: "wrangler@npm:3.107.3"
dependencies:
"@cloudflare/kv-asset-handler": "npm:0.3.4"
"@esbuild-plugins/node-globals-polyfill": "npm:0.2.3"
Expand All @@ -37272,7 +37272,7 @@ __metadata:
bin:
wrangler: bin/wrangler.js
wrangler2: bin/wrangler.js
checksum: 10c0/90af1b16d285cdf44d918b2ee70fe6cd39950208f57ec366640ed5845a7b5d04c65df8a21054db60954f0d883568206cc09cf455098f095d57905119e3fc721b
checksum: 10c0/2905badc57609c02038c7a1b5e6b891795748f72df57430c8bc3b7cf1adf9a857da188a407cb65fc42a5f3dd1cea5860a17d02d417b5393d5ca82161c9d80bb8
languageName: node
linkType: hard

Expand Down
Loading