You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`quant purge` now accepts `--cache-keys` without a path positional. Use it to purge by cache key from CI:
```sh
quant purge --cache-keys "env:test"
```
Path and `--cache-keys` are mutually exclusive; one is required.
Overrides `serialize-javascript` to `^7.0.5` to address transitive vulnerabilities via mocha (GHSA-5c6j-r48x-rmvq, GHSA-qj8w-gfj5-8c6v). `npm audit` now reports zero vulnerabilities.