diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-01 04:45:29 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-01 04:46:08 +0000 |
commit | de5359bad2d3d7aa4f3fea1fcb2a5c9b3a5797c9 (patch) | |
tree | 79e3b72d4104f39d4d4698686ed36122f36b4849 /clients | |
parent | Bump tailwindcss from 3.4.1 to 3.4.3 (diff) | |
download | zorascript-de5359bad2d3d7aa4f3fea1fcb2a5c9b3a5797c9.tar zorascript-de5359bad2d3d7aa4f3fea1fcb2a5c9b3a5797c9.tar.gz zorascript-de5359bad2d3d7aa4f3fea1fcb2a5c9b3a5797c9.tar.bz2 zorascript-de5359bad2d3d7aa4f3fea1fcb2a5c9b3a5797c9.tar.lz zorascript-de5359bad2d3d7aa4f3fea1fcb2a5c9b3a5797c9.tar.xz zorascript-de5359bad2d3d7aa4f3fea1fcb2a5c9b3a5797c9.tar.zst zorascript-de5359bad2d3d7aa4f3fea1fcb2a5c9b3a5797c9.zip |
Bump @types/node from 20.11.30 to 20.12.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.2.
- [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-minor
...
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 b9e412d..f25fcc2 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.12", - "@types/node": "20.11.30", + "@types/node": "20.12.2", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "@vite-pwa/sveltekit": "^0.4.0", |