|
75 | 75 | "graphql": "^16.9.0" |
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | | - "@apollo/server": "^4.11.0", |
| 78 | + "@apollo/server": "^4.11.1", |
79 | 79 | "@as-integrations/koa": "^1.1.1", |
80 | 80 | "@commitlint/cli": "^19.5.0", |
81 | 81 | "@commitlint/config-conventional": "^19.5.0", |
82 | 82 | "@discordjs/collection": "^2.1.1", |
83 | 83 | "@favware/cliff-jumper": "^5.0.0", |
84 | 84 | "@graphql-codegen/cli": "^5.0.3", |
85 | 85 | "@graphql-codegen/schema-ast": "^4.1.0", |
86 | | - "@graphql-codegen/typescript": "^4.0.7", |
87 | | - "@graphql-codegen/typescript-resolvers": "^4.1.0", |
| 86 | + "@graphql-codegen/typescript": "^4.1.1", |
| 87 | + "@graphql-codegen/typescript-resolvers": "^4.4.0", |
88 | 88 | "@koa/cors": "^5.0.0", |
89 | 89 | "@magidoc/cli": "^6.1.0", |
90 | 90 | "@sapphire/eslint-config": "^5.0.5", |
|
100 | 100 | "@types/koa": "^2.15.0", |
101 | 101 | "@types/koa-bodyparser": "^4.3.12", |
102 | 102 | "@types/koa__cors": "^5.0.0", |
103 | | - "@types/node": "^20.14.8", |
104 | | - "@typescript-eslint/eslint-plugin": "^7.13.1", |
105 | | - "@typescript-eslint/parser": "^7.13.1", |
106 | | - "@vitest/coverage-v8": "^2.1.3", |
| 103 | + "@types/node": "^20.17.3", |
| 104 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 105 | + "@typescript-eslint/parser": "^7.18.0", |
| 106 | + "@vitest/coverage-v8": "^2.1.4", |
107 | 107 | "async": "^3.2.6", |
108 | 108 | "cheerio": "^1.0.0", |
109 | 109 | "colorette": "^2.0.20", |
|
123 | 123 | "tsup": "^8.3.5", |
124 | 124 | "tsx": "^4.19.2", |
125 | 125 | "typescript": "~5.4.5", |
126 | | - "vitest": "^2.1.3" |
| 126 | + "vitest": "^2.1.4" |
127 | 127 | }, |
128 | 128 | "resolutions": { |
129 | 129 | "ansi-regex": "^5.0.1", |
130 | 130 | "minimist": "^1.2.8", |
131 | | - "graphql@npm:^16.9.0": "patch:graphql@npm%3A16.9.0#~/.yarn/patches/graphql-npm-16.9.0-a36f71845f.patch" |
| 131 | + "graphql@npm:^16.9.0": "patch:graphql@npm%3A16.9.0#~/.yarn/patches/graphql-npm-16.9.0-a36f71845f.patch", |
| 132 | + "@graphql-tools/merge@npm:^9.0.0": "patch:@graphql-tools/merge@npm%3A9.0.4#~/.yarn/patches/@graphql-tools-merge-npm-9.0.4-169df8c300.patch", |
| 133 | + "@graphql-tools/merge@npm:^9.0.3": "patch:@graphql-tools/merge@npm%3A9.0.4#~/.yarn/patches/@graphql-tools-merge-npm-9.0.4-169df8c300.patch" |
132 | 134 | }, |
133 | 135 | "files": [ |
134 | 136 | "dist/", |
|
0 commit comments