diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-13 04:28:50 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-13 04:29:28 +0000 |
commit | e040e4ef3d2ec39df3384fd953565878023b08ac (patch) | |
tree | f916746f756d4ee8eadc8cfcde9cd1de35be0e69 /clients | |
parent | Bump svelte-check from 3.6.6 to 3.6.7 (diff) | |
download | zorascript-e040e4ef3d2ec39df3384fd953565878023b08ac.tar zorascript-e040e4ef3d2ec39df3384fd953565878023b08ac.tar.gz zorascript-e040e4ef3d2ec39df3384fd953565878023b08ac.tar.bz2 zorascript-e040e4ef3d2ec39df3384fd953565878023b08ac.tar.lz zorascript-e040e4ef3d2ec39df3384fd953565878023b08ac.tar.xz zorascript-e040e4ef3d2ec39df3384fd953565878023b08ac.tar.zst zorascript-e040e4ef3d2ec39df3384fd953565878023b08ac.zip |
Bump @types/node from 20.11.25 to 20.11.26
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.25 to 20.11.26.
- [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 3b89565..ee554ef 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.25", + "@types/node": "20.11.26", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.1.1", "@vite-pwa/sveltekit": "^0.4.0", |