diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-02 04:28:53 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-02 04:29:31 +0000 |
commit | 815e848e69cf433a7a40b0ebe900eef5703b8060 (patch) | |
tree | 1c81e0eda0fcc1d38b1b78fe35f5de0791e16632 /clients | |
parent | Bump @types/node from 20.11.13 to 20.11.14 (diff) | |
download | zorascript-815e848e69cf433a7a40b0ebe900eef5703b8060.tar zorascript-815e848e69cf433a7a40b0ebe900eef5703b8060.tar.gz zorascript-815e848e69cf433a7a40b0ebe900eef5703b8060.tar.bz2 zorascript-815e848e69cf433a7a40b0ebe900eef5703b8060.tar.lz zorascript-815e848e69cf433a7a40b0ebe900eef5703b8060.tar.xz zorascript-815e848e69cf433a7a40b0ebe900eef5703b8060.tar.zst zorascript-815e848e69cf433a7a40b0ebe900eef5703b8060.zip |
Bump @types/node from 20.11.14 to 20.11.16
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.14 to 20.11.16.
- [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 632ed9e..2bf20c8 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.14", + "@types/node": "20.11.16", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "@vite-pwa/sveltekit": "^0.3.0", |