codeflash/code_to_optimize/js/code_to_optimize_js
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 add e2e test for CI 2026-01-27 20:54:01 -08:00
bubble_sort.js fix: correct loop index calculation in JS performance benchmarking 2026-02-12 15:32:16 +02:00
calculator.js fixes for unit tests 2026-02-12 19:30:46 +02:00
fibonacci.js ignore calls inside string litrals for instrumentation and fix e2e test 2026-02-12 18:14:33 +02:00
math_helpers.js fixes for unit tests 2026-02-12 19:30:46 +02:00
package-lock.json fix: upgrade dependencies to resolve Dependabot security alerts 2026-03-07 03:48:38 -05:00
package.json move package dependencies to codeflash 2026-01-28 11:34:44 +05:30
string_utils.js fixes for unit tests 2026-02-12 19:30:46 +02:00