diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-01 04:53:27 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-01 04:54:07 +0000 |
commit | 513170610c6398b5135890da827e4699dce957ae (patch) | |
tree | f437e94b9b6a614340a25a4bcacbca69123c4e22 /clients/www | |
parent | Bump @sveltejs/kit from 2.5.17 to 2.5.18 (diff) | |
download | zorascript-513170610c6398b5135890da827e4699dce957ae.tar zorascript-513170610c6398b5135890da827e4699dce957ae.tar.gz zorascript-513170610c6398b5135890da827e4699dce957ae.tar.bz2 zorascript-513170610c6398b5135890da827e4699dce957ae.tar.lz zorascript-513170610c6398b5135890da827e4699dce957ae.tar.xz zorascript-513170610c6398b5135890da827e4699dce957ae.tar.zst zorascript-513170610c6398b5135890da827e4699dce957ae.zip |
Bump eslint from 9.5.0 to 9.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.5.0 to 9.6.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.5.0...v9.6.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www')
-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 fa6b37d..57b8769 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "^7.14.1", "@vite-pwa/sveltekit": "^0.5.0", "autoprefixer": "10.4.19", - "eslint": "^9.5.0", + "eslint": "^9.6.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.41.0", "iconify-icon": "^2.1.0", |