codeflash/code_to_optimize/js/code_to_optimize_vitest
Kevin Turcios 45fb07fad2 fix: upgrade dependencies to resolve Dependabot security alerts
Upgrade Python deps via uv sync --upgrade (werkzeug, filelock for py>=3.10,
and others). Run npm audit fix across JS test fixtures to patch minimatch
and rollup vulnerabilities.

Remaining unfixable:
- filelock <3.20.3 for py<3.10 (patched version requires py>=3.10)
- serialize-javascript in mocha ^10 (fix requires mocha 11 breaking change)
2026-03-07 03:48:38 -05:00
..
tests vitest support add to js/ts project 2026-01-31 01:09:52 +05:30
codeflash.yaml vitest support add to js/ts project 2026-01-31 01:09:52 +05:30
fibonacci.ts vitest support add to js/ts project 2026-01-31 01:09:52 +05:30
package-lock.json fix: upgrade dependencies to resolve Dependabot security alerts 2026-03-07 03:48:38 -05:00
package.json fix: address security vulnerabilities while maintaining Python 3.9 support 2026-02-19 01:26:37 -05:00
string_utils.ts vitest support add to js/ts project 2026-01-31 01:09:52 +05:30
tsconfig.json vitest support add to js/ts project 2026-01-31 01:09:52 +05:30
vitest.config.ts vitest support add to js/ts project 2026-01-31 01:09:52 +05:30