diff --git a/package-lock.json b/package-lock.json index 951ee28..c822fb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@studio-freight/react-lenis": "^0.0.47", - "@tanstack/react-query": "^5.69.0", + "@tanstack/react-query": "^5.84.1", "@tanstack/react-query-devtools": "^5.69.0", "axios": "^1.8.4", "react": "^18.3.1", @@ -1758,10 +1758,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.69.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.69.0.tgz", - "integrity": "sha512-Kn410jq6vs1P8Nm+ZsRj9H+U3C0kjuEkYLxbiCyn3MDEiYor1j2DGVULqAz62SLZtUZ/e9Xt6xMXiJ3NJ65WyQ==", - "license": "MIT", + "version": "5.83.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.83.1.tgz", + "integrity": "sha512-OG69LQgT7jSp+5pPuCfzltq/+7l2xoweggjme9vlbCPa/d7D7zaqv5vN/S82SzSYZ4EDLTxNO1PWrv49RAS64Q==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1778,12 +1777,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.69.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.69.0.tgz", - "integrity": "sha512-Ift3IUNQqTcaFa1AiIQ7WCb/PPy8aexZdq9pZWLXhfLcLxH0+PZqJ2xFImxCpdDZrFRZhLJrh76geevS5xjRhA==", - "license": "MIT", + "version": "5.84.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.84.1.tgz", + "integrity": "sha512-zo7EUygcWJMQfFNWDSG7CBhy8irje/XY0RDVKKV4IQJAysb+ZJkkJPcnQi+KboyGUgT+SQebRFoTqLuTtfoDLw==", "dependencies": { - "@tanstack/query-core": "5.69.0" + "@tanstack/query-core": "5.83.1" }, "funding": { "type": "github", @@ -9683,9 +9681,9 @@ } }, "@tanstack/query-core": { - "version": "5.69.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.69.0.tgz", - "integrity": "sha512-Kn410jq6vs1P8Nm+ZsRj9H+U3C0kjuEkYLxbiCyn3MDEiYor1j2DGVULqAz62SLZtUZ/e9Xt6xMXiJ3NJ65WyQ==" + "version": "5.83.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.83.1.tgz", + "integrity": "sha512-OG69LQgT7jSp+5pPuCfzltq/+7l2xoweggjme9vlbCPa/d7D7zaqv5vN/S82SzSYZ4EDLTxNO1PWrv49RAS64Q==" }, "@tanstack/query-devtools": { "version": "5.67.2", @@ -9693,11 +9691,11 @@ "integrity": "sha512-O4QXFFd7xqp6EX7sdvc9tsVO8nm4lpWBqwpgjpVLW5g7IeOY6VnS/xvs/YzbRhBVkKTMaJMOUGU7NhSX+YGoNg==" }, "@tanstack/react-query": { - "version": "5.69.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.69.0.tgz", - "integrity": "sha512-Ift3IUNQqTcaFa1AiIQ7WCb/PPy8aexZdq9pZWLXhfLcLxH0+PZqJ2xFImxCpdDZrFRZhLJrh76geevS5xjRhA==", + "version": "5.84.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.84.1.tgz", + "integrity": "sha512-zo7EUygcWJMQfFNWDSG7CBhy8irje/XY0RDVKKV4IQJAysb+ZJkkJPcnQi+KboyGUgT+SQebRFoTqLuTtfoDLw==", "requires": { - "@tanstack/query-core": "5.69.0" + "@tanstack/query-core": "5.83.1" } }, "@tanstack/react-query-devtools": { diff --git a/package.json b/package.json index 9a67793..94a6619 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@studio-freight/react-lenis": "^0.0.47", - "@tanstack/react-query": "^5.69.0", + "@tanstack/react-query": "^5.84.1", "@tanstack/react-query-devtools": "^5.69.0", "axios": "^1.8.4", "react": "^18.3.1",