diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bc1a20c9f2..ada75eec74 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.14", + "@tanstack/react-query": "^5.90.15", "@uidotdev/usehooks": "^2.4.1", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", @@ -30,7 +30,7 @@ "isbot": "^5.1.32", "lucide-react": "^0.562.0", "monaco-editor": "^0.55.1", - "posthog-js": "^1.310.1", + "posthog-js": "^1.311.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-hot-toast": "^2.6.0", @@ -5543,20 +5543,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.90.14", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.14.tgz", - "integrity": "sha512-/6di2yNI+YxpVrH9Ig74Q+puKnkCE+D0LGyagJEGndJHJc6ahkcc/UqirHKy8zCYE/N9KLggxcQvzYCsUBWgdw==", + "version": "5.90.15", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.15.tgz", + "integrity": "sha512-mInIZNUZftbERE+/Hbtswfse49uUQwch46p+27gP9DWJL927UjnaWEF2t3RMOqBcXbfMdcNkPe06VyUIAZTV1g==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.90.14", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.14.tgz", - "integrity": "sha512-JAMuULej09hrZ14W9+mxoRZ44rR2BuZfCd6oKTQVNfynQxCN3muH3jh3W46gqZNw5ZqY0ZVaS43Imb3dMr6tgw==", + "version": "5.90.15", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.15.tgz", + "integrity": "sha512-uQvnDDcTOgJouNtAyrgRej+Azf0U5WDov3PXmHFUBc+t1INnAYhIlpZtCGNBLwCN41b43yO7dPNZu8xWkUFBwQ==", "dependencies": { - "@tanstack/query-core": "5.90.14" + "@tanstack/query-core": "5.90.15" }, "funding": { "type": "github", @@ -13382,9 +13382,9 @@ } }, "node_modules/posthog-js": { - "version": "1.310.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.310.1.tgz", - "integrity": "sha512-UkR6zzlWNtqHDXHJl2Yk062DOmZyVKTPL5mX4j4V+u3RiYbMHJe47+PpMMUsvK1R2e1r/m9uSlHaJMJRzyUjGg==", + "version": "1.311.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.311.0.tgz", + "integrity": "sha512-P1dWYNFr1dlfa5sAOFj4uq2jJuGfNce3ctYl565t0Fm/i4ZJZq4D2hmKyTMjKu5f9wyZVlTeRdxdmTIGDjCegw==", "dependencies": { "@posthog/core": "1.9.0", "core-js": "^3.38.1", diff --git a/frontend/package.json b/frontend/package.json index 4d13caa0da..f993462524 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.14", + "@tanstack/react-query": "^5.90.15", "@uidotdev/usehooks": "^2.4.1", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", @@ -29,7 +29,7 @@ "isbot": "^5.1.32", "lucide-react": "^0.562.0", "monaco-editor": "^0.55.1", - "posthog-js": "^1.310.1", + "posthog-js": "^1.311.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-hot-toast": "^2.6.0",