diff --git a/bun.lock b/bun.lock index cae5459..3467354 100644 --- a/bun.lock +++ b/bun.lock @@ -4,7 +4,7 @@ "": { "name": "backfeed-graphql-api", "dependencies": { - "@envelop/generic-auth": "^9.1.3", + "@envelop/generic-auth": "^10.0.0", "@envelop/parser-cache": "^8.1.3", "@envelop/validation-cache": "^8.1.3", "@escape.tech/graphql-armor": "^3.1.2", @@ -88,9 +88,9 @@ "@envelop/core": ["@envelop/core@5.2.3", "", { "dependencies": { "@envelop/instrumentation": "^1.0.0", "@envelop/types": "^5.2.1", "@whatwg-node/promise-helpers": "^1.2.4", "tslib": "^2.5.0" } }, "sha512-KfoGlYD/XXQSc3BkM1/k15+JQbkQ4ateHazeZoWl9P71FsLTDXSjGy6j7QqfhpIDSbxNISqhPMfZHYSbDFOofQ=="], - "@envelop/extended-validation": ["@envelop/extended-validation@5.1.3", "", { "dependencies": { "@graphql-tools/utils": "^10.0.0", "tslib": "^2.5.0" }, "peerDependencies": { "@envelop/core": "^5.2.3", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "sha512-mp7CCN+KNp375FEFN3gRdl7M8rqdmqOUfUIEHkP6O7injeuxd86nbFuS4f/uJGcTubFOaCs1IKIFBcuYZk33iQ=="], + "@envelop/extended-validation": ["@envelop/extended-validation@6.0.0", "", { "dependencies": { "@graphql-tools/utils": "^10.0.0", "tslib": "^2.5.0" }, "peerDependencies": { "@envelop/core": "^5.3.0", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "sha512-oov88y44ilYlK/7kasb8kd6D2n/r3tYHRIkg9TxpPGEqf0d57PLDc8JfeMSSwGPIyj1i0gbhGu7zEOnAxRwhvg=="], - "@envelop/generic-auth": ["@envelop/generic-auth@9.1.3", "", { "dependencies": { "@envelop/extended-validation": "^5.1.3", "@graphql-tools/executor": "^1.3.6", "@graphql-tools/utils": "^10.5.1", "@whatwg-node/promise-helpers": "^1.2.1", "tslib": "^2.5.0" }, "peerDependencies": { "@envelop/core": "^5.2.3", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "sha512-HH8X0qcz4lb1xQfG4LhXbvwUU0oWiwBdLNKbjJo6JL2frYXFWCQNUbkIzQL7S64+ZOuTU0LnTSVucyI2Nd0Hqw=="], + "@envelop/generic-auth": ["@envelop/generic-auth@10.0.0", "", { "dependencies": { "@envelop/extended-validation": "^6.0.0", "@graphql-tools/executor": "^1.3.6", "@graphql-tools/utils": "^10.5.1", "@whatwg-node/promise-helpers": "^1.2.1", "tslib": "^2.5.0" }, "peerDependencies": { "@envelop/core": "^5.3.0", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "sha512-7B2RO/mX0yZbd5dJZEX7W06B2jXUuM7Ttio7G4PnnU7hv296v99RKCzJI+6/oY4Pa4ETLs+E1hLvONKg2gKBkQ=="], "@envelop/instrumentation": ["@envelop/instrumentation@1.0.0", "", { "dependencies": { "@whatwg-node/promise-helpers": "^1.2.1", "tslib": "^2.5.0" } }, "sha512-cxgkB66RQB95H3X27jlnxCRNTmPuSTgmBAq6/4n2Dtv4hsk4yz8FadA1ggmd0uZzvKqWD6CR+WFgTjhDqg7eyw=="], diff --git a/package.json b/package.json index 7511935..2173c3e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "typescript": "^5.8.2" }, "dependencies": { - "@envelop/generic-auth": "^9.1.3", + "@envelop/generic-auth": "^10.0.0", "@envelop/parser-cache": "^8.1.3", "@envelop/validation-cache": "^8.1.3", "@escape.tech/graphql-armor": "^3.1.2",