diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-29 04:16:13 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-29 04:16:52 +0000 |
commit | e44ef8f66f9995cf3a0ffb5998d69829fff10d91 (patch) | |
tree | 20c4c117736cd649a4987aabd9d46ac4bb23a858 /clients | |
parent | Bump the node-deps group with 4 updates (diff) | |
download | zorascript-e44ef8f66f9995cf3a0ffb5998d69829fff10d91.tar zorascript-e44ef8f66f9995cf3a0ffb5998d69829fff10d91.tar.gz zorascript-e44ef8f66f9995cf3a0ffb5998d69829fff10d91.tar.bz2 zorascript-e44ef8f66f9995cf3a0ffb5998d69829fff10d91.tar.lz zorascript-e44ef8f66f9995cf3a0ffb5998d69829fff10d91.tar.xz zorascript-e44ef8f66f9995cf3a0ffb5998d69829fff10d91.tar.zst zorascript-e44ef8f66f9995cf3a0ffb5998d69829fff10d91.zip |
Bump the node-deps group with 4 updates
Bumps the node-deps group with 4 updates: [@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), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `@types/node` from 22.8.1 to 22.8.2
- [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.11.0 to 8.12.1
- [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.12.1/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.11.0 to 8.12.1
- [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.12.1/packages/parser)
Updates `svelte` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.1.4/packages/svelte)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
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
- dependency-name: svelte
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 '')
-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 3208001..5d623a1 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,9 +21,9 @@ "@sveltejs/vite-plugin-svelte": "^4.0.0", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", - "@types/node": "22.8.1", - "@typescript-eslint/eslint-plugin": "^8.11.0", - "@typescript-eslint/parser": "^8.11.0", + "@types/node": "22.8.2", + "@typescript-eslint/eslint-plugin": "^8.12.1", + "@typescript-eslint/parser": "^8.12.1", "@vite-pwa/sveltekit": "^0.6.6", "autoprefixer": "10.4.20", "eslint": "^9.13.0", @@ -33,7 +33,7 @@ "postcss": "8.4.47", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.7", - "svelte": "^5.1.3", + "svelte": "^5.1.4", "svelte-check": "^4.0.5", "svelte-persisted-store": "^0.11.0", "tailwindcss": "3.4.14", |