diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-16 05:10:06 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-16 05:10:42 +0000 |
commit | e4e3255456eb3af41be06415c0eee9cbeccb0997 (patch) | |
tree | 6a8cd43fbcfc14c5030922132560235c6261bddb /clients | |
parent | Bump prettier-plugin-svelte from 3.2.0 to 3.2.1 (diff) | |
download | zorascript-e4e3255456eb3af41be06415c0eee9cbeccb0997.tar zorascript-e4e3255456eb3af41be06415c0eee9cbeccb0997.tar.gz zorascript-e4e3255456eb3af41be06415c0eee9cbeccb0997.tar.bz2 zorascript-e4e3255456eb3af41be06415c0eee9cbeccb0997.tar.lz zorascript-e4e3255456eb3af41be06415c0eee9cbeccb0997.tar.xz zorascript-e4e3255456eb3af41be06415c0eee9cbeccb0997.tar.zst zorascript-e4e3255456eb3af41be06415c0eee9cbeccb0997.zip |
Bump @types/node from 20.11.17 to 20.11.19
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.17 to 20.11.19.
- [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 8d3b72c..8ee6f37 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.0.2", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.10", - "@types/node": "20.11.17", + "@types/node": "20.11.19", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "@vite-pwa/sveltekit": "^0.3.0", |