diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-22 04:48:30 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-22 04:49:12 +0000 |
commit | 2d0fc50ef50e233bb20338bb338c2dfea4e612f7 (patch) | |
tree | 53c52214c2d985a8aba72466ea6650e0431149e6 /clients | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | zorascript-2d0fc50ef50e233bb20338bb338c2dfea4e612f7.tar zorascript-2d0fc50ef50e233bb20338bb338c2dfea4e612f7.tar.gz zorascript-2d0fc50ef50e233bb20338bb338c2dfea4e612f7.tar.bz2 zorascript-2d0fc50ef50e233bb20338bb338c2dfea4e612f7.tar.lz zorascript-2d0fc50ef50e233bb20338bb338c2dfea4e612f7.tar.xz zorascript-2d0fc50ef50e233bb20338bb338c2dfea4e612f7.tar.zst zorascript-2d0fc50ef50e233bb20338bb338c2dfea4e612f7.zip |
Bump @types/node from 22.4.2 to 22.5.0 in the node-deps group
Bumps the node-deps group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `@types/node` from 22.4.2 to 22.5.0
- [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
dependency-group: node-deps
...
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 9d1ca83..f87cd98 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.14", - "@types/node": "22.4.2", + "@types/node": "22.5.0", "@typescript-eslint/eslint-plugin": "^8.2.0", "@typescript-eslint/parser": "^8.2.0", "@vite-pwa/sveltekit": "^0.6.0", |