Skip to content

Commit 773e38d

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 865d3c7 commit 773e38d

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
@@ -60,7 +60,7 @@
6060
"husky": "^9.1.7",
6161
"lodash": "^4.17.23",
6262
"otplib": "^12.0.1",
63-
"qs": "6.14.1",
63+
"qs": "6.14.2",
6464
"stream-browserify": "^3.0.0"
6565
},
6666
"keywords": [

0 commit comments

Comments
 (0)