From 40b17559c745e428f29630a8014e37760069674d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 03:51:56 +0000 Subject: [PATCH] build(deps): bump @tanstack/svelte-query from 5.62.7 to 5.62.9 Bumps [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) from 5.62.7 to 5.62.9. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.62.9/packages/svelte-query) --- updated-dependencies: - dependency-name: "@tanstack/svelte-query" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 337f42cb..0e3717f3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@internationalized/date": "^3.6.0", "@mdi/js": "^7.4.47", - "@tanstack/svelte-query": "^5.62.7", + "@tanstack/svelte-query": "^5.62.9", "@types/lodash-es": "^4.17.12", "bits-ui": "^0.21.16", "clsx": "^2.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 389b0311..4033d0a0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^7.4.47 version: 7.4.47 '@tanstack/svelte-query': - specifier: ^5.62.7 - version: 5.62.7(svelte@4.2.19) + specifier: ^5.62.9 + version: 5.62.9(svelte@4.2.19) '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 @@ -1404,11 +1404,11 @@ packages: '@swc/helpers@0.5.3': resolution: {integrity: sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==} - '@tanstack/query-core@5.62.7': - resolution: {integrity: sha512-fgpfmwatsrUal6V+8EC2cxZIQVl9xvL7qYa03gsdsCy985UTUlS4N+/3hCzwR0PclYDqisca2AqR1BVgJGpUDA==} + '@tanstack/query-core@5.62.9': + resolution: {integrity: sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==} - '@tanstack/svelte-query@5.62.7': - resolution: {integrity: sha512-WTu70TtgX90r8OVlvQbRhDAnj12mvQRQ5Sp+2Dgsvdq1b3uDWwjV9ufhyhAM/2YkY03Gtlfs2GL1fyMhSx9tbQ==} + '@tanstack/svelte-query@5.62.9': + resolution: {integrity: sha512-2M/CpePioU4IRw1OOdA+/KwA+0swJAb3c0uipFOoWkuT11uC4tTe8UD/lYRQpJYFFn5hML7KYRxVOW0HH60XiA==} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 @@ -5875,11 +5875,11 @@ snapshots: dependencies: tslib: 2.8.1 - '@tanstack/query-core@5.62.7': {} + '@tanstack/query-core@5.62.9': {} - '@tanstack/svelte-query@5.62.7(svelte@4.2.19)': + '@tanstack/svelte-query@5.62.9(svelte@4.2.19)': dependencies: - '@tanstack/query-core': 5.62.7 + '@tanstack/query-core': 5.62.9 svelte: 4.2.19 '@types/conventional-commits-parser@5.0.0':