Updated dependencies.

This commit is contained in:
Lauri Ojansivu 2021-10-09 17:00:37 +03:00 committed by Denis Perov
parent 3c39953b42
commit 4e72dadc6f
2 changed files with 319 additions and 1 deletions

View file

@ -23,6 +23,7 @@
"@babel/core": "^7.15.5",
"@babel/runtime": "^7.15.4",
"@wekanteam/markdown-it-mermaid": "^0.5.2",
"@mapbox/node-pre-gyp": "^1.0.5",
"ajv": "^6.12.6",
"babel-runtime": "^6.26.0",
"bcryptjs": "^2.4.3",
@ -56,7 +57,8 @@
"qs": "^6.10.1",
"simpl-schema": "^1.12.0",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.20"
"source-map-support": "^0.5.20",
"uuid": "^8.3.2"
},
"meteor": {
"testModule": "tests/main.js"