Skip to content

Commit 16117da

Browse files
committed
audit fix
1 parent b9a41a3 commit 16117da

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"Bash(find /mnt/e/GitHub/fula-chain -name *.sol -path */test* -o -name *Test* -o -name *test*)",
3636
"Bash(find /mnt/e/GitHub -name *.test.ts -o -name *.spec.ts)",
3737
"Bash(find /mnt/e/GitHub/fula-chain -name *.ts -o -name *.js)",
38-
"Bash(find /mnt/e/GitHub/fula-chain -type f \\\\\\(-name *.test.ts -o -name *.spec.ts -o -name *test*.ts \\\\\\))"
38+
"Bash(find /mnt/e/GitHub/fula-chain -type f \\\\\\(-name *.test.ts -o -name *.spec.ts -o -name *test*.ts \\\\\\))",
39+
"Bash(npm ls:*)",
40+
"Bash(npm view:*)"
3941
]
4042
}
4143
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"wagmi": "^2.14.0"
2525
},
2626
"overrides": {
27-
"use-sync-external-store": "^1.4.0"
27+
"use-sync-external-store": ">=1.4.0"
2828
},
2929
"devDependencies": {
3030
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)