diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-07 04:18:03 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-01-07 04:18:44 +0000 |
commit | 155ebbf06eb0ebd66866bc1eacff4e973c2ecd9b (patch) | |
tree | 6c124d3396ca1aecf45d42896116d5cb37a0b832 /clients | |
parent | Bump the node-deps group with 4 updates (diff) | |
download | zorascript-155ebbf06eb0ebd66866bc1eacff4e973c2ecd9b.tar zorascript-155ebbf06eb0ebd66866bc1eacff4e973c2ecd9b.tar.gz zorascript-155ebbf06eb0ebd66866bc1eacff4e973c2ecd9b.tar.bz2 zorascript-155ebbf06eb0ebd66866bc1eacff4e973c2ecd9b.tar.lz zorascript-155ebbf06eb0ebd66866bc1eacff4e973c2ecd9b.tar.xz zorascript-155ebbf06eb0ebd66866bc1eacff4e973c2ecd9b.tar.zst zorascript-155ebbf06eb0ebd66866bc1eacff4e973c2ecd9b.zip |
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `@typescript-eslint/eslint-plugin` from 8.19.0 to 8.19.1
- [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.1/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.19.0 to 8.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/v8.19.1/packages/parser)
Updates `svelte` from 5.16.2 to 5.16.5
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.16.5/packages/svelte)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: svelte
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-rw-r--r-- | clients/www/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index f3b2db9..69a1216 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.5", - "@typescript-eslint/eslint-plugin": "^8.19.0", - "@typescript-eslint/parser": "^8.19.0", + "@typescript-eslint/eslint-plugin": "^8.19.1", + "@typescript-eslint/parser": "^8.19.1", "@vite-pwa/sveltekit": "^0.6.7", "autoprefixer": "10.4.20", "eslint": "^9.17.0", @@ -33,7 +33,7 @@ "postcss": "8.4.49", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.2", - "svelte": "^5.16.2", + "svelte": "^5.16.5", "svelte-check": "^4.1.1", "svelte-persisted-store": "^0.12.0", "tailwindcss": "3.4.17", |