Skip to content

Commit 4d75cfc

Browse files
chore(pos-dapp): fix dependency vulnerabilities and update packages (#991)
Bump @reown/appkit 1.8.2 -> 1.8.18, next 15.5.9 -> 15.5.10, react/react-dom 19.1.0 -> 19.2.4, eslint-config-next 15.5.2 -> 15.5.10, and pin @walletconnect/pos-client to 1.0.5 (was resolving to canary). Addresses 15 audit vulnerabilities (h3 request smuggling, next DoS, tar file overwrite). Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 73849f7 commit 4d75cfc

File tree

2 files changed

+1885
-1116
lines changed

2 files changed

+1885
-1116
lines changed

advanced/dapps/pos-dapp/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"lint": "eslint"
1010
},
1111
"dependencies": {
12-
"@reown/appkit": "1.8.2",
13-
"next": "15.5.9",
14-
"react": "19.1.0",
15-
"react-dom": "19.1.0",
16-
"react-hot-toast": "^2.6.0",
17-
"@walletconnect/pos-client": "0.0.0-canary.1"
12+
"@reown/appkit": "1.8.18",
13+
"@walletconnect/pos-client": "1.0.5",
14+
"next": "15.5.10",
15+
"react": "19.2.4",
16+
"react-dom": "19.2.4",
17+
"react-hot-toast": "^2.6.0"
1818
},
1919
"devDependencies": {
2020
"@eslint/eslintrc": "^3",
@@ -23,8 +23,8 @@
2323
"@types/react": "^19",
2424
"@types/react-dom": "^19",
2525
"eslint": "^9",
26-
"eslint-config-next": "15.5.2",
26+
"eslint-config-next": "15.5.10",
2727
"tailwindcss": "^4",
2828
"typescript": "^5"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)