diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-18 04:14:04 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-18 04:14:41 +0000 |
commit | 3ae426a53daa43c0bbb7067c3d654f72838b5975 (patch) | |
tree | 941a55c0ee3b82bef762cb1c9c38d4f55c06b7ea /clients | |
parent | Bump postcss from 8.4.35 to 8.4.36 (diff) | |
download | zorascript-3ae426a53daa43c0bbb7067c3d654f72838b5975.tar zorascript-3ae426a53daa43c0bbb7067c3d654f72838b5975.tar.gz zorascript-3ae426a53daa43c0bbb7067c3d654f72838b5975.tar.bz2 zorascript-3ae426a53daa43c0bbb7067c3d654f72838b5975.tar.lz zorascript-3ae426a53daa43c0bbb7067c3d654f72838b5975.tar.xz zorascript-3ae426a53daa43c0bbb7067c3d654f72838b5975.tar.zst zorascript-3ae426a53daa43c0bbb7067c3d654f72838b5975.zip |
Bump @types/node from 20.11.27 to 20.11.28
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.27 to 20.11.28.
- [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 5317864..873ad45 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.27", + "@types/node": "20.11.28", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vite-pwa/sveltekit": "^0.4.0", |