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

⚠️ Vulnerability of the path-to-regexp dependency has been revealed

Open av-k opened this issue 5 months ago • 1 comments

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"
  },

av-k avatar Sep 12 '24 10:09 av-k