diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-09 04:15:35 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-09 04:16:11 +0000 |
commit | 917653d4aeffcd1fed70c4af0c01a22b2c522b34 (patch) | |
tree | 8b41d4a8df8de88a4b30e61b35a496cbce191de8 /clients | |
parent | Bump @tailwindcss/forms from 0.5.8 to 0.5.9 in the node-deps group (diff) | |
download | zorascript-917653d4aeffcd1fed70c4af0c01a22b2c522b34.tar zorascript-917653d4aeffcd1fed70c4af0c01a22b2c522b34.tar.gz zorascript-917653d4aeffcd1fed70c4af0c01a22b2c522b34.tar.bz2 zorascript-917653d4aeffcd1fed70c4af0c01a22b2c522b34.tar.lz zorascript-917653d4aeffcd1fed70c4af0c01a22b2c522b34.tar.xz zorascript-917653d4aeffcd1fed70c4af0c01a22b2c522b34.tar.zst zorascript-917653d4aeffcd1fed70c4af0c01a22b2c522b34.zip |
Bump eslint from 9.9.1 to 9.10.0 in the node-deps group
Bumps the node-deps group with 1 update: [eslint](https://github.com/eslint/eslint).
Updates `eslint` from 9.9.1 to 9.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 16ca551..cf766dd 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "^8.4.0", "@vite-pwa/sveltekit": "^0.6.5", "autoprefixer": "10.4.20", - "eslint": "^9.9.1", + "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.43.0", "iconify-icon": "^2.1.0", |