Skip to content

Commit b718eac

Browse files
committed
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 <[email protected]>
1 parent edfe7fc commit b718eac

File tree

2 files changed

+12
-180
lines changed

2 files changed

+12
-180
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@
133133
"xss": "^1.0.3"
134134
},
135135
"resolutions": {
136-
"**/tough-cookie": "~2.4.0"
136+
"**/tough-cookie": "~2.4.0",
137+
"**/minimatch": "^3.0.2",
138+
"**/request": "^2.88.0"
137139
},
138140
"engines": {
139141
"node": ">=6.x"

0 commit comments

Comments
 (0)