From 525edbeede8dddcb5d416c3559960319d9afb4fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Nov 2023 05:17:36 +0000 Subject: [PATCH] fix: upgrade react-query from 3.13.0 to 3.39.3 Snyk has created this PR to upgrade react-query from 3.13.0 to 3.39.3. See this package in npm: See this project in Snyk: https://app.snyk.io/org/anmipa/project/e577b805-d6b2-48d8-be0d-93018884512f?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 905b47e..6717f99 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "react-leaflet": "^3.1.0", - "react-query": "^3.13.0", + "react-query": "^3.39.3", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "typescript": "^4.1.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 6d26bf5..b38c59d 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -9171,10 +9171,10 @@ react-leaflet@^3.1.0: dependencies: "@react-leaflet/core" "^1.0.2" -react-query@^3.13.0: - version "3.13.0" - resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.13.0.tgz#b42561392a8fcf3252336222332c4c94fae2e33e" - integrity sha512-CzBvgjMh8jNJMSPhXCE92DBIFbE31j8PA2k7ipR1F8DlcNAEsZwLsUzh1cTtzpDaS2+r6sntgmM6qKnCD6E5zQ== +react-query@^3.39.3: + version "3.39.3" + resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.39.3.tgz#4cea7127c6c26bdea2de5fb63e51044330b03f35" + integrity sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g== dependencies: "@babel/runtime" "^7.5.5" broadcast-channel "^3.4.1"