Remove explicit dependency resolutions

All our dependencies already use recent-enough
versions of these dependencies, so we don't need to override them anymore.

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren
2022-03-05 13:05:37 +01:00
parent 980739496b
commit 99c7c01aa7
2 changed files with 8 additions and 12 deletions

View File

@@ -104,11 +104,6 @@
"winston": "^3.1.0",
"xss": "^1.0.3"
},
"resolutions": {
"**/tough-cookie": "~2.5.0",
"**/minimatch": "^3.0.2",
"**/request": "^2.88.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || 16.x"
},