diff --git a/package-lock.json b/package-lock.json index 2c77fa34..dbf91d54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@geist-ui/icons": "^1.0.2", "@next/bundle-analyzer": "^13.4.19", "@prisma/client": "^5.2.0", - "@tanstack/react-query": "^4.32.6", + "@tanstack/react-query": "^4.35.0", "@tanstack/react-query-devtools": "^4.33.0", "@upstash/redis": "^1.22.0", "@vercel/og": "^0.5.13", @@ -1404,20 +1404,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.33.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.33.0.tgz", - "integrity": "sha512-qYu73ptvnzRh6se2nyBIDHGBQvPY1XXl3yR769B7B6mIDD7s+EZhdlWHQ67JI6UOTFRaI7wupnTnwJ3gE0Mr/g==", + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.35.0.tgz", + "integrity": "sha512-4GMcKQuLZQi6RFBiBZNsLhl+hQGYScRZ5ZoVq8QAzfqz9M7vcGin/2YdSESwl7WaV+Qzsb5CZOAbMBes4lNTnA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.33.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.33.0.tgz", - "integrity": "sha512-97nGbmDK0/m0B86BdiXzx3EW9RcDYKpnyL2+WwyuLHEgpfThYAnXFaMMmnTDuAO4bQJXEhflumIEUfKmP7ESGA==", + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.35.0.tgz", + "integrity": "sha512-LLYDNnM9ewYHgjm2rzhk4KG/puN2rdoqCUD+N9+V7SwlsYwJk5ypX58rpkoZAhFyZ+KmFUJ7Iv2lIEOoUqydIg==", "dependencies": { - "@tanstack/query-core": "4.33.0", + "@tanstack/query-core": "4.35.0", "use-sync-external-store": "^1.2.0" }, "funding": { diff --git a/package.json b/package.json index 2801c07e..efc1df8b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@geist-ui/icons": "^1.0.2", "@next/bundle-analyzer": "^13.4.19", "@prisma/client": "^5.2.0", - "@tanstack/react-query": "^4.32.6", + "@tanstack/react-query": "^4.35.0", "@tanstack/react-query-devtools": "^4.33.0", "@upstash/redis": "^1.22.0", "@vercel/og": "^0.5.13",