From e144b7570906a1569282c1efd80207f29339a582 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Dec 2024 15:42:50 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.56.2 to 5.61.5 Snyk has created this PR to upgrade @tanstack/react-query from 5.56.2 to 5.61.5. 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 f2bcba4..93d713f 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.61.5", "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.61.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.61.5.tgz", + "integrity": "sha512-iG5vqurEOEbv+paP6kW3zPENa99kSIrd1THISJMaTwVlJ+N5yjVDNOUwp9McK2DWqWCXM3v13ubBbAyhxT78UQ==", "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.61.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.61.5.tgz", + "integrity": "sha512-rjy8aqPgBBEz/rjJnpnuhi8TVkVTorMUsJlM3lMvrRb5wK6yzfk34Er0fnJ7w/4qyF01SnXsLB/QsTBsLF5PaQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.56.2" + "@tanstack/query-core": "5.61.5" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 3007687..219e228 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.61.5", "date-fns": "^3.6.0", "expo": "~51.0.31", "expo-build-properties": "~0.12.5",