diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-23 18:06:04 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-01-23 18:06:18 +0000 |
commit | 80829bb6bff9249531010025e8a67c65f598c43f (patch) | |
tree | ee706c44a47849828658ae2dbc32acaffb14b80a /clients | |
parent | Add dependabot (diff) | |
download | zorascript-80829bb6bff9249531010025e8a67c65f598c43f.tar zorascript-80829bb6bff9249531010025e8a67c65f598c43f.tar.gz zorascript-80829bb6bff9249531010025e8a67c65f598c43f.tar.bz2 zorascript-80829bb6bff9249531010025e8a67c65f598c43f.tar.lz zorascript-80829bb6bff9249531010025e8a67c65f598c43f.tar.xz zorascript-80829bb6bff9249531010025e8a67c65f598c43f.tar.zst zorascript-80829bb6bff9249531010025e8a67c65f598c43f.zip |
Bump @typescript-eslint/parser from 6.19.0 to 6.19.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.0 to 6.19.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.19.1/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-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 7a84ae8..e1cd17f 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.10", "@types/node": "20.11.5", "@typescript-eslint/eslint-plugin": "^6.19.0", - "@typescript-eslint/parser": "^6.19.0", + "@typescript-eslint/parser": "^6.19.1", "@vite-pwa/sveltekit": "^0.3.0", "autoprefixer": "10.4.17", "eslint": "^8.56.0", |