Skip to content

Commit 4b248f2

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 2922d2f commit 4b248f2

File tree

2 files changed

+16
-27
lines changed

2 files changed

+16
-27
lines changed

package-lock.json

Lines changed: 15 additions & 26 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.21",
6262
"otplib": "^12.0.1",
63-
"qs": "^6.14.0",
63+
"qs": "^6.14.1",
6464
"stream-browserify": "^3.0.0"
6565
},
6666
"keywords": [

0 commit comments

Comments
 (0)