|
@@ -45,36 +45,36 @@
|
|
|
"eslint-config-meteor": "0.0.9",
|
|
|
"eslint-config-prettier": "^3.6.0",
|
|
|
"eslint-import-resolver-meteor": "^0.4.0",
|
|
|
- "eslint-plugin-import": "^2.20.0",
|
|
|
+ "eslint-plugin-import": "^2.22.0",
|
|
|
"eslint-plugin-meteor": "^5.1.0",
|
|
|
- "eslint-plugin-prettier": "^3.1.2",
|
|
|
+ "eslint-plugin-prettier": "^3.1.4",
|
|
|
"lint-staged": "^7.3.0",
|
|
|
"pre-commit": "^1.2.2",
|
|
|
"prettier": "^1.19.1",
|
|
|
"prettier-eslint": "^9.0.2"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@babel/core": "^7.9.6",
|
|
|
- "@babel/runtime": "^7.9.6",
|
|
|
+ "@babel/core": "^7.10.5",
|
|
|
+ "@babel/runtime": "^7.10.5",
|
|
|
"@root/request": "^1.6.1",
|
|
|
"ajv": "^5.0.0",
|
|
|
"babel-runtime": "^6.26.0",
|
|
|
"bcrypt": "^3.0.7",
|
|
|
"bson": "^4.0.3",
|
|
|
- "bunyan": "^1.8.12",
|
|
|
+ "bunyan": "^1.8.14",
|
|
|
"es6-promise": "^4.2.4",
|
|
|
"fibers": "^5.0.0",
|
|
|
"flatted": "^2.0.1",
|
|
|
"gridfs-stream": "^0.5.3",
|
|
|
- "jszip": "^3.4.0",
|
|
|
+ "jszip": "^3.5.0",
|
|
|
"ldapjs": "^1.0.2",
|
|
|
"meteor-node-stubs": "^0.4.1",
|
|
|
- "mongodb": "^3.5.7",
|
|
|
+ "mongodb": "^3.5.9",
|
|
|
"os": "^0.1.1",
|
|
|
"page": "^1.11.5",
|
|
|
"papaparse": "^5.2.0",
|
|
|
"qs": "^6.9.4",
|
|
|
"source-map-support": "^0.5.19",
|
|
|
- "xss": "^1.0.6"
|
|
|
+ "xss": "^1.0.7"
|
|
|
}
|
|
|
}
|