Skip to content

Commit 35a32ee

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253
1 parent d12744e commit 35a32ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"lodash.difference": "^4.5.0",
103103
"multiformats": "^9.6.4",
104104
"nats.ws": "^1.7.1",
105-
"qs": "^6.9.4",
105+
"qs": "^6.14.1",
106106
"set-cookie-parser": "^2.5.1",
107107
"siwe": "^2.1.4",
108108
"ts-interface-checker": "^1.0.2",

0 commit comments

Comments
 (0)