diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-21 04:42:05 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-21 04:42:42 +0000 |
commit | 743948b168444a744954475b95a7cecc3413562c (patch) | |
tree | c0e8a0cc459bcbb070f8eb6ecc017ee3091bba25 /clients/www | |
parent | Bump the node-deps group with 3 updates (diff) | |
download | zorascript-743948b168444a744954475b95a7cecc3413562c.tar zorascript-743948b168444a744954475b95a7cecc3413562c.tar.gz zorascript-743948b168444a744954475b95a7cecc3413562c.tar.bz2 zorascript-743948b168444a744954475b95a7cecc3413562c.tar.lz zorascript-743948b168444a744954475b95a7cecc3413562c.tar.xz zorascript-743948b168444a744954475b95a7cecc3413562c.tar.zst zorascript-743948b168444a744954475b95a7cecc3413562c.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `@types/node` from 22.4.1 to 22.4.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `vite` from 5.4.1 to 5.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.2/packages/vite)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index b63dfb1..9d1ca83 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.1", + "@types/node": "22.4.2", "@typescript-eslint/eslint-plugin": "^8.2.0", "@typescript-eslint/parser": "^8.2.0", "@vite-pwa/sveltekit": "^0.6.0", @@ -39,7 +39,7 @@ "tailwindcss": "3.4.10", "tslib": "^2.6.3", "typescript": "^5.5.4", - "vite": "^5.4.1", + "vite": "^5.4.2", "vite-plugin-tailwind-purgecss": "0.3.3" }, "type": "module" |