aboutsummaryrefslogtreecommitdiffstats
path: root/app/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-14 16:28:42 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-01-14 16:29:23 +0000
commitf7af047c3249d69ca1baf179c92575ec313b70fe (patch)
treee508f26a552aa3bf7d3ec487d04e06d812056886 /app/package.json
parentBump the node-deps group with 4 updates (diff)
downloadtrinkets-f7af047c3249d69ca1baf179c92575ec313b70fe.tar
trinkets-f7af047c3249d69ca1baf179c92575ec313b70fe.tar.gz
trinkets-f7af047c3249d69ca1baf179c92575ec313b70fe.tar.bz2
trinkets-f7af047c3249d69ca1baf179c92575ec313b70fe.tar.lz
trinkets-f7af047c3249d69ca1baf179c92575ec313b70fe.tar.xz
trinkets-f7af047c3249d69ca1baf179c92575ec313b70fe.tar.zst
trinkets-f7af047c3249d69ca1baf179c92575ec313b70fe.zip
Bump the node-deps group with 5 updates
Bumps the node-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.6` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.1` | `8.20.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.1` | `8.20.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.1` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.17.3` | `5.17.5` | Updates `@types/node` from 22.10.5 to 22.10.6 - [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.19.1 to 8.20.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.20.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.19.1 to 8.20.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.20.0/packages/parser) Updates `postcss` from 8.4.49 to 8.5.1 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.49...8.5.1) Updates `svelte` from 5.17.3 to 5.17.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.17.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: postcss 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.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/package.json b/app/package.json
index b4cfb32..ee4f8d9 100644
--- a/app/package.json
+++ b/app/package.json
@@ -17,10 +17,10 @@
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
"@types/html-minifier-terser": "7.0.2",
- "@types/node": "22.10.5",
+ "@types/node": "22.10.6",
"@types/wicg-file-system-access": "2023.10.5",
- "@typescript-eslint/eslint-plugin": "8.19.1",
- "@typescript-eslint/parser": "8.19.1",
+ "@typescript-eslint/eslint-plugin": "8.20.0",
+ "@typescript-eslint/parser": "8.20.0",
"@vite-pwa/sveltekit": "0.6.7",
"autoprefixer": "10.4.20",
"crc": "4.3.2",
@@ -29,10 +29,10 @@
"eslint-plugin-svelte": "2.46.1",
"html-minifier-terser": "7.2.0",
"iconify-icon": "^2.3.0",
- "postcss": "8.4.49",
+ "postcss": "8.5.1",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.3",
- "svelte": "5.17.3",
+ "svelte": "5.17.5",
"svelte-check": "4.1.4",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",