diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-05 04:30:57 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-05 04:31:33 +0000 |
commit | 9d2975d583b3c3f144d144e1febfb85012c70f69 (patch) | |
tree | 68ac8e0c5ce870b2e2c2f49f1fe30574a16ce6fb /clients/www | |
parent | Bump the node-deps group with 3 updates (diff) | |
download | zorascript-9d2975d583b3c3f144d144e1febfb85012c70f69.tar zorascript-9d2975d583b3c3f144d144e1febfb85012c70f69.tar.gz zorascript-9d2975d583b3c3f144d144e1febfb85012c70f69.tar.bz2 zorascript-9d2975d583b3c3f144d144e1febfb85012c70f69.tar.lz zorascript-9d2975d583b3c3f144d144e1febfb85012c70f69.tar.xz zorascript-9d2975d583b3c3f144d144e1febfb85012c70f69.tar.zst zorascript-9d2975d583b3c3f144d144e1febfb85012c70f69.zip |
Bump the node-deps group with 4 updates
Bumps the node-deps group with 4 updates: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
Updates `@sveltejs/kit` from 2.7.4 to 2.7.5
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.7.5/packages/kit)
Updates `@types/node` from 22.8.7 to 22.9.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@typescript-eslint/eslint-plugin` from 8.12.2 to 8.13.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.12.2 to 8.13.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
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/www')
-rw-r--r-- | clients/www/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 747fdf1..60ad2b6 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -17,13 +17,13 @@ "@skeletonlabs/skeleton": "2.10.3", "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-static": "^3.0.6", - "@sveltejs/kit": "^2.7.4", + "@sveltejs/kit": "^2.7.5", "@sveltejs/vite-plugin-svelte": "^4.0.0", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", - "@types/node": "22.8.7", - "@typescript-eslint/eslint-plugin": "^8.12.2", - "@typescript-eslint/parser": "^8.12.2", + "@types/node": "22.9.0", + "@typescript-eslint/eslint-plugin": "^8.13.0", + "@typescript-eslint/parser": "^8.13.0", "@vite-pwa/sveltekit": "^0.6.6", "autoprefixer": "10.4.20", "eslint": "^9.14.0", |