Merge remote-tracking branch 'origin/main' into production
No related branches found
Tags release/1.39.0
Showing
- package.json 10 additions, 9 deletionspackage.json
- renovate.json 4 additions, 3 deletionsrenovate.json
- terraform/environments/dns.tf 0 additions, 5 deletionsterraform/environments/dns.tf
- terraform/environments/vars.tf 13 additions, 0 deletionsterraform/environments/vars.tf
- yarn.lock 254 additions, 213 deletionsyarn.lock
... | ... | @@ -13,14 +13,14 @@ |
}, | ||
"dependencies": { | ||
"@escape.tech/graphql-armor-max-depth": "^2.3.0", | ||
"@graphql-mesh/cache-localforage": "^0.99.0", | ||
"@graphql-mesh/cache-redis": "^0.99.0", | ||
"@graphql-mesh/cli": "^0.92.0", | ||
"@graphql-mesh/graphql": "^0.99.0", | ||
"@graphql-mesh/openapi": "^0.103.0", | ||
"@graphql-mesh/plugin-response-cache": "^0.98.8", | ||
"@graphql-mesh/runtime": "^0.100.0", | ||
"@graphql-mesh/transform-prefix": "^0.99.0", | ||
"@graphql-mesh/cache-localforage": "^0.100.0", | ||
"@graphql-mesh/cache-redis": "^0.100.0", | ||
"@graphql-mesh/cli": "^0.93.0", | ||
"@graphql-mesh/graphql": "^0.100.0", | ||
"@graphql-mesh/openapi": "^0.104.0", | ||
"@graphql-mesh/plugin-response-cache": "^0.100.0", | ||
"@graphql-mesh/runtime": "^0.101.0", | ||
"@graphql-mesh/transform-prefix": "^0.100.0", | ||
"express": "^4.19.2", | ||
"graphql": "^16.8.2", | ||
"helmet": "^7.1.0", | ||
... | ... | @@ -46,5 +46,6 @@ |
"supertest": "^7.0.0", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "5.5.4" | ||
} | ||
}, | ||
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" | ||
} |
This diff is collapsed.
Please register or sign in to comment