aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-20 04:50:57 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-11-20 04:51:38 +0000
commit67dbff2a97654b193cf2706a47c25941a6bc55d0 (patch)
tree45e13a81b7d56e2ddb6cbd78bc603407a45e80b2 /clients
parentBump the node-deps group with 3 updates (diff)
downloadzorascript-67dbff2a97654b193cf2706a47c25941a6bc55d0.tar
zorascript-67dbff2a97654b193cf2706a47c25941a6bc55d0.tar.gz
zorascript-67dbff2a97654b193cf2706a47c25941a6bc55d0.tar.bz2
zorascript-67dbff2a97654b193cf2706a47c25941a6bc55d0.tar.lz
zorascript-67dbff2a97654b193cf2706a47c25941a6bc55d0.tar.xz
zorascript-67dbff2a97654b193cf2706a47c25941a6bc55d0.tar.zst
zorascript-67dbff2a97654b193cf2706a47c25941a6bc55d0.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.9.0 to 22.9.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `svelte` from 5.2.3 to 5.2.4 - [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.4/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-patch dependency-group: node-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-rw-r--r--clients/www/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index 8d1ca83..faf2c6a 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -21,7 +21,7 @@
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
- "@types/node": "22.9.0",
+ "@types/node": "22.9.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vite-pwa/sveltekit": "^0.6.6",
@@ -33,7 +33,7 @@
"postcss": "8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.8",
- "svelte": "^5.2.3",
+ "svelte": "^5.2.4",
"svelte-check": "^4.0.9",
"svelte-persisted-store": "^0.12.0",
"tailwindcss": "3.4.15",