Skip to content

Commit 73b0cb6

Browse files
authored
Merge pull request #8370 from BitGo/VL-5117
fix(root): patch high/critical transitive dependency vulnerabilities
2 parents 8469327 + 2ab5e2d commit 73b0cb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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)