diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 18:59:21 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 18:59:21 -0300 |
| commit | 38ceb37d0721705eeeb669eb795f054bb7322a9a (patch) | |
| tree | b36ed75a66556d30687a815d7009d89531959adc /package.json | |
| parent | de1563b9a06991450d88fd697ee03c947606a075 (diff) | |
eslint 9.37.0 -> 10.1.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index c99beecb..96b7b90f 100644 --- a/package.json +++ b/package.json @@ -60,12 +60,12 @@ "node": ">= 22.13.0" }, "dependencies": { - "@eslint/js": "9.37.0", + "@eslint/js": "10.0.1", "@js-temporal/polyfill": "0.4.4", "chroma-js": "2.4.2", "command-exists": "1.2.9", "compress-json": "3.4.0", - "eslint": "9.37.0", + "eslint": "10.1.0", "flexsearch": "0.7.43", "image-size": "2.0.2", "js-yaml": "4.1.0", |