aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-26 17:08:33 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-08-26 17:09:25 +0000
commit5a917dd139d9db1a45c07972b3e2fedf078d7bd1 (patch)
tree6a1bfc80e1344f73983bcce6a84ce2513cba9d79 /app
parentBump the node-deps group with 2 updates (diff)
downloadtrinkets-5a917dd139d9db1a45c07972b3e2fedf078d7bd1.tar
trinkets-5a917dd139d9db1a45c07972b3e2fedf078d7bd1.tar.gz
trinkets-5a917dd139d9db1a45c07972b3e2fedf078d7bd1.tar.bz2
trinkets-5a917dd139d9db1a45c07972b3e2fedf078d7bd1.tar.lz
trinkets-5a917dd139d9db1a45c07972b3e2fedf078d7bd1.tar.xz
trinkets-5a917dd139d9db1a45c07972b3e2fedf078d7bd1.tar.zst
trinkets-5a917dd139d9db1a45c07972b3e2fedf078d7bd1.zip
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [syncpack](https://github.com/JamieMason/syncpack), [eslint](https://github.com/eslint/eslint) and [tslib](https://github.com/Microsoft/tslib). Updates `syncpack` from 12.4.0 to 13.0.0 - [Release notes](https://github.com/JamieMason/syncpack/releases) - [Changelog](https://github.com/JamieMason/syncpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/JamieMason/syncpack/compare/12.4.0...13.0.0) Updates `eslint` from 9.9.0 to 9.9.1 - [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.9.0...v9.9.1) Updates `tslib` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.6.3...v2.7.0) --- updated-dependencies: - dependency-name: syncpack dependency-type: direct:development update-type: version-update:semver-major dependency-group: node-deps - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-deps - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r--app/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/package.json b/app/package.json
index b09d1e0..191c9aa 100644
--- a/app/package.json
+++ b/app/package.json
@@ -23,7 +23,7 @@
"@vite-pwa/sveltekit": "0.6.1",
"autoprefixer": "10.4.20",
"crc": "4.3.2",
- "eslint": "9.9.0",
+ "eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.43.0",
"html-minifier-terser": "7.2.0",
@@ -34,7 +34,7 @@
"svelte": "4.2.19",
"svelte-check": "3.8.6",
"tailwindcss": "3.4.10",
- "tslib": "2.6.3",
+ "tslib": "2.7.0",
"typescript": "5.5.4",
"vite": "5.4.2",
"vite-plugin-pwa": "0.20.1",