Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Resolve issues found by npm audit.
  • Loading branch information
frostburn committed Dec 8, 2024
1 parent 86f0c97 commit c6edc39
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 517 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"no-constant-condition": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/ban-ts-comment": 0,
"node/no-unpublished-import": ["error", {"allowModules": ["vitest"]}],
"prefer-const": ["error", {"destructuring": "all"}],
"no-restricted-syntax": ["error", "SequenceExpression"]
}
Expand Down
Loading

0 comments on commit c6edc39

Please sign in to comment.