Bump commander from 12.1.0 to 14.0.2 in /frontend

Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 to 14.0.2.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v12.1.0...v14.0.2)

---
updated-dependencies:
- dependency-name: commander
  dependency-version: 14.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-27 05:57:09 +00:00 committed by GitHub
parent 2b9d77d165
commit 968d71dd15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 13 deletions

View file

@ -12,7 +12,7 @@
"test": "tsx --test src/args.test.ts src/node-filesystem.test.ts"
},
"dependencies": {
"commander": "^12.1.0"
"commander": "^14.0.2"
},
"devDependencies": {
"@types/node": "^24.8.1",