From 67be340adf4a7e73bb7aec4b18a994e451a6727a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Nov 2025 09:55:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ae0cf22..96897407 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ ], "devDependencies": { "@babel/eslint-parser": "^7.28.0", - "del": "^6.0.0", + "del": "^8.0.0", "doctoc": "2.2.1", "expo": "^54.0.0-preview.12", "expo-build-properties": "^0.14.8",