Skip to content

Commit 3c272c4

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-15268416
1 parent a63cf44 commit 3c272c4

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 8 additions & 7 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
@@ -59,7 +59,7 @@
5959
"form-data": "^4.0.0",
6060
"node-abort-controller": "^3.0.0",
6161
"node-fetch": "^3.3.2",
62-
"qs": "6.14.1"
62+
"qs": "6.14.2"
6363
},
6464
"tsd": {
6565
"directory": "src/types/tests"

0 commit comments

Comments
 (0)