diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-01 04:35:36 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-01 04:36:12 +0000 |
commit | 1d9cca2bde91acb124654888dc6237ec64b3a5ea (patch) | |
tree | eb86a0c6dcd99a52c27dc31c2a0f99b09106f3c7 /clients/www | |
parent | Bump prettier-plugin-svelte from 3.2.1 to 3.2.2 (diff) | |
download | zorascript-1d9cca2bde91acb124654888dc6237ec64b3a5ea.tar zorascript-1d9cca2bde91acb124654888dc6237ec64b3a5ea.tar.gz zorascript-1d9cca2bde91acb124654888dc6237ec64b3a5ea.tar.bz2 zorascript-1d9cca2bde91acb124654888dc6237ec64b3a5ea.tar.lz zorascript-1d9cca2bde91acb124654888dc6237ec64b3a5ea.tar.xz zorascript-1d9cca2bde91acb124654888dc6237ec64b3a5ea.tar.zst zorascript-1d9cca2bde91acb124654888dc6237ec64b3a5ea.zip |
Bump @types/node from 20.11.22 to 20.11.24
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.22 to 20.11.24.
- [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/www')
-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 f53cde4..20beebd 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.22", + "@types/node": "20.11.24", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "@vite-pwa/sveltekit": "^0.4.0", |