summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 15 insertions, 16 deletions
diff --git a/package.json b/package.json
index 9c437ffe..1f0f2ce3 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
"dependencies": {
"@passport-next/passport-openid": "^1.0.0",
"Idle.Js": "git+https://github.com/shawnmclean/Idle.js",
- "archiver": "^2.1.1",
+ "archiver": "^5.0.2",
"async": "^2.1.4",
"aws-sdk": "^2.345.0",
"azure-storage": "^2.7.0",
@@ -33,12 +33,12 @@
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-session-sequelize": "^6.0.0",
- "cookie": "0.3.1",
- "cookie-parser": "1.4.3",
+ "cookie": "^0.3.1",
+ "cookie-parser": "^1.4.3",
"deep-freeze": "^0.0.1",
"diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git",
"ejs": "^2.5.5",
- "emojify.js": "~1.1.0",
+ "emojify.js": "^1.1.0",
"escape-html": "^1.0.3",
"express": ">=4.14",
"express-session": "^1.14.2",
@@ -46,14 +46,14 @@
"flowchart.js": "^1.6.4",
"fork-awesome": "^1.1.3",
"formidable": "^1.0.17",
- "gist-embed": "~2.6.0",
+ "gist-embed": "^2.6.0",
"graceful-fs": "^4.1.11",
"handlebars": "^4.5.2",
"helmet": "^3.21.1",
- "highlight.js": "~9.12.0",
+ "highlight.js": "^9.12.0",
"i18n": "^0.8.3",
"imgur": "git+https://github.com/hackmdio/node-imgur.git",
- "ionicons": "~2.0.1",
+ "ionicons": "^2.0.1",
"jquery": "^3.5.1",
"jquery-mousewheel": "^3.1.13",
"jquery-ui": "^1.12.1",
@@ -81,10 +81,10 @@
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-pdf": "^10.0.0",
- "mathjax": "~2.7.6",
+ "mathjax": "^2.7.6",
"mattermost": "^3.4.0",
- "mermaid": "~8.5.1",
- "meta-marked": "git+https://github.com/codimd/meta-marked#semver:^0.4.5",
+ "mermaid": "^8.5.1",
+ "meta-marked": "git+https://github.com/codimd/meta-marked",
"method-override": "^2.3.7",
"minimist": "^1.2.0",
"minio": "^6.0.0",
@@ -108,18 +108,18 @@
"pg-hstore": "^2.3.3",
"prismjs": "^1.21.0",
"randomcolor": "^0.5.3",
- "raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
+ "raphael": "^2.3.0",
"readline-sync": "^1.4.7",
"request": "^2.88.0",
- "reveal.js": "~3.9.2",
+ "reveal.js": "^3.9.2",
"scrypt-async": "^2.0.1",
"scrypt-kdf": "^2.0.1",
"select2": "^3.5.2-browserify",
"sequelize": "^5.21.1",
"sequelize-cli": "^5.5.1",
"shortid": "2.2.8",
- "socket.io": "~2.1.1",
- "socket.io-client": "~2.1.1",
+ "socket.io": "^2.1.1",
+ "socket.io-client": "^2.1.1",
"spin.js": "^2.3.2",
"sqlite3": "^4.1.0",
"store": "^2.0.12",
@@ -143,7 +143,7 @@
"**/request": "^2.88.0"
},
"engines": {
- "node": ">=8.x"
+ "node": ">=10.13"
},
"bugs": "https://github.com/codimd/server/issues",
"keywords": [
@@ -198,7 +198,6 @@
"remark-preset-lint-markdown-style-guide": "^3.0.0",
"script-loader": "^0.7.2",
"string-loader": "^0.0.1",
- "style-loader": "^1.0.0",
"url-loader": "^2.3.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",