diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-14 04:59:29 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-14 05:00:03 +0000 |
commit | 19f30de01153f4de7299c5f00dcfdf4d06433a57 (patch) | |
tree | d86ee63536e5081c4498602f3809d183c62821c2 /clients | |
parent | Bump @sveltejs/kit from 2.5.3 to 2.5.4 (diff) | |
download | zorascript-19f30de01153f4de7299c5f00dcfdf4d06433a57.tar zorascript-19f30de01153f4de7299c5f00dcfdf4d06433a57.tar.gz zorascript-19f30de01153f4de7299c5f00dcfdf4d06433a57.tar.bz2 zorascript-19f30de01153f4de7299c5f00dcfdf4d06433a57.tar.lz zorascript-19f30de01153f4de7299c5f00dcfdf4d06433a57.tar.xz zorascript-19f30de01153f4de7299c5f00dcfdf4d06433a57.tar.zst zorascript-19f30de01153f4de7299c5f00dcfdf4d06433a57.zip |
Bump @types/node from 20.11.26 to 20.11.27
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.26 to 20.11.27.
- [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 1c795df..93cda03 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.26", + "@types/node": "20.11.27", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vite-pwa/sveltekit": "^0.4.0", |