diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-12 04:12:10 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-12-12 04:12:56 +0000 |
commit | ff7298319a8b41b3f7de081064d1ba1f66c7b754 (patch) | |
tree | 0e8820cabc98db0353a6bcf3bc6965941adc6ba8 /clients/www | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | zorascript-ff7298319a8b41b3f7de081064d1ba1f66c7b754.tar zorascript-ff7298319a8b41b3f7de081064d1ba1f66c7b754.tar.gz zorascript-ff7298319a8b41b3f7de081064d1ba1f66c7b754.tar.bz2 zorascript-ff7298319a8b41b3f7de081064d1ba1f66c7b754.tar.lz zorascript-ff7298319a8b41b3f7de081064d1ba1f66c7b754.tar.xz zorascript-ff7298319a8b41b3f7de081064d1ba1f66c7b754.tar.zst zorascript-ff7298319a8b41b3f7de081064d1ba1f66c7b754.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `@types/node` from 22.10.1 to 22.10.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `svelte` from 5.10.1 to 5.11.2
- [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.11.2/packages/svelte)
---
updated-dependencies:
- dependency-name: "@types/node"
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-minor
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www')
-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 1e8fc9a..36f75b0 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^5.0.1", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", - "@types/node": "22.10.1", + "@types/node": "22.10.2", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", "@vite-pwa/sveltekit": "^0.6.6", @@ -33,7 +33,7 @@ "postcss": "8.4.49", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.2", - "svelte": "^5.10.1", + "svelte": "^5.11.2", "svelte-check": "^4.1.1", "svelte-persisted-store": "^0.12.0", "tailwindcss": "3.4.16", |