From 8ae3e7571ba13fe528cb3ebcf8bf25851f10d737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:55:33 +0200 Subject: [PATCH] build(deps): bump @tanstack/svelte-query from 5.51.1 to 5.51.5 (#312) Bumps [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) from 5.51.1 to 5.51.5. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.51.5/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index af405d2d..024d8a02 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@internationalized/date": "^3.5.4", "@mdi/js": "^7.4.47", - "@tanstack/svelte-query": "^5.51.1", + "@tanstack/svelte-query": "^5.51.5", "bits-ui": "^0.21.12", "clsx": "^2.1.1", "cmdk-sv": "^0.0.18", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 93ac1dc8..6d8c6ad4 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.51.1 - version: 5.51.1(svelte@4.2.18) + specifier: ^5.51.5 + version: 5.51.5(svelte@4.2.18) bits-ui: specifier: ^0.21.12 version: 0.21.12(svelte@4.2.18) @@ -1280,11 +1280,11 @@ packages: '@swc/helpers@0.5.3': resolution: {integrity: sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==} - '@tanstack/query-core@5.51.1': - resolution: {integrity: sha512-fJBMQMpo8/KSsWW5ratJR5+IFr7YNJ3K2kfP9l5XObYHsgfVy1w3FJUWU4FT2fj7+JMaEg33zOcNDBo0LMwHnw==} + '@tanstack/query-core@5.51.5': + resolution: {integrity: sha512-qovOto6hFet2zA4Pf3cDO+qkOqskO6xP39PlKnr6YKPtjRsePWyZnTaMf59+VnlOLY8gpku1I4WPC4dqBXo4FQ==} - '@tanstack/svelte-query@5.51.1': - resolution: {integrity: sha512-MpovODB8oshrXSYgd75i3GYOh5mxaXYGrQfSReF52U8szCLoHG6RvQuTgiyOPx7qkRW0xyxwOVhOoS25sFUSMw==} + '@tanstack/svelte-query@5.51.5': + resolution: {integrity: sha512-6POqaWbhmkyFosZfA9lYJC5q+pehWQ6Ykkxq+s5wgrHdSAMw/q9t124Z92WcK7YTia5GXMJ0OTNsprh64ZFw8g==} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 @@ -5398,11 +5398,11 @@ snapshots: dependencies: tslib: 2.6.3 - '@tanstack/query-core@5.51.1': {} + '@tanstack/query-core@5.51.5': {} - '@tanstack/svelte-query@5.51.1(svelte@4.2.18)': + '@tanstack/svelte-query@5.51.5(svelte@4.2.18)': dependencies: - '@tanstack/query-core': 5.51.1 + '@tanstack/query-core': 5.51.5 svelte: 4.2.18 '@types/conventional-commits-parser@5.0.0':