1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-03-08 05:55:49 +00:00

chore(deps): update dev dependencies

- @typescript-eslint/eslint-plugin: ^7.9.0 → ^8.56.1
- @typescript-eslint/parser: ^7.9.0 → ^8.56.1
- eslint: ^8.57.0 → ^9.39.3
- @types/jest: ^29.5.12 → ^29.5.14

All 96 tests pass. Build succeeds.
This commit is contained in:
theluckystrike 2026-03-04 19:44:40 +07:00
parent 0c366fd6a8
commit 0bd91ae0d9
2 changed files with 806 additions and 323 deletions

1121
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,13 +36,13 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/node": "^24.1.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint": "^9.39.3",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.8.2",
"jest": "^29.7.0",