From 098b82918603ea67de0448f8e2cb56cdd872ad38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 21:48:24 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.56.2 to 5.59.19 Snyk has created this PR to upgrade @tanstack/react-query from 5.56.2 to 5.59.19. See this package in npm: @tanstack/react-query See this project in Snyk: https://app.snyk.io/org/engineering-CGCiXj96RbVotntN7wcPgV/project/96c1a699-0761-4b94-ab68-1dc6eb1e314b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93382ad..f908982 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@inrupt/solid-client-errors": "^0.0.2", "@react-native-cookies/cookies": "^6.2.1", "@react-navigation/native": "^6.1.18", - "@tanstack/react-query": "^5.56.2", + "@tanstack/react-query": "^5.59.19", "date-fns": "^3.6.0", "expo": "~51.0.31", "expo-build-properties": "~0.12.5", @@ -7094,9 +7094,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.56.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.56.2.tgz", - "integrity": "sha512-gor0RI3/R5rVV3gXfddh1MM+hgl0Z4G7tj6Xxpq6p2I03NGPaJ8dITY9Gz05zYYb/EJq9vPas/T4wn9EaDPd4Q==", + "version": "5.59.17", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.17.tgz", + "integrity": "sha512-jWdDiif8kaqnRGHNXAa9CnudtxY5v9DUxXhodgqX2Rwzj+1UwStDHEbBd9IA5C7VYAaJ2s+BxFR6PUBs8ERorA==", "license": "MIT", "funding": { "type": "github", @@ -7104,12 +7104,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.56.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.56.2.tgz", - "integrity": "sha512-SR0GzHVo6yzhN72pnRhkEFRAHMsUo5ZPzAxfTMvUxFIDVS6W9LYUp6nXW3fcHVdg0ZJl8opSH85jqahvm6DSVg==", + "version": "5.59.19", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.19.tgz", + "integrity": "sha512-xLRfyFyQOFcLltKCds0LijfC6/HQJrrTTnZB8ciyn74LIkVAm++vZJ6eUVG20RmJtdP8REdy7vSOYW4M3//XLA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.56.2" + "@tanstack/query-core": "5.59.17" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 3007687..e8673fb 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@inrupt/solid-client-errors": "^0.0.2", "@react-native-cookies/cookies": "^6.2.1", "@react-navigation/native": "^6.1.18", - "@tanstack/react-query": "^5.56.2", + "@tanstack/react-query": "^5.59.19", "date-fns": "^3.6.0", "expo": "~51.0.31", "expo-build-properties": "~0.12.5",