Skip to content

Commit 644fcd8

Browse files
committed
fix(deps): add pnpm override for qs security vulnerability
1 parent 381a80a commit 644fcd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,10 @@
7373
},
7474
"resolutions": {
7575
"strip-ansi": "6.0.1"
76+
},
77+
"pnpm": {
78+
"overrides": {
79+
"qs": "6.14.1"
80+
}
7681
}
7782
}

0 commit comments

Comments
 (0)