Skip to content

Commit 07fedb0

Browse files
committed
Fix security vulnerabilities, update the browserslist-db, and update all dependencies.
The version has been bumped so this can be published. That has not been done however. That can wait until a later time. At this point there are no real changes that affect the built result, so we can wait until that happens.
1 parent caa85a3 commit 07fedb0

File tree

13 files changed

+2543
-1612
lines changed

13 files changed

+2543
-1612
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default [
3131
languageOptions: { parserOptions: { project: false, program: null, projectService: false } },
3232
rules: { ...tseslint.configs.disableTypeChecked.rules, '@typescript-eslint/no-require-imports': 'off' }
3333
},
34-
{ files: ['**/test/*.test.js'], ...mochaPlugin.configs.flat.recommended },
34+
{ files: ['**/test/*.test.js'], ...mochaPlugin.configs.recommended },
3535
eslintConfigPrettier,
3636
{
3737
plugins: { '@stylistic': stylistic },

0 commit comments

Comments
 (0)