diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-23 18:07:06 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-01-23 18:07:23 +0000 |
commit | a5d4cf4559085c2741990652eea2d1173a8d9c7f (patch) | |
tree | 1941a3ad08795f7cf3a2bb6d53227753d45a5ada /clients | |
parent | Bump @typescript-eslint/parser from 6.19.0 to 6.19.1 (diff) | |
download | zorascript-a5d4cf4559085c2741990652eea2d1173a8d9c7f.tar zorascript-a5d4cf4559085c2741990652eea2d1173a8d9c7f.tar.gz zorascript-a5d4cf4559085c2741990652eea2d1173a8d9c7f.tar.bz2 zorascript-a5d4cf4559085c2741990652eea2d1173a8d9c7f.tar.lz zorascript-a5d4cf4559085c2741990652eea2d1173a8d9c7f.tar.xz zorascript-a5d4cf4559085c2741990652eea2d1173a8d9c7f.tar.zst zorascript-a5d4cf4559085c2741990652eea2d1173a8d9c7f.zip |
Bump @sveltejs/kit from 2.4.0 to 2.4.3
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.4.0 to 2.4.3.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.4.3/packages/kit)
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
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 e1cd17f..acada4b 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -17,7 +17,7 @@ "@skeletonlabs/skeleton": "2.7.1", "@skeletonlabs/tw-plugin": "0.3.1", "@sveltejs/adapter-static": "^3.0.1", - "@sveltejs/kit": "^2.4.0", + "@sveltejs/kit": "^2.4.3", "@sveltejs/vite-plugin-svelte": "^3.0.1", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.10", |