From c3fcc97e2b67569df477c9014c2f42dcadc109b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 04:57:44 +0000 Subject: [PATCH] fix: Clublit_front_end/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- Clublit_front_end/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clublit_front_end/package.json b/Clublit_front_end/package.json index edab267..2f78afa 100644 --- a/Clublit_front_end/package.json +++ b/Clublit_front_end/package.json @@ -11,7 +11,7 @@ "dependencies": { "@builderx/utils": "~0.1.7", "expo": "^40.0.0", - "expo-app-loading": "^1.0.1", + "expo-app-loading": "^2.1.0", "expo-font": "~8.4.0", "lodash": "~4.17.4", "react": "16.14.0",