Skip to content

Commit 8e968bb

Browse files
[Vulnerability 006] - fix: solve Vulnerable Dependencies
1 parent 4e31e11 commit 8e968bb

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/jest": "^29.5.0",
7272
"@typescript-eslint/eslint-plugin": "^7.18.0",
7373
"antd": "^4.24.15",
74-
"axios": "^1.7.9",
74+
"axios": "^1.12.0",
7575
"bignumber.js": "^9.1.2",
7676
"currency-symbol-map": "^5.1.0",
7777
"currency.js": "^2.0.4",
@@ -113,7 +113,7 @@
113113
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
114114
"@babel/plugin-transform-runtime": "^7.25.9",
115115
"@babel/preset-env": "^7.26.0",
116-
"@playwright/test": "^1.49.1",
116+
"@playwright/test": "^1.55.1",
117117
"@testing-library/dom": "^10.4.0",
118118
"@testing-library/jest-dom": "^6.6.3",
119119
"@testing-library/react": "^16.3.0",
@@ -172,5 +172,16 @@
172172
"url": "https://github.com/syscoin/pali_wallet/issues"
173173
},
174174
"homepage": "https://github.com/syscoin/pali_wallet#readme",
175-
"author": "Syscoin"
175+
"author": "Syscoin",
176+
"resolutions": {
177+
"node-fetch": "^2.7.0",
178+
"axios": "^1.12.0",
179+
"node-forge": "^1.3.2",
180+
"valibot": "^1.2.0",
181+
"glob": "^10.5.0",
182+
"cookie": "^0.7.0",
183+
"tmp": "^0.2.4",
184+
"jws": "^4.0.1",
185+
"js-yaml": "^4.1.1"
186+
}
176187
}

0 commit comments

Comments
 (0)