Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (ardatan#4584)
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 Sep 26, 2022
1 parent 2221e33 commit 56f4129
Show file tree
Hide file tree
Showing 10 changed files with 248 additions and 191 deletions.
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"wrangler": "2.1.6"
"wrangler": "2.1.7"
}
}
2 changes: 1 addition & 1 deletion examples/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "16.6.0",
"body-parser": "1.20.0",
"express": "4.18.1",
"@whatwg-node/fetch": "0.4.4"
"@whatwg-node/fetch": "0.4.5"
},
"devDependencies": {
"concurrently": "5.3.0"
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 @@ -10,7 +10,7 @@
"@graphql-mesh/cli": "0.78.24",
"@graphql-mesh/mongoose": "0.11.15",
"graphql": "16.6.0",
"mongoose": "6.6.1"
"mongoose": "6.6.2"
},
"devDependencies": {
"jest": "29.0.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"graphql": "16.6.0",
"body-parser": "1.20.0",
"express": "4.18.1",
"@whatwg-node/fetch": "0.4.4"
"@whatwg-node/fetch": "0.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mesh:build": "mesh build"
},
"devDependencies": {
"@types/node": "16.11.60",
"@types/node": "16.11.62",
"ts-node": "10.9.1",
"typescript": "4.8.3",
"cross-env": "7.0.3"
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 @@ -10,6 +10,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"wrangler": "2.1.6"
"wrangler": "2.1.7"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@theguild/prettier-config": "0.1.0",
"@types/jest": "29.0.3",
"@types/node": "18.6.5",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"babel-jest": "29.0.3",
"bob-the-bundler": "1.7.3",
"eslint": "8.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mongoose": "*"
},
"devDependencies": {
"mongoose": "6.6.1"
"mongoose": "6.6.2"
},
"dependencies": {
"@graphql-mesh/types": "0.84.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"graphql-yoga": "3.0.0-next.1",
"@types/cookie-parser": "1.4.3",
"@types/multer": "1.4.7",
"@whatwg-node/fetch": "0.4.4",
"@whatwg-node/fetch": "0.4.5",
"body-parser": "1.20.0",
"cookie-parser": "1.4.6",
"express": "4.18.1",
Expand Down
Loading

0 comments on commit 56f4129

Please sign in to comment.