From 141aefab5c48f82a93a389a191d1a728abe7f445 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 03:39:05 +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-ANSIREGEX-1583908 --- examples/with-expo-typescript/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-expo-typescript/package.json b/examples/with-expo-typescript/package.json index fd3e89fe2695..09dc020fa497 100644 --- a/examples/with-expo-typescript/package.json +++ b/examples/with-expo-typescript/package.json @@ -14,7 +14,7 @@ "type-check": "tsc" }, "dependencies": { - "expo": "~37.0.3", + "expo": "~39.0.1", "next": "latest", "react": "~16.9.0", "react-dom": "~16.9.0", @@ -23,7 +23,7 @@ }, "devDependencies": { "@babel/core": "^7.8.6", - "@expo/next-adapter": "2.1.9", + "@expo/next-adapter": "2.1.46", "@types/node": "14.0.4", "@types/react": "16.9.35", "@types/react-dom": "16.9.8",