jgr88
jgr88
**Describe the bug** Optic v0.50.10 depends on vulnerable version of `latest-version`. **To Reproduce** Steps to reproduce the behavior: 1. npm install @useoptic/optic 2. npm audit **Expected behavior** `latest-version` > 5.1.0...
OpenApi 3.1 allows a Server Variable Object like: ```json { "servers": [ { "url": "https://{username}.gigantic-server.com:{port}/{basePath}", "description": "The production API server", "variables": { "username": { "default": "demo", "description": "this value is...
**Is your feature request related to a problem? Please describe.** Id like to use QuantumLeap in a Docker Compose file using [Docker secrets](https://docs.docker.com/compose/use-secrets/) to configure POSTGRES_DB_NAME, POSTGRES_DB_USER and POSTGRES_DB_PASS. **Describe...