diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-15 04:26:30 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-15 04:27:06 +0000 |
commit | b4abfc5ef4eac1c9f38923173125dea6052e8403 (patch) | |
tree | 3ed39e872e3a964b3e750e8d61614f5502942a02 /clients | |
parent | Bump tailwindcss from 3.4.9 to 3.4.10 in the node-deps group (diff) | |
download | zorascript-b4abfc5ef4eac1c9f38923173125dea6052e8403.tar zorascript-b4abfc5ef4eac1c9f38923173125dea6052e8403.tar.gz zorascript-b4abfc5ef4eac1c9f38923173125dea6052e8403.tar.bz2 zorascript-b4abfc5ef4eac1c9f38923173125dea6052e8403.tar.lz zorascript-b4abfc5ef4eac1c9f38923173125dea6052e8403.tar.xz zorascript-b4abfc5ef4eac1c9f38923173125dea6052e8403.tar.zst zorascript-b4abfc5ef4eac1c9f38923173125dea6052e8403.zip |
Bump @types/node from 22.2.0 to 22.3.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.2.0 to 22.3.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 51b3754..2ed2013 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.2.0", + "@types/node": "22.3.0", "@typescript-eslint/eslint-plugin": "^8.1.0", "@typescript-eslint/parser": "^8.1.0", "@vite-pwa/sveltekit": "^0.6.0", |