swagger-stats
swagger-stats copied to clipboard
⚠️ Vulnerability of the path-to-regexp dependency has been revealed
Version: 0.99.7
The version of path-to-regexp in package.json is "^6.2.1".
Vulnerability details: https://github.com/advisories/GHSA-9wv6-86v2-598j
Workaround:
In package.json
add
"overrides": {
"path-to-regexp": "^8.1.0"
},