swagger-stats icon indicating copy to clipboard operation
swagger-stats copied to clipboard

Support prom-client 15

Open steven-sheehy opened this issue 2 years ago • 0 comments

Dependabot is attempting to update our dependency on prom-client from 14 to 15 but it fails due to swagger-stats explicitly only supporting up to 14. Is it possible to add support for prom-client 15? Note that 15 drop support for Node.js versions 10, 12, 14, 17 and 19 per its changelog, so that might be a blocker.

npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/prom-client
npm ERR!   peer prom-client@">= 10 <= 14" from [email protected]
npm ERR!   node_modules/swagger-stats
npm ERR!     bundled swagger-stats@"^0.99.7" from the root project

steven-sheehy avatar Oct 16 '23 14:10 steven-sheehy