From da41447bbe2a50f829dda48b7ef36b4579510f0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Apr 2025 04:26:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-OCTOKITPLUGINPAGINATEREST-8730855 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbd255b4d..727bd84e8 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "react-native-safe-area-context": "^4.11.1", "react-native-vector-icons": "^10.2.0", "react-native-webview": "^13.12.3", - "release-it": "^15.0.0", + "release-it": "^19.0.0", "turbo": "^1.10.7", "typedoc": "^0.26.11", "typedoc-plugin-coverage": "^3.3.0",