From ee0726e283e44c9f701c0fc33546a39d09b604f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Feb 2023 20:38:45 +0000 Subject: [PATCH] fix: examples/with-expo-typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FILETYPE-2958042 --- examples/with-expo-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-expo-typescript/package.json b/examples/with-expo-typescript/package.json index 09dc020fa497a..ec26bbebfbe42 100644 --- a/examples/with-expo-typescript/package.json +++ b/examples/with-expo-typescript/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@babel/core": "^7.8.6", - "@expo/next-adapter": "2.1.46", + "@expo/next-adapter": "3.0.2", "@types/node": "14.0.4", "@types/react": "16.9.35", "@types/react-dom": "16.9.8",