diff --git a/packages/standard-web/package.json b/packages/standard-web/package.json index 08330d5c..61bcde4d 100644 --- a/packages/standard-web/package.json +++ b/packages/standard-web/package.json @@ -8,7 +8,7 @@ "@next/third-parties": "^14.1.1", "@ordzaar/standard-typescript": "workspace:*", "@reduxjs/toolkit": "^2.2.1", - "@tanstack/react-query": "^5.24.1", + "@tanstack/react-query": "^5.24.7", "@types/react": "18.2.61", "@types/react-dom": "18.2.19", "next": "14.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea8328be..557be0ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -213,8 +213,8 @@ importers: specifier: ^2.2.1 version: 2.2.1(react-redux@9.1.0)(react@18.2.0) '@tanstack/react-query': - specifier: ^5.24.1 - version: 5.24.1(react@18.2.0) + specifier: ^5.24.7 + version: 5.24.7(react@18.2.0) '@types/react': specifier: 18.2.61 version: 18.2.61 @@ -2636,16 +2636,16 @@ packages: defer-to-connect: 2.0.1 dev: false - /@tanstack/query-core@5.24.1: - resolution: {integrity: sha512-DZ6Nx9p7BhjkG50ayJ+MKPgff+lMeol7QYXkvuU5jr2ryW/4ok5eanaS9W5eooA4xN0A/GPHdLGOZGzArgf5Cg==} + /@tanstack/query-core@5.24.7: + resolution: {integrity: sha512-24d9o44FktHTgTOu3XdQWXMu24SJodmzGWXfvd9gT57ijarjOsN2cUyg/RqyCzuDTfD59+1QdCfPB4QvRRsCjw==} dev: false - /@tanstack/react-query@5.24.1(react@18.2.0): - resolution: {integrity: sha512-4+09JEdO4d6+Gc8Y/g2M/MuxDK5IY0QV8+2wL2304wPKJgJ54cBbULd3nciJ5uvh/as8rrxx6s0mtIwpRuGd1g==} + /@tanstack/react-query@5.24.7(react@18.2.0): + resolution: {integrity: sha512-+yO1UuXeh47/mnegBZcgwqRrxcXiOYkUSMdk69FsNKtPzH7PFFRXLdkyWk/cu6eEc0Zc8g9Skgu26oqEYWTxpQ==} peerDependencies: react: ^18.0.0 dependencies: - '@tanstack/query-core': 5.24.1 + '@tanstack/query-core': 5.24.7 react: 18.2.0 dev: false