From a735dbe4fd38ba2f57a34397ebadac1d8126dd68 Mon Sep 17 00:00:00 2001 From: TRIPLE Bot Date: Fri, 14 Mar 2025 02:55:28 +0000 Subject: [PATCH] chore(deps): update dependency @tanstack/react-query to ^5.67.2 --- packages/tds-widget/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/tds-widget/package.json b/packages/tds-widget/package.json index ed564ace64..e5bf62a6e8 100644 --- a/packages/tds-widget/package.json +++ b/packages/tds-widget/package.json @@ -72,7 +72,7 @@ "@graphql-codegen/typescript": "4.1.5", "@graphql-codegen/typescript-generic-sdk": "^4.0.1", "@graphql-codegen/typescript-operations": "4.5.1", - "@tanstack/react-query": "^5.67.1", + "@tanstack/react-query": "^5.67.2", "@titicaca/tds-theme": "workspace:*", "@titicaca/triple-web": "workspace:*", "@titicaca/triple-web-test-utils": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 57d789a9cf..237fbc43eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -642,8 +642,8 @@ importers: specifier: 4.5.1 version: 4.5.1(encoding@0.1.13)(graphql@16.10.0) '@tanstack/react-query': - specifier: ^5.67.1 - version: 5.67.1(react@18.3.1) + specifier: ^5.67.2 + version: 5.67.3(react@18.3.1) '@titicaca/tds-theme': specifier: workspace:* version: link:../tds-theme @@ -3851,11 +3851,11 @@ packages: resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==} engines: {node: '>=14.16'} - '@tanstack/query-core@5.67.1': - resolution: {integrity: sha512-AkFmuukVejyqVIjEQoFhLb3q+xHl7JG8G9cANWTMe3s8iKzD9j1VBSYXgCjy6vm6xM8cUCR9zP2yqWxY9pTWOA==} + '@tanstack/query-core@5.67.3': + resolution: {integrity: sha512-pq76ObpjcaspAW4OmCbpXLF6BCZP2Zr/J5ztnyizXhSlNe7fIUp0QKZsd0JMkw9aDa+vxDX/OY7N+hjNY/dCGg==} - '@tanstack/react-query@5.67.1': - resolution: {integrity: sha512-fH5u4JLwB6A+wLFdi8wWBWAYoJV5deYif2OveJ26ktAWjU499uvVFS1wPWnyEyq5LvZX1MZInvv9QRaIZANRaQ==} + '@tanstack/react-query@5.67.3': + resolution: {integrity: sha512-u/n2HsQeH1vpZIOzB/w2lqKlXUDUKo6BxTdGXSMvNzIq5MHYFckRMVuFABp+QB7RN8LFXWV6X1/oSkuDq+MPIA==} peerDependencies: react: ^18 || ^19 @@ -14186,11 +14186,11 @@ snapshots: dependencies: defer-to-connect: 2.0.1 - '@tanstack/query-core@5.67.1': {} + '@tanstack/query-core@5.67.3': {} - '@tanstack/react-query@5.67.1(react@18.3.1)': + '@tanstack/react-query@5.67.3(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.67.1 + '@tanstack/query-core': 5.67.3 react: 18.3.1 '@testing-library/dom@10.4.0':