From 4698a7784000779d29dbfdc2a01fedfb03928604 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Mar 2022 04:18:10 +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-PROPERTYEXPR-598800 --- 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 3f25e211d0fad..9fcf5c3b8b600 100644 --- a/examples/with-expo-typescript/package.json +++ b/examples/with-expo-typescript/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@babel/core": "^7.8.6", - "@expo/next-adapter": "2.1.9", + "@expo/next-adapter": "2.1.18", "@types/node": "14.0.4", "@types/react": "16.9.35", "@types/react-dom": "16.9.8",