diff --git a/.changeset/big-windows-reflect.md b/.changeset/big-windows-reflect.md new file mode 100644 index 00000000..8ae6f52b --- /dev/null +++ b/.changeset/big-windows-reflect.md @@ -0,0 +1,6 @@ +--- +'nx-mesh': major +--- + +- Update GraphQL Mesh dependencies +- Generators install `@graphql-mesh/cli` versions `^0.82.2` diff --git a/examples/sdk-json-schema--fake-api/.meshrc.yml b/examples/sdk-json-schema--fake-api/.meshrc.yml index bfa66d48..c4dcf5e3 100644 --- a/examples/sdk-json-schema--fake-api/.meshrc.yml +++ b/examples/sdk-json-schema--fake-api/.meshrc.yml @@ -2,7 +2,7 @@ sources: - name: FakeAPI handler: jsonSchema: - baseUrl: https://not-existing-api.com/API + endpoint: https://not-existing-api.com/API operations: - field: me method: GET diff --git a/examples/sdk-odata--trippin/.meshrc.js b/examples/sdk-odata--trippin/.meshrc.js index 5cdd4c1f..4c3083b6 100644 --- a/examples/sdk-odata--trippin/.meshrc.js +++ b/examples/sdk-odata--trippin/.meshrc.js @@ -4,7 +4,7 @@ module.exports = { name: 'Trippin', handler: { odata: { - baseUrl: + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, diff --git a/package.json b/package.json index 5c07e79c..a3ef4727 100644 --- a/package.json +++ b/package.json @@ -27,23 +27,22 @@ "@envelop/depth-limit": "2.0.3", "@envelop/disable-introspection": "4.0.3", "@envelop/response-cache": "4.0.3", - "@graphql-codegen/cli": "2.16.1", - "@graphql-codegen/client-preset": "^1.3.0", - "@graphql-mesh/cache-file": "^0.9.47", - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/graphql": "0.31.31", - "@graphql-mesh/json-schema": "^0.35.38", - "@graphql-mesh/mysql": "0.17.30", - "@graphql-mesh/neo4j": "0.20.34", + "@graphql-codegen/cli": "3.2.2", + "@graphql-codegen/client-preset": "2.1.1", + "@graphql-mesh/cache-file": "0.9.47", + "@graphql-mesh/cli": "0.82.27", + "@graphql-mesh/graphql": "0.34.10", + "@graphql-mesh/json-schema": "0.37.21", + "@graphql-mesh/mysql": "0.19.17", + "@graphql-mesh/neo4j": "0.22.19", "@graphql-mesh/new-openapi": "0.8.2", - "@graphql-mesh/odata": "0.20.31", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/plugin-mock": "0.0.37", - "@graphql-mesh/plugin-snapshot": "0.0.10", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/soap": "0.16.0", - "@graphql-mesh/utils": "0.42.6", - "@graphql-typed-document-node/core": "^3.1.2", + "@graphql-mesh/odata": "0.22.18", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/plugin-mock": "0.1.18", + "@graphql-mesh/plugin-snapshot": "0.1.20", + "@graphql-mesh/runtime": "0.46.18", + "@graphql-mesh/soap": "0.17.20", + "@graphql-typed-document-node/core": "3.1.2", "@graphql-yoga/node": "2.13.13", "@microsoft/eslint-formatter-sarif": "^3.0.0", "@nrwl/devkit": "15.7.1", diff --git a/packages/nx-mesh/package.json b/packages/nx-mesh/package.json index a4fd1f07..83871c53 100644 --- a/packages/nx-mesh/package.json +++ b/packages/nx-mesh/package.json @@ -8,7 +8,7 @@ "generators": "./generators.json", "executors": "./executors.json", "peerDependencies": { - "@graphql-mesh/cli": ">=0.71.0", + "@graphql-mesh/cli": ">=0.82.27", "@swc-node/register": "^1.5.1", "graphql": "^16.6.0", "@swc/core": "^0.1.55", diff --git a/packages/nx-mesh/src/generators/base/__snapshots__/base.spec.ts.snap b/packages/nx-mesh/src/generators/base/__snapshots__/base.spec.ts.snap index ca346fb6..0e4e1cc0 100644 --- a/packages/nx-mesh/src/generators/base/__snapshots__/base.spec.ts.snap +++ b/packages/nx-mesh/src/generators/base/__snapshots__/base.spec.ts.snap @@ -984,7 +984,7 @@ exports[`generators/base app directory --example should create a javascriptWiki - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -1358,7 +1358,7 @@ exports[`generators/base app directory --example should create a trippin cjs con name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1380,7 +1380,7 @@ exports[`generators/base app directory --example should create a trippin cjs con name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1402,7 +1402,7 @@ exports[`generators/base app directory --example should create a trippin cjs con name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1424,7 +1424,7 @@ exports[`generators/base app directory --example should create a trippin cjs con name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1446,7 +1446,7 @@ exports[`generators/base app directory --example should create a trippin cjs con name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1468,7 +1468,7 @@ exports[`generators/base app directory --example should create a trippin js conf name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1490,7 +1490,7 @@ exports[`generators/base app directory --example should create a trippin js conf name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1512,7 +1512,7 @@ exports[`generators/base app directory --example should create a trippin js conf name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1534,7 +1534,7 @@ exports[`generators/base app directory --example should create a trippin js conf name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1556,7 +1556,7 @@ exports[`generators/base app directory --example should create a trippin js conf name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1578,7 +1578,7 @@ exports[`generators/base app directory --example should create a trippin json co \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -1600,7 +1600,7 @@ exports[`generators/base app directory --example should create a trippin json co \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -1622,7 +1622,7 @@ exports[`generators/base app directory --example should create a trippin json co \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -1644,7 +1644,7 @@ exports[`generators/base app directory --example should create a trippin json co \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -1666,7 +1666,7 @@ exports[`generators/base app directory --example should create a trippin json co \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -1686,7 +1686,7 @@ exports[`generators/base app directory --example should create a trippin yml con - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -1703,7 +1703,7 @@ exports[`generators/base app directory --example should create a trippin yml con - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -1720,7 +1720,7 @@ exports[`generators/base app directory --example should create a trippin yml con - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -1737,7 +1737,7 @@ exports[`generators/base app directory --example should create a trippin yml con - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -1754,7 +1754,7 @@ exports[`generators/base app directory --example should create a trippin yml con - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -2049,7 +2049,7 @@ exports[`generators/base app directory --meshConfig should create a cjs config w name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -2152,7 +2152,7 @@ exports[`generators/base app directory --meshConfig should create a js config wh name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -2248,7 +2248,7 @@ exports[`generators/base app directory --meshConfig should create a json config \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -2322,7 +2322,7 @@ exports[`generators/base app directory --meshConfig should create a yml config b - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -2393,7 +2393,7 @@ exports[`generators/base app directory --meshConfig should create a yml config w - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -2507,46 +2507,41 @@ export default { exports[`generators/base app directory should add mesh dependencies to the workspace package.json 1`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/runtime": "0.46.18", } `; exports[`generators/base app directory should add mesh dependencies to the workspace package.json 2`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/soap": "0.16.0", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/runtime": "0.46.18", + "@graphql-mesh/soap": "0.17.20", } `; exports[`generators/base app directory should add mesh dependencies to the workspace package.json 3`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/runtime": "0.46.18", } `; exports[`generators/base app directory should add mesh dependencies to the workspace package.json 4`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/runtime": "0.46.18", } `; exports[`generators/base app directory should add mesh dependencies to the workspace package.json 5`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/odata": "0.20.31", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/odata": "0.22.18", + "@graphql-mesh/runtime": "0.46.18", } `; @@ -2826,7 +2821,7 @@ exports[`generators/base app with standalone config --example should create a tr name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -2848,7 +2843,7 @@ exports[`generators/base app with standalone config --example should create a tr name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -2870,7 +2865,7 @@ exports[`generators/base app with standalone config --example should create a tr \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -2890,7 +2885,7 @@ exports[`generators/base app with standalone config --example should create a tr - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -3047,10 +3042,9 @@ export default { exports[`generators/base app with standalone config should add mesh dependencies to the workspace package.json 1`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/runtime": "0.46.18", } `; @@ -4032,7 +4026,7 @@ exports[`generators/base lib directory --example should create a javascriptWiki - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -4501,7 +4495,7 @@ exports[`generators/base lib directory --example should create a trippin cjs con name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -4523,7 +4517,7 @@ exports[`generators/base lib directory --example should create a trippin cjs con name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -4545,7 +4539,7 @@ exports[`generators/base lib directory --example should create a trippin cjs con name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -4567,7 +4561,7 @@ exports[`generators/base lib directory --example should create a trippin cjs con name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -4589,7 +4583,7 @@ exports[`generators/base lib directory --example should create a trippin cjs con name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -4611,7 +4605,7 @@ exports[`generators/base lib directory --example should create a trippin js conf name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -4633,7 +4627,7 @@ exports[`generators/base lib directory --example should create a trippin js conf name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -4655,7 +4649,7 @@ exports[`generators/base lib directory --example should create a trippin js conf name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -4677,7 +4671,7 @@ exports[`generators/base lib directory --example should create a trippin js conf name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -4699,7 +4693,7 @@ exports[`generators/base lib directory --example should create a trippin js conf name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -4721,7 +4715,7 @@ exports[`generators/base lib directory --example should create a trippin json co \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -4743,7 +4737,7 @@ exports[`generators/base lib directory --example should create a trippin json co \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -4765,7 +4759,7 @@ exports[`generators/base lib directory --example should create a trippin json co \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -4787,7 +4781,7 @@ exports[`generators/base lib directory --example should create a trippin json co \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -4809,7 +4803,7 @@ exports[`generators/base lib directory --example should create a trippin json co \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -4829,7 +4823,7 @@ exports[`generators/base lib directory --example should create a trippin yml con - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -4846,7 +4840,7 @@ exports[`generators/base lib directory --example should create a trippin yml con - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -4863,7 +4857,7 @@ exports[`generators/base lib directory --example should create a trippin yml con - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -4880,7 +4874,7 @@ exports[`generators/base lib directory --example should create a trippin yml con - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -4897,7 +4891,7 @@ exports[`generators/base lib directory --example should create a trippin yml con - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -5207,7 +5201,7 @@ exports[`generators/base lib directory --meshConfig should create a cjs config w name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -5325,7 +5319,7 @@ exports[`generators/base lib directory --meshConfig should create a js config wh name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -5439,7 +5433,7 @@ exports[`generators/base lib directory --meshConfig should create a json config \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -5522,7 +5516,7 @@ exports[`generators/base lib directory --meshConfig should create a yml config b - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -5602,7 +5596,7 @@ exports[`generators/base lib directory --meshConfig should create a yml config w - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -5716,46 +5710,41 @@ export default { exports[`generators/base lib directory should add mesh dependencies to the workspace package.json 1`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/runtime": "0.46.18", } `; exports[`generators/base lib directory should add mesh dependencies to the workspace package.json 2`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/soap": "0.16.0", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/runtime": "0.46.18", + "@graphql-mesh/soap": "0.17.20", } `; exports[`generators/base lib directory should add mesh dependencies to the workspace package.json 3`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/runtime": "0.46.18", } `; exports[`generators/base lib directory should add mesh dependencies to the workspace package.json 4`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/runtime": "0.46.18", } `; exports[`generators/base lib directory should add mesh dependencies to the workspace package.json 5`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/odata": "0.20.31", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/odata": "0.22.18", + "@graphql-mesh/runtime": "0.46.18", } `; @@ -6054,7 +6043,7 @@ exports[`generators/base lib with standalone config --example should create a tr name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -6076,7 +6065,7 @@ exports[`generators/base lib with standalone config --example should create a tr name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -6098,7 +6087,7 @@ exports[`generators/base lib with standalone config --example should create a tr \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -6118,7 +6107,7 @@ exports[`generators/base lib with standalone config --example should create a tr - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -6297,10 +6286,9 @@ export default { exports[`generators/base lib with standalone config should add mesh dependencies to the workspace package.json 1`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/runtime": "0.46.18", } `; @@ -6580,7 +6568,7 @@ exports[`generators/base nested within app directory --example should create a t name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -6602,7 +6590,7 @@ exports[`generators/base nested within app directory --example should create a t name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -6624,7 +6612,7 @@ exports[`generators/base nested within app directory --example should create a t \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -6644,7 +6632,7 @@ exports[`generators/base nested within app directory --example should create a t - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -6801,10 +6789,9 @@ export default { exports[`generators/base nested within app directory should add mesh dependencies to the workspace package.json 1`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/runtime": "0.46.18", } `; @@ -7103,7 +7090,7 @@ exports[`generators/base nested within lib directory --example should create a t name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -7125,7 +7112,7 @@ exports[`generators/base nested within lib directory --example should create a t name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -7147,7 +7134,7 @@ exports[`generators/base nested within lib directory --example should create a t \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -7167,7 +7154,7 @@ exports[`generators/base nested within lib directory --example should create a t - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true @@ -7346,9 +7333,8 @@ export default { exports[`generators/base nested within lib directory should add mesh dependencies to the workspace package.json 1`] = ` Object { - "@graphql-mesh/cli": "0.79.3", - "@graphql-mesh/openapi": "0.33.34", - "@graphql-mesh/runtime": "0.44.31", - "@graphql-mesh/utils": "0.42.6", + "@graphql-mesh/cli": "^0.82.27", + "@graphql-mesh/openapi": "0.35.23", + "@graphql-mesh/runtime": "0.46.18", } `; diff --git a/packages/nx-mesh/src/generators/base/base.spec.ts b/packages/nx-mesh/src/generators/base/base.spec.ts index 47f1781f..0eabf9a9 100644 --- a/packages/nx-mesh/src/generators/base/base.spec.ts +++ b/packages/nx-mesh/src/generators/base/base.spec.ts @@ -354,7 +354,7 @@ describe.each< expect(packageJson.dependencies['graphql']).toBeDefined(); expect(packageJson.dependencies['@graphql-mesh/cli']).toBeDefined(); expect(packageJson.dependencies['@graphql-mesh/runtime']).toBeDefined(); - expect(packageJson.dependencies['@graphql-mesh/utils']).toBeDefined(); + // expect(packageJson.dependencies['@graphql-mesh/utils']).toBeDefined(); expect(meshPackages).toMatchSnapshot(); }); diff --git a/packages/nx-mesh/src/generators/utils/create-mesh-example/__snapshots__/create-shared-files.spec.ts.snap b/packages/nx-mesh/src/generators/utils/create-mesh-example/__snapshots__/create-shared-files.spec.ts.snap index b5df33d0..eaffa85a 100644 --- a/packages/nx-mesh/src/generators/utils/create-mesh-example/__snapshots__/create-shared-files.spec.ts.snap +++ b/packages/nx-mesh/src/generators/utils/create-mesh-example/__snapshots__/create-shared-files.spec.ts.snap @@ -201,7 +201,7 @@ exports[`createSharedFiles meshConfig - fake-api should create a cjs mesh config name: \\"FakeAPI\\", handler: { jsonSchema: { - baseUrl: \\"https://not-existing-api.com/API\\", + endpoint: \\"https://not-existing-api.com/API\\", operations: [ { field: \\"me\\", @@ -306,7 +306,7 @@ exports[`createSharedFiles meshConfig - fake-api should create a js mesh config name: \\"FakeAPI\\", handler: { jsonSchema: { - baseUrl: \\"https://not-existing-api.com/API\\", + endpoint: \\"https://not-existing-api.com/API\\", operations: [ { field: \\"me\\", @@ -411,7 +411,7 @@ exports[`createSharedFiles meshConfig - fake-api should create a json mesh confi \\"name\\": \\"FakeAPI\\", \\"handler\\": { \\"jsonSchema\\": { - \\"baseUrl\\": \\"https://not-existing-api.com/API\\", + \\"endpoint\\": \\"https://not-existing-api.com/API\\", \\"operations\\": [ { \\"field\\": \\"me\\", @@ -512,7 +512,7 @@ exports[`createSharedFiles meshConfig - fake-api should create a yml mesh config - name: FakeAPI handler: jsonSchema: - baseUrl: https://not-existing-api.com/API + endpoint: https://not-existing-api.com/API operations: - field: me method: GET @@ -990,7 +990,7 @@ exports[`createSharedFiles meshConfig - trippin should create a cjs mesh config name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1012,7 +1012,7 @@ exports[`createSharedFiles meshConfig - trippin should create a js mesh config 1 name: 'Trippin', handler: { odata: { - baseUrl: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', + endpoint: 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/', batch: 'multipart', expandNavProps: true, }, @@ -1034,7 +1034,7 @@ exports[`createSharedFiles meshConfig - trippin should create a json mesh config \\"name\\": \\"Trippin\\", \\"handler\\": { \\"odata\\": { - baseUrl: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", + endpoint: \\"https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/\\", batch: \\"multipart\\", expandNavProps: true } @@ -1054,7 +1054,7 @@ exports[`createSharedFiles meshConfig - trippin should create a yml mesh config - name: Trippin handler: odata: - baseUrl: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ + endpoint: https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/ batch: multipart expandNavProps: true diff --git a/packages/nx-mesh/src/generators/utils/create-mesh-example/examples/fake-api/shared/.meshrc.__configExtension__ b/packages/nx-mesh/src/generators/utils/create-mesh-example/examples/fake-api/shared/.meshrc.__configExtension__ index 611b868e..1db63f79 100644 --- a/packages/nx-mesh/src/generators/utils/create-mesh-example/examples/fake-api/shared/.meshrc.__configExtension__ +++ b/packages/nx-mesh/src/generators/utils/create-mesh-example/examples/fake-api/shared/.meshrc.__configExtension__ @@ -9,7 +9,7 @@ // Inline variables const name = 'FakeAPI'; const handler = 'jsonSchema' -const baseUrl = 'https://not-existing-api.com/API'; +const endpoint = 'https://not-existing-api.com/API'; const browser = false; const fileRoot = './src/'; const documents = `${fileRoot}graphql/**/*.*.graphql`; @@ -21,7 +21,7 @@ module.exports = { name: "<%= name %>", handler: { <%= handler %>: { - baseUrl: "<%= baseUrl %>", + endpoint: "<%= endpoint %>", operations: [ { field: "me", @@ -123,7 +123,7 @@ module.exports = { "name": "<%= name %>", "handler": { "<%= handler %>": { - "baseUrl": "<%= baseUrl %>", + "endpoint": "<%= endpoint %>", "operations": [ { "field": "me", @@ -221,7 +221,7 @@ sources: - name: <%= name %> handler: <%= handler %>: - baseUrl: <%= baseUrl %> + endpoint: <%= endpoint %> operations: - field: me method: GET diff --git a/packages/nx-mesh/src/generators/utils/create-mesh-example/examples/trippin/shared/.meshrc.__configExtension__ b/packages/nx-mesh/src/generators/utils/create-mesh-example/examples/trippin/shared/.meshrc.__configExtension__ index cf38a1e0..e5a5386d 100644 --- a/packages/nx-mesh/src/generators/utils/create-mesh-example/examples/trippin/shared/.meshrc.__configExtension__ +++ b/packages/nx-mesh/src/generators/utils/create-mesh-example/examples/trippin/shared/.meshrc.__configExtension__ @@ -11,7 +11,7 @@ const name = 'Trippin'; const handler = 'odata'; const batch = 'multipart'; const expandNavProps = true; -const baseUrl = 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/'; +const endpoint = 'https://services.odata.org/TripPinRESTierService/(S({env.NX__TRIPPIN__API_KEY}))/'; const browser = false; const fileRoot = './src/'; const documents = `${fileRoot}graphql/**/*.*.graphql`; @@ -23,7 +23,7 @@ module.exports = { name: '<%= name %>', handler: { <%= handler %>: { - baseUrl: '<%= baseUrl %>', + endpoint: '<%= endpoint %>', batch: '<%= batch %>', expandNavProps: <%= expandNavProps %>, }, @@ -42,7 +42,7 @@ module.exports = { "name": "<%= name %>", "handler": { "<%= handler %>": { - baseUrl: "<%= baseUrl %>", + endpoint: "<%= endpoint %>", batch: "<%= batch %>", expandNavProps: <%= expandNavProps %> } @@ -59,7 +59,7 @@ sources: - name: <%= name %> handler: <%= handler %>: - baseUrl: <%= baseUrl %> + endpoint: <%= endpoint %> batch: <%= batch %> expandNavProps: <%= expandNavProps %> diff --git a/packages/nx-mesh/src/utils/versions.ts b/packages/nx-mesh/src/utils/versions.ts index 303a920d..a18ccabf 100644 --- a/packages/nx-mesh/src/utils/versions.ts +++ b/packages/nx-mesh/src/utils/versions.ts @@ -13,40 +13,40 @@ export type MeshPackageVersions = { export const versions: MeshPackageVersions = { '@graphql-typed-document-node/core': { - '@graphql-typed-document-node/core': '^3.1.1', + '@graphql-typed-document-node/core': '^3.1.2', }, '@graphql-codegen/cli': { - '@graphql-codegen/cli': '2.16.1', + '@graphql-codegen/cli': '^3.2.2', }, '@graphql-codegen/client-preset': { - '@graphql-codegen/client-preset': '1.2.3', + '@graphql-codegen/client-preset': '^2.1.1', }, '@graphql-mesh/cli': { - '@graphql-mesh/cli': '0.79.3', + '@graphql-mesh/cli': '^0.82.27', }, '@graphql-mesh/graphql': { - '@graphql-mesh/graphql': '0.31.31', + '@graphql-mesh/graphql': '^0.34.10', }, '@graphql-mesh/json-schema': { - '@graphql-mesh/json-schema': '0.35.33', + '@graphql-mesh/json-schema': '^0.37.21', }, '@graphql-mesh/mysql': { - '@graphql-mesh/mysql': '0.17.30', + '@graphql-mesh/mysql': '^0.19.17', }, '@graphql-mesh/neo4j': { - '@graphql-mesh/neo4j': '0.20.34', + '@graphql-mesh/neo4j': '0.22.19', }, '@graphql-mesh/new-openapi': { '@graphql-mesh/new-openapi': '0.8.2' }, - '@graphql-mesh/odata': { '@graphql-mesh/odata': '0.20.31' }, - '@graphql-mesh/openapi': { '@graphql-mesh/openapi': '0.33.34' }, + '@graphql-mesh/odata': { '@graphql-mesh/odata': '0.22.18' }, + '@graphql-mesh/openapi': { '@graphql-mesh/openapi': '0.35.23' }, '@graphql-mesh/plugin-mock': { - '@graphql-mesh/plugin-mock': '0.0.37', + '@graphql-mesh/plugin-mock': '0.1.18', }, '@graphql-mesh/plugin-snapshot': { - '@graphql-mesh/plugin-snapshot': '0.0.10', + '@graphql-mesh/plugin-snapshot': '0.1.20', }, - '@graphql-mesh/runtime': { '@graphql-mesh/runtime': '0.44.31' }, - '@graphql-mesh/soap': { '@graphql-mesh/soap': '0.16.0' }, - '@graphql-mesh/utils': { '@graphql-mesh/utils': '0.42.6' }, + '@graphql-mesh/runtime': { '@graphql-mesh/runtime': '0.46.18' }, + '@graphql-mesh/soap': { '@graphql-mesh/soap': '0.17.20' }, + // '@graphql-mesh/utils': { '@graphql-mesh/utils': '0.42.6' }, graphql: { graphql: '16.6.0' }, }; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 784abb10..a2560994 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,23 +11,22 @@ importers: '@envelop/depth-limit': 2.0.3 '@envelop/disable-introspection': 4.0.3 '@envelop/response-cache': 4.0.3 - '@graphql-codegen/cli': 2.16.1 - '@graphql-codegen/client-preset': ^1.3.0 - '@graphql-mesh/cache-file': ^0.9.47 - '@graphql-mesh/cli': 0.79.3 - '@graphql-mesh/graphql': 0.31.31 - '@graphql-mesh/json-schema': ^0.35.38 - '@graphql-mesh/mysql': 0.17.30 - '@graphql-mesh/neo4j': 0.20.34 + '@graphql-codegen/cli': 3.2.2 + '@graphql-codegen/client-preset': 2.1.1 + '@graphql-mesh/cache-file': 0.9.47 + '@graphql-mesh/cli': 0.82.27 + '@graphql-mesh/graphql': 0.34.10 + '@graphql-mesh/json-schema': 0.37.21 + '@graphql-mesh/mysql': 0.19.17 + '@graphql-mesh/neo4j': 0.22.19 '@graphql-mesh/new-openapi': 0.8.2 - '@graphql-mesh/odata': 0.20.31 - '@graphql-mesh/openapi': 0.33.34 - '@graphql-mesh/plugin-mock': 0.0.37 - '@graphql-mesh/plugin-snapshot': 0.0.10 - '@graphql-mesh/runtime': 0.44.31 - '@graphql-mesh/soap': 0.16.0 - '@graphql-mesh/utils': 0.42.6 - '@graphql-typed-document-node/core': ^3.1.2 + '@graphql-mesh/odata': 0.22.18 + '@graphql-mesh/openapi': 0.35.23 + '@graphql-mesh/plugin-mock': 0.1.18 + '@graphql-mesh/plugin-snapshot': 0.1.20 + '@graphql-mesh/runtime': 0.46.18 + '@graphql-mesh/soap': 0.17.20 + '@graphql-typed-document-node/core': 3.1.2 '@graphql-yoga/node': 2.13.13 '@microsoft/eslint-formatter-sarif': ^3.0.0 '@nrwl/cli': 15.7.1 @@ -104,22 +103,21 @@ importers: '@envelop/depth-limit': 2.0.3_graphql@16.6.0 '@envelop/disable-introspection': 4.0.3_graphql@16.6.0 '@envelop/response-cache': 4.0.3_graphql@16.6.0 - '@graphql-codegen/cli': 2.16.1_tgmwzizwxrysp37zegfijh2zae - '@graphql-codegen/client-preset': 1.3.0_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/cli': 3.2.2_hkojjjhjmmbpr445byqe4myfr4 + '@graphql-codegen/client-preset': 2.1.1_rjjjs2nwgns3bcvnnqb5eu5nry '@graphql-mesh/cache-file': 0.9.47_graphql@16.6.0 - '@graphql-mesh/cli': 0.79.3_dnatsohios7s7xwyr5x2ijjmim - '@graphql-mesh/graphql': 0.31.31_hkojjjhjmmbpr445byqe4myfr4 - '@graphql-mesh/json-schema': 0.35.38_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-mesh/mysql': 0.17.30_graphql@16.6.0 - '@graphql-mesh/neo4j': 0.20.34_graphql@16.6.0 + '@graphql-mesh/cli': 0.82.27_dnatsohios7s7xwyr5x2ijjmim + '@graphql-mesh/graphql': 0.34.10_hkojjjhjmmbpr445byqe4myfr4 + '@graphql-mesh/json-schema': 0.37.21_xfoe4adolgvm4tvnio5xigcr6e + '@graphql-mesh/mysql': 0.19.17_graphql@16.6.0 + '@graphql-mesh/neo4j': 0.22.19_graphql@16.6.0 '@graphql-mesh/new-openapi': 0.8.2_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-mesh/odata': 0.20.31_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-mesh/openapi': 0.33.34_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-mesh/plugin-mock': 0.0.37_graphql@16.6.0 - '@graphql-mesh/plugin-snapshot': 0.0.10_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-mesh/runtime': 0.44.31_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-mesh/soap': 0.16.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 + '@graphql-mesh/odata': 0.22.18_xfoe4adolgvm4tvnio5xigcr6e + '@graphql-mesh/openapi': 0.35.23_xfoe4adolgvm4tvnio5xigcr6e + '@graphql-mesh/plugin-mock': 0.1.18_graphql@16.6.0 + '@graphql-mesh/plugin-snapshot': 0.1.20_xfoe4adolgvm4tvnio5xigcr6e + '@graphql-mesh/runtime': 0.46.18_xfoe4adolgvm4tvnio5xigcr6e + '@graphql-mesh/soap': 0.17.20_graphql@16.6.0 '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 '@graphql-yoga/node': 2.13.13_rjjjs2nwgns3bcvnnqb5eu5nry '@microsoft/eslint-formatter-sarif': 3.0.0 @@ -226,6 +224,38 @@ packages: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.17 + /@apollo/cache-control-types/1.0.2_graphql@16.6.0: + resolution: {integrity: sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw==} + peerDependencies: + graphql: 14.x || 15.x || 16.x + dependencies: + graphql: 16.6.0 + dev: false + + /@apollo/federation-internals/2.4.0_graphql@16.6.0: + resolution: {integrity: sha512-ovfYwpq3s2LKNvLGg6bxcNlyrCllbF1JhNgQEOEOeAoy3TTmnYuxqd00H3bkT/5xpXvMpBc6+Di6qMkYcQM+Ww==} + engines: {node: '>=14.15.0'} + peerDependencies: + graphql: ^16.5.0 + dependencies: + '@types/uuid': 9.0.1 + chalk: 4.1.2 + graphql: 16.6.0 + js-levenshtein: 1.1.6 + uuid: 9.0.0 + dev: false + + /@apollo/subgraph/2.4.0_graphql@16.6.0: + resolution: {integrity: sha512-/njjzPkyzkh0FO2WvLV+I9mlsDWk3DhfOtCc+cmMx9p4mixgyyaRvYvx3tPjSPkMvkPw/cNidCVymuWJVOAu5A==} + engines: {node: '>=14.15.0'} + peerDependencies: + graphql: ^16.5.0 + dependencies: + '@apollo/cache-control-types': 1.0.2_graphql@16.6.0 + '@apollo/federation-internals': 2.4.0_graphql@16.6.0 + graphql: 16.6.0 + dev: false + /@ardatan/relay-compiler/12.0.0_rjjjs2nwgns3bcvnnqb5eu5nry: resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} hasBin: true @@ -2119,11 +2149,11 @@ packages: tslib: 2.4.0 dev: false - /@envelop/core/3.0.3: - resolution: {integrity: sha512-GXIb7HhsSYerMJR/AhJ6nN9F+w17bYRdUfu7ZXTixJEjS/3SXXK29qvr42iLLEqrnum57nk6cDyA3DBZLnuJ9w==} + /@envelop/core/3.0.6: + resolution: {integrity: sha512-06t1xCPXq6QFN7W1JUEf68aCwYN0OUDNAIoJe7bAqhaoa2vn7NCcuX1VHkJ/OWpmElUgCsRO6RiBbIru1in0Ig==} dependencies: - '@envelop/types': 3.0.0 - tslib: 2.4.0 + '@envelop/types': 3.0.2 + tslib: 2.5.0 dev: false /@envelop/depth-limit/2.0.3_graphql@16.6.0: @@ -2147,13 +2177,13 @@ packages: tslib: 2.4.0 dev: false - /@envelop/extended-validation/2.0.3_pbptz7adnmiijjca652cpfgxr4: - resolution: {integrity: sha512-Z6Kr6c4QnbGRk24bwBCOKp46vcv6ql+1HKIVC5sC4+LCL7842643d/Y328VGwjdRdDJ4fEmz4DNIllw7y4d9FA==} + /@envelop/extended-validation/2.0.6_adj6itjezth6avcd67ktx7eo6a: + resolution: {integrity: sha512-aXAf1bg5Z71YfEKLCZ8OMUZAOYPGHV/a+7avd5TIMFNDxl5wJTmIonep3T+kdMpwRInDphfNPGFD0GcGdGxpHg==} peerDependencies: - '@envelop/core': ^3.0.3 + '@envelop/core': ^3.0.6 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 3.0.3 + '@envelop/core': 3.0.6 '@graphql-tools/utils': 8.13.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 @@ -2171,18 +2201,6 @@ packages: tslib: 2.5.0 dev: false - /@envelop/parser-cache/5.0.3_pbptz7adnmiijjca652cpfgxr4: - resolution: {integrity: sha512-3H3PZI//1ConuD0MmkKl3Sm9j7vRQvI/fIgvzXbE0n/OuuVV7D9rmtnSEqTkXufAgxKv674T2DJF4QPQHOy9Ag==} - peerDependencies: - '@envelop/core': ^3.0.3 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - '@envelop/core': 3.0.3 - graphql: 16.6.0 - lru-cache: 6.0.0 - tslib: 2.5.0 - dev: false - /@envelop/response-cache/4.0.3_graphql@16.6.0: resolution: {integrity: sha512-5podyYKo2VzGnlPYYTbC6ivOdJ1TbzX2zOunOhVbnSbY2tAKwo+9kkpi7e2hfe4eUbpZTnuh05gpTZXcPPdo+A==} peerDependencies: @@ -2205,8 +2223,8 @@ packages: tslib: 2.5.0 dev: false - /@envelop/types/3.0.0: - resolution: {integrity: sha512-ohcZE+XNvgNqURdCA5RLN0yW3nbvi4Pkq8TA6RpG16PKakl3yDgzXBLit1SR6+9By0/XCBfto/9r48ZH25kmvw==} + /@envelop/types/3.0.2: + resolution: {integrity: sha512-pOFea9ha0EkURWxJ/35axoH9fDGP5S2cUu/5Mmo9pb8zUf+TaEot8vB670XXihFEn/92759BMjLJNWBKmNhyng==} dependencies: tslib: 2.5.0 dev: false @@ -2223,15 +2241,17 @@ packages: tslib: 2.5.0 dev: false - /@envelop/validation-cache/5.0.3_pbptz7adnmiijjca652cpfgxr4: - resolution: {integrity: sha512-zJcP8CFCdeUTkIymbBnuRgp3+G/YCubl7Pi+WoM0W2LAsJl7yxvqoaHS5aPbpNJunqUomsnRwBtkcK966EzjsQ==} + /@envelop/validation-cache/5.1.2_adj6itjezth6avcd67ktx7eo6a: + resolution: {integrity: sha512-APofOvjaHrF+IW71VCXdyG+EbA6EQJXdunUe1EECU9vZzGKYUuQXfVeCOD6IYNF44KKSQArTfU8RhnUlW6VyOQ==} peerDependencies: - '@envelop/core': ^3.0.3 + '@envelop/core': ^3.0.6 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 3.0.3 + '@envelop/core': 3.0.6 + fast-json-stable-stringify: 2.1.0 graphql: 16.6.0 lru-cache: 6.0.0 + sha1-es: 1.8.2 tslib: 2.5.0 dev: false @@ -2251,18 +2271,18 @@ packages: transitivePeerDependencies: - supports-color - /@graphql-codegen/add/3.2.3_graphql@16.6.0: - resolution: {integrity: sha512-sQOnWpMko4JLeykwyjFTxnhqjd/3NOG2OyMuvK76Wnnwh8DRrNf2VEs2kmSvLl7MndMlOj7Kh5U154dVcvhmKQ==} + /@graphql-codegen/add/4.0.1_graphql@16.6.0: + resolution: {integrity: sha512-A7k+9eRfrKyyNfhWEN/0eKz09R5cp4XXxUuNLQAVm/aohmVI2xdMV4lM02rTlM6Pyou3cU/v0iZnhgo6IRpqeg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false - /@graphql-codegen/cli/2.16.1_tgmwzizwxrysp37zegfijh2zae: - resolution: {integrity: sha512-11z3iSlsNCXcNNkoRKG3wCmT9XpLf7/GZG9bWGXkCoveWVRwnRmo37YakHdNV3hbcJ4iiGbR3Z+MX9gUTEPDVA==} + /@graphql-codegen/cli/3.2.2_hkojjjhjmmbpr445byqe4myfr4: + resolution: {integrity: sha512-u+dm/SW1heLnUL4Tyf5Uv0AxOFhTCmUPHKwRLq2yE8MPhv7+Ti4vxxUP/XGoaMNRuHlN37wLI7tpFLV1Hhm22Q==} hasBin: true peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -2270,111 +2290,97 @@ packages: '@babel/generator': 7.21.1 '@babel/template': 7.20.7 '@babel/types': 7.21.2 - '@graphql-codegen/core': 2.6.8_graphql@16.6.0 - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 + '@graphql-codegen/core': 3.1.0_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 '@graphql-tools/apollo-engine-loader': 7.3.26_hkojjjhjmmbpr445byqe4myfr4 '@graphql-tools/code-file-loader': 7.3.21_graphql@16.6.0 '@graphql-tools/git-loader': 7.2.20_graphql@16.6.0 '@graphql-tools/github-loader': 7.3.27_hkojjjhjmmbpr445byqe4myfr4 '@graphql-tools/graphql-file-loader': 7.5.16_graphql@16.6.0 '@graphql-tools/json-file-loader': 7.4.17_graphql@16.6.0 - '@graphql-tools/load': 7.8.0_graphql@16.6.0 + '@graphql-tools/load': 7.8.4_graphql@16.6.0 '@graphql-tools/prisma-loader': 7.2.65_hkojjjhjmmbpr445byqe4myfr4 '@graphql-tools/url-loader': 7.17.14_hkojjjhjmmbpr445byqe4myfr4 - '@graphql-tools/utils': 8.13.1_graphql@16.6.0 - '@whatwg-node/fetch': 0.5.4_encoding@0.1.13 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@parcel/watcher': 2.1.0 + '@whatwg-node/fetch': 0.8.2_@types+node@18.11.9 chalk: 4.1.2 - chokidar: 3.5.3 cosmiconfig: 7.1.0 - cosmiconfig-typescript-loader: 4.1.1_whzgvtx3rl7vqdzxg4tmmwwawy debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.6.0 - graphql-config: 4.3.6_2qf7nnsdsmr6pycv4babn4xkom + graphql-config: 4.5.0_hkojjjhjmmbpr445byqe4myfr4 inquirer: 8.2.5 is-glob: 4.0.3 + jiti: 1.18.2 json-to-pretty-yaml: 1.2.2 listr2: 4.0.5 log-symbols: 4.1.0 + micromatch: 4.0.5 shell-quote: 1.8.0 string-env-interpolation: 1.0.1 ts-log: 2.2.5 - tslib: 2.4.0 + tslib: 2.5.0 yaml: 1.10.2 yargs: 17.7.1 transitivePeerDependencies: - '@babel/core' - - '@swc/core' - - '@swc/wasm' - '@types/node' - bufferutil + - cosmiconfig-toml-loader - encoding - enquirer - supports-color - - ts-node - - typescript - utf-8-validate dev: false - /@graphql-codegen/client-preset/1.3.0_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-aUdOvpFszAvDu4TdiucO/Jl1d/spCwZaYLnmrYFD6wKjzLlRAuHiLYV/UEcviTiLNX5vxpJ9lLMnoeuJXnBw2w==} + /@graphql-codegen/client-preset/2.1.1_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-yDFiO2CimwjkH/YE5nwRcLkXoAVz31NC+WWvFQdyrR1UKQqe2tqV/bKLUifnSbBGS238ajHJ6AEzVlzIvI8OYQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@babel/helper-plugin-utils': 7.20.2 '@babel/template': 7.20.7 - '@graphql-codegen/add': 3.2.3_graphql@16.6.0 - '@graphql-codegen/gql-tag-operations': 1.6.2_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-codegen/typed-document-node': 2.3.13_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-codegen/typescript': 2.8.8_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-codegen/typescript-operations': 2.5.13_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-codegen/visitor-plugin-common': 2.13.8_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/add': 4.0.1_graphql@16.6.0 + '@graphql-codegen/gql-tag-operations': 2.0.2_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-codegen/typed-document-node': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/typescript': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/typescript-operations': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/visitor-plugin-common': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry '@graphql-tools/documents': 0.1.0_graphql@16.6.0 '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.5.0 transitivePeerDependencies: - encoding - supports-color dev: false - /@graphql-codegen/core/2.6.5_graphql@16.6.0: - resolution: {integrity: sha512-oSbM8vINFxcV1GUasJTDIemMpEG1t6NkBG8odQCt/3ZExCYmoviHhG9vJB89QqJeU5W06qQB6SJn/dg/gv5Aqg==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2_graphql@16.6.0 - '@graphql-tools/schema': 9.0.17_graphql@16.6.0 - '@graphql-tools/utils': 9.0.0_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.4.1 - dev: false - - /@graphql-codegen/core/2.6.8_graphql@16.6.0: - resolution: {integrity: sha512-JKllNIipPrheRgl+/Hm/xuWMw9++xNQ12XJR/OHHgFopOg4zmN3TdlRSyYcv/K90hCFkkIwhlHFUQTfKrm8rxQ==} + /@graphql-codegen/core/3.1.0_graphql@16.6.0: + resolution: {integrity: sha512-DH1/yaR7oJE6/B+c6ZF2Tbdh7LixF1K8L+8BoSubjNyQ8pNwR4a70mvc1sv6H7qgp6y1bPQ9tKE+aazRRshysw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 '@graphql-tools/schema': 9.0.17_graphql@16.6.0 '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false - /@graphql-codegen/gql-tag-operations/1.6.2_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-/vUAp1JdBRiLi5Iz+8CXzrRcclkbev3o28ri7Xe8DCHAHNqHTkJZwipJ/V5hdJzQZ5JnlZFCOPiXNmMBaKs8og==} + /@graphql-codegen/gql-tag-operations/2.0.2_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-FB4/Q0xP/lIjwnlxdeGAfGFAiL7AhzIJB9keNrosd4Xe9r8V8NuZ0+0/hGc7KdzHhojYF/ycmJD7V2JLWaf23Q==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.13.8_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry '@graphql-tools/utils': 9.2.1_graphql@16.6.0 auto-bind: 4.0.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - encoding - supports-color @@ -2394,8 +2400,8 @@ packages: tslib: 2.4.1 dev: false - /@graphql-codegen/plugin-helpers/3.1.2_graphql@16.6.0: - resolution: {integrity: sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==} + /@graphql-codegen/plugin-helpers/4.1.0_graphql@16.6.0: + resolution: {integrity: sha512-xvSHJb9OGb5CODIls0AI1rCenLz+FuiaNPCsfHMCNsLDjOZK2u0jAQ9zUBdc/Wb+21YXZujBCc0Vm1QX+Zz0nw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: @@ -2405,47 +2411,47 @@ packages: graphql: 16.6.0 import-from: 4.0.0 lodash: 4.17.21 - tslib: 2.4.1 + tslib: 2.5.0 dev: false - /@graphql-codegen/schema-ast/2.6.1_graphql@16.6.0: - resolution: {integrity: sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==} + /@graphql-codegen/schema-ast/3.0.1_graphql@16.6.0: + resolution: {integrity: sha512-rTKTi4XiW4QFZnrEqetpiYEWVsOFNoiR/v3rY9mFSttXFbIwNXPme32EspTiGWmEEdHY8UuTDtZN3vEcs/31zw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false - /@graphql-codegen/typed-document-node/2.3.13_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-vt1hvBAbYTYUCXblks9KYwR5Ho16hWQljid5xgx77jeVufj5PjnWrOjJfEFKFx17VOM4CKHP8ryoeT4NyjYNWw==} + /@graphql-codegen/typed-document-node/3.0.1_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-2plPBbAJZtR72BU6n07N3nIJYlwnCWbFNoe++MQ33S2ML4KwpCiflGEJnTpiwOEhCklQLWg1FEUdEOYS2iluqw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.13.8_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 3.0.1_rjjjs2nwgns3bcvnnqb5eu5nry auto-bind: 4.0.0 change-case-all: 1.0.15 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - encoding - supports-color dev: false - /@graphql-codegen/typed-document-node/2.3.6_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-uJqBNj9z/5iIUgLwXsyWmnBaCzRtK+OiZsknTQmjzx/BzKTXK5lrbn06n4KK690wqkelpdZplTtww34ExmHG9Q==} + /@graphql-codegen/typed-document-node/3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-RqX46y0GoMAcCfXjkUabOWpeSQ7tazpS5WyzWJNakpzXxNACx8NACaghU8zTEM+gjqtIp6YbFY/S92HQ34HbRQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.13.1_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry auto-bind: 4.0.0 - change-case-all: 1.0.14 + change-case-all: 1.0.15 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - encoding - supports-color @@ -2467,14 +2473,14 @@ packages: - supports-color dev: false - /@graphql-codegen/typescript-operations/2.5.13_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-3vfR6Rx6iZU0JRt29GBkFlrSNTM6t+MSLF86ChvL4d/Jfo/JYAGuB3zNzPhirHYzJPCvLOAx2gy9ID1ltrpYiw==} + /@graphql-codegen/typescript-operations/3.0.0_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-t+Lk+lxkUFDh6F0t8CErowOccP3bZwxhl66qmEeBcOrC7jQrSCnRZoFvOXhFKFBJe/y4DIJiizgSr34AqjiJIQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-codegen/typescript': 2.8.8_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-codegen/visitor-plugin-common': 2.13.8_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-codegen/typescript': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/visitor-plugin-common': 3.0.0_rjjjs2nwgns3bcvnnqb5eu5nry auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.1 @@ -2483,31 +2489,31 @@ packages: - supports-color dev: false - /@graphql-codegen/typescript-operations/2.5.6_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-7WqOsVMTUXf+tdt0jGOBuQINLYjPIGlcsnkzXQSPJ7rSGVj99VobVuwgmAeFmJctZ3lgwx3gjPZ0dyCIOBc2/A==} + /@graphql-codegen/typescript-operations/3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-FYi5QcOsBZZvBKlzBQ+jpBCUxMo9g3fTYa2v1+rqooG6SiW/lQyk2CNL5tsYAt6TLmH3rws8rzSUil0DWNsflQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2_graphql@16.6.0 - '@graphql-codegen/typescript': 2.8.1_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-codegen/visitor-plugin-common': 2.13.1_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-codegen/typescript': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/visitor-plugin-common': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry auto-bind: 4.0.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - encoding - supports-color dev: false - /@graphql-codegen/typescript-resolvers/2.7.6_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-z3wX3CV3MK7o52RAqbm0qXzAY9fPg0QLPArpdRYZ4AZ4sGAZQfGaQjyFcBJnY7pVB8KIEbBY7M4HNAqSmWH6+g==} + /@graphql-codegen/typescript-resolvers/3.0.0_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-yfRNJF9ZUoiLSPhaBEpQ9E4ymExYzbsKgjU2qJ/0c8l0lViA+o4ALkJMTwb7yU/yTayQtQWgxL5cdDY2I12GpQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2_graphql@16.6.0 - '@graphql-codegen/typescript': 2.8.1_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-codegen/visitor-plugin-common': 2.13.1_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-tools/utils': 8.13.1_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-codegen/typescript': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/visitor-plugin-common': 3.0.0_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.1 @@ -2516,14 +2522,14 @@ packages: - supports-color dev: false - /@graphql-codegen/typescript/2.8.1_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-kweV1DOOH2blvMheVL55TT0s9bxkmF/zijN9mdk9pRD20i/rI/46qbh8fNKqy/PV12vZOmZGNL6tigdghG2bqg==} + /@graphql-codegen/typescript/3.0.0_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-FQWyuIUy1y+fxb9+EZfvdBHBQpYExlIBHV5sg2WGNCsyVyCqBTl0mO8icyOtsQPVg6YFMFe8JJO69vQbwHma5w==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2_graphql@16.6.0 - '@graphql-codegen/schema-ast': 2.6.1_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.13.1_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-codegen/schema-ast': 3.0.1_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 3.0.0_rjjjs2nwgns3bcvnnqb5eu5nry auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.1 @@ -2532,17 +2538,17 @@ packages: - supports-color dev: false - /@graphql-codegen/typescript/2.8.8_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-A0oUi3Oy6+DormOlrTC4orxT9OBZkIglhbJBcDmk34jAKKUgesukXRd4yOhmTrnbchpXz2T8IAOFB3FWIaK4Rw==} + /@graphql-codegen/typescript/3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-qD6QkTB+2eJmIaZ6Tihv6HRz7daWWLz9uw5vwCmPeZN6XL2RINZGLkR7D8BQzLDlNGMrpQ4SeSM9o3ZALSCIuQ==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-codegen/schema-ast': 2.6.1_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.13.8_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-codegen/schema-ast': 3.0.1_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry auto-bind: 4.0.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - encoding - supports-color @@ -2569,12 +2575,12 @@ packages: - supports-color dev: false - /@graphql-codegen/visitor-plugin-common/2.13.8_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-IQWu99YV4wt8hGxIbBQPtqRuaWZhkQRG2IZKbMoSvh0vGeWb3dB0n0hSgKaOOxDY+tljtOf9MTcUYvJslQucMQ==} + /@graphql-codegen/visitor-plugin-common/3.0.0_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-ZoNlCmmkGClB137SpJT9og/nkihLN7Z4Ynl9Ir3OlbDuI20dbpyXsclpr9QGLcxEcfQeVfhGw9CooW7wZJJ8LA==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 '@graphql-tools/optimize': 1.3.1_graphql@16.6.0 '@graphql-tools/relay-operation-optimizer': 6.5.17_rjjjs2nwgns3bcvnnqb5eu5nry '@graphql-tools/utils': 9.2.1_graphql@16.6.0 @@ -2590,6 +2596,48 @@ packages: - supports-color dev: false + /@graphql-codegen/visitor-plugin-common/3.0.1_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-Qek+Ywy094Km7Vc1TzKBN9ICvtYwPdqZUliPO77urMSveP+2+G2O9Tjx546dW4A1O6rhEfexbenc2DqTAe7iLQ==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-tools/optimize': 1.3.1_graphql@16.6.0 + '@graphql-tools/relay-operation-optimizer': 6.5.17_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + auto-bind: 4.0.0 + change-case-all: 1.0.15 + dependency-graph: 0.11.0 + graphql: 16.6.0 + graphql-tag: 2.12.6_graphql@16.6.0 + parse-filepath: 1.0.2 + tslib: 2.5.0 + transitivePeerDependencies: + - encoding + - supports-color + dev: false + + /@graphql-codegen/visitor-plugin-common/3.0.2_rjjjs2nwgns3bcvnnqb5eu5nry: + resolution: {integrity: sha512-dKblRFrB0Fdl3+nPlzlLBka+TN/EGwr/q09mwry0H58z3j6gXkMbsdPr+dc8MhgOV7w/8egRvSPIvd7m6eFCnw==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-tools/optimize': 1.3.1_graphql@16.6.0 + '@graphql-tools/relay-operation-optimizer': 6.5.17_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + auto-bind: 4.0.0 + change-case-all: 1.0.15 + dependency-graph: 0.11.0 + graphql: 16.6.0 + graphql-tag: 2.12.6_graphql@16.6.0 + parse-filepath: 1.0.2 + tslib: 2.5.0 + transitivePeerDependencies: + - encoding + - supports-color + dev: false + /@graphql-inspector/core/3.3.0_graphql@16.6.0: resolution: {integrity: sha512-LRtk9sHgj9qqVPIkkThAVq3iZ7QxgHCx6elEwd0eesZBCmaIYQxD/BFu+VT8jr10YfOURBZuAnVdyGu64vYpBg==} peerDependencies: @@ -2611,19 +2659,19 @@ packages: '@graphql-mesh/utils': 0.42.9_graphql@16.6.0 dataloader: 2.1.0 graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-mesh/cache-localforage/0.6.60_graphql@16.6.0: - resolution: {integrity: sha512-okbmbNiNdZk+cYLM0COLMhIpjNZKBcZamZ4a1pMbghwPRWZvIJ+p7tJLurjwB7seyYkuxz/RE7E0YIUfMXvTyA==} + /@graphql-mesh/cache-localforage/0.7.17_graphql@16.6.0: + resolution: {integrity: sha512-dlG0rGoat/RHadjorrW32JYEZ7F4toWXhzFSKRzxmDukc+c0+D7vEz9HF9vh75v4XLtUQnECamCya3XZWEyWpg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 graphql: 16.6.0 localforage: 1.10.0 tslib: 2.5.0 @@ -2632,47 +2680,48 @@ packages: - react-native-windows dev: false - /@graphql-mesh/cli/0.79.3_dnatsohios7s7xwyr5x2ijjmim: - resolution: {integrity: sha512-oFjFCBgmtG5xDjk0np1w1ggn7zs0AKbcClzKuLJHnFE7A+Hrp5XpBl9tatZoCg41AwSxhgaIuHPEb3Cm7QvPZQ==} + /@graphql-mesh/cli/0.82.27_dnatsohios7s7xwyr5x2ijjmim: + resolution: {integrity: sha512-POct4E2KDLLSy/UCjWc/GW8GWHew52TIvSvKMEh3PZEqobJzHdCnrZCPUmqTt9BC+GCqqCZcAeU1zWlnbsNVSw==} hasBin: true peerDependencies: graphql: '*' dependencies: - '@graphql-codegen/core': 2.6.5_graphql@16.6.0 - '@graphql-codegen/typed-document-node': 2.3.6_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-codegen/typescript': 2.8.1_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/core': 3.1.0_graphql@16.6.0 + '@graphql-codegen/typed-document-node': 3.0.1_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/typescript': 3.0.0_rjjjs2nwgns3bcvnnqb5eu5nry '@graphql-codegen/typescript-generic-sdk': 3.0.4_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-codegen/typescript-operations': 2.5.6_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-codegen/typescript-resolvers': 2.7.6_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-mesh/config': 8.0.31_fwlw3vbqasm4vz2zfygcyrguwa - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/http': 0.2.12_hkojjjhjmmbpr445byqe4myfr4 - '@graphql-mesh/runtime': 0.44.31_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-mesh/store': 0.8.62_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - ajv: 8.11.0 + '@graphql-codegen/typescript-operations': 3.0.0_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-codegen/typescript-resolvers': 3.0.0_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-mesh/config': 10.1.10_uztof5fq254zxlu3yboyslhj64 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/http': 0.3.23_xfoe4adolgvm4tvnio5xigcr6e + '@graphql-mesh/runtime': 0.46.18_xfoe4adolgvm4tvnio5xigcr6e + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + ajv: 8.12.0 change-case: 4.1.2 - cosmiconfig: 7.0.1 + cosmiconfig: 8.1.0 dnscache: 1.0.2 dotenv: 16.0.3 graphql: 16.6.0 graphql-import-node: 0.0.5_graphql@16.6.0 - graphql-ws: 5.11.2_graphql@16.6.0 + graphql-ws: 5.11.3_graphql@16.6.0 json-bigint-patch: 0.0.8 - json5: 2.2.1 - mkdirp: 1.0.4 + json5: 2.2.3 + mkdirp: 2.1.3 open: 7.4.2 pascal-case: 3.1.2 - rimraf: 3.0.2 - ts-node: 10.9.1_b2ulvot2eensv5kijvirfsfnxq - tsconfig-paths: 4.1.0 - tslib: 2.4.0 - typescript: 4.8.4 - ws: 8.11.0 - yargs: 17.6.2 + rimraf: 4.1.2 + ts-node: 10.9.1_huw5pmbyhdznmrip2tphpdus3a + tsconfig-paths: 4.1.2 + tslib: 2.5.0 + typescript: 4.9.5 + ws: 8.12.1 + yargs: 17.7.1 transitivePeerDependencies: + - '@babel/core' - '@swc/core' - '@swc/wasm' - '@types/node' @@ -2685,33 +2734,34 @@ packages: - utf-8-validate dev: false - /@graphql-mesh/config/8.0.31_fwlw3vbqasm4vz2zfygcyrguwa: - resolution: {integrity: sha512-GDMkSg8aVX/O6F8a/YIjLi2DN/C14UwENARAUZqNRkOvLpS5SZ7JundD8SPiEyE2DgVj3R9DLYYyoCy+QSNdlA==} + /@graphql-mesh/config/10.1.10_uztof5fq254zxlu3yboyslhj64: + resolution: {integrity: sha512-s2iM4kXVHhBd35nD+5BfM/6gsNgeFBNylDAYNmwXe4YuGSDIskKblhfB6t6C/lSsh3hwvTMHFhfQKN4TcLhwSQ==} peerDependencies: - '@graphql-mesh/runtime': ^0.44.31 + '@graphql-mesh/runtime': ^0.46.18 graphql: '*' dependencies: - '@envelop/core': 3.0.3 - '@graphql-mesh/cache-localforage': 0.6.60_graphql@16.6.0 - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/merger-bare': 0.15.46_graphql@16.6.0 - '@graphql-mesh/merger-stitching': 0.17.6_graphql@16.6.0 - '@graphql-mesh/runtime': 0.44.31_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-mesh/store': 0.8.62_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/code-file-loader': 7.3.10_graphql@16.6.0 - '@graphql-tools/graphql-file-loader': 7.5.9_graphql@16.6.0 - '@graphql-tools/load': 7.8.4_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@whatwg-node/fetch': 0.5.4_encoding@0.1.13 + '@envelop/core': 3.0.6 + '@graphql-mesh/cache-localforage': 0.7.17_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/merger-bare': 0.16.19_graphql@16.6.0 + '@graphql-mesh/merger-stitching': 0.18.19_graphql@16.6.0 + '@graphql-mesh/runtime': 0.46.18_xfoe4adolgvm4tvnio5xigcr6e + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/code-file-loader': 7.3.21_graphql@16.6.0 + '@graphql-tools/graphql-file-loader': 7.5.16_graphql@16.6.0 + '@graphql-tools/load': 7.8.12_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@whatwg-node/fetch': 0.8.2_@types+node@18.11.9 camel-case: 4.1.2 graphql: 16.6.0 param-case: 3.0.4 pascal-case: 3.1.2 tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@babel/core' + - '@types/node' - react-native - react-native-windows - supports-color @@ -2743,36 +2793,38 @@ packages: - react-native-windows dev: false - /@graphql-mesh/cross-helpers/0.2.9_graphql@16.6.0: - resolution: {integrity: sha512-yLULnq6crWQebELbdTHPprbue6+NAWdv41omcUx/mKiBaTVpfU2VAVkHeJqEXE3If/5ex0sD3rnPs4ZDvSlG+A==} + /@graphql-mesh/cross-helpers/0.3.3_graphql@16.6.0: + resolution: {integrity: sha512-L2T4H1Gtsq+IbuKUuHv9loytn24zontH+WC7oz7W+gvv8PtnOYsWbwnNRr45YBQMcXOvo+qeOJPSZ6RXSkPbCg==} + peerDependencies: + graphql: '*' dependencies: - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + graphql: 16.6.0 path-browserify: 1.0.1 react-native-fs: 2.20.0 react-native-path: 0.0.5 transitivePeerDependencies: - - graphql - react-native - react-native-windows dev: false - /@graphql-mesh/graphql/0.31.31_hkojjjhjmmbpr445byqe4myfr4: - resolution: {integrity: sha512-ziC5SPVM4h9yMcoA+PM6/Ez5NRX/MgY9MITAcT6ik37YGapKLjFJfO0t25PlC2pqbm8h+2/6v3SsS3KugIV7SA==} + /@graphql-mesh/graphql/0.34.10_hkojjjhjmmbpr445byqe4myfr4: + resolution: {integrity: sha512-q39fLdG0Nvs2RLPAvbumUp86X7JdNOZjV8/jQvpORDeeeeDuTivXsHGDWxq8nVFH46S5QR3LG5qP7TI9venLwQ==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/store': 0.8.62_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/url-loader': 7.16.11_hkojjjhjmmbpr445byqe4myfr4 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.2.10_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/url-loader': 7.17.13_hkojjjhjmmbpr445byqe4myfr4 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.7_graphql@16.6.0 graphql: 16.6.0 lodash.get: 4.4.2 - tslib: 2.4.0 + tslib: 2.5.0 transitivePeerDependencies: - '@types/node' - bufferutil @@ -2782,62 +2834,58 @@ packages: - utf-8-validate dev: false - /@graphql-mesh/http/0.2.12_hkojjjhjmmbpr445byqe4myfr4: - resolution: {integrity: sha512-tR7semZ6S0SCJSualsjP/4AESdXPPaZM7ZnWoU39ls2vMePIKKZSv8YwG7nM667k5lnPpMAC0ohPnfunS/j4+g==} + /@graphql-mesh/http/0.3.23_xfoe4adolgvm4tvnio5xigcr6e: + resolution: {integrity: sha512-am8VPuRuz1A1y08RpxglcUdNZGr8JUsH9wvshGYj4OZ4TVZfMkFfDGYM0Nnbho83RhrBDt2/fgRlbPkGXY/o0A==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/runtime': 0.44.31_rjjjs2nwgns3bcvnnqb5eu5nry - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@whatwg-node/fetch': 0.5.4_encoding@0.1.13 - '@whatwg-node/server': 0.4.17_tnszpa3q4sbvo73aomgaj2dute + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/runtime': 0.46.18_xfoe4adolgvm4tvnio5xigcr6e + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@whatwg-node/router': 0.3.0_@types+node@18.11.9 graphql: 16.6.0 - graphql-yoga: 3.0.0-next.10_hkojjjhjmmbpr445byqe4myfr4 - itty-router: 2.6.6 - itty-router-extras: 0.4.2 + graphql-yoga: 3.7.0_xfoe4adolgvm4tvnio5xigcr6e tslib: 2.5.0 transitivePeerDependencies: - '@types/node' - - encoding - react-native - react-native-windows dev: false - /@graphql-mesh/json-schema/0.35.38_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-XyEMl4fxy9uV/azkfhvxoPCZ/rKbV/4uU7dSfgyBHJ/YQ6F1CdV8s85QO4YLbjiT90uBGTWpvgL/Z5XRpJ9f4Q==} + /@graphql-mesh/json-schema/0.37.21_xfoe4adolgvm4tvnio5xigcr6e: + resolution: {integrity: sha512-hhgmLdNgGSW0sousE2ISo+04rr6NJXgnWkaPBB18TCdtPti9gnWgrrXp/gXjVFVj3FQeR0/YeNWBl4JQxVruYQ==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.10_graphql@16.6.0 - '@graphql-mesh/store': 0.8.65_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.87.1_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.9_graphql@16.6.0 - '@graphql-tools/utils': 9.1.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@json-schema-tools/meta-schema': 1.7.0 - '@omnigraph/json-schema': 0.36.11_rjjjs2nwgns3bcvnnqb5eu5nry + '@omnigraph/json-schema': 0.38.21_xfoe4adolgvm4tvnio5xigcr6e graphql: 16.6.0 graphql-compose: 9.0.10_graphql@16.6.0 - json-machete: 0.16.5_rjjjs2nwgns3bcvnnqb5eu5nry - tslib: 2.4.0 + json-machete: 0.18.17_xfoe4adolgvm4tvnio5xigcr6e + tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@types/node' - react-native - react-native-windows dev: false - /@graphql-mesh/merger-bare/0.15.46_graphql@16.6.0: - resolution: {integrity: sha512-/qNJeSsEYk4CMBQZ9uu+fDoEHdcw6SmNLfI0Fy8VSkycMJPAbo4cpQMmtRAOuON0zi/CSe69knNUYH6XJe75Kw==} + /@graphql-mesh/merger-bare/0.16.19_graphql@16.6.0: + resolution: {integrity: sha512-YHWPJ7kQm4E2dqUySdNrI8QR1ngLMyeyEiu8r+qpaUZdevpWifk+Ms+vra+mm9F5daDXZDAASl9gdcuw/2+FAQ==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/merger-stitching': 0.17.6_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/schema': 9.0.8_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-mesh/merger-stitching': 0.18.19_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -2845,19 +2893,19 @@ packages: - react-native-windows dev: false - /@graphql-mesh/merger-stitching/0.17.6_graphql@16.6.0: - resolution: {integrity: sha512-LUlsPaTLbhor2F7GpGAFY2jaa5gPW118ILcQpOVD/Gl6E+NyQ+tTlglmfnExDb/8GkUiNirZFT0HVcsdLrj8qw==} + /@graphql-mesh/merger-stitching/0.18.19_graphql@16.6.0: + resolution: {integrity: sha512-LF3TONaAqxfCD54oEnXE/4zvMOJSV/0U0nnadYyXRvqztvDEbJGpzi1K1xYfxsY5Xtc3sA8M3cerX+5gbTg2Ww==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/store': 0.8.62_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/schema': 9.0.8_graphql@16.6.0 - '@graphql-tools/stitch': 8.7.20_graphql@16.6.0 - '@graphql-tools/stitching-directives': 2.3.17_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/stitch': 8.7.42_graphql@16.6.0 + '@graphql-tools/stitching-directives': 2.3.31_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -2865,46 +2913,46 @@ packages: - react-native-windows dev: false - /@graphql-mesh/mysql/0.17.30_graphql@16.6.0: - resolution: {integrity: sha512-c7L847uPTGNlTpQiW8KA/uUTKm0g5TqsqkUsU5UEnGfy8t2PQIBdVbQJje4K4eMFhHlC03ex+s0aoa+KU+00Pg==} + /@graphql-mesh/mysql/0.19.17_graphql@16.6.0: + resolution: {integrity: sha512-/pZDBq+wiep2kp1r/WCwDN4OGeJKlDA1F6+/0acAu3Yslev+5UK6jPsrhGJYDhQzw10dltEDGfyQ7+bGORoWqg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/store': 0.8.62_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 graphql-compose: 9.0.10_graphql@16.6.0 graphql-fields: 2.0.3 - graphql-scalars: 1.20.0_graphql@16.6.0 + graphql-scalars: 1.20.4_graphql@16.6.0 mysql: 2.18.1 mysql-utilities: 1.1.4 - tslib: 2.4.0 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-mesh/neo4j/0.20.34_graphql@16.6.0: - resolution: {integrity: sha512-8fFkOlF9srGjBrH5f2FlT9hJxhOtMkZg9ouOzFRMjaCvBzvwDRUM2ywrpeRAgtnR2a+BNocM3Da4EjqxH7GOSQ==} + /@graphql-mesh/neo4j/0.22.19_graphql@16.6.0: + resolution: {integrity: sha512-meCs+pluDjkoVcbmdzB6gyp32kM1jFHka7Miual/FNq4ET/pb5OnpUqIqHPA7TrI9M/qhbq6ie95XVATmMNWug==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/store': 0.8.62_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@neo4j/graphql': 3.12.0_dirk24crtrpfzssy25st3blvzq - '@neo4j/introspector': 1.0.3_neo4j-driver@5.2.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@neo4j/graphql': 3.17.0_quzuzoqs7mgcxdjqiv5cwbeati + '@neo4j/introspector': 1.0.3_neo4j-driver@5.6.0 graphql: 16.6.0 - graphql-scalars: 1.20.0_graphql@16.6.0 - neo4j-driver: 5.2.0 - tslib: 2.4.0 + graphql-scalars: 1.20.4_graphql@16.6.0 + neo4j-driver: 5.6.0 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows @@ -2929,130 +2977,131 @@ packages: - react-native-windows dev: false - /@graphql-mesh/odata/0.20.31_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-/jMOSDRx8ibA48F4N0qgfaXYEwqJB7VEUW0SkdQ6W9fh16waoy3yhOB4SK6rmVrXjRMSfxGQq4k8w7tdCKcwgg==} + /@graphql-mesh/odata/0.22.18_xfoe4adolgvm4tvnio5xigcr6e: + resolution: {integrity: sha512-hgSc+IZH5l3UGTwosYcZz/QRshPiSwyzCeotz7+7ZwlnsB/ooykJHFqUP+KGQ9CVmElhFNm1hrsoUlCq0efaGg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/store': 0.8.62_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@whatwg-node/fetch': 0.5.4_encoding@0.1.13 - dataloader: 2.1.0 - fast-xml-parser: 4.0.11 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@whatwg-node/fetch': 0.8.2_@types+node@18.11.9 + dataloader: 2.2.2 + fast-xml-parser: 4.1.3 graphql: 16.6.0 graphql-compose: 9.0.10_graphql@16.6.0 - graphql-parse-resolve-info: 4.12.3_graphql@16.6.0 - graphql-scalars: 1.20.0_graphql@16.6.0 + graphql-parse-resolve-info: 4.13.0_graphql@16.6.0 + graphql-scalars: 1.20.4_graphql@16.6.0 http-string-parser: 0.0.6 pascal-case: 3.1.2 - tslib: 2.4.0 + tslib: 2.5.0 url-join: 4.0.1 transitivePeerDependencies: - - encoding + - '@types/node' - react-native - react-native-windows - supports-color dev: false - /@graphql-mesh/openapi/0.33.34_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-7yRUfC9rArvuZwDsv0QMLqS0IGBo/3M/l5MP1X6ZHj3piVlWNcgLqLhtsrcrmHv9rqsKOco2t6Mq3M3SCNv88w==} + /@graphql-mesh/openapi/0.35.23_xfoe4adolgvm4tvnio5xigcr6e: + resolution: {integrity: sha512-IHhM068NjgdCHtwkLqET6NBJoYYDM2a5YxKZgLh+YhE8XP2d5kdPBkizanvy0nFW453p90ap8UZrGCHYz6mldw==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/store': 0.8.62_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@omnigraph/openapi': 0.17.6_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@omnigraph/openapi': 0.19.23_xfoe4adolgvm4tvnio5xigcr6e graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@types/node' - react-native - react-native-windows dev: false - /@graphql-mesh/plugin-mock/0.0.37_graphql@16.6.0: - resolution: {integrity: sha512-VILD5339nw5qdAdx8QbTQlZyui1Q+eIx8pMfuUmWnZMNBg6Ji+tew+O1iy+Va7ScOwe8JrpfFL2NnvTevvOTIA==} + /@graphql-mesh/plugin-mock/0.1.18_graphql@16.6.0: + resolution: {integrity: sha512-ye2PAqFXbjhQJ9te/pc45QvQRf63EXhEAyStun8kft+8u/1KTvyi3WdCwgK5VlDj0Kz34Z8EhSa/X5o0QCfSZA==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/mock': 8.7.10_graphql@16.6.0 - '@graphql-tools/schema': 9.0.8_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/mock': 8.7.18_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 faker: 5.5.3 graphql: 16.6.0 - graphql-scalars: 1.20.0_graphql@16.6.0 - tslib: 2.4.0 + graphql-scalars: 1.20.4_graphql@16.6.0 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-mesh/plugin-snapshot/0.0.10_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-mpjha3OnSGnxumliaEAJGMJNTRt2gOgUu5ccAE4AnPI54E/kULRIEijOaYx3mtaHvc4aX6iX3h8hhh3CSBzy3g==} + /@graphql-mesh/plugin-snapshot/0.1.20_xfoe4adolgvm4tvnio5xigcr6e: + resolution: {integrity: sha512-6PnvMzmbS+ZOj2T/7FDgDH+/ydTEWI0wLqgfKINwv5+GIm3GIcYK1GkK7PGP6pIu8uj2fuJwDnUx7qdwakTq7Q==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@whatwg-node/fetch': 0.5.1_encoding@0.1.13 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@whatwg-node/fetch': 0.8.1_@types+node@18.11.9 graphql: 16.6.0 - minimatch: 5.1.0 - tslib: 2.4.0 + minimatch: 7.3.0 + tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@types/node' - react-native - react-native-windows dev: false - /@graphql-mesh/runtime/0.44.31_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-zm/zCGBMlfpQz3v4QqdAhmCHREtWcpERZjtElJVq8fAqzbbidMRu7hKG7RNJ3+uuXHvPTF+c6BwqkCnr9smHIw==} + /@graphql-mesh/runtime/0.46.18_xfoe4adolgvm4tvnio5xigcr6e: + resolution: {integrity: sha512-H/u4rrYh7g2dLmpvWI6qefLqfQwncnpmOoNkl5Ra8CfLWR+0PxtiGuMmuXfykJI7ZM0DCGY+roTVJ7zn37vdRg==} peerDependencies: graphql: '*' dependencies: - '@envelop/core': 3.0.3 - '@envelop/extended-validation': 2.0.3_pbptz7adnmiijjca652cpfgxr4 - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.7_graphql@16.6.0 - '@graphql-tools/batch-execute': 8.5.10_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.2.10_graphql@16.6.0 - '@whatwg-node/fetch': 0.5.4_encoding@0.1.13 + '@envelop/core': 3.0.6 + '@envelop/extended-validation': 2.0.6_adj6itjezth6avcd67ktx7eo6a + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.21_graphql@16.6.0 + '@graphql-tools/batch-execute': 8.5.18_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.7_graphql@16.6.0 + '@whatwg-node/fetch': 0.8.2_@types+node@18.11.9 graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@types/node' - react-native - react-native-windows dev: false - /@graphql-mesh/soap/0.16.0_graphql@16.6.0: - resolution: {integrity: sha512-Q39jU0zZfggDzsTWr4svU17Eyn73kXYUagoHHB20DTEtENOZQAWj4xzDRXwaHVyCxtOSfP2l83Eyh8yitZ60HQ==} + /@graphql-mesh/soap/0.17.20_graphql@16.6.0: + resolution: {integrity: sha512-kvfUfN8ck2Nt/EwajnLiBwfwfwrwRAGEnwO1+XUP4g+rCHRo5Y0C9DX5UEVs+2rOjBx49JDjkHcgERzVjCy6Kg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/store': 0.8.62_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@omnigraph/soap': 0.2.0_graphql@16.6.0 + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@omnigraph/soap': 0.4.19_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows @@ -3075,16 +3124,16 @@ packages: - react-native-windows dev: false - /@graphql-mesh/store/0.8.62_graphql@16.6.0: - resolution: {integrity: sha512-Ydj+Z+pqAhSiVAvpwPRKDLrGEOrHtaL5XKTnT49C+gUSz4MSycQNAKGR+FbZ9ImMJwkDWJ+xntVR1mjXgTvHSg==} + /@graphql-mesh/store/0.8.65_graphql@16.6.0: + resolution: {integrity: sha512-WzhP8/0a4mRr8nl3AsJN9AtArw6KTXjox/ClhMCgn4vQozzWf94KI48d5byQh9unEqKmi5K/a8PchmhKWGuGOA==} peerDependencies: graphql: '*' dependencies: '@graphql-inspector/core': 3.3.0_graphql@16.6.0 - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.2.10_graphql@16.6.0 + '@graphql-mesh/types': 0.87.1_graphql@16.6.0 + '@graphql-mesh/utils': 0.42.9_graphql@16.6.0 + '@graphql-tools/utils': 9.1.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -3092,16 +3141,16 @@ packages: - react-native-windows dev: false - /@graphql-mesh/store/0.8.65_graphql@16.6.0: - resolution: {integrity: sha512-WzhP8/0a4mRr8nl3AsJN9AtArw6KTXjox/ClhMCgn4vQozzWf94KI48d5byQh9unEqKmi5K/a8PchmhKWGuGOA==} + /@graphql-mesh/store/0.9.17_graphql@16.6.0: + resolution: {integrity: sha512-6efwfabFkWvdCu4gKfODwL7MGwnG9RwDh44M9cZglpr58LDAEffr3mmCbTFIJn7cqpFE1KUGxwKqU3BaHey7Zg==} peerDependencies: graphql: '*' dependencies: '@graphql-inspector/core': 3.3.0_graphql@16.6.0 - '@graphql-mesh/cross-helpers': 0.2.10_graphql@16.6.0 - '@graphql-mesh/types': 0.87.1_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.9_graphql@16.6.0 - '@graphql-tools/utils': 9.1.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -3131,6 +3180,18 @@ packages: lodash.get: 4.4.2 dev: false + /@graphql-mesh/string-interpolation/0.4.2_graphql@16.6.0: + resolution: {integrity: sha512-xUSLpir2F4QlAZPVr9GTZ8fOeHYL4PCanykFhIH+CJRFWgolbsUSkTbNBUginQ8pjbQNFEpD2YGgz7N9aJKQ0w==} + peerDependencies: + graphql: '*' + dependencies: + dayjs: 1.11.7 + graphql: 16.6.0 + json-pointer: 0.6.2 + lodash.get: 4.4.2 + tslib: 2.5.0 + dev: false + /@graphql-mesh/types/0.80.1_graphql@16.6.0: resolution: {integrity: sha512-+qXU1cSGRugD9yOOIV3KBMSWIPTsAGZyTeliycQhBwoG5T0G05m2/gM376IMvYiXtt6/ti9M8RvwXjgULO8y4w==} peerDependencies: @@ -3147,15 +3208,15 @@ packages: - react-native-windows dev: false - /@graphql-mesh/types/0.85.7_graphql@16.6.0: - resolution: {integrity: sha512-4hoeTlocVHacyWMZO/zeDmlfcbkmC8DSRCqNaX8H5HX8+gJ7cTRa51Lw+6U4FNzcCVDQbjjyV5fR8WYgHlZe7A==} + /@graphql-mesh/types/0.87.1_graphql@16.6.0: + resolution: {integrity: sha512-lPYgDmbcDc9Ttg27M67zMRc/FG8yIflhmlbQbOIDmElWLDmCgGL/l03bPWKoXBeGQ6u3vmcfY/v8eVpPRXTSYA==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/store': 0.8.62_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.7_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-mesh/store': 0.8.65_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.10_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.17_graphql@16.6.0 + '@graphql-tools/utils': 9.1.1_graphql@16.6.0 '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 @@ -3164,16 +3225,16 @@ packages: - react-native-windows dev: false - /@graphql-mesh/types/0.87.1_graphql@16.6.0: - resolution: {integrity: sha512-lPYgDmbcDc9Ttg27M67zMRc/FG8yIflhmlbQbOIDmElWLDmCgGL/l03bPWKoXBeGQ6u3vmcfY/v8eVpPRXTSYA==} + /@graphql-mesh/types/0.91.9_graphql@16.6.0: + resolution: {integrity: sha512-810w8+f3kRTwtyzGNjD4ELGqF6xNj43dMGDnvTZHjT5yU0vskmp8f6hB76INFvcKVf5RTwFYRQan3ewpDqzw6Q==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/store': 0.8.65_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.10_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.17_graphql@16.6.0 - '@graphql-tools/utils': 9.1.1_graphql@16.6.0 - '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 + '@graphql-mesh/store': 0.9.17_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.21_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -3205,42 +3266,42 @@ packages: - react-native-windows dev: false - /@graphql-mesh/utils/0.42.6_graphql@16.6.0: - resolution: {integrity: sha512-/JH5QYnJ6NLWzBSZPrFYMSeFvf9+ZN7wQ4XLIMNV19iWzFFkDFaQJWzsvlVRC6bFlGBJ/ZPZLMzBFCUEFyxAuw==} + /@graphql-mesh/utils/0.42.9_graphql@16.6.0: + resolution: {integrity: sha512-Dr2pgN+RXyCJef5oS8DLuWoUdz9FapSxykBjQyNB1twzRJmiWt7gKkJ/YcrzWj56aNEK/1ntmPHGn2c1noXEnQ==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.2.10_graphql@16.6.0 '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-mesh/types': 0.87.1_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.17_graphql@16.6.0 + '@graphql-tools/utils': 9.1.1_graphql@16.6.0 graphql: 16.6.0 js-yaml: 4.1.0 lodash.get: 4.4.2 lodash.set: 4.3.2 lodash.topath: 4.5.2 tiny-lru: 8.0.2 - tslib: 2.4.0 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-mesh/utils/0.42.9_graphql@16.6.0: - resolution: {integrity: sha512-Dr2pgN+RXyCJef5oS8DLuWoUdz9FapSxykBjQyNB1twzRJmiWt7gKkJ/YcrzWj56aNEK/1ntmPHGn2c1noXEnQ==} + /@graphql-mesh/utils/0.43.17_graphql@16.6.0: + resolution: {integrity: sha512-huTgWOePnzZIp+alMNw6JL/qnxObJb0CGLd1G5WWKdNnQttZRjzZx/jz2oJ7fmbFvPsrG2YpOW0HYNVD+2Flbw==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.10_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.87.1_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.17_graphql@16.6.0 - '@graphql-tools/utils': 9.1.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + dset: 3.1.2 graphql: 16.6.0 js-yaml: 4.1.0 lodash.get: 4.4.2 - lodash.set: 4.3.2 lodash.topath: 4.5.2 tiny-lru: 8.0.2 tslib: 2.5.0 @@ -3276,28 +3337,16 @@ packages: tslib: 2.5.0 dev: false - /@graphql-tools/batch-delegate/8.4.7_graphql@16.6.0: - resolution: {integrity: sha512-FB/HMPihd3AdImAPBJARzGkkC+ha/5AGz3FsXSHtsIzDR89aqCzvom0eYzpQ30D3NP1P4qqbv7O5T6x/wFg/Kg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - dataloader: 2.1.0 - graphql: 16.6.0 - tslib: 2.5.0 - dev: false - - /@graphql-tools/batch-execute/8.5.10_graphql@16.6.0: - resolution: {integrity: sha512-f3b/UPvscQ4NaSmSQIeZPNFhpZ9xb3AftKKSn9NzsUp3vxz0d8tymBVn28f51oqiqN9BMDpCH9P8TZrKpH1//Q==} + /@graphql-tools/batch-delegate/8.4.21_graphql@16.6.0: + resolution: {integrity: sha512-NrnMGF6SHv7b0OWSyPUURZDoPGKEFTmTyYwVQ+iM950ZPBx3gOUPODZaXWpFVlFK2UGVNk6atvbigPDHnwSZnw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - dataloader: 2.1.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + dataloader: 2.2.2 graphql: 16.6.0 tslib: 2.5.0 - value-or-promise: 1.0.11 dev: false /@graphql-tools/batch-execute/8.5.12_graphql@16.6.0: @@ -3336,21 +3385,6 @@ packages: value-or-promise: 1.0.11 dev: false - /@graphql-tools/code-file-loader/7.3.10_graphql@16.6.0: - resolution: {integrity: sha512-UbEbuzhL01CvNhlesWMAo2ffRoyPRffTDlnUnkyvb6RuJkZhgY5A0k1RJYjt1uJQOkzPQLkkVKdSYqhHRkoH7g==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/graphql-tag-pluck': 7.3.10_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - globby: 11.1.0 - graphql: 16.6.0 - tslib: 2.5.0 - unixify: 1.0.0 - transitivePeerDependencies: - - supports-color - dev: false - /@graphql-tools/code-file-loader/7.3.21_graphql@16.6.0: resolution: {integrity: sha512-dj+OLnz1b8SYkXcuiy0CUQ25DWnOEyandDlOcdBqU3WVwh5EEVbn0oXUYm90fDlq2/uut00OrtC5Wpyhi3tAvA==} peerDependencies: @@ -3367,21 +3401,6 @@ packages: - supports-color dev: false - /@graphql-tools/delegate/9.0.14_graphql@16.6.0: - resolution: {integrity: sha512-yKwNQl10fOdKxSk5yBoKnSjq1oumf4QYVinV9niD9KVow6j0dONtaiAYvhzaQwN/Xwwi7oADFACmKRtphlhFTw==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/batch-execute': 8.5.10_graphql@16.6.0 - '@graphql-tools/executor': 0.0.6_graphql@16.6.0 - '@graphql-tools/schema': 9.0.8_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - dataloader: 2.1.0 - graphql: 16.6.0 - tslib: 2.4.1 - value-or-promise: 1.0.11 - dev: false - /@graphql-tools/delegate/9.0.17_graphql@16.6.0: resolution: {integrity: sha512-y7h5H+hOhQWEkG67A4wurlphHMYJuMlQIEY7wZPVpmViuV6TuSPB7qkLITsM99XiNQhX+v1VayN2cuaP/8nIhw==} peerDependencies: @@ -3436,6 +3455,24 @@ packages: tslib: 2.5.0 dev: false + /@graphql-tools/executor-graphql-ws/0.0.11_graphql@16.6.0: + resolution: {integrity: sha512-muRj6j897ks2iKqe3HchWFFzd+jFInSRuLPvHJ7e4WPrejFvaZx3BQ9gndfJvVkfYUZIFm13stCGXaJJTbVM0Q==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@repeaterjs/repeater': 3.0.4 + '@types/ws': 8.5.4 + graphql: 16.6.0 + graphql-ws: 5.11.3_graphql@16.6.0 + isomorphic-ws: 5.0.0_ws@8.12.1 + tslib: 2.5.0 + ws: 8.12.1 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + /@graphql-tools/executor-graphql-ws/0.0.12_graphql@16.6.0: resolution: {integrity: sha512-aFD79i9l282Ob5dOZ7JsyhhXXP1o8eQh0prYkSSVo/OU2ndzWigfANz4DJgWgS3LwBjLDlMcmaXPZZeXt3m4Tg==} peerDependencies: @@ -3461,7 +3498,7 @@ packages: dependencies: '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 - '@whatwg-node/fetch': 0.8.2_@types+node@18.11.9 + '@whatwg-node/fetch': 0.8.3_@types+node@18.11.9 dset: 3.1.2 extract-files: 11.0.0 graphql: 16.6.0 @@ -3488,30 +3525,30 @@ packages: - utf-8-validate dev: false - /@graphql-tools/executor/0.0.15_graphql@16.6.0: - resolution: {integrity: sha512-6U7QLZT8cEUxAMXDP4xXVplLi6RBwx7ih7TevlBto66A/qFp3PDb6o/VFo07yBKozr8PGMZ4jMfEWBGxmbGdxA==} + /@graphql-tools/executor/0.0.14_graphql@16.6.0: + resolution: {integrity: sha512-YiBbN9NT0FgqPJ35+Eg0ty1s5scOZTgiPf+6hLVJBd5zHEURwojEMCTKJ9e0RNZHETp2lN+YaTFGTSoRk0t4Sw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.12 dev: false - /@graphql-tools/executor/0.0.6_graphql@16.6.0: - resolution: {integrity: sha512-2KIj1grRb1Lni97xgX1ryekcjU/WTMC1ZdPpnd0nYrBWs/C4Nv4UMNP7E/Tr8za8zlrsESvEUbpLHsBRiQsGxA==} + /@graphql-tools/executor/0.0.15_graphql@16.6.0: + resolution: {integrity: sha512-6U7QLZT8cEUxAMXDP4xXVplLi6RBwx7ih7TevlBto66A/qFp3PDb6o/VFo07yBKozr8PGMZ4jMfEWBGxmbGdxA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 tslib: 2.5.0 - value-or-promise: 1.0.11 + value-or-promise: 1.0.12 dev: false /@graphql-tools/executor/0.0.9_graphql@16.6.0: @@ -3575,34 +3612,6 @@ packages: unixify: 1.0.0 dev: false - /@graphql-tools/graphql-file-loader/7.5.9_graphql@16.6.0: - resolution: {integrity: sha512-hEvWFLOG8JGsguWWdHqaFvj0xqwQu4KhqAKEjmIBq4vipVKLcmcjvOM56S0fv/dtn5pcKp9ZOZAxgncYVJ1hzw==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/import': 6.7.10_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - globby: 11.1.0 - graphql: 16.6.0 - tslib: 2.5.0 - unixify: 1.0.0 - dev: false - - /@graphql-tools/graphql-tag-pluck/7.3.10_graphql@16.6.0: - resolution: {integrity: sha512-A3FHMbi90NHWTIzrwnbI0kHwCWfSL8j7zXuuIZKL009V+M8K0DPg/+ZCy/4SQB14yl/NTz5ZQ/0GXffD3qvMDg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@babel/parser': 7.21.2 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - supports-color - dev: false - /@graphql-tools/graphql-tag-pluck/7.5.0_graphql@16.6.0: resolution: {integrity: sha512-76SYzhSlH50ZWkhWH6OI94qrxa8Ww1ZeOU04MdtpSeQZVT2rjGWeTb3xM3kjTVWQJsr/YJBhDeNPGlwNUWfX4Q==} peerDependencies: @@ -3620,17 +3629,6 @@ packages: - supports-color dev: false - /@graphql-tools/import/6.7.10_graphql@16.6.0: - resolution: {integrity: sha512-6L19Ep0pP5wWywq9/jwCt2FdCJnEnyrxkmRkSRdYoTEmOFz5xrsfhyUfWl8ibx34gWzVYhCDOX1bN43zsLCbDA==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - graphql: 16.6.0 - resolve-from: 5.0.0 - tslib: 2.5.0 - dev: false - /@graphql-tools/import/6.7.17_graphql@16.6.0: resolution: {integrity: sha512-bn9SgrECXq3WIasgNP7ful/uON51wBajPXtxdY+z/ce7jLWaFE6lzwTDB/GAgiZ+jo7nb0ravlxteSAz2qZmuA==} peerDependencies: @@ -3654,13 +3652,13 @@ packages: unixify: 1.0.0 dev: false - /@graphql-tools/load/7.8.0_graphql@16.6.0: - resolution: {integrity: sha512-l4FGgqMW0VOqo+NMYizwV8Zh+KtvVqOf93uaLo9wJ3sS3y/egPCgxPMDJJ/ufQZG3oZ/0oWeKt68qop3jY0yZg==} + /@graphql-tools/load/7.8.12_graphql@16.6.0: + resolution: {integrity: sha512-JwxgNS2c6i6oIdKttcbXns/lpKiyN7c6/MkkrJ9x2QE9rXk5HOhSJxRvPmOueCuAin1542xUrcDRGBXJ7thSig==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 9.0.4_graphql@16.6.0 - '@graphql-tools/utils': 8.12.0_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 p-limit: 3.1.0 tslib: 2.5.0 @@ -3698,32 +3696,22 @@ packages: tslib: 2.5.0 dev: false - /@graphql-tools/merge/8.3.3_graphql@16.6.0: - resolution: {integrity: sha512-EfULshN2s2s2mhBwbV9WpGnoehRLe7eIMdZrKfHhxlBWOvtNUd3KSCN0PUdAMd7lj1jXUW9KYdn624JrVn6qzg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/utils': 8.10.0_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - dev: false - - /@graphql-tools/merge/8.3.6_graphql@16.6.0: - resolution: {integrity: sha512-uUBokxXi89bj08P+iCvQk3Vew4vcfL5ZM6NTylWi8PIpoq4r5nJ625bRuN8h2uubEdRiH8ntN9M4xkd/j7AybQ==} + /@graphql-tools/merge/8.3.18_graphql@16.6.0: + resolution: {integrity: sha512-R8nBglvRWPAyLpZL/f3lxsY7wjnAeE0l056zHhcO/CgpvK76KYUt9oEkR05i8Hmt8DLRycBN0FiotJ0yDQWTVA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 8.12.0_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 dev: false - /@graphql-tools/merge/8.3.8_graphql@16.6.0: - resolution: {integrity: sha512-L9YE8OpxSlzADcdrc4IG7/33H/iWVXTJXX2ie67cWAb5MFN2t3JBdQMa0bnBcAoOrKB7A8g2+dIp8oXTpdzxjg==} + /@graphql-tools/merge/8.3.3_graphql@16.6.0: + resolution: {integrity: sha512-EfULshN2s2s2mhBwbV9WpGnoehRLe7eIMdZrKfHhxlBWOvtNUd3KSCN0PUdAMd7lj1jXUW9KYdn624JrVn6qzg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 8.13.1_graphql@16.6.0 + '@graphql-tools/utils': 8.10.0_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 dev: false @@ -3738,13 +3726,13 @@ packages: tslib: 2.5.0 dev: false - /@graphql-tools/mock/8.7.10_graphql@16.6.0: - resolution: {integrity: sha512-PuRGfk6TQger7EfE08yO3+QCAcZ6nYo3kyoEmTPc27w4yiqKCwZIyD8vegzl/EQphEourjaOhO149te6qNEUeQ==} + /@graphql-tools/mock/8.7.18_graphql@16.6.0: + resolution: {integrity: sha512-ZbXMp86V0DmfgUZhr5aGHtNIS2hBazhvTpPlFCyNOP+RMio3ErKnSsma3T1jV1ZyMo11l7QrxV9Xxn3uA0dv+w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 9.0.8_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 fast-json-stable-stringify: 2.1.0 graphql: 16.6.0 tslib: 2.5.0 @@ -3829,49 +3817,37 @@ packages: value-or-promise: 1.0.11 dev: false - /@graphql-tools/schema/9.0.17_graphql@16.6.0: - resolution: {integrity: sha512-HVLq0ecbkuXhJlpZ50IHP5nlISqH2GbNgjBJhhRzHeXhfwlUOT4ISXGquWTmuq61K0xSaO0aCjMpxe4QYbKTng==} + /@graphql-tools/schema/9.0.16_graphql@16.6.0: + resolution: {integrity: sha512-kF+tbYPPf/6K2aHG3e1SWIbapDLQaqnIHVRG6ow3onkFoowwtKszvUyOASL6Krcv2x9bIMvd1UkvRf9OaoROQQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.4.0_graphql@16.6.0 + '@graphql-tools/merge': 8.3.18_graphql@16.6.0 '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.12 dev: false - /@graphql-tools/schema/9.0.1_graphql@16.6.0: - resolution: {integrity: sha512-Y6apeiBmvXEz082IAuS/ainnEEQrzMECP1MRIV72eo2WPa6ZtLYPycvIbd56Z5uU2LKP4XcWRgK6WUbCyN16Rw==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/merge': 8.3.3_graphql@16.6.0 - '@graphql-tools/utils': 8.10.0_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - value-or-promise: 1.0.11 - dev: false - - /@graphql-tools/schema/9.0.4_graphql@16.6.0: - resolution: {integrity: sha512-B/b8ukjs18fq+/s7p97P8L1VMrwapYc3N2KvdG/uNThSazRRn8GsBK0Nr+FH+mVKiUfb4Dno79e3SumZVoHuOQ==} + /@graphql-tools/schema/9.0.17_graphql@16.6.0: + resolution: {integrity: sha512-HVLq0ecbkuXhJlpZ50IHP5nlISqH2GbNgjBJhhRzHeXhfwlUOT4ISXGquWTmuq61K0xSaO0aCjMpxe4QYbKTng==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.3.6_graphql@16.6.0 - '@graphql-tools/utils': 8.12.0_graphql@16.6.0 + '@graphql-tools/merge': 8.4.0_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 - value-or-promise: 1.0.11 + value-or-promise: 1.0.12 dev: false - /@graphql-tools/schema/9.0.6_graphql@16.6.0: - resolution: {integrity: sha512-/aznltpnVrurfWqXB4chWtaNmBFSk9v/KEJSpvas2fnlwwS9QnzWh6Sm/hsybWesirn5J2w60LLjMrrcCd58UA==} + /@graphql-tools/schema/9.0.1_graphql@16.6.0: + resolution: {integrity: sha512-Y6apeiBmvXEz082IAuS/ainnEEQrzMECP1MRIV72eo2WPa6ZtLYPycvIbd56Z5uU2LKP4XcWRgK6WUbCyN16Rw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.3.8_graphql@16.6.0 - '@graphql-tools/utils': 8.13.1_graphql@16.6.0 + '@graphql-tools/merge': 8.3.3_graphql@16.6.0 + '@graphql-tools/utils': 8.10.0_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.11 @@ -3889,50 +3865,49 @@ packages: value-or-promise: 1.0.11 dev: false - /@graphql-tools/stitch/8.7.20_graphql@16.6.0: - resolution: {integrity: sha512-i9fZEFogW+Lp2tpe+gLfkGW6k+vWMFOH/Fi9WeDiEJ1K64eg6NI1wDG4VkCb+ThP9f1lDF6j3WbEGx8nM/tELg==} + /@graphql-tools/stitch/8.7.42_graphql@16.6.0: + resolution: {integrity: sha512-3GmHcxG2UB+r6qGWe2VzvTyFuCuDuBUquAkvWcx+mESiIDOxNdNTQKN69VGNkie+RavlCWUHE3SmhY8u7Z+7wQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/batch-delegate': 8.4.7_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/merge': 8.3.10_graphql@16.6.0 - '@graphql-tools/schema': 9.0.8_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.2.10_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.21_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/merge': 8.3.18_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.7_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.12 dev: false - /@graphql-tools/stitching-directives/2.3.17_graphql@16.6.0: - resolution: {integrity: sha512-r0iiosXi7fW9ydH3O7AwNx7gy5uVP+vvyW22XlnXkg1geQyt4YxCXvJHyJkEzOivxGpwBG62bX9Q2SoajUmFBg==} + /@graphql-tools/stitching-directives/2.3.31_graphql@16.6.0: + resolution: {integrity: sha512-XX81hqZy4IHB2OwrG1escEA5yT5ZBxUYoHaxohAa8gaYUij5Xc6l4qzZ8HT05T1x1mNhFFNILEgQaJA1EDGv/A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 dev: false - /@graphql-tools/url-loader/7.16.11_hkojjjhjmmbpr445byqe4myfr4: - resolution: {integrity: sha512-krovI7b+1NNtHe7cOMUQCp3Ib/rt70ru5fXMe2v16Rran2mPedMn8eq2V7K2jKnBKteMX4cjuxHdrpBJ7wGh8A==} + /@graphql-tools/url-loader/7.17.13_hkojjjhjmmbpr445byqe4myfr4: + resolution: {integrity: sha512-FEmbvw68kxeZLn4VYGAl+NuBPk09ZnxymjW07A6mCtiDayFgYfHdWeRzXn/iM5PzsEuCD73R1sExtNQ/ISiajg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1_encoding@0.1.13 - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.2.10_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/executor-graphql-ws': 0.0.11_graphql@16.6.0 + '@graphql-tools/executor-http': 0.1.9_xfoe4adolgvm4tvnio5xigcr6e + '@graphql-tools/executor-legacy-ws': 0.0.9_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.8_graphql@16.6.0 '@types/ws': 8.5.4 - '@whatwg-node/fetch': 0.5.4_encoding@0.1.13 - dset: 3.1.2 - extract-files: 11.0.0 + '@whatwg-node/fetch': 0.8.2_@types+node@18.11.9 graphql: 16.6.0 - graphql-ws: 5.12.0_graphql@16.6.0 isomorphic-ws: 5.0.0_ws@8.13.0 - meros: 1.2.1_@types+node@18.11.9 tslib: 2.5.0 value-or-promise: 1.0.12 ws: 8.13.0 @@ -3978,15 +3953,6 @@ packages: tslib: 2.5.0 dev: false - /@graphql-tools/utils/8.12.0_graphql@16.6.0: - resolution: {integrity: sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - graphql: 16.6.0 - tslib: 2.5.0 - dev: false - /@graphql-tools/utils/8.13.1_graphql@16.6.0: resolution: {integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==} peerDependencies: @@ -3996,15 +3962,6 @@ packages: tslib: 2.5.0 dev: false - /@graphql-tools/utils/9.0.0_graphql@16.6.0: - resolution: {integrity: sha512-kaCwyWnURxMsYbxzkfylLqFFelu83jKk3BJOOy0GIuxEtgXVS9v7Y/tojljo69Q+jaZ2YxAi3+d8IpM+hx768A==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - graphql: 16.6.0 - tslib: 2.5.0 - dev: false - /@graphql-tools/utils/9.0.1_graphql@16.6.0: resolution: {integrity: sha512-z6FimVa5E44bHKmqK0/uMp9hHvHo2Tkt9A5rlLb40ReD/8IFKehSXLzM4b2N1vcP7mSsbXIdDK9Aoc8jT/he1Q==} peerDependencies: @@ -4033,17 +3990,17 @@ packages: tslib: 2.5.0 dev: false - /@graphql-tools/wrap/9.2.10_graphql@16.6.0: - resolution: {integrity: sha512-K21XFLxcZ6JJGRzmzylY/HvoQ6eJU0o6J8ZLR828M/HVGKQgbK7qhn+AZrZKqBjFeZfBQojx8SzWDJPUmv8oEw==} + /@graphql-tools/wrap/9.3.7_graphql@16.6.0: + resolution: {integrity: sha512-gavfiWLKgvmC2VPamnMzml3zmkBoo0yt+EmOLIHY6O92o4uMTR281WGM77tZIfq+jzLtjoIOThUSjC/cN/6XKg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.14_graphql@16.6.0 - '@graphql-tools/schema': 9.0.8_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 - value-or-promise: 1.0.11 + value-or-promise: 1.0.12 dev: false /@graphql-tools/wrap/9.3.8_graphql@16.6.0: @@ -4155,10 +4112,6 @@ packages: /@humanwhocodes/object-schema/1.2.1: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} - /@iarna/toml/2.2.5: - resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} - dev: false - /@istanbuljs/load-nyc-config/1.1.0: resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} engines: {node: '>=8'} @@ -4567,21 +4520,22 @@ packages: - supports-color dev: false - /@neo4j/cypher-builder/0.1.10: - resolution: {integrity: sha512-dhLACo1EzbcZoFeiuCxjoqjyXJ3Yst8ZKXu0CKxhSwWAp6eASGnM1zHVEFkAofiNOYvxMyE2bTG5ohNjLUNvNw==} + /@neo4j/cypher-builder/0.2.1: + resolution: {integrity: sha512-dq127avTXg9lLo/Z2EMhaucZed/TeAUheav0ZT174vsWdhENYFVbCxMTfXgymQrHRnqysYrXR6zUpRDl7SCEug==} dev: false - /@neo4j/graphql/3.12.0_dirk24crtrpfzssy25st3blvzq: - resolution: {integrity: sha512-3oyyGmwf5IQePH0evMvpjfcEz6dd4paYde41C1xPn8WZeGrodefNZ1aefnXZ3Hy1MRVLa17tZd7mqMSDnjwLVA==} + /@neo4j/graphql/3.17.0_quzuzoqs7mgcxdjqiv5cwbeati: + resolution: {integrity: sha512-yzdFX1SW8ylawSHjiub4iwZkAPFgjI84ETvCYBgw2mYpWC7sEAsGYhaB5+js2gm4I3MyDC3Q7qLxe2lY4lh7jg==} peerDependencies: graphql: ^16.0.0 neo4j-driver: ^4.1.0 || ^5.0.0 dependencies: + '@apollo/subgraph': 2.4.0_graphql@16.6.0 '@graphql-tools/merge': 8.4.0_graphql@16.6.0 '@graphql-tools/resolvers-composition': 6.5.17_graphql@16.6.0 - '@graphql-tools/schema': 9.0.6_graphql@16.6.0 - '@graphql-tools/utils': 8.13.1_graphql@16.6.0 - '@neo4j/cypher-builder': 0.1.10 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@neo4j/cypher-builder': 0.2.1 camelcase: 6.3.0 debug: 4.3.4 deep-equal: 2.2.0 @@ -4590,21 +4544,22 @@ packages: graphql-compose: 9.0.10_graphql@16.6.0 graphql-parse-resolve-info: 4.13.0_graphql@16.6.0 graphql-relay: 0.10.0_graphql@16.6.0 - neo4j-driver: 5.2.0 + neo4j-driver: 5.6.0 pluralize: 8.0.0 semver: 7.3.8 + uuid: 9.0.0 transitivePeerDependencies: - supports-color dev: false - /@neo4j/introspector/1.0.3_neo4j-driver@5.2.0: + /@neo4j/introspector/1.0.3_neo4j-driver@5.6.0: resolution: {integrity: sha512-dkFdpkuu1VGy0t2WKicttREkQyi2Phc8aaC15pP2hdrdhWwic8VjMvDqpNx0rEZwC6dR9efHSekbnm7JlDP4vA==} peerDependencies: neo4j-driver: ^4.1.0 || ^5.0.0 dependencies: camelcase: 6.3.0 debug: 4.3.4 - neo4j-driver: 5.2.0 + neo4j-driver: 5.6.0 pluralize: 8.0.0 transitivePeerDependencies: - supports-color @@ -5797,62 +5752,32 @@ packages: - react-native-windows dev: false - /@omnigraph/json-schema/0.36.11_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-BnV5uTZhuf57mVQ/ZP95kCnGNOjaujkTBQoQNpofZxpxE7Zxk7PaLnNch/x85KReM6aW8NIX6kabidKzMT5vdg==} - peerDependencies: - graphql: '*' - dependencies: - '@graphql-mesh/cross-helpers': 0.2.10_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.87.1_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.9_graphql@16.6.0 - '@graphql-tools/utils': 9.1.1_graphql@16.6.0 - '@json-schema-tools/meta-schema': 1.7.0 - '@whatwg-node/fetch': 0.5.4_encoding@0.1.13 - ajv: 8.11.2 - ajv-formats: 2.1.1 - graphql: 16.6.0 - graphql-compose: 9.0.10_graphql@16.6.0 - graphql-scalars: 1.20.1_graphql@16.6.0 - json-machete: 0.16.5_rjjjs2nwgns3bcvnnqb5eu5nry - lodash.set: 4.3.2 - pascal-case: 3.1.2 - qs: 6.11.0 - to-json-schema: 0.2.5 - tslib: 2.5.0 - url-join: 4.0.1 - transitivePeerDependencies: - - encoding - - react-native - - react-native-windows - dev: false - - /@omnigraph/json-schema/0.36.6_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-aNZmCRddM6mXIL0I9no1gvXgdBjahO69J8oBksQnq085zrlDq1NH4l0Ucu/5MZ9CZMZHv+IWHz8PFsQjpXBVQA==} + /@omnigraph/json-schema/0.38.21_xfoe4adolgvm4tvnio5xigcr6e: + resolution: {integrity: sha512-MXSr1Wg4TPo1lmK47LBeXazM6Sb1UmehHV+UrjXrNAL4WXk/5POhixK6TRbGbdnd603uqnNjihaPLqw/ojwaGQ==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@json-schema-tools/meta-schema': 1.7.0 - '@whatwg-node/fetch': 0.5.4_encoding@0.1.13 - ajv: 8.11.0 + '@whatwg-node/fetch': 0.8.2_@types+node@18.11.9 + ajv: 8.12.0 ajv-formats: 2.1.1 + dset: 3.1.2 graphql: 16.6.0 graphql-compose: 9.0.10_graphql@16.6.0 - graphql-scalars: 1.20.0_graphql@16.6.0 - json-machete: 0.16.1_rjjjs2nwgns3bcvnnqb5eu5nry - lodash.set: 4.3.2 + graphql-scalars: 1.20.4_graphql@16.6.0 + json-machete: 0.18.17_xfoe4adolgvm4tvnio5xigcr6e pascal-case: 3.1.2 qs: 6.11.0 to-json-schema: 0.2.5 tslib: 2.5.0 url-join: 4.0.1 transitivePeerDependencies: - - encoding + - '@types/node' - react-native - react-native-windows dev: false @@ -5878,39 +5803,39 @@ packages: - react-native-windows dev: false - /@omnigraph/openapi/0.17.6_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-4U2dupMz+03RgQKJXfFFcWlIYqrQ0Pq/hG9bc+hJLbtItdDmH40gLuSyiBKIb1MXw7Hn6mnVTaYZT5ghMzfhiA==} + /@omnigraph/openapi/0.19.23_xfoe4adolgvm4tvnio5xigcr6e: + resolution: {integrity: sha512-bunHfdU0+yCrlWYMclsVCyJeRTTodbi/kB8Q1FTkRJmc+jPjid/d/yhRIjUm305BSNK7Ingo30ESt1614mRfNg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@omnigraph/json-schema': 0.36.6_rjjjs2nwgns3bcvnnqb5eu5nry + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@omnigraph/json-schema': 0.38.21_xfoe4adolgvm4tvnio5xigcr6e change-case: 4.1.2 graphql: 16.6.0 - json-machete: 0.16.1_rjjjs2nwgns3bcvnnqb5eu5nry - openapi-types: 12.0.2 + json-machete: 0.18.17_xfoe4adolgvm4tvnio5xigcr6e + openapi-types: 12.1.0 tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@types/node' - react-native - react-native-windows dev: false - /@omnigraph/soap/0.2.0_graphql@16.6.0: - resolution: {integrity: sha512-IEEn44V0IgU3VU2nrxVbQmrVcBbyj+pD8ot0S3p3LQkgsjrGa8qPPK1uJaGMFvDyeXKG+6FKQhWq35rf5pxLyg==} + /@omnigraph/soap/0.4.19_graphql@16.6.0: + resolution: {integrity: sha512-Mhvsac6aPkM38z5PG1j6d+FaaGfCHSbQ3aMBbATbPBmM+fivjxSg8Gp+Wyi1q1FrJ49AqkjmBRZm5Ik+0VI9/Q==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - fast-xml-parser: 3.21.1 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + fast-xml-parser: 4.1.3 graphql: 16.6.0 graphql-compose: 9.0.10_graphql@16.6.0 - graphql-scalars: 1.20.0_graphql@16.6.0 + graphql-scalars: 1.20.4_graphql@16.6.0 transitivePeerDependencies: - react-native - react-native-windows @@ -5924,6 +5849,17 @@ packages: node-addon-api: 3.2.1 node-gyp-build: 4.6.0 + /@parcel/watcher/2.1.0: + resolution: {integrity: sha512-8s8yYjd19pDSsBpbkOHnT6Z2+UJSuLQx61pCFM0s5wSRvKCEMDjd/cHY3/GI1szHIWbpXpsJdg3V6ISGGx9xDw==} + engines: {node: '>= 10.0.0'} + requiresBuild: true + dependencies: + is-glob: 4.0.3 + micromatch: 4.0.5 + node-addon-api: 3.2.1 + node-gyp-build: 4.6.0 + dev: false + /@peculiar/asn1-schema/2.3.3: resolution: {integrity: sha512-6GptMYDMyWBHTUKndHaDsRZUO/XMSgIns2krxcm2L7SEExRHwawFvSwNBhqNPR9HJwv3MruAiF1bhN0we6j6GQ==} dependencies: @@ -6792,6 +6728,10 @@ packages: resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==} dev: false + /@types/uuid/9.0.1: + resolution: {integrity: sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==} + dev: false + /@types/watchpack/2.4.0: resolution: {integrity: sha512-PSAD+o9hezvfUFFzrYB/PO6Je7kwiZ2BSnB3/EZ9le+jTDKB6x5NJ96WWzQz1h/AyGJ/de3/1KpuBTkUFZm77A==} dependencies: @@ -7111,43 +7051,13 @@ packages: resolution: {integrity: sha512-WKj/lI4QjnLuPrim0cfO7i+HsDSXHxNv1y0CrJhdntuO3hxWZmnXCwNDnwOvry11OjRin6cgWNF+j/9Pn8TN4w==} dev: false - /@whatwg-node/fetch/0.3.2_encoding@0.1.13: - resolution: {integrity: sha512-Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ==} - dependencies: - '@peculiar/webcrypto': 1.4.1 - abort-controller: 3.0.0 - busboy: 1.6.0 - event-target-polyfill: 0.0.3 - form-data-encoder: 1.7.2 - formdata-node: 4.4.1 - node-fetch: 2.6.9_encoding@0.1.13 - undici: 5.20.0 - web-streams-polyfill: 3.2.1 - transitivePeerDependencies: - - encoding - dev: false - - /@whatwg-node/fetch/0.5.1_encoding@0.1.13: - resolution: {integrity: sha512-RBZS60EU6CbRJ370BVVKW4F9csZuGh0OQNrUDhJ0IaIFLsXsJorFCM2iwaDWZTAPMqxW1TmuVcVKJ3d/H1dV1g==} - dependencies: - '@peculiar/webcrypto': 1.4.1 - abort-controller: 3.0.0 - busboy: 1.6.0 - form-data-encoder: 1.7.2 - formdata-node: 4.4.1 - node-fetch: 2.6.9_encoding@0.1.13 - undici: 5.20.0 - web-streams-polyfill: 3.2.1 - transitivePeerDependencies: - - encoding - dev: false - - /@whatwg-node/fetch/0.5.3_encoding@0.1.13: - resolution: {integrity: sha512-cuAKL3Z7lrJJuUrfF1wxkQTb24Qd1QO/lsjJpM5ZSZZzUMms5TPnbGeGUKWA3hVKNHh30lVfr2MyRCT5Jfkucw==} + /@whatwg-node/fetch/0.3.2_encoding@0.1.13: + resolution: {integrity: sha512-Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ==} dependencies: '@peculiar/webcrypto': 1.4.1 abort-controller: 3.0.0 busboy: 1.6.0 + event-target-polyfill: 0.0.3 form-data-encoder: 1.7.2 formdata-node: 4.4.1 node-fetch: 2.6.9_encoding@0.1.13 @@ -7157,19 +7067,16 @@ packages: - encoding dev: false - /@whatwg-node/fetch/0.5.4_encoding@0.1.13: - resolution: {integrity: sha512-dR5PCzvOeS7OaW6dpIlPt+Ou3pak7IEG+ZVAV26ltcaiDB3+IpuvjqRdhsY6FKHcqBo1qD+S99WXY9Z6+9Rwnw==} + /@whatwg-node/fetch/0.8.1_@types+node@18.11.9: + resolution: {integrity: sha512-Fkd1qQHK2tAWxKlC85h9L86Lgbq3BzxMnHSnTsnzNZMMzn6Xi+HlN8/LJ90LxorhSqD54td+Q864LgwUaYDj1Q==} dependencies: '@peculiar/webcrypto': 1.4.1 - abort-controller: 3.0.0 + '@whatwg-node/node-fetch': 0.3.1_@types+node@18.11.9 busboy: 1.6.0 - form-data-encoder: 1.7.2 - formdata-node: 4.4.1 - node-fetch: 2.6.9_encoding@0.1.13 - undici: 5.20.0 + urlpattern-polyfill: 6.0.2 web-streams-polyfill: 3.2.1 transitivePeerDependencies: - - encoding + - '@types/node' dev: false /@whatwg-node/fetch/0.8.2_@types+node@18.11.9: @@ -7184,6 +7091,18 @@ packages: - '@types/node' dev: false + /@whatwg-node/fetch/0.8.3_@types+node@18.11.9: + resolution: {integrity: sha512-qpacTdzO8z36pa3HpEXEE2PoCXS7sn3LNqr7IjDETEPWJWS0RTJMD49fL1ZKdjQrfHZNBQCRwVNOcT1RZv/xVg==} + dependencies: + '@peculiar/webcrypto': 1.4.1 + '@whatwg-node/node-fetch': 0.3.3_@types+node@18.11.9 + busboy: 1.6.0 + urlpattern-polyfill: 6.0.2 + web-streams-polyfill: 3.2.1 + transitivePeerDependencies: + - '@types/node' + dev: false + /@whatwg-node/node-fetch/0.3.1_@types+node@18.11.9: resolution: {integrity: sha512-/U4onp5eBkRHfFe/VL+ppyupqj7z6iBtjcuPSosQNH2/y+LxRn5lyFb7Vqhb5DokjrDMjssLcqiVYnx+UABFsw==} peerDependencies: @@ -7197,28 +7116,45 @@ packages: tslib: 2.5.0 dev: false - /@whatwg-node/server/0.4.14_tnszpa3q4sbvo73aomgaj2dute: - resolution: {integrity: sha512-wRPkrqpHHqEFV+AVnAS2c5NlQ6zdiduT4k9f0tTh+Qy6l5ZY2p0a3PxUcBL8V1hzT6dXlP7PRNFdd//L/UyN7g==} + /@whatwg-node/node-fetch/0.3.3_@types+node@18.11.9: + resolution: {integrity: sha512-WMnvPE/59cgpqfCAKPiid536LX9ugo0TehID26KYZzKzNNvk5hxyJZ7sBWoNFRRBcZsySI3b47BTevtg6FRILA==} peerDependencies: '@types/node': ^18.0.6 dependencies: '@types/node': 18.11.9 - '@whatwg-node/fetch': 0.5.1_encoding@0.1.13 + '@whatwg-node/events': 0.0.2 + busboy: 1.6.0 + fast-querystring: 1.1.1 + fast-url-parser: 1.1.3 + tslib: 2.5.0 + dev: false + + /@whatwg-node/router/0.3.0_@types+node@18.11.9: + resolution: {integrity: sha512-d7qzIvbbBm6d0VpJGlRbp/G9PTLRCcpS9fRNnfjE87ZbWbB05vBzHkaUyOs2zaTny/GPuBzrEY2QewoLj4+5JQ==} + dependencies: + '@whatwg-node/fetch': 0.8.2_@types+node@18.11.9 + '@whatwg-node/server': 0.7.5_@types+node@18.11.9 tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@types/node' dev: false - /@whatwg-node/server/0.4.17_tnszpa3q4sbvo73aomgaj2dute: - resolution: {integrity: sha512-kq1AHyi87VWfiDqiSTAOY+py83HMJg42+fI8JAe1wjmMkJ8v/E5mKq5NpLNRM9Cnf7NHsQR0AwQgvX/RFuptaA==} - peerDependencies: - '@types/node': ^18.0.6 + /@whatwg-node/server/0.6.7_@types+node@18.11.9: + resolution: {integrity: sha512-M4zHWdJ6M1IdcxnZBdDmiUh1bHQ4gPYRxzkH0gh8Qf6MpWJmX6I/MNftqem3GNn+qn1y47qqlGSed7T7nzsRFw==} dependencies: - '@types/node': 18.11.9 - '@whatwg-node/fetch': 0.5.3_encoding@0.1.13 + '@whatwg-node/fetch': 0.8.3_@types+node@18.11.9 tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@types/node' + dev: false + + /@whatwg-node/server/0.7.5_@types+node@18.11.9: + resolution: {integrity: sha512-xTDJdPqr/wULxW3mGXQXD92SRXUm6jwQxqIvyHG17dykRTd21HuCaS2ggBn5lSAM/sYjjrT+OYv3fXbtS4+Mjw==} + dependencies: + '@whatwg-node/fetch': 0.8.3_@types+node@18.11.9 + tslib: 2.5.0 + transitivePeerDependencies: + - '@types/node' dev: false /@xtuc/ieee754/1.2.0: @@ -7354,15 +7290,6 @@ packages: uri-js: 4.4.1 dev: false - /ajv/8.11.2: - resolution: {integrity: sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==} - dependencies: - fast-deep-equal: 3.1.3 - json-schema-traverse: 1.0.0 - require-from-string: 2.0.2 - uri-js: 4.4.1 - dev: false - /ajv/8.12.0: resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} dependencies: @@ -8508,42 +8435,6 @@ packages: engines: {node: '>= 0.4.0'} dev: true - /cosmiconfig-toml-loader/1.0.0: - resolution: {integrity: sha512-H/2gurFWVi7xXvCyvsWRLCMekl4tITJcX0QEsDMpzxtuxDyM59xLatYNg4s/k9AA/HdtCYfj2su8mgA0GSDLDA==} - dependencies: - '@iarna/toml': 2.2.5 - dev: false - - /cosmiconfig-typescript-loader/4.1.1_mzjwejph7gmlzf3uxmy5cdhfrq: - resolution: {integrity: sha512-9DHpa379Gp0o0Zefii35fcmuuin6q92FnLDffzdZ0l9tVd3nEobG3O+MZ06+kuBvFTSVScvNb/oHA13Nd4iipg==} - engines: {node: '>=12', npm: '>=6'} - peerDependencies: - '@types/node': '*' - cosmiconfig: '>=7' - ts-node: '>=10' - typescript: '>=3' - dependencies: - '@types/node': 18.11.9 - cosmiconfig: 7.0.1 - ts-node: 10.9.1_b2ulvot2eensv5kijvirfsfnxq - typescript: 4.8.4 - dev: false - - /cosmiconfig-typescript-loader/4.1.1_whzgvtx3rl7vqdzxg4tmmwwawy: - resolution: {integrity: sha512-9DHpa379Gp0o0Zefii35fcmuuin6q92FnLDffzdZ0l9tVd3nEobG3O+MZ06+kuBvFTSVScvNb/oHA13Nd4iipg==} - engines: {node: '>=12', npm: '>=6'} - peerDependencies: - '@types/node': '*' - cosmiconfig: '>=7' - ts-node: '>=10' - typescript: '>=3' - dependencies: - '@types/node': 18.11.9 - cosmiconfig: 7.1.0 - ts-node: 10.9.1_b2ulvot2eensv5kijvirfsfnxq - typescript: 4.8.4 - dev: false - /cosmiconfig-typescript-loader/4.3.0_26tv2iprawtdjho3vrcvctuziq: resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} engines: {node: '>=12', npm: '>=6'} @@ -8569,8 +8460,8 @@ packages: path-type: 4.0.0 yaml: 1.10.2 - /cosmiconfig/7.0.1: - resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==} + /cosmiconfig/7.1.0: + resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} engines: {node: '>=10'} dependencies: '@types/parse-json': 4.0.0 @@ -8578,17 +8469,16 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 - dev: false - /cosmiconfig/7.1.0: - resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} - engines: {node: '>=10'} + /cosmiconfig/8.0.0: + resolution: {integrity: sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==} + engines: {node: '>=14'} dependencies: - '@types/parse-json': 4.0.0 import-fresh: 3.3.0 + js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - yaml: 1.10.2 + dev: false /cosmiconfig/8.1.0: resolution: {integrity: sha512-0tLZ9URlPGU7JsKq0DQOQ3FoRsYX8xDZ7xMiATQfaiGMz7EHowNkbU9u1coAOmnh9p/1ySpm0RB3JNWRXM5GCg==} @@ -10010,15 +9900,8 @@ packages: punycode: 1.4.1 dev: false - /fast-xml-parser/3.21.1: - resolution: {integrity: sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==} - hasBin: true - dependencies: - strnum: 1.0.5 - dev: false - - /fast-xml-parser/4.0.11: - resolution: {integrity: sha512-4aUg3aNRR/WjQAcpceODG1C3x3lFANXRo8+1biqfieHmg9pyMt7qB4lQV/Ta6sJCTbA5vfD8fnA8S54JATiFUA==} + /fast-xml-parser/4.1.3: + resolution: {integrity: sha512-LsNDahCiCcJPe8NO7HijcnukHB24tKbfDDA5IILx9dmW3Frb52lhbeX6MPNUSvyGNfav2VTYpJ/OqkRoVLrh2Q==} hasBin: true dependencies: strnum: 1.0.5 @@ -10595,33 +10478,32 @@ packages: graphql-type-json: 0.3.2_graphql@16.6.0 dev: false - /graphql-config/4.3.6_2qf7nnsdsmr6pycv4babn4xkom: - resolution: {integrity: sha512-i7mAPwc0LAZPnYu2bI8B6yXU5820Wy/ArvmOseDLZIu0OU1UTULEuexHo6ZcHXeT9NvGGaUPQZm8NV3z79YydA==} + /graphql-config/4.5.0_hkojjjhjmmbpr445byqe4myfr4: + resolution: {integrity: sha512-x6D0/cftpLUJ0Ch1e5sj1TZn6Wcxx4oMfmhaG9shM0DKajA9iR+j1z86GSTQ19fShbGvrSSvbIQsHku6aQ6BBw==} engines: {node: '>= 10.0.0'} peerDependencies: + cosmiconfig-toml-loader: ^1.0.0 graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + peerDependenciesMeta: + cosmiconfig-toml-loader: + optional: true dependencies: '@graphql-tools/graphql-file-loader': 7.5.16_graphql@16.6.0 '@graphql-tools/json-file-loader': 7.4.17_graphql@16.6.0 - '@graphql-tools/load': 7.8.0_graphql@16.6.0 + '@graphql-tools/load': 7.8.4_graphql@16.6.0 '@graphql-tools/merge': 8.4.0_graphql@16.6.0 '@graphql-tools/url-loader': 7.17.14_hkojjjhjmmbpr445byqe4myfr4 - '@graphql-tools/utils': 8.13.1_graphql@16.6.0 - cosmiconfig: 7.0.1 - cosmiconfig-toml-loader: 1.0.0 - cosmiconfig-typescript-loader: 4.1.1_mzjwejph7gmlzf3uxmy5cdhfrq + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + cosmiconfig: 8.0.0 graphql: 16.6.0 - minimatch: 4.2.1 + jiti: 1.17.1 + minimatch: 4.2.3 string-env-interpolation: 1.0.1 - ts-node: 10.9.1_b2ulvot2eensv5kijvirfsfnxq tslib: 2.5.0 transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - '@types/node' - bufferutil - encoding - - typescript - utf-8-validate dev: false @@ -10647,19 +10529,6 @@ packages: graphql: 16.6.0 dev: false - /graphql-parse-resolve-info/4.12.3_graphql@16.6.0: - resolution: {integrity: sha512-Lxb+v+SCxzBZHKohK4xje3CBQ1iZ968DiKuFtmwzSaI45oP8FgPJjJv35TOzgv73QLijEdgH4NDZGwIvwJM7Kw==} - engines: {node: '>=8.6'} - peerDependencies: - graphql: '>=0.9 <0.14 || ^14.0.2 || ^15.4.0' - dependencies: - debug: 4.3.4 - graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - supports-color - dev: false - /graphql-parse-resolve-info/4.13.0_graphql@16.6.0: resolution: {integrity: sha512-VVJ1DdHYcR7hwOGQKNH+QTzuNgsLA8l/y436HtP9YHoX6nmwXRWq3xWthU3autMysXdm0fQUbhTZCx0W9ICozw==} engines: {node: '>=8.6'} @@ -10706,24 +10575,14 @@ packages: tslib: 2.4.1 dev: false - /graphql-scalars/1.20.0_graphql@16.6.0: - resolution: {integrity: sha512-1KV9Uyr64bbBlmtNzn/vp5mp1+Cob8jG7AKF7RLsKq50ocV6yNhW3+pVvh5jJs1np5Wh+Wg9bDapwQ7q2saS6A==} - engines: {node: '>=10'} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - graphql: 16.6.0 - tslib: 2.4.1 - dev: false - - /graphql-scalars/1.20.1_graphql@16.6.0: - resolution: {integrity: sha512-HCSosMh8l/DVYL3/wCesnZOb+gbiaO/XlZQEIKOkWDJUGBrc15xWAs5TCQVmrycT0tbEInii+J8eoOyMwxx8zg==} + /graphql-scalars/1.20.4_graphql@16.6.0: + resolution: {integrity: sha512-/hDzWcphV/aV4MEx2pqVMMekBLi9VXYD/HrJSclpOCLkSB/dE3Rb5VVZBXsQhgBxqeCsE7K0PEO2/cWAUzQsrQ==} engines: {node: '>=10'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /graphql-tag/2.12.6_graphql@16.6.0: @@ -10744,8 +10603,8 @@ packages: graphql: 16.6.0 dev: false - /graphql-ws/5.11.2_graphql@16.6.0: - resolution: {integrity: sha512-4EiZ3/UXYcjm+xFGP544/yW1+DVI8ZpKASFbzrV5EDTFWJp0ZvLl4Dy2fSZAzz9imKp5pZMIcjB0x/H69Pv/6w==} + /graphql-ws/5.11.3_graphql@16.6.0: + resolution: {integrity: sha512-fU8zwSgAX2noXAsuFiCZ8BtXeXZOzXyK5u1LloCdacsVth4skdBMPO74EG51lBoWSIZ8beUocdpV8+cQHBODnQ==} engines: {node: '>=10'} peerDependencies: graphql: '>=0.11 <=16' @@ -10762,27 +10621,25 @@ packages: graphql: 16.6.0 dev: false - /graphql-yoga/3.0.0-next.10_hkojjjhjmmbpr445byqe4myfr4: - resolution: {integrity: sha512-czCtyko8ODUAeFKd65sqQgfTKelU3Foyg8H6Oc9L35VlA3n+gCigsucKE3zOKyJ3E+ObJ648LQEsBVlA1zPoYA==} + /graphql-yoga/3.7.0_xfoe4adolgvm4tvnio5xigcr6e: + resolution: {integrity: sha512-yL5oAD1VnK2J8qZFNVy+T2Z5t7YByv7HmCB1fzE26hoILEgY97eKvDYZwXRcPxoN/OhzbN8I42ffCf0dv9Dp8g==} peerDependencies: graphql: ^15.2.0 || ^16.0.0 dependencies: - '@envelop/core': 3.0.3 - '@envelop/parser-cache': 5.0.3_pbptz7adnmiijjca652cpfgxr4 - '@envelop/validation-cache': 5.0.3_pbptz7adnmiijjca652cpfgxr4 - '@graphql-tools/executor': 0.0.6_graphql@16.6.0 + '@envelop/core': 3.0.6 + '@envelop/validation-cache': 5.1.2_adj6itjezth6avcd67ktx7eo6a + '@graphql-tools/executor': 0.0.14_graphql@16.6.0 '@graphql-tools/schema': 9.0.17_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@graphql-yoga/subscription': 3.1.0 - '@whatwg-node/fetch': 0.5.1_encoding@0.1.13 - '@whatwg-node/server': 0.4.14_tnszpa3q4sbvo73aomgaj2dute + '@whatwg-node/fetch': 0.8.2_@types+node@18.11.9 + '@whatwg-node/server': 0.6.7_@types+node@18.11.9 dset: 3.1.2 graphql: 16.6.0 + lru-cache: 7.18.3 tslib: 2.5.0 transitivePeerDependencies: - '@types/node' - - encoding dev: false /graphql/16.6.0: @@ -11554,14 +11411,6 @@ packages: html-escaper: 2.0.2 istanbul-lib-report: 3.0.0 - /itty-router-extras/0.4.2: - resolution: {integrity: sha512-ppHaBzcTXs7idFSDISehG+8kif2/4aqLCfyY/Y/uIZv79sfEfNmTq9G+rDeqblun/VZRBiXZD8ztYmMS8EOsKw==} - dev: false - - /itty-router/2.6.6: - resolution: {integrity: sha512-hIPHtXGymCX7Lzb2I4G6JgZFE4QEEQwst9GORK7sMYUpJvLfy4yZJr95r04e8DzoAnj6HcxM2m4TbK+juu+18g==} - dev: false - /jake/10.8.5: resolution: {integrity: sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==} engines: {node: '>=10'} @@ -12178,10 +12027,25 @@ packages: - ts-node dev: true + /jiti/1.17.1: + resolution: {integrity: sha512-NZIITw8uZQFuzQimqjUxIrIcEdxYDFIe/0xYfIlVXTkiBjjyBEvgasj5bb0/cHtPRD/NziPbT312sFrkI5ALpw==} + hasBin: true + dev: false + + /jiti/1.18.2: + resolution: {integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==} + hasBin: true + dev: false + /jose/4.13.1: resolution: {integrity: sha512-MSJQC5vXco5Br38mzaQKiq9mwt7lwj2eXpgpRyQYNHYt2lq1PjkWa7DLXX0WVcQLE9HhMh3jPiufS7fhJf+CLQ==} dev: false + /js-levenshtein/1.1.6: + resolution: {integrity: sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==} + engines: {node: '>=0.10.0'} + dev: false + /js-tokens/4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -12280,42 +12144,24 @@ packages: - react-native-windows dev: false - /json-machete/0.16.1_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-n3dR9Z931RBjOpGSO9iEugH1Qzr0EGpNJB3AFM8Ddk4x2qQQA3EqsLsGYm+8xKfTO3ZFLT6d5pJBZQNh6LO8Gg==} - dependencies: - '@graphql-mesh/cross-helpers': 0.2.9_graphql@16.6.0 - '@graphql-mesh/types': 0.85.7_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.6_graphql@16.6.0 - '@graphql-tools/utils': 9.0.1_graphql@16.6.0 - '@json-schema-tools/meta-schema': 1.7.0 - '@whatwg-node/fetch': 0.5.4_encoding@0.1.13 - json-pointer: 0.6.2 - to-json-schema: 0.2.5 - tslib: 2.5.0 - url-join: 4.0.1 - transitivePeerDependencies: - - encoding - - graphql - - react-native - - react-native-windows - dev: false - - /json-machete/0.16.5_rjjjs2nwgns3bcvnnqb5eu5nry: - resolution: {integrity: sha512-cNvlDfCh8aYxXg6OjrIvxyd5DnJ6A7L8U+Fv9mlmIDZMOktE0bGNJh/EuZ/f9DUUaOB3Xa3L/vXYaJkpRW9O6w==} + /json-machete/0.18.17_xfoe4adolgvm4tvnio5xigcr6e: + resolution: {integrity: sha512-eTTYuSNMuiyBiMn97nDRbxCcE3hg2CLwbFlhvPRcqrJY04vTOQr2J3/Gd6lEFQ0tQVr9Fqhfg0LxfYmh9JoyYw==} + peerDependencies: + graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.2.10_graphql@16.6.0 - '@graphql-mesh/types': 0.87.1_graphql@16.6.0 - '@graphql-mesh/utils': 0.42.9_graphql@16.6.0 - '@graphql-tools/utils': 9.1.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/types': 0.91.9_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@json-schema-tools/meta-schema': 1.7.0 - '@whatwg-node/fetch': 0.5.4_encoding@0.1.13 + '@whatwg-node/fetch': 0.8.2_@types+node@18.11.9 + graphql: 16.6.0 json-pointer: 0.6.2 to-json-schema: 0.2.5 tslib: 2.5.0 url-join: 4.0.1 transitivePeerDependencies: - - encoding - - graphql + - '@types/node' - react-native - react-native-windows dev: false @@ -12365,12 +12211,6 @@ packages: minimist: 1.2.8 dev: true - /json5/2.2.1: - resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} - engines: {node: '>=6'} - hasBin: true - dev: false - /json5/2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} @@ -12834,6 +12674,11 @@ packages: dependencies: yallist: 4.0.0 + /lru-cache/7.18.3: + resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} + engines: {node: '>=12'} + dev: false + /lz-string/1.5.0: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true @@ -13019,25 +12864,25 @@ packages: dependencies: brace-expansion: 1.1.11 - /minimatch/4.2.1: - resolution: {integrity: sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==} + /minimatch/4.2.3: + resolution: {integrity: sha512-lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1ng==} engines: {node: '>=10'} dependencies: brace-expansion: 1.1.11 dev: false - /minimatch/5.1.0: - resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} + /minimatch/5.1.6: + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 - dev: false - /minimatch/5.1.6: - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + /minimatch/7.3.0: + resolution: {integrity: sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 + dev: false /minimist-options/4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} @@ -13083,6 +12928,12 @@ packages: engines: {node: '>=10'} hasBin: true + /mkdirp/2.1.3: + resolution: {integrity: sha512-sjAkg21peAG9HS+Dkx7hlG9Ztx7HLeKnvB3NQRcu/mltCVmvkF0pisbiTSfDVYTT86XEfZrTUosLdZLStquZUw==} + engines: {node: '>=10'} + hasBin: true + dev: false + /ms/2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} @@ -13170,10 +13021,9 @@ packages: resolution: {integrity: sha512-9K6p2+QFmRxKoQKlFF1OX1+RlYRRTmxZBo/B0QH8ZxKFHZD0D8e/d9FNwVPI5wUguDxTV4ViHJtpD/g6mMNcJw==} dev: false - /neo4j-driver/5.2.0: - resolution: {integrity: sha512-jCKKSC6pumhjgn16X3tpSkQBvnwVdYHrudI1gU8RhKIOnKQjVEnj3OzcHAN2c8+BaFDx++qIln9FsssPLVOrXg==} + /neo4j-driver/5.6.0: + resolution: {integrity: sha512-JVxLdcYNQ4XxACbFY7ZE6ZNJfEXLOyGJFTvmZFmG8XYPDZgHAT5idR/KHYbADpD2oC/AvRbhMskk7g5ijswN0w==} dependencies: - '@babel/runtime': 7.21.0 neo4j-driver-bolt-connection: 5.6.0 neo4j-driver-core: 5.6.0 rxjs: 7.8.0 @@ -13590,8 +13440,8 @@ packages: resolution: {integrity: sha512-6Wd9k8nmGQHgCbehZCP6wwWcfXcvinhybUTBatuhjRsCxUIujuYFZc9QnGeae75CyHASewBtxs0HX/qwREReUw==} dev: false - /openapi-types/12.0.2: - resolution: {integrity: sha512-GuTo7FyZjOIWVhIhQSWJVaws6A82sWIGyQogxxYBYKZ0NBdyP2CYSIgOwFfSB+UVoPExk/YzFpyYitHS8KVZtA==} + /openapi-types/12.1.0: + resolution: {integrity: sha512-XpeCy01X6L5EpP+6Hc3jWN7rMZJ+/k1lwki/kTmWzbVhdPie3jd5O2ZtedEx8Yp58icJ0osVldLMrTB/zslQXA==} dev: false /opener/1.5.2: @@ -14757,6 +14607,13 @@ packages: dependencies: glob: 7.2.3 + /rimraf/4.1.2: + resolution: {integrity: sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==} + engines: {node: '>=14'} + deprecated: Please upgrade to 4.3.1 or higher to fix a potentially damaging issue regarding symbolic link following. See https://github.com/isaacs/rimraf/issues/259 for details. + hasBin: true + dev: false + /rollup-plugin-copy/3.4.0: resolution: {integrity: sha512-rGUmYYsYsceRJRqLVlE9FivJMxJ7X6jDlP79fmFkL8sJs7VVMSVyA2yfyL+PGyO/vJs4A87hwhgVfz61njI+uQ==} engines: {node: '>=8.3'} @@ -15046,6 +14903,10 @@ packages: /setprototypeof/1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} + /sha1-es/1.8.2: + resolution: {integrity: sha512-7gzO0Y7RBt1Qsq8D1fC+So6zsnkwRcZas8sGO9Xp4bOkDhG5s4fzSP0i9yUs6aVzSH7+urqqh6uk0z+dMDeF9A==} + dev: false + /shallow-clone/3.0.1: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} engines: {node: '>=8'} @@ -15964,6 +15825,38 @@ packages: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 + /ts-node/10.9.1_huw5pmbyhdznmrip2tphpdus3a: + resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + hasBin: true + peerDependencies: + '@swc/core': '>=1.2.50' + '@swc/wasm': '>=1.2.50' + '@types/node': '*' + typescript: '>=2.7' + peerDependenciesMeta: + '@swc/core': + optional: true + '@swc/wasm': + optional: true + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@swc/core': 1.2.173 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.3 + '@types/node': 18.11.9 + acorn: 8.8.2 + acorn-walk: 8.2.0 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 4.9.5 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + dev: false + /ts-node/10.9.1_n7ak56igsbj6jceoeue6dl5ncm: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true @@ -16013,15 +15906,6 @@ packages: strip-bom: 3.0.0 dev: true - /tsconfig-paths/4.1.0: - resolution: {integrity: sha512-AHx4Euop/dXFC+Vx589alFba8QItjF+8hf8LtmuiCwHyI4rHXQtOOENaM8kvYf5fR0dRChy3wzWIZ9WbB7FWow==} - engines: {node: '>=6'} - dependencies: - json5: 2.2.3 - minimist: 1.2.8 - strip-bom: 3.0.0 - dev: false - /tsconfig-paths/4.1.2: resolution: {integrity: sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==} engines: {node: '>=6'} @@ -16147,6 +16031,12 @@ packages: engines: {node: '>=4.2.0'} hasBin: true + /typescript/4.9.5: + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} + engines: {node: '>=4.2.0'} + hasBin: true + dev: false + /ua-parser-js/0.7.34: resolution: {integrity: sha512-cJMeh/eOILyGu0ejgTKB95yKT3zOenSe9UGE3vj6WfiOwgGYnmATUsnDixMFvdU+rNMvWih83hrUP8VwhF9yXQ==} dev: false @@ -16298,6 +16188,11 @@ packages: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true + /uuid/9.0.0: + resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} + hasBin: true + dev: false + /v8-compile-cache-lib/3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} @@ -16695,19 +16590,6 @@ packages: imurmurhash: 0.1.4 signal-exit: 3.0.7 - /ws/8.11.0: - resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - dev: false - /ws/8.12.1: resolution: {integrity: sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==} engines: {node: '>=10.0.0'} @@ -16807,19 +16689,6 @@ packages: yargs-parser: 18.1.3 dev: false - /yargs/17.6.2: - resolution: {integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==} - engines: {node: '>=12'} - dependencies: - cliui: 8.0.1 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 - dev: false - /yargs/17.7.1: resolution: {integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==} engines: {node: '>=12'}