Skip to content

Commit 2ab5e2d

Browse files
committed
fix(root): patch high/critical transitive dependency vulnerabilities
- Bump **/nise/**/path-to-regexp resolution 8.0.0→8.4.0 (GHSA-j3q9-mxjg-w52f) - Bump **/express/**/path-to-regexp resolution 0.1.12→0.1.13 (GHSA-37ch-88jc-xwx2) - Add handlebars resolution 4.7.9 to fix GHSA-2w6w-674q-4c4q and four related HIGH advisories Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> TICKET: VL-5117
1 parent 8469327 commit 2ab5e2d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@
7474
"@types/react": "17.0.24",
7575
"@types/react-dom": "17.0.16",
7676
"@solana/web3.js": "1.95.8",
77-
"**/nise/**/path-to-regexp": "8.0.0",
78-
"**/express/**/path-to-regexp": "0.1.12",
77+
"**/nise/**/path-to-regexp": "8.4.0",
78+
"**/express/**/path-to-regexp": "0.1.13",
79+
"handlebars": "4.7.9",
7980
"@babel/runtime": "^7.28.2",
8081
"@babel/helpers": "^7.28.2",
8182
"buffer": "^6.0.3",

0 commit comments

Comments
 (0)