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 committed Apr 13, 2022
1 parent 82b2b6d commit d9480da
Show file tree
Hide file tree
Showing 41 changed files with 508 additions and 491 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@parcel/transformer-webmanifest": "2.4.1",
"@types/jest": "27.4.1",
"@types/node": "16.11.26",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"babel-jest": "27.5.1",
"bob-the-bundler": "1.6.1",
"eslint": "8.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-mesh/cross-helpers": "0.1.0",
"dataloader": "2.0.0",
"dataloader": "2.1.0",
"lodash": "4.17.21",
"tslib": "^2.3.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@graphql-mesh/utils": "0.33.3",
"@graphql-mesh/store": "0.7.3",
"@graphql-mesh/types": "0.70.3",
"@graphql-tools/code-file-loader": "7.2.11",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/load": "7.5.7",
"@graphql-tools/graphql-file-loader": "7.3.8",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/code-file-loader": "7.2.12",
"@graphql-tools/utils": "8.6.7",
"@graphql-tools/load": "7.5.8",
"@graphql-tools/graphql-file-loader": "7.3.9",
"@graphql-tools/wrap": "8.4.13",
"@graphql-yoga/render-graphiql": "2.0.0",
"@graphql-yoga/node": "2.0.0",
"cookie-parser": "1.4.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/store": "0.7.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/merge": "8.2.7",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/load": "7.5.7",
"@graphql-tools/code-file-loader": "7.2.11",
"@graphql-tools/graphql-file-loader": "7.3.8",
"@graphql-tools/merge": "8.2.8",
"@graphql-tools/utils": "8.6.7",
"@graphql-tools/load": "7.5.8",
"@graphql-tools/code-file-loader": "7.2.12",
"@graphql-tools/graphql-file-loader": "7.3.9",
"param-case": "3.0.4",
"@envelop/core": "2.3.1",
"tslib": "^2.3.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 @@ -31,10 +31,10 @@
"@graphql-mesh/store": "0.7.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-mesh/types": "0.70.3",
"@graphql-tools/url-loader": "7.9.9",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/delegate": "8.7.2",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/url-loader": "7.9.11",
"@graphql-tools/wrap": "8.4.13",
"@graphql-tools/delegate": "8.7.4",
"@graphql-tools/utils": "8.6.7",
"tslib": "^2.3.1"
},
"publishConfig": {
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 @@ -32,7 +32,7 @@
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-mesh/store": "0.7.3",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"graphql-compose": "9.0.8",
"@omnigraph/json-schema": "0.17.23",
"tslib": "^2.3.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.2.10"
"mongoose": "6.2.11"
},
"dependencies": {
"@graphql-mesh/types": "0.70.3",
Expand All @@ -38,7 +38,7 @@
"graphql-compose-mongoose": "9.7.1",
"graphql-compose-connection": "8.2.1",
"graphql-compose-pagination": "8.3.0",
"@graphql-tools/stitching-directives": "2.2.9",
"@graphql-tools/stitching-directives": "2.2.11",
"tslib": "^2.3.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mysql-utilities": "1.1.3",
"graphql-scalars": "1.17.0",
"tslib": "^2.3.1",
"@graphql-tools/utils": "8.6.6"
"@graphql-tools/utils": "8.6.7"
},
"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 @@ -37,7 +37,7 @@
"neo4j-driver": "4.4.5",
"neo4j-graphql-js": "2.19.4",
"tslib": "^2.3.1",
"@graphql-tools/utils": "8.6.6"
"@graphql-tools/utils": "8.6.7"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/handlers/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/store": "0.7.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"http-string-parser": "0.0.6",
"cross-undici-fetch": "0.1.28",
"dataloader": "2.0.0",
"cross-undici-fetch": "0.2.5",
"dataloader": "2.1.0",
"fast-xml-parser": "4.0.7",
"graphql-compose": "9.0.8",
"graphql-parse-resolve-info": "4.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/store": "0.7.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/utils": "8.6.6",
"cross-undici-fetch": "0.1.28",
"@graphql-tools/utils": "8.6.7",
"cross-undici-fetch": "0.2.5",
"deep-equal": "2.0.5",
"form-urlencoded": "6.0.6",
"jsonpath-plus": "6.0.1",
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.70.3",
"@graphql-mesh/store": "0.7.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"graphql-scalars": "1.17.0",
"soap": "0.43.0",
"tslib": "^2.3.1"
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 @@ -38,7 +38,7 @@
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/store": "0.7.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"fetchache": "0.1.1",
"graphql-scalars": "1.17.0",
"url-join": "4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/json-machete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"dependencies": {
"@json-schema-tools/meta-schema": "1.6.19",
"cross-undici-fetch": "0.1.28",
"cross-undici-fetch": "0.2.5",
"json-ptr": "3.1.0",
"@graphql-mesh/utils": "0.33.3",
"@graphql-mesh/cross-helpers": "0.1.0",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"url-join": "4.0.1",
"to-json-schema": "0.2.5",
"tslib": "^2.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@types/qs": "6.9.7"
},
"dependencies": {
"cross-undici-fetch": "0.1.28",
"cross-undici-fetch": "0.2.5",
"json-machete": "0.7.9",
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"to-json-schema": "0.2.5",
"graphql-compose": "9.0.8",
"graphql-scalars": "1.17.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/raml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"graphql": "*"
},
"dependencies": {
"cross-undici-fetch": "0.1.28",
"cross-undici-fetch": "0.2.5",
"@omnigraph/json-schema": "0.17.23",
"@ardatan/raml-1-parser": "1.1.69",
"json-machete": "0.7.9",
"to-json-schema": "0.2.5",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"tslib": "^2.3.1",
"change-case": "4.1.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/mergers/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/utils": "0.33.3",
"fetchache": "0.1.1",
"@graphql-tools/schema": "8.3.7",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/schema": "8.3.8",
"@graphql-tools/wrap": "8.4.13",
"@graphql-tools/utils": "8.6.7",
"tslib": "^2.3.1"
},
"publishConfig": {
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,11 +29,11 @@
},
"dependencies": {
"@graphql-mesh/types": "0.70.3",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/wrap": "8.4.13",
"@apollo/gateway": "0.50.0",
"@graphql-tools/schema": "8.3.7",
"@graphql-tools/schema": "8.3.8",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"@graphql-mesh/store": "0.7.3",
"tslib": "^2.3.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/mergers/stitching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"dependencies": {
"@graphql-mesh/types": "0.70.3",
"@graphql-tools/stitch": "8.6.4",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/stitch": "8.6.6",
"@graphql-tools/wrap": "8.4.13",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/delegate": "8.7.2",
"@graphql-tools/stitching-directives": "2.2.9",
"@graphql-tools/schema": "8.3.7",
"@graphql-tools/delegate": "8.7.4",
"@graphql-tools/stitching-directives": "2.2.11",
"@graphql-tools/schema": "8.3.8",
"@graphql-mesh/store": "0.7.3",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"tslib": "^2.3.1"
},
"publishConfig": {
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,12 +32,12 @@
"@n1ru4l/in-memory-live-query-store": "0.9.0",
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/delegate": "8.7.2",
"@graphql-tools/batch-delegate": "8.2.11",
"@graphql-tools/resolvers-composition": "6.4.6",
"@graphql-tools/schema": "8.3.7",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/delegate": "8.7.4",
"@graphql-tools/batch-delegate": "8.2.13",
"@graphql-tools/resolvers-composition": "6.4.7",
"@graphql-tools/schema": "8.3.8",
"@graphql-tools/wrap": "8.4.13",
"@graphql-tools/utils": "8.6.7",
"@envelop/core": "2.3.1",
"@envelop/live-query": "3.3.1",
"tslib": "^2.3.1",
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.1.2",
"@graphql-mesh/cross-helpers": "0.1.0",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"@graphql-mesh/types": "0.70.3",
"tslib": "^2.3.1"
},
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 @@ -31,9 +31,9 @@
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/utils": "0.33.3",
"date-fns": "2.28.0",
"@graphql-tools/resolvers-composition": "6.4.6",
"@graphql-tools/schema": "8.3.7",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/resolvers-composition": "6.4.7",
"@graphql-tools/schema": "8.3.8",
"@graphql-tools/utils": "8.6.7",
"tslib": "^2.3.1"
},
"publishConfig": {
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.70.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/delegate": "8.7.2",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/delegate": "8.7.4",
"@graphql-tools/wrap": "8.4.13",
"@graphql-tools/utils": "8.6.7",
"tslib": "^2.3.1"
},
"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.70.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/load": "7.5.7",
"@graphql-tools/code-file-loader": "7.2.11",
"@graphql-tools/graphql-file-loader": "7.3.8",
"@graphql-tools/schema": "8.3.7",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/load": "7.5.8",
"@graphql-tools/code-file-loader": "7.2.12",
"@graphql-tools/graphql-file-loader": "7.3.9",
"@graphql-tools/schema": "8.3.8",
"@graphql-tools/utils": "8.6.7",
"@graphql-mesh/cross-helpers": "0.1.0",
"tslib": "^2.3.1"
},
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/utils": "0.33.3",
"graphql-transform-federation": "2.2.0",
"lodash": "4.17.21",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/stitching-directives": "2.2.9",
"@graphql-tools/delegate": "8.7.2",
"@graphql-tools/utils": "8.6.7",
"@graphql-tools/stitching-directives": "2.2.11",
"@graphql-tools/delegate": "8.7.4",
"tslib": "^2.3.1"
},
"publishConfig": {
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.70.3",
"@graphql-mesh/utils": "0.33.3",
"micromatch": "4.0.5",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/delegate": "8.7.2",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/wrap": "8.4.13",
"@graphql-tools/delegate": "8.7.4",
"@graphql-tools/utils": "8.6.7",
"tslib": "^2.3.1"
},
"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.70.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/delegate": "8.7.2",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/delegate": "8.7.4",
"@graphql-tools/wrap": "8.4.13",
"@graphql-tools/utils": "8.6.7",
"@graphql-mesh/cache-inmemory-lru": "0.6.10"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/transforms/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/mock": "8.6.5",
"@graphql-tools/utils": "8.6.7",
"@graphql-tools/mock": "8.6.6",
"faker": "5.5.3",
"graphql-scalars": "1.17.0",
"tslib": "^2.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/naming-convention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/delegate": "8.7.2",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/wrap": "8.4.13",
"@graphql-tools/delegate": "8.7.4",
"@graphql-tools/utils": "8.6.7",
"change-case": "4.1.2",
"upper-case": "2.0.2",
"lower-case": "2.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@graphql-mesh/types": "0.70.3",
"@graphql-mesh/utils": "0.33.3",
"@graphql-tools/delegate": "8.7.2",
"@graphql-tools/wrap": "8.4.11",
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/delegate": "8.7.4",
"@graphql-tools/wrap": "8.4.13",
"@graphql-tools/utils": "8.6.7",
"graphql-scalars": "1.17.0",
"tslib": "^2.3.1"
},
Expand Down
Loading

0 comments on commit d9480da

Please sign in to comment.