From d9a95f546e0dd3c2fa101fe60d2c500d487618f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Nov 2025 09:09:07 +0000 Subject: [PATCH] fix: types/react-router-navigation/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- types/react-router-navigation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-router-navigation/package.json b/types/react-router-navigation/package.json index a804ddc77e1778..3e7d8cf313d88b 100644 --- a/types/react-router-navigation/package.json +++ b/types/react-router-navigation/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "@types/react-navigation": "3.0.8" + "@types/react-navigation": "3.4.0" } }