diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-21 04:41:44 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-21 04:42:22 +0000 |
commit | 45ee5628f47ff4839a8d4c892c46f9a8bf38eab4 (patch) | |
tree | d8a257f07df432c4fac133c1ea8a4debf3a02cb8 /clients/www/package.json | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | zorascript-45ee5628f47ff4839a8d4c892c46f9a8bf38eab4.tar zorascript-45ee5628f47ff4839a8d4c892c46f9a8bf38eab4.tar.gz zorascript-45ee5628f47ff4839a8d4c892c46f9a8bf38eab4.tar.bz2 zorascript-45ee5628f47ff4839a8d4c892c46f9a8bf38eab4.tar.lz zorascript-45ee5628f47ff4839a8d4c892c46f9a8bf38eab4.tar.xz zorascript-45ee5628f47ff4839a8d4c892c46f9a8bf38eab4.tar.zst zorascript-45ee5628f47ff4839a8d4c892c46f9a8bf38eab4.zip |
Bumps the node-deps group with 1 update: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `svelte` from 5.2.4 to 5.2.7
- [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.2.7/packages/svelte)
---
updated-dependencies:
- 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/www/package.json')
-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 faf2c6a..9f201e2 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -33,7 +33,7 @@ "postcss": "8.4.49", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.8", - "svelte": "^5.2.4", + "svelte": "^5.2.7", "svelte-check": "^4.0.9", "svelte-persisted-store": "^0.12.0", "tailwindcss": "3.4.15", |