Skip to content

Commit

Permalink
Adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik-Stas committed Oct 9, 2020
1 parent 5d6f6b8 commit a3d37fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions agents/node/vcxagent-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
"dependencies": {
"ffi-napi": "^2.4.7",
"fs-extra": "^4.0.2",
"jest": "^26.4.2",
"lodash": "^4.17.11",
"mkdirp": "^1.0.4",
"uuid": "^8.3.0"
"uuid": "^8.3.0",
"node-persist": "^3.1.0",
"sleep-promise": "^8.0.1",
"axios": "^0.20.0"
},
"devDependencies": {
"jest": "^26.4.2",
"@absaoss/node-vcx-wrapper": "file:../../../wrappers/node",
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5",
"express": "^4.17.1",
"is-port-reachable": "^2.0.1",
"node-persist": "^3.1.0",
"readline-sync": "^1.4.10",
"sleep-promise": "^8.0.1",
"standard": "^14.3.1",
"winston": "^3.3.3"
},
Expand Down

0 comments on commit a3d37fe

Please sign in to comment.