Skip to content

Commit

Permalink
fix: apps/expo/package.json & apps/expo/package-lock.json to reduce v…
Browse files Browse the repository at this point in the history
…ulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot authored and actions-user committed May 14, 2024
1 parent 566de83 commit 1b0f6c8
Show file tree
Hide file tree
Showing 7 changed files with 5,409 additions and 3,419 deletions.
8,810 changes: 5,400 additions & 3,410 deletions apps/expo/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@tanstack/react-query": "^4.29.5",
"@trpc/react-query": "^10.21.1",
"dotenv": "^16.0.3",
"expo": "^49.0.21",
"expo": "^50.0.0",
"expo-auth-session": "~5.0.2",
"expo-constants": "~14.4.2",
"expo-dev-client": "^2.4.12",
Expand All @@ -36,7 +36,7 @@
"nativewind": "^2.0.11",
"postcss": "^8.4.23",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native": "0.73.0",
"react-native-safe-area-context": "4.6.3",
"react-native-vector-icons": "^9.2.0",
"styled-components": "^5.3.10"
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"compilerOptions": {},
"extends": "expo/tsconfig.base",
"extends": "expo/tsconfig.base"
}
4 changes: 2 additions & 2 deletions apps/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@

/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
},
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
}
2 changes: 1 addition & 1 deletion packages/api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["src", "index.ts", "transformer.ts"],
"include": ["src", "index.ts", "transformer.ts"]
}
2 changes: 1 addition & 1 deletion packages/db/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../tsconfig.json",
"include": ["index.ts"],
"include": ["index.ts"]
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"noUncheckedIndexedAccess": true,
},
"noUncheckedIndexedAccess": true
}
}

0 comments on commit 1b0f6c8

Please sign in to comment.