Skip to content

Commit 101ef98

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253
1 parent c35a88e commit 101ef98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@reduxjs/toolkit": "^1.8.0",
117117
"@rjsf/core": "^4.2.2",
118118
"@safe-global/api-kit": "^1.3.0",
119-
"@safe-global/protocol-kit": "^1.2.0",
119+
"@safe-global/protocol-kit": "^4.0.0",
120120
"@safe-global/safe-apps-sdk": "^9.1.0",
121121
"@safe-global/safe-core-sdk-types": "^2.2.0",
122122
"@safe-global/safe-ethers-lib": "^1.9.4",
@@ -201,7 +201,7 @@
201201
"polished": "^4.0.5",
202202
"polyfill-object.fromentries": "^1.0.1",
203203
"popper-max-size-modifier": "^0.2.0",
204-
"qs": "^6.12.1",
204+
"qs": "^6.14.1",
205205
"quick-lru": "^7.0.0",
206206
"react": "19.1.2",
207207
"react-appzi": "^1.0.4",

0 commit comments

Comments
 (0)