summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index de2f6d21..f9f3f0e8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "CodiMD",
- "version": "1.2.1",
+ "version": "1.3.0",
"description": "Realtime collaborative markdown notes on all platforms.",
"main": "app.js",
"license": "AGPL-3.0",
@@ -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"