Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#7873)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent bc81857 commit a1f595f
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 171 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "node bundle.js"
},
"dependencies": {
"@graphql-hive/gateway": "1.4.4",
"@graphql-hive/gateway": "1.4.8",
"@graphql-yoga/plugin-apollo-inline-trace": "3.8.0",
"concurrently": "9.0.1",
"graphql": "16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"bob-the-bundler": "7.0.1",
"cp-cli": "^2.0.0",
"cross-env": "^7.0.3",
"eslint": "9.13.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@types/lodash.get": "4.4.9",
"@types/mkdirp": "2.0.0",
"@types/rimraf": "4.0.5",
"@types/ws": "8.5.12",
"@types/ws": "8.5.13",
"@types/yargs": "17.0.33"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/lodash.get": "4.4.9",
"@types/mkdirp": "2.0.0",
"@types/rimraf": "4.0.5",
"@types/ws": "8.5.12",
"@types/ws": "8.5.13",
"@types/yargs": "17.0.33"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.102.11",
"@graphql-tools/schema": "10.0.7",
"@graphql-tools/wrap": "10.0.14"
"@graphql-tools/wrap": "10.0.15"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit a1f595f

Please sign in to comment.