Skip to content

Commit

Permalink
fix: examples/with-expo-typescript/package.json to reduce vulnerabili…
Browse files Browse the repository at this point in the history
…ties

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
  • Loading branch information
snyk-bot authored and Jacquelyn Vinson committed Aug 10, 2022
1 parent ac2fdfc commit fb0a636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-expo-typescript/package.json
Expand Up @@ -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",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@expo/next-adapter": "2.1.18",
"@expo/next-adapter": "2.1.46",
"@types/node": "14.0.4",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
Expand Down

0 comments on commit fb0a636

Please sign in to comment.