diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-19 04:57:32 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-19 04:58:17 +0000 |
commit | d2f5d4f11398aeea0d4fdccc6715f03728bc75c5 (patch) | |
tree | 867f437d0d219b1e22c7ce8d7e21783766fefdde /clients | |
parent | Bump @sveltejs/kit from 2.5.16 to 2.5.17 (diff) | |
download | zorascript-d2f5d4f11398aeea0d4fdccc6715f03728bc75c5.tar zorascript-d2f5d4f11398aeea0d4fdccc6715f03728bc75c5.tar.gz zorascript-d2f5d4f11398aeea0d4fdccc6715f03728bc75c5.tar.bz2 zorascript-d2f5d4f11398aeea0d4fdccc6715f03728bc75c5.tar.lz zorascript-d2f5d4f11398aeea0d4fdccc6715f03728bc75c5.tar.xz zorascript-d2f5d4f11398aeea0d4fdccc6715f03728bc75c5.tar.zst zorascript-d2f5d4f11398aeea0d4fdccc6715f03728bc75c5.zip |
Bump @types/node from 20.14.4 to 20.14.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.4 to 20.14.5.
- [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 3d554c8..3beea70 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.4", + "@types/node": "20.14.5", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1", "@vite-pwa/sveltekit": "^0.5.0", |