Skip to content

Commit 7f16f1e

Browse files
committed
fix(deps): upgrade vulnerable dependencies
- @typescript-eslint/* v6 → v8 (fixes minimatch ReDoS, CVE high) - vitest v1 → v4 (fixes rollup path traversal, vite CVE) - flatted → 3.4.2 (fixes prototype pollution, CVE high) - picomatch → 2.3.2 (fixes method injection, CVE medium) - Update Octokit mocks to use class syntax for vitest v4 - Update eslint config for typescript-eslint v8 - Fix no-base-to-string lint error in logger
1 parent 31ee67b commit 7f16f1e

6 files changed

Lines changed: 1063 additions & 1606 deletions

File tree

skill/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extends": [
1010
"eslint:recommended",
1111
"plugin:@typescript-eslint/recommended",
12-
"plugin:@typescript-eslint/recommended-requiring-type-checking",
12+
"plugin:@typescript-eslint/recommended-type-checked",
1313
"prettier"
1414
],
1515
"rules": {

0 commit comments

Comments
 (0)