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) |
||
|---|---|---|
| .. | ||
| tests | ||
| bubble_sort.js | ||
| calculator.js | ||
| fibonacci.js | ||
| math_helpers.js | ||
| package-lock.json | ||
| package.json | ||
| string_utils.js | ||