Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(oas): update memoizee(vulnerability) (#876)
| 🚥 Resolves | | :------------------- | ## 🧰 Changes Memoize had a vulnerability and was fixed with v0.4.16. medikoo/memoizee#133 ``` ┌─────────────────────┬────────────────────────────────────────────────────────┐ │ low │ es5-ext vulnerable to Regular Expression Denial of │ │ │ Service in `function#copy` and │ │ │ `function#toStringTokens` │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Package │ es5-ext │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Vulnerable versions │ >=0.10.0 <0.10.63 │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Patched versions │ >=0.10.63 │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ Paths │ . > @kubb/[email protected] > @kubb/[email protected] > │ │ │ [email protected] > [email protected] > [email protected] > │ │ │ [email protected] > [email protected] > [email protected] │ │ │ │ │ │ . > @kubb/[email protected] > @kubb/[email protected] > │ │ │ [email protected] > [email protected] > [email protected] > │ │ │ [email protected] > [email protected] > [email protected] │ │ │ │ │ │ . > @kubb/[email protected] > @kubb/[email protected] > │ │ │ [email protected] > [email protected] > [email protected] > │ │ │ [email protected] > [email protected] │ │ │ │ │ │ ... Found 54 paths, run `pnpm why es5-ext` for more │ │ │ information │ ├─────────────────────┼────────────────────────────────────────────────────────┤ │ More info │ GHSA-4gmj-3p3h-gm8h │ └─────────────────────┴────────────────────────────────────────────────────────┘ ``` It is linked to kubb-labs/kubb#1014.
- Loading branch information