mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
chore(deps): update graphqlcodegenerator monorepo (#620)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
146
api/package-lock.json
generated
146
api/package-lock.json
generated
@@ -88,7 +88,7 @@
|
||||
"@graphql-codegen/typed-document-node": "^4.0.0",
|
||||
"@graphql-codegen/typescript": "^3.0.3",
|
||||
"@graphql-codegen/typescript-operations": "^3.0.3",
|
||||
"@graphql-codegen/typescript-resolvers": "3.2.0",
|
||||
"@graphql-codegen/typescript-resolvers": "3.2.1",
|
||||
"@graphql-typed-document-node/core": "^3.2.0",
|
||||
"@swc/core": "^1.3.49",
|
||||
"@types/async-exit-hook": "^2.0.0",
|
||||
@@ -2080,9 +2080,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/cli": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-3.3.0.tgz",
|
||||
"integrity": "sha512-KRQoAG0stor/ztMsBxHqxnwQzcM1DEZigwzah1LFej8bh6TT1WpUt37zt6PH0EdlMpelmeN3keY4Pq6GMd4ADw==",
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-3.3.1.tgz",
|
||||
"integrity": "sha512-4Es8Y9zFeT0Zx2qRL7L3qXDbbqvXK6aID+8v8lP6gaYD+uWx3Jd4Hsq5vxwVBR+6flm0BW/C85Qm0cvmT7O6LA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/generator": "^7.18.13",
|
||||
@@ -2132,19 +2132,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/client-preset": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-3.0.0.tgz",
|
||||
"integrity": "sha512-J8MGoucvhjqStZ3JBY9rfmgOZrSwuX8aIX5q1OHpjDjxxwaV7XIcw6ztKcZo394xEwA/hMjdoO++qFi0wMRKQA==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-3.0.1.tgz",
|
||||
"integrity": "sha512-aHlnlDWS39kddNJ/I+ItIUj3AX1040aRwHEv2FiPAL0ILrGzHg3AZY1Ay358Ys8fXclrqIN7IeWLmeyI3TIHiA==",
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "^7.20.2",
|
||||
"@babel/template": "^7.20.7",
|
||||
"@graphql-codegen/add": "^4.0.1",
|
||||
"@graphql-codegen/gql-tag-operations": "3.0.0",
|
||||
"@graphql-codegen/gql-tag-operations": "3.0.1",
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/typed-document-node": "^4.0.0",
|
||||
"@graphql-codegen/typescript": "^3.0.3",
|
||||
"@graphql-codegen/typescript-operations": "^3.0.3",
|
||||
"@graphql-codegen/visitor-plugin-common": "^3.1.0",
|
||||
"@graphql-codegen/typed-document-node": "^4.0.1",
|
||||
"@graphql-codegen/typescript": "^3.0.4",
|
||||
"@graphql-codegen/typescript-operations": "^3.0.4",
|
||||
"@graphql-codegen/visitor-plugin-common": "^3.1.1",
|
||||
"@graphql-tools/documents": "^0.1.0",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
@@ -2183,12 +2183,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/gql-tag-operations": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-3.0.0.tgz",
|
||||
"integrity": "sha512-qU122aRJPwZ+56//cIFl9fA25LNdzlmqArRJFa0nnJ2dY8PPmjXX8oXM5IGRB9sBJfHZPniiN1cM2NysgLS8Lg==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-3.0.1.tgz",
|
||||
"integrity": "sha512-8TpJuOiw56wSIS3v+jF5Yr695NYFCpSpChTbUnVLYT6QmnBExv/VwA9bHDchuyUBUE3PfpP/l5JF62Sc0oWmWg==",
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.1",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"auto-bind": "~4.0.0",
|
||||
"tslib": "~2.5.0"
|
||||
@@ -2376,12 +2376,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/typed-document-node": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-4.0.0.tgz",
|
||||
"integrity": "sha512-hzalrmTKIKXSUFv3RzPArBK+2zY9Oi8gBKNdUBKI1lNlEWA9BCXADmu3X/R1fvmLcqrVSnRUc6F1byx47f5+qQ==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-4.0.1.tgz",
|
||||
"integrity": "sha512-mQNYCd12JsFSaK6xLry4olY9TdYG7GxQPexU6qU4Om++eKhseGwk2eGmQDRG4Qp8jEDFLMXuHMVUKqMQ1M+F/A==",
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.1",
|
||||
"auto-bind": "~4.0.0",
|
||||
"change-case-all": "1.0.15",
|
||||
"tslib": "~2.5.0"
|
||||
@@ -2391,13 +2391,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/typescript": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-3.0.3.tgz",
|
||||
"integrity": "sha512-oVV4/RPs3Lmr2XqywlNDmLhNBCIhefA8rYcuxoWcnd/WRc6GNRm1b2NOIzDhhF4xriVluMyk3QQVRepkdj9enw==",
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-3.0.4.tgz",
|
||||
"integrity": "sha512-x4O47447DZrWNtE/l5CU9QzzW4m1RbmCEdijlA3s2flG/y1Ckqdemob4CWfilSm5/tZ3w1junVDY616RDTSvZw==",
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/schema-ast": "^3.0.1",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.1",
|
||||
"auto-bind": "~4.0.0",
|
||||
"tslib": "~2.5.0"
|
||||
},
|
||||
@@ -2406,13 +2406,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/typescript-operations": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-3.0.3.tgz",
|
||||
"integrity": "sha512-RtMRFpZ8nyXxwurdxklWVIHX9U6/fGWYWEpvarNIIci17BKajZPzdBPKP2GKhUEWzZVGNESqH3RX38jt0onLqQ==",
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-3.0.4.tgz",
|
||||
"integrity": "sha512-6yE2OL2+WJ1vd5MwFEGXpaxsFGzjAGUytPVHDML3Bi3TwP1F3lnQlIko4untwvHW0JhZEGQ7Ck30H9HjcxpdKA==",
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/typescript": "^3.0.3",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.0",
|
||||
"@graphql-codegen/typescript": "^3.0.4",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.1",
|
||||
"auto-bind": "~4.0.0",
|
||||
"tslib": "~2.5.0"
|
||||
},
|
||||
@@ -2421,14 +2421,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/typescript-resolvers": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-3.2.0.tgz",
|
||||
"integrity": "sha512-119zDHVb/DYuPW76VYRwYAVRFABHpMN0OZgXe/g2PIHlb/Vlfof4TLjrKkRM7iBFbZPWGL92jqiI8hWFHhpqdg==",
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-3.2.1.tgz",
|
||||
"integrity": "sha512-2ZIHk5J6HTuylse5ZIxw+aega54prHxvj7vM8hiKJ6vejZ94kvVPAq4aWmSFOkZ5lqU3YnM/ZyWfnhT5CUDj1g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/typescript": "^3.0.3",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.0",
|
||||
"@graphql-codegen/typescript": "^3.0.4",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.1",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"auto-bind": "~4.0.0",
|
||||
"tslib": "~2.5.0"
|
||||
@@ -2438,9 +2438,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/visitor-plugin-common": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.1.0.tgz",
|
||||
"integrity": "sha512-S4BO/xP38eoEDULwbem5QeV7yWA8DpbcSGkvwrnMfVQW08nL6uHliCSV8hiuAi7Mhx7snVir4Iumk8uIDRVu6Q==",
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.1.1.tgz",
|
||||
"integrity": "sha512-uAfp+zu/009R3HUAuTK2AamR1bxIltM6rrYYI6EXSmkM3rFtFsLTuJhjUDj98HcUCszJZrADppz8KKLGRUVlNg==",
|
||||
"dependencies": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-tools/optimize": "^1.3.0",
|
||||
@@ -18688,9 +18688,9 @@
|
||||
}
|
||||
},
|
||||
"@graphql-codegen/cli": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-3.3.0.tgz",
|
||||
"integrity": "sha512-KRQoAG0stor/ztMsBxHqxnwQzcM1DEZigwzah1LFej8bh6TT1WpUt37zt6PH0EdlMpelmeN3keY4Pq6GMd4ADw==",
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-3.3.1.tgz",
|
||||
"integrity": "sha512-4Es8Y9zFeT0Zx2qRL7L3qXDbbqvXK6aID+8v8lP6gaYD+uWx3Jd4Hsq5vxwVBR+6flm0BW/C85Qm0cvmT7O6LA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/generator": "^7.18.13",
|
||||
@@ -18731,19 +18731,19 @@
|
||||
}
|
||||
},
|
||||
"@graphql-codegen/client-preset": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-3.0.0.tgz",
|
||||
"integrity": "sha512-J8MGoucvhjqStZ3JBY9rfmgOZrSwuX8aIX5q1OHpjDjxxwaV7XIcw6ztKcZo394xEwA/hMjdoO++qFi0wMRKQA==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-3.0.1.tgz",
|
||||
"integrity": "sha512-aHlnlDWS39kddNJ/I+ItIUj3AX1040aRwHEv2FiPAL0ILrGzHg3AZY1Ay358Ys8fXclrqIN7IeWLmeyI3TIHiA==",
|
||||
"requires": {
|
||||
"@babel/helper-plugin-utils": "^7.20.2",
|
||||
"@babel/template": "^7.20.7",
|
||||
"@graphql-codegen/add": "^4.0.1",
|
||||
"@graphql-codegen/gql-tag-operations": "3.0.0",
|
||||
"@graphql-codegen/gql-tag-operations": "3.0.1",
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/typed-document-node": "^4.0.0",
|
||||
"@graphql-codegen/typescript": "^3.0.3",
|
||||
"@graphql-codegen/typescript-operations": "^3.0.3",
|
||||
"@graphql-codegen/visitor-plugin-common": "^3.1.0",
|
||||
"@graphql-codegen/typed-document-node": "^4.0.1",
|
||||
"@graphql-codegen/typescript": "^3.0.4",
|
||||
"@graphql-codegen/typescript-operations": "^3.0.4",
|
||||
"@graphql-codegen/visitor-plugin-common": "^3.1.1",
|
||||
"@graphql-tools/documents": "^0.1.0",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
@@ -18773,12 +18773,12 @@
|
||||
}
|
||||
},
|
||||
"@graphql-codegen/gql-tag-operations": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-3.0.0.tgz",
|
||||
"integrity": "sha512-qU122aRJPwZ+56//cIFl9fA25LNdzlmqArRJFa0nnJ2dY8PPmjXX8oXM5IGRB9sBJfHZPniiN1cM2NysgLS8Lg==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-3.0.1.tgz",
|
||||
"integrity": "sha512-8TpJuOiw56wSIS3v+jF5Yr695NYFCpSpChTbUnVLYT6QmnBExv/VwA9bHDchuyUBUE3PfpP/l5JF62Sc0oWmWg==",
|
||||
"requires": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.1",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"auto-bind": "~4.0.0",
|
||||
"tslib": "~2.5.0"
|
||||
@@ -18944,59 +18944,59 @@
|
||||
}
|
||||
},
|
||||
"@graphql-codegen/typed-document-node": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-4.0.0.tgz",
|
||||
"integrity": "sha512-hzalrmTKIKXSUFv3RzPArBK+2zY9Oi8gBKNdUBKI1lNlEWA9BCXADmu3X/R1fvmLcqrVSnRUc6F1byx47f5+qQ==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-4.0.1.tgz",
|
||||
"integrity": "sha512-mQNYCd12JsFSaK6xLry4olY9TdYG7GxQPexU6qU4Om++eKhseGwk2eGmQDRG4Qp8jEDFLMXuHMVUKqMQ1M+F/A==",
|
||||
"requires": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.1",
|
||||
"auto-bind": "~4.0.0",
|
||||
"change-case-all": "1.0.15",
|
||||
"tslib": "~2.5.0"
|
||||
}
|
||||
},
|
||||
"@graphql-codegen/typescript": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-3.0.3.tgz",
|
||||
"integrity": "sha512-oVV4/RPs3Lmr2XqywlNDmLhNBCIhefA8rYcuxoWcnd/WRc6GNRm1b2NOIzDhhF4xriVluMyk3QQVRepkdj9enw==",
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-3.0.4.tgz",
|
||||
"integrity": "sha512-x4O47447DZrWNtE/l5CU9QzzW4m1RbmCEdijlA3s2flG/y1Ckqdemob4CWfilSm5/tZ3w1junVDY616RDTSvZw==",
|
||||
"requires": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/schema-ast": "^3.0.1",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.0",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.1",
|
||||
"auto-bind": "~4.0.0",
|
||||
"tslib": "~2.5.0"
|
||||
}
|
||||
},
|
||||
"@graphql-codegen/typescript-operations": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-3.0.3.tgz",
|
||||
"integrity": "sha512-RtMRFpZ8nyXxwurdxklWVIHX9U6/fGWYWEpvarNIIci17BKajZPzdBPKP2GKhUEWzZVGNESqH3RX38jt0onLqQ==",
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-3.0.4.tgz",
|
||||
"integrity": "sha512-6yE2OL2+WJ1vd5MwFEGXpaxsFGzjAGUytPVHDML3Bi3TwP1F3lnQlIko4untwvHW0JhZEGQ7Ck30H9HjcxpdKA==",
|
||||
"requires": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/typescript": "^3.0.3",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.0",
|
||||
"@graphql-codegen/typescript": "^3.0.4",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.1",
|
||||
"auto-bind": "~4.0.0",
|
||||
"tslib": "~2.5.0"
|
||||
}
|
||||
},
|
||||
"@graphql-codegen/typescript-resolvers": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-3.2.0.tgz",
|
||||
"integrity": "sha512-119zDHVb/DYuPW76VYRwYAVRFABHpMN0OZgXe/g2PIHlb/Vlfof4TLjrKkRM7iBFbZPWGL92jqiI8hWFHhpqdg==",
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-3.2.1.tgz",
|
||||
"integrity": "sha512-2ZIHk5J6HTuylse5ZIxw+aega54prHxvj7vM8hiKJ6vejZ94kvVPAq4aWmSFOkZ5lqU3YnM/ZyWfnhT5CUDj1g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-codegen/typescript": "^3.0.3",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.0",
|
||||
"@graphql-codegen/typescript": "^3.0.4",
|
||||
"@graphql-codegen/visitor-plugin-common": "3.1.1",
|
||||
"@graphql-tools/utils": "^9.0.0",
|
||||
"auto-bind": "~4.0.0",
|
||||
"tslib": "~2.5.0"
|
||||
}
|
||||
},
|
||||
"@graphql-codegen/visitor-plugin-common": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.1.0.tgz",
|
||||
"integrity": "sha512-S4BO/xP38eoEDULwbem5QeV7yWA8DpbcSGkvwrnMfVQW08nL6uHliCSV8hiuAi7Mhx7snVir4Iumk8uIDRVu6Q==",
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-3.1.1.tgz",
|
||||
"integrity": "sha512-uAfp+zu/009R3HUAuTK2AamR1bxIltM6rrYYI6EXSmkM3rFtFsLTuJhjUDj98HcUCszJZrADppz8KKLGRUVlNg==",
|
||||
"requires": {
|
||||
"@graphql-codegen/plugin-helpers": "^4.2.0",
|
||||
"@graphql-tools/optimize": "^1.3.0",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"@graphql-codegen/typed-document-node": "^4.0.0",
|
||||
"@graphql-codegen/typescript": "^3.0.3",
|
||||
"@graphql-codegen/typescript-operations": "^3.0.3",
|
||||
"@graphql-codegen/typescript-resolvers": "3.2.0",
|
||||
"@graphql-codegen/typescript-resolvers": "3.2.1",
|
||||
"@graphql-typed-document-node/core": "^3.2.0",
|
||||
"@swc/core": "^1.3.49",
|
||||
"@types/async-exit-hook": "^2.0.0",
|
||||
|
||||
14
web/package-lock.json
generated
14
web/package-lock.json
generated
@@ -2484,16 +2484,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@graphql-codegen/client-preset": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-4.0.1.tgz",
|
||||
"integrity": "sha512-8kt8z1JK4CGbBb+oedSCyHENNxh8UHdEFU8sBCtN4QpKsfmsEXhHHeJCTRPVbQKtEZyfVuBqf89DzuSNLs0DFw==",
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-4.1.0.tgz",
|
||||
"integrity": "sha512-/3Ymb/fjxIF1+HGmaI1YwSZbWsrZAWMSQjh3dU425eBjctjsVQ6gzGRr+l/gE5F1mtmCf+vlbTAT03heAc/QIw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "^7.20.2",
|
||||
"@babel/template": "^7.20.7",
|
||||
"@graphql-codegen/add": "^5.0.0",
|
||||
"@graphql-codegen/gql-tag-operations": "4.0.1",
|
||||
"@graphql-codegen/plugin-helpers": "^5.0.0",
|
||||
"@graphql-codegen/plugin-helpers": "^5.0.1",
|
||||
"@graphql-codegen/typed-document-node": "^5.0.1",
|
||||
"@graphql-codegen/typescript": "^4.0.1",
|
||||
"@graphql-codegen/typescript-operations": "^4.0.1",
|
||||
@@ -2577,9 +2577,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@graphql-codegen/plugin-helpers": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.0.tgz",
|
||||
"integrity": "sha512-suL2ZMkBAU2a4YbBHaZvUPsV1z0q3cW6S96Z/eYYfkRIsJoe2vN+wNZ9Xdzmqx0JLmeeFCBSoBGC0imFyXlkDQ==",
|
||||
"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": "^10.0.0",
|
||||
|
||||
Reference in New Issue
Block a user