Skip to content

Commit 7811668

Browse files
committed
Fix audit
1 parent 6e243db commit 7811668

File tree

4 files changed

+7560
-5352
lines changed

4 files changed

+7560
-5352
lines changed

.github/workflows/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
with:
2121
cache: pnpm
2222
- name: Audit for vulnerabilities
23-
run: npx audit-ci@^7 --config ./audit-ci.jsonc
23+
run: pnpx audit-ci@^7 --config ./audit-ci.jsonc

demos/example-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@powersync/web": "workspace:*",
2323
"lato-font": "^3.0.0",
2424
"lexical": "^0.15.0",
25-
"next": "14.2.3",
25+
"next": "^14.2.25",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1"
2828
},

demos/react-native-supabase-group-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@babel/core": "7.26.10",
6161
"@babel/plugin-transform-async-generator-functions": "^7.28.0",
6262
"@types/react": "^18.3.26",
63-
"eas-cli": "^7.8.5",
63+
"eas-cli": "^16.26.0",
6464
"eslint": "8.55.0",
6565
"eslint-config-universe": "12.0.0",
6666
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)