diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-30 04:55:31 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-30 04:56:09 +0000 |
commit | 6c6c0900f0baf90ef3039c360bf24a8a7ff94a5f (patch) | |
tree | 11b95a527b3a91ff4d62706c61806d1e1e61efa7 /clients/www | |
parent | Bump @typescript-eslint/eslint-plugin from 7.10.0 to 7.11.0 (diff) | |
download | zorascript-6c6c0900f0baf90ef3039c360bf24a8a7ff94a5f.tar zorascript-6c6c0900f0baf90ef3039c360bf24a8a7ff94a5f.tar.gz zorascript-6c6c0900f0baf90ef3039c360bf24a8a7ff94a5f.tar.bz2 zorascript-6c6c0900f0baf90ef3039c360bf24a8a7ff94a5f.tar.lz zorascript-6c6c0900f0baf90ef3039c360bf24a8a7ff94a5f.tar.xz zorascript-6c6c0900f0baf90ef3039c360bf24a8a7ff94a5f.tar.zst zorascript-6c6c0900f0baf90ef3039c360bf24a8a7ff94a5f.zip |
Bump @types/node from 20.12.12 to 20.12.13
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.12 to 20.12.13.
- [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/www')
-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 13b75db..96557eb 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.0", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", - "@types/node": "20.12.12", + "@types/node": "20.12.13", "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.11.0", "@vite-pwa/sveltekit": "^0.5.0", |