diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-19 04:44:32 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-19 04:45:08 +0000 |
commit | 90d0b193ca307ac8ecbd4005ee81fef032212281 (patch) | |
tree | f6689b8b6e6df2e98a59df4fe8e98a639fd056d2 /clients | |
parent | Bump vite from 5.4.0 to 5.4.1 in the node-deps group (diff) | |
download | zorascript-90d0b193ca307ac8ecbd4005ee81fef032212281.tar zorascript-90d0b193ca307ac8ecbd4005ee81fef032212281.tar.gz zorascript-90d0b193ca307ac8ecbd4005ee81fef032212281.tar.bz2 zorascript-90d0b193ca307ac8ecbd4005ee81fef032212281.tar.lz zorascript-90d0b193ca307ac8ecbd4005ee81fef032212281.tar.xz zorascript-90d0b193ca307ac8ecbd4005ee81fef032212281.tar.zst zorascript-90d0b193ca307ac8ecbd4005ee81fef032212281.zip |
Bump @types/node from 22.3.0 to 22.4.1 in the node-deps group
Bumps the node-deps group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `@types/node` from 22.3.0 to 22.4.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
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')
-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 db39f4b..e33de58 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.14", - "@types/node": "22.3.0", + "@types/node": "22.4.1", "@typescript-eslint/eslint-plugin": "^8.1.0", "@typescript-eslint/parser": "^8.1.0", "@vite-pwa/sveltekit": "^0.6.0", |