From 5938b7a1c7db4f67ee93962883687115de3079b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 14:06:56 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.56.2 to 5.62.0 Snyk has created this PR to upgrade @tanstack/react-query from 5.56.2 to 5.62.0. 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..f42aa21 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.62.0", "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.62.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.0.tgz", + "integrity": "sha512-sx38bGrqF9bop92AXOvzDr0L9fWDas5zXdPglxa9cuqeVSWS7lY6OnVyl/oodfXjgOGRk79IfCpgVmxrbHuFHg==", "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.62.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.0.tgz", + "integrity": "sha512-tj2ltjAn2a3fs+Dqonlvs6GyLQ/LKVJE2DVSYW+8pJ3P6/VCVGrfqv5UEchmlP7tLOvvtZcOuSyI2ooVlR5Yqw==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.56.2" + "@tanstack/query-core": "5.62.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 3007687..2b3e615 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.62.0", "date-fns": "^3.6.0", "expo": "~51.0.31", "expo-build-properties": "~0.12.5",