mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-19 13:29:08 -06:00
fix: upgrade npm dependencies with high security risk (#5221)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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}": [
|
||||
|
||||
@@ -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
510
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user