diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-04 04:22:55 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-04 04:23:30 +0000 |
commit | c7fb91b320588b89d6cb5d23dbb9168cdea65540 (patch) | |
tree | f6f738a2eed84d24acdeb2e050d81d43197d5584 /clients | |
parent | Bump vite from 5.2.7 to 5.2.8 (diff) | |
download | zorascript-c7fb91b320588b89d6cb5d23dbb9168cdea65540.tar zorascript-c7fb91b320588b89d6cb5d23dbb9168cdea65540.tar.gz zorascript-c7fb91b320588b89d6cb5d23dbb9168cdea65540.tar.bz2 zorascript-c7fb91b320588b89d6cb5d23dbb9168cdea65540.tar.lz zorascript-c7fb91b320588b89d6cb5d23dbb9168cdea65540.tar.xz zorascript-c7fb91b320588b89d6cb5d23dbb9168cdea65540.tar.zst zorascript-c7fb91b320588b89d6cb5d23dbb9168cdea65540.zip |
Bump @types/node from 20.12.2 to 20.12.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.2 to 20.12.4.
- [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 64f40a7..3690612 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.12", - "@types/node": "20.12.2", + "@types/node": "20.12.4", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", "@vite-pwa/sveltekit": "^0.4.0", |