diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-28 05:01:52 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-28 05:02:35 +0000 |
commit | 69ee09fc67d1cc4a67e4a9e4e151a2494241d438 (patch) | |
tree | 0f2a3cffed9409151bf00a7ab19ea75d25e80e22 /clients/www | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | zorascript-69ee09fc67d1cc4a67e4a9e4e151a2494241d438.tar zorascript-69ee09fc67d1cc4a67e4a9e4e151a2494241d438.tar.gz zorascript-69ee09fc67d1cc4a67e4a9e4e151a2494241d438.tar.bz2 zorascript-69ee09fc67d1cc4a67e4a9e4e151a2494241d438.tar.lz zorascript-69ee09fc67d1cc4a67e4a9e4e151a2494241d438.tar.xz zorascript-69ee09fc67d1cc4a67e4a9e4e151a2494241d438.tar.zst zorascript-69ee09fc67d1cc4a67e4a9e4e151a2494241d438.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `@sveltejs/kit` from 2.5.24 to 2.5.25
- [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.5.25/packages/kit)
Updates `@types/node` from 22.5.0 to 22.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@types/node"
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')
-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 095dfe5..84ef03e 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -17,11 +17,11 @@ "@skeletonlabs/skeleton": "2.10.2", "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-static": "^3.0.4", - "@sveltejs/kit": "^2.5.24", + "@sveltejs/kit": "^2.5.25", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.14", - "@types/node": "22.5.0", + "@types/node": "22.5.1", "@typescript-eslint/eslint-plugin": "^8.3.0", "@typescript-eslint/parser": "^8.3.0", "@vite-pwa/sveltekit": "^0.6.1", |