From 38632a27b601d6dc03170cd69f420cce9dfae1ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 21:20:43 +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 | 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 fd3e89fe2695..5fa23c8483e8 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",