From fbfc42435328d8fef2064dd6967a1bac78ffb48b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 02:28:42 +0000 Subject: [PATCH] fix: examples/with-expo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/with-expo/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-expo/package.json b/examples/with-expo/package.json index 987dad88c53d2..a7cbe1fcb542d 100644 --- a/examples/with-expo/package.json +++ b/examples/with-expo/package.json @@ -11,7 +11,7 @@ "eject": "expo eject" }, "dependencies": { - "expo": "~37.0.3", + "expo": "~39.0.1", "next": "latest", "react": "~16.9.0", "react-dom": "~16.9.0", @@ -19,7 +19,7 @@ "react-native-web": "~0.11.7" }, "devDependencies": { - "@expo/next-adapter": "2.1.18" + "@expo/next-adapter": "2.1.46" }, "license": "MIT" }