From ff75122ea129bd332d3d1794ef174fdb3c1713f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 00:41:23 +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-XMLDOM-3092935 --- 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 91bdf546cbaa7..b4472d3f642b6 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.46", "@types/node": "14.0.4", "@types/react": "16.9.35", "@types/react-dom": "16.9.8",