diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-31 04:26:22 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-12-31 04:26:57 +0000 |
commit | f525f1892112c6a44d217f199c09274baca5563f (patch) | |
tree | 22ebdf4ff1b11f5d4535bff98077853854cf3b86 /clients | |
parent | Bump @sveltejs/kit from 2.15.0 to 2.15.1 in the node-deps group (diff) | |
download | zorascript-f525f1892112c6a44d217f199c09274baca5563f.tar zorascript-f525f1892112c6a44d217f199c09274baca5563f.tar.gz zorascript-f525f1892112c6a44d217f199c09274baca5563f.tar.bz2 zorascript-f525f1892112c6a44d217f199c09274baca5563f.tar.lz zorascript-f525f1892112c6a44d217f199c09274baca5563f.tar.xz zorascript-f525f1892112c6a44d217f199c09274baca5563f.tar.zst zorascript-f525f1892112c6a44d217f199c09274baca5563f.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
Updates `@typescript-eslint/eslint-plugin` from 8.18.2 to 8.19.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.18.2 to 8.19.0
- [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/v8.19.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
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 'clients')
-rw-r--r-- | clients/www/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 3d1ed3c..6ba4efc 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -22,8 +22,8 @@ "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/node": "22.10.2", - "@typescript-eslint/eslint-plugin": "^8.18.2", - "@typescript-eslint/parser": "^8.18.2", + "@typescript-eslint/eslint-plugin": "^8.19.0", + "@typescript-eslint/parser": "^8.19.0", "@vite-pwa/sveltekit": "^0.6.6", "autoprefixer": "10.4.20", "eslint": "^9.17.0", |