diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-20 04:41:20 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-20 04:42:01 +0000 |
commit | 8cd006a7770bc0846cb731ee9561af8985ec7322 (patch) | |
tree | faea1f48cf9bdeee339dad2728af99753a67a557 /clients | |
parent | Bump @skeletonlabs/skeleton from 2.10.0 to 2.10.1 (diff) | |
download | zorascript-8cd006a7770bc0846cb731ee9561af8985ec7322.tar zorascript-8cd006a7770bc0846cb731ee9561af8985ec7322.tar.gz zorascript-8cd006a7770bc0846cb731ee9561af8985ec7322.tar.bz2 zorascript-8cd006a7770bc0846cb731ee9561af8985ec7322.tar.lz zorascript-8cd006a7770bc0846cb731ee9561af8985ec7322.tar.xz zorascript-8cd006a7770bc0846cb731ee9561af8985ec7322.tar.zst zorascript-8cd006a7770bc0846cb731ee9561af8985ec7322.zip |
Bump @types/node from 20.14.5 to 20.14.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.5 to 20.14.6.
- [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-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 d457967..cb98064 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.13", - "@types/node": "20.14.5", + "@types/node": "20.14.6", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1", "@vite-pwa/sveltekit": "^0.5.0", |