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 Oct 31, 2022
1 parent ee19b91 commit a73d8e3
Show file tree
Hide file tree
Showing 45 changed files with 224 additions and 209 deletions.
2 changes: 1 addition & 1 deletion examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/react-dom": "18.0.8",
"@vitejs/plugin-react": "2.2.0",
"typescript": "4.8.4",
"vite": "3.2.1"
"vite": "3.2.2"
},
"scripts": {
"build:mesh": "yarn mesh build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.3.0",
"eslint-plugin-n": "15.4.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "4.1.0",
"globby": "11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"dependencies": {
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@graphql-mesh/store": "0.8.60",
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/http": "0.2.10",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"dotenv": "16.0.3",
"dnscache": "1.0.2",
"graphql-import-node": "0.0.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/store": "0.8.60",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/load": "7.8.1",
"@graphql-tools/code-file-loader": "7.3.7",
"@graphql-tools/graphql-file-loader": "7.5.6",
"@graphql-tools/utils": "8.13.1",
"@graphql-tools/load": "7.8.2",
"@graphql-tools/code-file-loader": "7.3.8",
"@graphql-tools/graphql-file-loader": "7.5.7",
"@whatwg-node/fetch": "^0.5.0",
"param-case": "3.0.4",
"@envelop/core": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cross-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-native": "react-native.js",
"types": "index.d.ts",
"dependencies": {
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"react-native-fs": "2.20.0",
"react-native-path": "0.0.5",
"path-browserify": "1.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/handlers/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/utils": "0.42.4",
"@graphql-mesh/types": "0.85.5",
"@graphql-tools/url-loader": "7.16.5",
"@graphql-tools/wrap": "9.2.4",
"@graphql-tools/delegate": "9.0.9",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/url-loader": "7.16.6",
"@graphql-tools/wrap": "9.2.5",
"@graphql-tools/delegate": "9.0.10",
"@graphql-tools/utils": "8.13.1",
"lodash.get": "4.4.2",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@graphql-mesh/utils": "0.42.4",
"@graphql-mesh/store": "0.8.60",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"@graphql-mesh/cross-helpers": "0.2.7",
"graphql-compose": "9.0.10",
"@omnigraph/json-schema": "0.36.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"mysql-utilities": "1.1.4",
"graphql-scalars": "1.20.0",
"tslib": "^2.4.0",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/delegate": "9.0.9"
"@graphql-tools/utils": "8.13.1",
"@graphql-tools/delegate": "9.0.10"
},
"devDependencies": {
"@types/graphql-fields": "1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"graphql-scalars": "1.20.0",
"neo4j-driver": "5.2.0",
"tslib": "^2.4.0",
"@graphql-tools/utils": "8.13.0"
"@graphql-tools/utils": "8.13.1"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-mesh/store": "0.8.60",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"http-string-parser": "0.0.6",
"@whatwg-node/fetch": "^0.5.0",
"dataloader": "2.1.0",
Expand All @@ -48,7 +48,7 @@
"pascal-case": "3.1.2",
"url-join": "4.0.1",
"tslib": "^2.4.0",
"@graphql-tools/delegate": "9.0.9"
"@graphql-tools/delegate": "9.0.10"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/postgraphile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"postgraphile": "4.12.11",
"pg": "^8.6.0",
"tslib": "^2.4.0",
"@graphql-tools/delegate": "9.0.9"
"@graphql-tools/delegate": "9.0.10"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/store": "0.8.60",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"@omnigraph/soap": "0.1.1",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/thrift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@graphql-mesh/store": "0.8.60",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"graphql-scalars": "1.20.0",
"url-join": "4.0.1",
"thrift": "0.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jit-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"dependencies": {
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"graphql-jit": "0.7.4",
"@graphql-mesh/utils": "0.42.4",
"@graphql-mesh/types": "0.85.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-machete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/utils": "0.42.4",
"@graphql-mesh/cross-helpers": "0.2.7",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"url-join": "4.0.1",
"to-json-schema": "0.2.5",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"to-json-schema": "0.2.5",
"graphql-compose": "9.0.10",
"graphql-scalars": "1.20.0",
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 @@ -39,7 +39,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"graphql-yoga": "3.0.0-next.8",
"@types/cookie-parser": "1.4.3",
"@types/multer": "1.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/raml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/cross-helpers": "0.2.7",
"@graphql-mesh/utils": "0.42.4",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0",
"change-case": "4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"fast-xml-parser": "3.21.1",
"graphql-compose": "9.0.10",
"graphql-scalars": "1.20.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mergers/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/schema": "9.0.5",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/schema": "9.0.6",
"@graphql-tools/utils": "8.13.1",
"@graphql-mesh/merger-stitching": "0.17.4",
"tslib": "^2.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/mergers/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
},
"dependencies": {
"@graphql-mesh/types": "0.85.5",
"@graphql-tools/wrap": "9.2.4",
"@graphql-tools/wrap": "9.2.5",
"@apollo/gateway": "2.1.4",
"@graphql-tools/schema": "9.0.5",
"@graphql-tools/schema": "9.0.6",
"@graphql-mesh/cross-helpers": "0.2.7",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"@graphql-mesh/store": "0.8.60",
"tslib": "^2.4.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/mergers/stitching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
},
"dependencies": {
"@graphql-mesh/types": "0.85.5",
"@graphql-tools/stitch": "8.7.14",
"@graphql-tools/stitch": "8.7.15",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/delegate": "9.0.9",
"@graphql-tools/stitching-directives": "2.3.12",
"@graphql-tools/schema": "9.0.5",
"@graphql-tools/delegate": "9.0.10",
"@graphql-tools/stitching-directives": "2.3.13",
"@graphql-tools/schema": "9.0.6",
"@graphql-mesh/store": "0.8.60",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/utils": "0.42.4",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/mock": "8.7.7",
"@graphql-tools/schema": "9.0.5",
"@graphql-tools/utils": "8.13.1",
"@graphql-tools/mock": "8.7.8",
"@graphql-tools/schema": "9.0.6",
"faker": "5.5.3",
"graphql-scalars": "1.20.0",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/cross-helpers": "0.2.7",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"minimatch": "5.1.0",
"tslib": "^2.4.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/utils": "0.42.4",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/delegate": "9.0.9",
"@graphql-tools/batch-delegate": "8.4.2",
"@graphql-tools/batch-execute": "8.5.7",
"@graphql-tools/wrap": "9.2.4",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/delegate": "9.0.10",
"@graphql-tools/batch-delegate": "8.4.3",
"@graphql-tools/batch-execute": "8.5.8",
"@graphql-tools/wrap": "9.2.5",
"@graphql-tools/utils": "8.13.1",
"@whatwg-node/fetch": "^0.5.0",
"@envelop/core": "3.0.3",
"@envelop/extended-validation": "2.0.3",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.5"
"@graphql-tools/schema": "9.0.6"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@graphql-inspector/core": "3.3.0",
"@graphql-mesh/cross-helpers": "0.2.7",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"@graphql-mesh/types": "0.85.5",
"tslib": "^2.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@graphql-mesh/string-interpolation": "0.3.3",
"dayjs": "1.11.6",
"@graphql-mesh/cross-helpers": "0.2.7",
"@graphql-tools/resolvers-composition": "6.5.7",
"@graphql-tools/schema": "9.0.5",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/resolvers-composition": "6.5.8",
"@graphql-tools/schema": "9.0.6",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/encapsulate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/delegate": "9.0.9",
"@graphql-tools/wrap": "9.2.4",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/delegate": "9.0.10",
"@graphql-tools/wrap": "9.2.5",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/transforms/extend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"dependencies": {
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/load": "7.8.1",
"@graphql-tools/code-file-loader": "7.3.7",
"@graphql-tools/graphql-file-loader": "7.5.6",
"@graphql-tools/schema": "9.0.5",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/load": "7.8.2",
"@graphql-tools/code-file-loader": "7.3.8",
"@graphql-tools/graphql-file-loader": "7.5.7",
"@graphql-tools/schema": "9.0.6",
"@graphql-tools/utils": "8.13.1",
"@graphql-mesh/cross-helpers": "0.2.7",
"tslib": "^2.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/utils": "0.42.4",
"graphql-transform-federation": "2.2.0",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/stitching-directives": "2.3.12",
"@graphql-tools/delegate": "9.0.9",
"@graphql-tools/utils": "8.13.1",
"@graphql-tools/stitching-directives": "2.3.13",
"@graphql-tools/delegate": "9.0.10",
"tslib": "^2.4.0",
"lodash.set": "4.3.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/filter-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/utils": "0.42.4",
"minimatch": "5.1.0",
"@graphql-tools/wrap": "9.2.4",
"@graphql-tools/delegate": "9.0.9",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/wrap": "9.2.5",
"@graphql-tools/delegate": "9.0.10",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/hoist-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@graphql-mesh/types": "0.85.5",
"@graphql-mesh/utils": "0.42.4",
"@graphql-tools/wrap": "9.2.4",
"@graphql-tools/delegate": "9.0.9",
"@graphql-tools/utils": "8.13.0"
"@graphql-tools/wrap": "9.2.5",
"@graphql-tools/delegate": "9.0.10",
"@graphql-tools/utils": "8.13.1"
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.6.58"
Expand Down
Loading

0 comments on commit a73d8e3

Please sign in to comment.