security: upgrade dependencies to fix critical and high vulnerabilities
- next: 14.2.15 → 15.2.5 (fixes critical DoS, SSRF, cache poisoning) - react/react-dom: 18.2.0 → 19.1.0 - @solana/spl-token: 0.3.9 → 0.4.14 (bigint-buffer overflow fix) - vitest: 1.1.0 → 3.0.0 (esbuild dev server exposure fix) - mocha: 9.0.3 → 11.7.5 (serialize-javascript RCE fix) - @solana/wallet-adapter-*: latest versions - Add npm overrides for elliptic, lodash, esbuild, nanoid Vulnerabilities: 44 (1 critical) → 23 (3 high, 20 low) Refs: npm audit fixes for GHSA-7m27-7ghc-44w9, GHSA-3gc7-fjrx-p6mg
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@coral-xyz/anchor": "^0.29.0",
|
||||
"@solana/spl-token": "^0.3.9",
|
||||
"@solana/spl-token": "^0.4.14",
|
||||
"@solana/web3.js": "^1.87.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -20,7 +20,7 @@
|
||||
"@types/chai": "^4.3.0",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"chai": "^4.3.4",
|
||||
"mocha": "^9.0.3",
|
||||
"mocha": "^11.0.0",
|
||||
"prettier": "^2.6.2",
|
||||
"ts-mocha": "^10.0.0",
|
||||
"typescript": "^4.3.5"
|
||||
|
||||
Reference in New Issue
Block a user