diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-01 04:23:07 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-01 04:23:44 +0000 |
commit | fc36e585888713344330d01f2568e1d03c33b359 (patch) | |
tree | 5c4fe9f8052c6a49d371721b036352922941a673 /clients | |
parent | Bump dependabot/fetch-metadata from 1.3.1 to 1.6.0 (diff) | |
download | zorascript-fc36e585888713344330d01f2568e1d03c33b359.tar zorascript-fc36e585888713344330d01f2568e1d03c33b359.tar.gz zorascript-fc36e585888713344330d01f2568e1d03c33b359.tar.bz2 zorascript-fc36e585888713344330d01f2568e1d03c33b359.tar.lz zorascript-fc36e585888713344330d01f2568e1d03c33b359.tar.xz zorascript-fc36e585888713344330d01f2568e1d03c33b359.tar.zst zorascript-fc36e585888713344330d01f2568e1d03c33b359.zip |
Bump @types/node from 20.11.13 to 20.11.14
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.13 to 20.11.14.
- [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 6198b34..632ed9e 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.13", + "@types/node": "20.11.14", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "@vite-pwa/sveltekit": "^0.3.0", |