diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-22 16:51:35 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-22 16:52:17 +0000 |
commit | 2789afb6d45a6469e15039d4c3cbfd028cf6f2e8 (patch) | |
tree | 7f1180af6feaf52055407ad3c16fcd47a923b1cb /app/package.json | |
parent | Bump the node-deps group with 7 updates (diff) | |
download | trinkets-2789afb6d45a6469e15039d4c3cbfd028cf6f2e8.tar trinkets-2789afb6d45a6469e15039d4c3cbfd028cf6f2e8.tar.gz trinkets-2789afb6d45a6469e15039d4c3cbfd028cf6f2e8.tar.bz2 trinkets-2789afb6d45a6469e15039d4c3cbfd028cf6f2e8.tar.lz trinkets-2789afb6d45a6469e15039d4c3cbfd028cf6f2e8.tar.xz trinkets-2789afb6d45a6469e15039d4c3cbfd028cf6f2e8.tar.zst trinkets-2789afb6d45a6469e15039d4c3cbfd028cf6f2e8.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.7.7 to 22.7.8
- [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.10.0 to 8.11.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.11.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.10.0 to 8.11.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.11.0/packages/parser)
Updates `svelte` from 5.0.4 to 5.0.5
- [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.0.5/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 'app/package.json')
-rw-r--r-- | app/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/package.json b/app/package.json index 051878f..3e0c33a 100644 --- a/app/package.json +++ b/app/package.json @@ -16,10 +16,10 @@ "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/html-minifier-terser": "7.0.2", - "@types/node": "22.7.7", + "@types/node": "22.7.8", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.10.0", - "@typescript-eslint/parser": "8.10.0", + "@typescript-eslint/eslint-plugin": "8.11.0", + "@typescript-eslint/parser": "8.11.0", "@vite-pwa/sveltekit": "0.6.6", "autoprefixer": "10.4.20", "crc": "4.3.2", @@ -31,7 +31,7 @@ "postcss": "8.4.47", "prettier": "3.3.3", "prettier-plugin-svelte": "3.2.7", - "svelte": "5.0.4", + "svelte": "5.0.5", "svelte-check": "4.0.5", "tailwindcss": "3.4.14", "tslib": "2.8.0", |