diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-28 05:05:47 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-28 05:06:30 +0000 |
commit | c30d78826123ac96cfd358748b236e4532a50706 (patch) | |
tree | 0f0ccfbd9450503682fdcd29bc9b86d55b65f6a1 /clients | |
parent | Bump svelte-check from 3.6.4 to 3.6.5 (diff) | |
download | zorascript-c30d78826123ac96cfd358748b236e4532a50706.tar zorascript-c30d78826123ac96cfd358748b236e4532a50706.tar.gz zorascript-c30d78826123ac96cfd358748b236e4532a50706.tar.bz2 zorascript-c30d78826123ac96cfd358748b236e4532a50706.tar.lz zorascript-c30d78826123ac96cfd358748b236e4532a50706.tar.xz zorascript-c30d78826123ac96cfd358748b236e4532a50706.tar.zst zorascript-c30d78826123ac96cfd358748b236e4532a50706.zip |
Bump @types/node from 20.11.20 to 20.11.21
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.21.
- [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 7eac4fc..85d822a 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.20", + "@types/node": "20.11.21", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "@vite-pwa/sveltekit": "^0.4.0", |