mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
chore(deps): update dependency graphql-codegen-typescript-validation-schema to ^0.11.0 (#669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
380
api/package-lock.json
generated
380
api/package-lock.json
generated
@@ -128,7 +128,7 @@
|
||||
"execa": "^7.1.1",
|
||||
"filter-obj": "^5.1.0",
|
||||
"got": "^12.6.0",
|
||||
"graphql-codegen-typescript-validation-schema": "^0.7.1",
|
||||
"graphql-codegen-typescript-validation-schema": "^0.11.0",
|
||||
"ip-regex": "^5.0.0",
|
||||
"json-difference": "^1.9.1",
|
||||
"log4js": "^6.9.1",
|
||||
@@ -9195,6 +9195,15 @@
|
||||
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/graphlib": {
|
||||
"version": "2.1.8",
|
||||
"resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz",
|
||||
"integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.15"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql": {
|
||||
"version": "16.7.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz",
|
||||
@@ -9204,163 +9213,122 @@
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema": {
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql-codegen-typescript-validation-schema/-/graphql-codegen-typescript-validation-schema-0.7.1.tgz",
|
||||
"integrity": "sha512-TupfSpR4XssNCaPsNGLM8yBNTKjFjmCZH/hL2FZwphdl3BeEKtBWLY2WzH+RGjzGuxhJ75j55IIxzBGF0ckjRw==",
|
||||
"version": "0.11.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql-codegen-typescript-validation-schema/-/graphql-codegen-typescript-validation-schema-0.11.1.tgz",
|
||||
"integrity": "sha512-ompXw6VK4JXv+60wQL3H7wtzfjvw6Ic047suJ/ETW34MBjQ1JM2AcLBffmDBKvgrDWJg4mMTxJRChDeDxofIKg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "2.4.2",
|
||||
"@graphql-codegen/schema-ast": "2.6.1",
|
||||
"@graphql-codegen/visitor-plugin-common": "^2.13.7",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"graphql": "16.6.0"
|
||||
"@graphql-codegen/plugin-helpers": "^5.0.0",
|
||||
"@graphql-codegen/schema-ast": "4.0.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "^4.0.0",
|
||||
"@graphql-tools/utils": "^10.0.0",
|
||||
"graphlib": "^2.1.8",
|
||||
"graphql": "^16.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-codegen/plugin-helpers": {
|
||||
"version": "2.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.4.2.tgz",
|
||||
"integrity": "sha512-LJNvwAPv/sKtI3RnRDm+nPD+JeOfOuSOS4FFIpQCMUCyMnFcchV/CPTTv7tT12fLUpEg6XjuFfDBvOwndti30Q==",
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.1.tgz",
|
||||
"integrity": "sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@graphql-tools/utils": "^8.5.2",
|
||||
"change-case-all": "1.0.14",
|
||||
"common-tags": "1.8.2",
|
||||
"import-from": "4.0.0",
|
||||
"lodash": "~4.17.0",
|
||||
"tslib": "~2.3.0"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-codegen/plugin-helpers/node_modules/@graphql-tools/utils": {
|
||||
"version": "8.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz",
|
||||
"integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-codegen/plugin-helpers/node_modules/@graphql-tools/utils/node_modules/tslib": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
|
||||
"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-codegen/plugin-helpers/node_modules/change-case-all": {
|
||||
"version": "1.0.14",
|
||||
"resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.14.tgz",
|
||||
"integrity": "sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"change-case": "^4.1.2",
|
||||
"is-lower-case": "^2.0.2",
|
||||
"is-upper-case": "^2.0.2",
|
||||
"lower-case": "^2.0.2",
|
||||
"lower-case-first": "^2.0.2",
|
||||
"sponge-case": "^1.0.1",
|
||||
"swap-case": "^2.0.2",
|
||||
"title-case": "^3.0.3",
|
||||
"upper-case": "^2.0.2",
|
||||
"upper-case-first": "^2.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
|
||||
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-codegen/schema-ast": {
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz",
|
||||
"integrity": "sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "^3.1.2",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"tslib": "~2.4.0"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-codegen/schema-ast/node_modules/@graphql-codegen/plugin-helpers": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
|
||||
"integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"@graphql-tools/utils": "^10.0.0",
|
||||
"change-case-all": "1.0.15",
|
||||
"common-tags": "1.8.2",
|
||||
"import-from": "4.0.0",
|
||||
"lodash": "~4.17.0",
|
||||
"tslib": "~2.4.0"
|
||||
"tslib": "~2.5.0"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-codegen/schema-ast": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-4.0.0.tgz",
|
||||
"integrity": "sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "^5.0.0",
|
||||
"@graphql-tools/utils": "^10.0.0",
|
||||
"tslib": "~2.5.0"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-codegen/visitor-plugin-common": {
|
||||
"version": "2.13.8",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz",
|
||||
"integrity": "sha512-IQWu99YV4wt8hGxIbBQPtqRuaWZhkQRG2IZKbMoSvh0vGeWb3dB0n0hSgKaOOxDY+tljtOf9MTcUYvJslQucMQ==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.0.1.tgz",
|
||||
"integrity": "sha512-Bi/1z0nHg4QMsAqAJhds+ForyLtk7A3HQOlkrZNm3xEkY7lcBzPtiOTLBtvziwopBsXUxqeSwVjOOFPLS5Yw1Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "^3.1.2",
|
||||
"@graphql-tools/optimize": "^1.3.0",
|
||||
"@graphql-tools/relay-operation-optimizer": "^6.5.0",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"@graphql-codegen/plugin-helpers": "^5.0.0",
|
||||
"@graphql-tools/optimize": "^2.0.0",
|
||||
"@graphql-tools/relay-operation-optimizer": "^7.0.0",
|
||||
"@graphql-tools/utils": "^10.0.0",
|
||||
"auto-bind": "~4.0.0",
|
||||
"change-case-all": "1.0.15",
|
||||
"dependency-graph": "^0.11.0",
|
||||
"graphql-tag": "^2.11.0",
|
||||
"parse-filepath": "^1.0.2",
|
||||
"tslib": "~2.4.0"
|
||||
"tslib": "~2.5.0"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-codegen/visitor-plugin-common/node_modules/@graphql-codegen/plugin-helpers": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
|
||||
"integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-tools/optimize": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/optimize/-/optimize-2.0.0.tgz",
|
||||
"integrity": "sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"change-case-all": "1.0.15",
|
||||
"common-tags": "1.8.2",
|
||||
"import-from": "4.0.0",
|
||||
"lodash": "~4.17.0",
|
||||
"tslib": "~2.4.0"
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"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"
|
||||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/graphql": {
|
||||
"version": "16.6.0",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz",
|
||||
"integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==",
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-tools/relay-operation-optimizer": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-7.0.0.tgz",
|
||||
"integrity": "sha512-UNlJi5y3JylhVWU4MBpL0Hun4Q7IoJwv9xYtmAz+CgRa066szzY7dcuPfxrA7cIGgG/Q6TVsKsYaiF4OHPs1Fw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@ardatan/relay-compiler": "12.0.0",
|
||||
"@graphql-tools/utils": "^10.0.0",
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/tslib": {
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
|
||||
"integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
|
||||
"dev": true
|
||||
"node_modules/graphql-codegen-typescript-validation-schema/node_modules/@graphql-tools/utils": {
|
||||
"version": "10.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.0.5.tgz",
|
||||
"integrity": "sha512-ZTioQqg9z9eCG3j+KDy54k1gp6wRIsLqkx5yi163KVvXVkfjsrdErCyZjrEug21QnKE9piP4tyxMpMMOT1RuRw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@graphql-typed-document-node/core": "^3.1.1",
|
||||
"dset": "^3.1.2",
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-config": {
|
||||
"version": "4.5.0",
|
||||
@@ -24184,153 +24152,107 @@
|
||||
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
|
||||
"dev": true
|
||||
},
|
||||
"graphlib": {
|
||||
"version": "2.1.8",
|
||||
"resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz",
|
||||
"integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"lodash": "^4.17.15"
|
||||
}
|
||||
},
|
||||
"graphql": {
|
||||
"version": "16.7.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz",
|
||||
"integrity": "sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg=="
|
||||
},
|
||||
"graphql-codegen-typescript-validation-schema": {
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql-codegen-typescript-validation-schema/-/graphql-codegen-typescript-validation-schema-0.7.1.tgz",
|
||||
"integrity": "sha512-TupfSpR4XssNCaPsNGLM8yBNTKjFjmCZH/hL2FZwphdl3BeEKtBWLY2WzH+RGjzGuxhJ75j55IIxzBGF0ckjRw==",
|
||||
"version": "0.11.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql-codegen-typescript-validation-schema/-/graphql-codegen-typescript-validation-schema-0.11.1.tgz",
|
||||
"integrity": "sha512-ompXw6VK4JXv+60wQL3H7wtzfjvw6Ic047suJ/ETW34MBjQ1JM2AcLBffmDBKvgrDWJg4mMTxJRChDeDxofIKg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@graphql-codegen/plugin-helpers": "2.4.2",
|
||||
"@graphql-codegen/schema-ast": "2.6.1",
|
||||
"@graphql-codegen/visitor-plugin-common": "^2.13.7",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"graphql": "16.6.0"
|
||||
"@graphql-codegen/plugin-helpers": "^5.0.0",
|
||||
"@graphql-codegen/schema-ast": "4.0.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "^4.0.0",
|
||||
"@graphql-tools/utils": "^10.0.0",
|
||||
"graphlib": "^2.1.8",
|
||||
"graphql": "^16.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": {
|
||||
"version": "2.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.4.2.tgz",
|
||||
"integrity": "sha512-LJNvwAPv/sKtI3RnRDm+nPD+JeOfOuSOS4FFIpQCMUCyMnFcchV/CPTTv7tT12fLUpEg6XjuFfDBvOwndti30Q==",
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.1.tgz",
|
||||
"integrity": "sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@graphql-tools/utils": "^8.5.2",
|
||||
"change-case-all": "1.0.14",
|
||||
"@graphql-tools/utils": "^10.0.0",
|
||||
"change-case-all": "1.0.15",
|
||||
"common-tags": "1.8.2",
|
||||
"import-from": "4.0.0",
|
||||
"lodash": "~4.17.0",
|
||||
"tslib": "~2.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@graphql-tools/utils": {
|
||||
"version": "8.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz",
|
||||
"integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
|
||||
"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"change-case-all": {
|
||||
"version": "1.0.14",
|
||||
"resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.14.tgz",
|
||||
"integrity": "sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"change-case": "^4.1.2",
|
||||
"is-lower-case": "^2.0.2",
|
||||
"is-upper-case": "^2.0.2",
|
||||
"lower-case": "^2.0.2",
|
||||
"lower-case-first": "^2.0.2",
|
||||
"sponge-case": "^1.0.1",
|
||||
"swap-case": "^2.0.2",
|
||||
"title-case": "^3.0.3",
|
||||
"upper-case": "^2.0.2",
|
||||
"upper-case-first": "^2.0.2"
|
||||
}
|
||||
},
|
||||
"tslib": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
|
||||
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
|
||||
"dev": true
|
||||
}
|
||||
"tslib": "~2.5.0"
|
||||
}
|
||||
},
|
||||
"@graphql-codegen/schema-ast": {
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz",
|
||||
"integrity": "sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==",
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-4.0.0.tgz",
|
||||
"integrity": "sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@graphql-codegen/plugin-helpers": "^3.1.2",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"tslib": "~2.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
|
||||
"integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"change-case-all": "1.0.15",
|
||||
"common-tags": "1.8.2",
|
||||
"import-from": "4.0.0",
|
||||
"lodash": "~4.17.0",
|
||||
"tslib": "~2.4.0"
|
||||
}
|
||||
}
|
||||
"@graphql-codegen/plugin-helpers": "^5.0.0",
|
||||
"@graphql-tools/utils": "^10.0.0",
|
||||
"tslib": "~2.5.0"
|
||||
}
|
||||
},
|
||||
"@graphql-codegen/visitor-plugin-common": {
|
||||
"version": "2.13.8",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.8.tgz",
|
||||
"integrity": "sha512-IQWu99YV4wt8hGxIbBQPtqRuaWZhkQRG2IZKbMoSvh0vGeWb3dB0n0hSgKaOOxDY+tljtOf9MTcUYvJslQucMQ==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.0.1.tgz",
|
||||
"integrity": "sha512-Bi/1z0nHg4QMsAqAJhds+ForyLtk7A3HQOlkrZNm3xEkY7lcBzPtiOTLBtvziwopBsXUxqeSwVjOOFPLS5Yw1Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@graphql-codegen/plugin-helpers": "^3.1.2",
|
||||
"@graphql-tools/optimize": "^1.3.0",
|
||||
"@graphql-tools/relay-operation-optimizer": "^6.5.0",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"@graphql-codegen/plugin-helpers": "^5.0.0",
|
||||
"@graphql-tools/optimize": "^2.0.0",
|
||||
"@graphql-tools/relay-operation-optimizer": "^7.0.0",
|
||||
"@graphql-tools/utils": "^10.0.0",
|
||||
"auto-bind": "~4.0.0",
|
||||
"change-case-all": "1.0.15",
|
||||
"dependency-graph": "^0.11.0",
|
||||
"graphql-tag": "^2.11.0",
|
||||
"parse-filepath": "^1.0.2",
|
||||
"tslib": "~2.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz",
|
||||
"integrity": "sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"change-case-all": "1.0.15",
|
||||
"common-tags": "1.8.2",
|
||||
"import-from": "4.0.0",
|
||||
"lodash": "~4.17.0",
|
||||
"tslib": "~2.4.0"
|
||||
}
|
||||
}
|
||||
"tslib": "~2.5.0"
|
||||
}
|
||||
},
|
||||
"graphql": {
|
||||
"version": "16.6.0",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz",
|
||||
"integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==",
|
||||
"dev": true
|
||||
"@graphql-tools/optimize": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/optimize/-/optimize-2.0.0.tgz",
|
||||
"integrity": "sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
},
|
||||
"tslib": {
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
|
||||
"integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==",
|
||||
"dev": true
|
||||
"@graphql-tools/relay-operation-optimizer": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-7.0.0.tgz",
|
||||
"integrity": "sha512-UNlJi5y3JylhVWU4MBpL0Hun4Q7IoJwv9xYtmAz+CgRa066szzY7dcuPfxrA7cIGgG/Q6TVsKsYaiF4OHPs1Fw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@ardatan/relay-compiler": "12.0.0",
|
||||
"@graphql-tools/utils": "^10.0.0",
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
},
|
||||
"@graphql-tools/utils": {
|
||||
"version": "10.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.0.5.tgz",
|
||||
"integrity": "sha512-ZTioQqg9z9eCG3j+KDy54k1gp6wRIsLqkx5yi163KVvXVkfjsrdErCyZjrEug21QnKE9piP4tyxMpMMOT1RuRw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@graphql-typed-document-node/core": "^3.1.1",
|
||||
"dset": "^3.1.2",
|
||||
"tslib": "^2.4.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
"execa": "^7.1.1",
|
||||
"filter-obj": "^5.1.0",
|
||||
"got": "^12.6.0",
|
||||
"graphql-codegen-typescript-validation-schema": "^0.7.1",
|
||||
"graphql-codegen-typescript-validation-schema": "^0.11.0",
|
||||
"ip-regex": "^5.0.0",
|
||||
"json-difference": "^1.9.1",
|
||||
"log4js": "^6.9.1",
|
||||
|
||||
Reference in New Issue
Block a user