diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-04 04:42:49 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-04 04:43:24 +0000 |
commit | b5d1b5c6bb340ba613051fe4d59c41e70c661b60 (patch) | |
tree | 87660f13761e9d45ef8475483e129f2fdfd43500 /clients/www/package.json | |
parent | Bump the node-deps group with 4 updates (diff) | |
download | zorascript-b5d1b5c6bb340ba613051fe4d59c41e70c661b60.tar zorascript-b5d1b5c6bb340ba613051fe4d59c41e70c661b60.tar.gz zorascript-b5d1b5c6bb340ba613051fe4d59c41e70c661b60.tar.bz2 zorascript-b5d1b5c6bb340ba613051fe4d59c41e70c661b60.tar.lz zorascript-b5d1b5c6bb340ba613051fe4d59c41e70c661b60.tar.xz zorascript-b5d1b5c6bb340ba613051fe4d59c41e70c661b60.tar.zst zorascript-b5d1b5c6bb340ba613051fe4d59c41e70c661b60.zip |
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [eslint](https://github.com/eslint/eslint), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `eslint` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0)
Updates `@sveltejs/kit` from 2.7.3 to 2.7.4
- [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.4/packages/kit)
Updates `@types/node` from 22.8.6 to 22.8.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- 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-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www/package.json')
-rw-r--r-- | clients/www/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 2840622..747fdf1 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -17,16 +17,16 @@ "@skeletonlabs/skeleton": "2.10.3", "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-static": "^3.0.6", - "@sveltejs/kit": "^2.7.3", + "@sveltejs/kit": "^2.7.4", "@sveltejs/vite-plugin-svelte": "^4.0.0", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", - "@types/node": "22.8.6", + "@types/node": "22.8.7", "@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/parser": "^8.12.2", "@vite-pwa/sveltekit": "^0.6.6", "autoprefixer": "10.4.20", - "eslint": "^9.13.0", + "eslint": "^9.14.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.46.0", "iconify-icon": "^2.1.0", |