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 #8218

Merged
merged 1 commit into from
Jan 2, 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
4 changes: 2 additions & 2 deletions examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"start": "functions-framework --target=mesh"
},
"dependencies": {
"@google-cloud/functions-framework": "3.4.4",
"@google-cloud/functions-framework": "3.4.5",
"@graphql-mesh/cli": "0.98.16",
"@graphql-mesh/json-schema": "0.108.10",
"@types/node": "22.10.3",
"@types/node": "22.10.4",
"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.10.3",
"@types/node": "22.10.4",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "^5.4.2"
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.10.3",
"@types/node": "22.10.4",
"concurrently": "9.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.4",
"typescript": "^5.4.2",
"vite": "6.0.6"
"vite": "6.0.7"
},
"browserslist": {
"production": [
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.10.3",
"@types/node": "22.10.4",
"cross-env": "7.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript-resolvers": "4.4.1",
"@graphql-mesh/compose-cli": "1.3.4",
"@types/node": "22.10.3",
"@types/node": "22.10.4",
"esbuild": "^0.24.0",
"lru-cache": "11.0.2"
}
Expand Down
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.10.3",
"@types/node": "22.10.4",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"babel-jest": "29.7.0",
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.10.3",
"@types/node": "22.10.4",
"@types/react": "19.0.2",
"cross-env": "7.0.3",
"eslint-config-next": "15.1.3",
Expand Down
48 changes: 24 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4769,10 +4769,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@examples/gcp-functions@workspace:examples/gcp-functions"
dependencies:
"@google-cloud/functions-framework": "npm:3.4.4"
"@google-cloud/functions-framework": "npm:3.4.5"
"@graphql-mesh/cli": "npm:0.98.16"
"@graphql-mesh/json-schema": "npm:0.108.10"
"@types/node": "npm:22.10.3"
"@types/node": "npm:22.10.4"
graphql: "npm:16.10.0"
typescript: "npm:^5.4.2"
languageName: unknown
Expand All @@ -4788,7 +4788,7 @@ __metadata:
"@testing-library/user-event": "npm:14.5.2"
"@types/apollo-upload-client": "npm:18.0.0"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:22.10.3"
"@types/node": "npm:22.10.4"
"@types/react": "npm:19.0.2"
"@types/react-dom": "npm:19.0.2"
apollo-upload-client: "npm:18.0.1"
Expand Down Expand Up @@ -4977,7 +4977,7 @@ __metadata:
dependencies:
"@graphql-mesh/cli": "npm:0.98.16"
"@graphql-mesh/json-schema": "npm:0.108.10"
"@types/node": "npm:22.10.3"
"@types/node": "npm:22.10.4"
concurrently: "npm:9.1.2"
fets: "npm:0.8.4"
graphql: "npm:16.10.0"
Expand Down Expand Up @@ -5177,7 +5177,7 @@ __metadata:
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
typescript: "npm:^5.4.2"
vite: "npm:6.0.6"
vite: "npm:6.0.7"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5265,7 +5265,7 @@ __metadata:
"@graphql-mesh/postgraphile": "npm:0.103.10"
"@graphql-mesh/runtime": "npm:0.105.11"
"@graphql-mesh/transform-prefix": "npm:0.103.12"
"@types/node": "npm:22.10.3"
"@types/node": "npm:22.10.4"
cross-env: "npm:7.0.3"
graphql: "npm:16.10.0"
ts-node: "npm:^10.9.2"
Expand Down Expand Up @@ -5501,9 +5501,9 @@ __metadata:
languageName: node
linkType: hard

"@google-cloud/functions-framework@npm:3.4.4, @google-cloud/functions-framework@npm:^3.3.0":
version: 3.4.4
resolution: "@google-cloud/functions-framework@npm:3.4.4"
"@google-cloud/functions-framework@npm:3.4.5, @google-cloud/functions-framework@npm:^3.3.0":
version: 3.4.5
resolution: "@google-cloud/functions-framework@npm:3.4.5"
dependencies:
"@types/express": "npm:^5.0.0"
body-parser: "npm:^1.18.3"
Expand All @@ -5516,7 +5516,7 @@ __metadata:
bin:
functions-framework: build/src/main.js
functions-framework-nodejs: build/src/main.js
checksum: 10c0/c5f41ca0776134ec93b7dedaa94695536e4c39bdfa5b418b0562cafdc6f5839ca8b6982ce9ba3b2391f4ba2e8f92c077699d806434e394754c283a23a86f42ea
checksum: 10c0/033ec2ee1fb0e97a90e6375fab31646790b4b9b041702e7885e46ab19f9963c4768e594f2c1afb8754f54dfbe1bc4260ae39a4ee910a81c2f28ed6dfbc118d3e
languageName: node
linkType: hard

Expand Down Expand Up @@ -12885,13 +12885,13 @@ __metadata:
linkType: hard

"@types/dockerode@npm:^3.3.28":
version: 3.3.32
resolution: "@types/dockerode@npm:3.3.32"
version: 3.3.33
resolution: "@types/dockerode@npm:3.3.33"
dependencies:
"@types/docker-modem": "npm:*"
"@types/node": "npm:*"
"@types/ssh2": "npm:*"
checksum: 10c0/89b45da46ffd0eee36b469a6e61ddcbf101835ee2212ac26b84ee01556c5a99155469e5e345eadb677fd3dd80e7f238d3f265c15b3f99f94f4c53cad9b35023c
checksum: 10c0/0844b4a7a950d9a9687b50bd845411736b27ed94361251622e151454a98be679503d4366dc58a09d77cf49493d8e1a2fc5578b8e1f8dd9bbe4226dc8c00c8542
languageName: node
linkType: hard

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

"@types/node@npm:*, @types/node@npm:22.10.3, @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.10.3
resolution: "@types/node@npm:22.10.3"
"@types/node@npm:*, @types/node@npm:22.10.4, @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.10.4
resolution: "@types/node@npm:22.10.4"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/0471a73c8672c803b1f2b912c2c466d00a217186933e8ff38ec7779b4a3f88a0eea3b513a59f2abf9de17cc8bbca688a3c6643c6513ac8dd1c3e45d25fab93b1
checksum: 10c0/b2950f71dad821ef5103f42f3b4a804f8613f5799b8d96f427f904f49841b424e311fa38b3a92cf4710529abc82a355093b9258b030af3e94ee9b84bd1313063
languageName: node
linkType: hard

Expand Down Expand Up @@ -20254,7 +20254,7 @@ __metadata:
"@graphql-hive/gateway": "npm:1.7.6"
"@graphql-mesh/compose-cli": "npm:1.3.4"
"@graphql-yoga/plugin-apollo-inline-trace": "npm:3.10.8"
"@types/node": "npm:22.10.3"
"@types/node": "npm:22.10.4"
concurrently: "npm:9.1.2"
esbuild: "npm:^0.24.0"
graphql: "npm:16.10.0"
Expand Down Expand Up @@ -21929,7 +21929,7 @@ __metadata:
"@tsconfig/node16": "npm:^16.1.3"
"@tsconfig/recommended": "npm:^1.0.5"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:22.10.3"
"@types/node": "npm:22.10.4"
"@typescript-eslint/eslint-plugin": "npm:8.19.0"
"@typescript-eslint/parser": "npm:8.19.0"
babel-jest: "npm:29.7.0"
Expand Down Expand Up @@ -36408,9 +36408,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:6.0.6":
version: 6.0.6
resolution: "vite@npm:6.0.6"
"vite@npm:6.0.7":
version: 6.0.7
resolution: "vite@npm:6.0.7"
dependencies:
esbuild: "npm:^0.24.2"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -36456,7 +36456,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/144c3f80a7920a4b2fa14f00f99b58ece246455ca9313561a67a227b45dadac3343e406d3c1dbfafa79992ac88f54cb2b040b229997e432daf47594fe8cacec2
checksum: 10c0/ae81047b4290a7206b9394a39a782d509e9610462e7946422ba22d5bc615b5a322c07e33d7bf9dd0b3312ec3f5c63353b725913d1519324bfdf539b4f1e03f52
languageName: node
linkType: hard

Expand Down Expand Up @@ -36779,7 +36779,7 @@ __metadata:
dependencies:
"@theguild/components": "npm:^7.0.0"
"@theguild/tailwind-config": "npm:0.6.2"
"@types/node": "npm:22.10.3"
"@types/node": "npm:22.10.4"
"@types/react": "npm:19.0.2"
cross-env: "npm:7.0.3"
eslint-config-next: "npm:15.1.3"
Expand Down
Loading