diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-08 16:29:05 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-08 16:29:58 +0000 |
commit | 153304c051c9ac058dd18796bb5d5feba2e6ba8f (patch) | |
tree | 29c759c210394707314ee3f874fa1d7bb63d35c5 /app | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | trinkets-153304c051c9ac058dd18796bb5d5feba2e6ba8f.tar trinkets-153304c051c9ac058dd18796bb5d5feba2e6ba8f.tar.gz trinkets-153304c051c9ac058dd18796bb5d5feba2e6ba8f.tar.bz2 trinkets-153304c051c9ac058dd18796bb5d5feba2e6ba8f.tar.lz trinkets-153304c051c9ac058dd18796bb5d5feba2e6ba8f.tar.xz trinkets-153304c051c9ac058dd18796bb5d5feba2e6ba8f.tar.zst trinkets-153304c051c9ac058dd18796bb5d5feba2e6ba8f.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.6.2 to 2.6.3
- [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.6.3/packages/kit)
Updates `@types/node` from 22.7.4 to 22.7.5
- [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.8.0 to 8.8.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.8.1/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.8.0 to 8.8.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.8.1/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-patch
dependency-group: node-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
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')
-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 e32acd7..9ac54b1 100644 --- a/app/package.json +++ b/app/package.json @@ -11,15 +11,15 @@ "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-auto": "3.2.5", "@sveltejs/adapter-static": "3.0.5", - "@sveltejs/kit": "2.6.2", + "@sveltejs/kit": "2.6.3", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/html-minifier-terser": "7.0.2", - "@types/node": "22.7.4", + "@types/node": "22.7.5", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.8.0", - "@typescript-eslint/parser": "8.8.0", + "@typescript-eslint/eslint-plugin": "8.8.1", + "@typescript-eslint/parser": "8.8.1", "@vite-pwa/sveltekit": "0.6.5", "autoprefixer": "10.4.20", "crc": "4.3.2", |