diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-08 04:51:52 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-08 04:52:28 +0000 |
commit | 6b622bbd12285769efaa22d19346a8249fe82f76 (patch) | |
tree | a838b50113e0c861aec763d41a9ac466b57acc41 /clients/www | |
parent | Lint (diff) | |
download | zorascript-6b622bbd12285769efaa22d19346a8249fe82f76.tar zorascript-6b622bbd12285769efaa22d19346a8249fe82f76.tar.gz zorascript-6b622bbd12285769efaa22d19346a8249fe82f76.tar.bz2 zorascript-6b622bbd12285769efaa22d19346a8249fe82f76.tar.lz zorascript-6b622bbd12285769efaa22d19346a8249fe82f76.tar.xz zorascript-6b622bbd12285769efaa22d19346a8249fe82f76.tar.zst zorascript-6b622bbd12285769efaa22d19346a8249fe82f76.zip |
Bump @types/node from 20.12.4 to 20.12.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.4 to 20.12.5.
- [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 d601c9f..5304ab0 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.12.4", + "@types/node": "20.12.5", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", "@vite-pwa/sveltekit": "^0.4.0", |