Skip to content

Commit 581138a

Browse files
authored
Fix the security alert of qs v6.14.0 (#156)
Use the "override" field in the package.json file. Fixes https://github.com/Automattic/request-promise-native/security/dependabot/10 / see cypress-io/request#97
1 parent 6033477 commit 581138a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@
4949
"globals": "^17.0.0",
5050
"mocha": "^11.1.0",
5151
"tough-cookie": "^6.0.0"
52+
},
53+
"overrides": {
54+
"qs": "6.14.1"
5255
}
5356
}

0 commit comments

Comments
 (0)