diff --git a/packages/components/package.json b/packages/components/package.json index a7698fcaeda..7a98aba8fa2 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -103,7 +103,7 @@ "@cultureamp/i18n-react-intl": "^2.7.1", "@kaizen/design-tokens": "workspace:*", "@kaizen/package-bundler": "workspace:*", - "@tanstack/react-query": "^5.60.5", + "@tanstack/react-query": "^5.62.0", "@testing-library/dom": "^10.4.0", "@types/jest-axe": "^3.5.9", "@types/lodash.debounce": "^4.0.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e23780b3456..a2d0fe1c82d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -396,8 +396,8 @@ importers: specifier: workspace:* version: link:../package-bundler '@tanstack/react-query': - specifier: ^5.60.5 - version: 5.60.5(react@18.3.1) + specifier: ^5.62.0 + version: 5.62.0(react@18.3.1) '@testing-library/dom': specifier: ^10.4.0 version: 10.4.0 @@ -3252,11 +3252,11 @@ packages: '@swc/types@0.1.12': resolution: {integrity: sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==} - '@tanstack/query-core@5.60.5': - resolution: {integrity: sha512-jiS1aC3XI3BJp83ZiTuDLerTmn9P3U95r6p+6/SNauLJaYxfIC4dMuWygwnBHIZxjn2zJqEpj3nysmPieoxfPQ==} + '@tanstack/query-core@5.62.0': + resolution: {integrity: sha512-sx38bGrqF9bop92AXOvzDr0L9fWDas5zXdPglxa9cuqeVSWS7lY6OnVyl/oodfXjgOGRk79IfCpgVmxrbHuFHg==} - '@tanstack/react-query@5.60.5': - resolution: {integrity: sha512-M77bOsPwj1wYE56gk7iJvxGAr4IC12NWdIDhT+Eo8ldkWRHMvIR8I/rufIvT1OXoV/bl7EECwuRuMlxxWtvW2Q==} + '@tanstack/react-query@5.62.0': + resolution: {integrity: sha512-tj2ltjAn2a3fs+Dqonlvs6GyLQ/LKVJE2DVSYW+8pJ3P6/VCVGrfqv5UEchmlP7tLOvvtZcOuSyI2ooVlR5Yqw==} peerDependencies: react: ^18 || ^19 @@ -10783,7 +10783,7 @@ snapshots: '@cultureamp/next-head-hook': 1.1.11(next@14.2.3(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.79.6)) '@cultureamp/redirect-to-login': 2.0.3 '@readme/openapi-parser': 2.6.0(openapi-types@12.1.3) - '@tanstack/react-query': 5.60.5(react@18.3.1) + '@tanstack/react-query': 5.62.0(react@18.3.1) aws4: 1.13.2 chromatic: 10.9.6 deepmerge: 4.3.1 @@ -13403,11 +13403,11 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@tanstack/query-core@5.60.5': {} + '@tanstack/query-core@5.62.0': {} - '@tanstack/react-query@5.60.5(react@18.3.1)': + '@tanstack/react-query@5.62.0(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.60.5 + '@tanstack/query-core': 5.62.0 react: 18.3.1 '@testing-library/dom@10.4.0':