diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2cc295d243..d2209ae883 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "@react-router/node": "^7.11.0", "@react-router/serve": "^7.11.0", "@tailwindcss/vite": "^4.1.18", - "@tanstack/react-query": "^5.90.15", + "@tanstack/react-query": "^5.90.16", "@uidotdev/usehooks": "^2.4.1", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", @@ -5543,20 +5543,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.90.15", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.15.tgz", - "integrity": "sha512-mInIZNUZftbERE+/Hbtswfse49uUQwch46p+27gP9DWJL927UjnaWEF2t3RMOqBcXbfMdcNkPe06VyUIAZTV1g==", + "version": "5.90.16", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.16.tgz", + "integrity": "sha512-MvtWckSVufs/ja463/K4PyJeqT+HMlJWtw6PrCpywznd2NSgO3m4KwO9RqbFqGg6iDE8vVMFWMeQI4Io3eEYww==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.90.15", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.15.tgz", - "integrity": "sha512-uQvnDDcTOgJouNtAyrgRej+Azf0U5WDov3PXmHFUBc+t1INnAYhIlpZtCGNBLwCN41b43yO7dPNZu8xWkUFBwQ==", + "version": "5.90.16", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.16.tgz", + "integrity": "sha512-bpMGOmV4OPmif7TNMteU/Ehf/hoC0Kf98PDc0F4BZkFrEapRMEqI/V6YS0lyzwSV6PQpY1y4xxArUIfBW5LVxQ==", "dependencies": { - "@tanstack/query-core": "5.90.15" + "@tanstack/query-core": "5.90.16" }, "funding": { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index 9003680543..9898e60dc5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "@react-router/node": "^7.11.0", "@react-router/serve": "^7.11.0", "@tailwindcss/vite": "^4.1.18", - "@tanstack/react-query": "^5.90.15", + "@tanstack/react-query": "^5.90.16", "@uidotdev/usehooks": "^2.4.1", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0",