summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorClaudius Coenen2019-01-24 01:18:07 +0100
committerGitHub2019-01-24 01:18:07 +0100
commit2c1a618c5640aa719f618086c7b7f000820443b9 (patch)
tree7ed9a55a66eb3dcce71f171b4b8b3f0aec5f4a26 /package.json
parenta9d12e3a28f5181907d0d8345647b0bdf9654165 (diff)
parentfa0dea0a1b192ddff54fff5b46df930fd3d12195 (diff)
Merge pull request #1125 from hackmdio/dependency-node-6-fix
Fixing deep dependency problem with node 6.x
Diffstat (limited to '')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0231064f..8f7b1363 100644
--- a/package.json
+++ b/package.json
@@ -132,6 +132,9 @@
"ws": "^6.0.0",
"xss": "^1.0.3"
},
+ "resolutions": {
+ "**/tough-cookie": "~2.4.0"
+ },
"engines": {
"node": ">=6.x"
},