summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2019-03-02 19:14:04 +0100
committerSheogorath2019-03-02 19:14:12 +0100
commitb718eac70a4a5c87987b5d95427d1261e093440f (patch)
tree55fbf5be39f890134e6d44391a1a86c4e9d78a5d /package.json
parentedfe7fc4013c530a7c3875e79a3c738c57fc513c (diff)
Force upgrade of some outdated dependencies
I don't really like the way to go here, but I guess having those forcefully upgraded is better than staying around with vulnerable dependencies. This patch fixes some vulnerbilities in dependencies that were categories as high severity. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index de2f6d21..0bb28d19 100644
--- a/package.json
+++ b/package.json
@@ -133,7 +133,9 @@
"xss": "^1.0.3"
},
"resolutions": {
- "**/tough-cookie": "~2.4.0"
+ "**/tough-cookie": "~2.4.0",
+ "**/minimatch": "^3.0.2",
+ "**/request": "^2.88.0"
},
"engines": {
"node": ">=6.x"