diff --git a/package-lock.json b/package-lock.json index 26f3658c..aacb3eb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@geist-ui/icons": "^1.0.2", "@next/bundle-analyzer": "^13.4.12", "@prisma/client": "^5.1.1", - "@tanstack/react-query": "^4.28.0", + "@tanstack/react-query": "^4.32.6", "@tanstack/react-query-devtools": "^4.32.5", "@upstash/redis": "^1.22.0", "@vercel/og": "^0.5.10", @@ -1424,20 +1424,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.32.5", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.5.tgz", - "integrity": "sha512-UOxiDYmzYWD21ASIUnW3w+Nq3LcW1BPFFfIyZOor6UsRl76KGLlvUhJ402/dof1JxcQFPK7nZ5iUGPVqLiT8zg==", + "version": "4.32.6", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.6.tgz", + "integrity": "sha512-YVB+mVWENQwPyv+40qO7flMgKZ0uI41Ph7qXC2Zf1ft5AIGfnXnMZyifB2ghhZ27u+5wm5mlzO4Y6lwwadzxCA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.32.5", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.5.tgz", - "integrity": "sha512-4tR0GxyyKhLpYvbglOGpWVqHS+t3bs7yy89DuTgJvnKLnaS5UW2sbfAzlV9JtwL7s5Z8eW2q2EDMcAtutb0lAw==", + "version": "4.32.6", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.6.tgz", + "integrity": "sha512-AITu/IKJJJXsHHeXNBy5bclu12t08usMCY0vFC2dh9SP/w6JAk5U9GwfjOIPj3p+ATADZvxQPe8UiCtMLNeQbg==", "dependencies": { - "@tanstack/query-core": "4.32.5", + "@tanstack/query-core": "4.32.6", "use-sync-external-store": "^1.2.0" }, "funding": { diff --git a/package.json b/package.json index 0dcba437..4e1cfc10 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@geist-ui/icons": "^1.0.2", "@next/bundle-analyzer": "^13.4.12", "@prisma/client": "^5.1.1", - "@tanstack/react-query": "^4.28.0", + "@tanstack/react-query": "^4.32.6", "@tanstack/react-query-devtools": "^4.32.5", "@upstash/redis": "^1.22.0", "@vercel/og": "^0.5.10",