fix: upgrade npm dependencies with high security risk (#5221)

This commit is contained in:
Matti Nannt
2025-04-05 13:04:01 +09:00
committed by GitHub
parent f0c7b881d3
commit 591b35a70b
5 changed files with 299 additions and 219 deletions

View File

@@ -18,7 +18,7 @@
"expo-status-bar": "2.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.6",
"react-native": "0.78.2",
"react-native-webview": "13.12.5"
},
"devDependencies": {

View File

@@ -68,7 +68,7 @@
"@radix-ui/react-toggle": "1.1.1",
"@radix-ui/react-toggle-group": "1.1.1",
"@radix-ui/react-tooltip": "1.1.5",
"@react-email/components": "0.0.31",
"@react-email/components": "0.0.35",
"@sentry/nextjs": "8.52.0",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",

View File

@@ -45,7 +45,7 @@
"lint-staged": "15.5.0",
"rimraf": "6.0.1",
"tsx": "4.19.3",
"turbo": "2.4.4"
"turbo": "2.5.0"
},
"lint-staged": {
"(apps|packages)/**/*.{js,ts,jsx,tsx}": [

View File

@@ -17,6 +17,8 @@ export default defineConfig({
retries: 0,
/* Timeout for each test */
timeout: 120000,
/* Fail the test run after the first failure */
maxFailures: 1, // Stop execution after the first failed test
/* Opt out of parallel tests on CI. */
// workers: os.cpus().length,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */

510
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff