diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-26 04:27:57 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-26 04:28:40 +0000 |
commit | d28048fd6ff2614b664592afff37b44016bc1a04 (patch) | |
tree | 442c934f1e0eed90902b86b9a3a7daaa69526283 /clients/www | |
parent | Bump @types/node from 22.6.1 to 22.7.0 in the node-deps group (diff) | |
download | zorascript-d28048fd6ff2614b664592afff37b44016bc1a04.tar zorascript-d28048fd6ff2614b664592afff37b44016bc1a04.tar.gz zorascript-d28048fd6ff2614b664592afff37b44016bc1a04.tar.bz2 zorascript-d28048fd6ff2614b664592afff37b44016bc1a04.tar.lz zorascript-d28048fd6ff2614b664592afff37b44016bc1a04.tar.xz zorascript-d28048fd6ff2614b664592afff37b44016bc1a04.tar.zst zorascript-d28048fd6ff2614b664592afff37b44016bc1a04.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.7.0 to 22.7.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `vite` from 5.4.7 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/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 5c8fcc9..10d3866 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", - "@types/node": "22.7.0", + "@types/node": "22.7.2", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "@vite-pwa/sveltekit": "^0.6.5", @@ -39,7 +39,7 @@ "tailwindcss": "3.4.13", "tslib": "^2.7.0", "typescript": "^5.6.2", - "vite": "^5.4.7", + "vite": "^5.4.8", "vite-plugin-tailwind-purgecss": "0.3.3" }, "type": "module" |