Skip to content

Commit

Permalink
Update version of dependencies and resolve #189
Browse files Browse the repository at this point in the history
  • Loading branch information
tngan committed Jul 22, 2018
1 parent e240f9c commit 766a290
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"dependencies": {
"@passify/xml-encryption": "^0.11.1",
"@types/camelcase": "^0.0.30",
"@types/lodash": "^4.14.104",
"@types/node": "^7.0.55",
"@types/node-forge": "^0.7.2",
"@types/lodash": "^4.14.112",
"@types/node": "^7.0.67",
"@types/node-forge": "^0.7.4",
"@types/uuid": "3.0.0",
"@types/xmldom": "^0.1.28",
"camelcase": "^4.0.0",
"deflate-js": "^0.2.3",
"lodash": "^4.17.5",
"node-forge": "^0.7.4",
"lodash": "^4.17.10",
"node-forge": "^0.7.5",
"node-rsa": "^0.4.2",
"typescript": "^2.7.2",
"uuid": "^3.2.1",
"typescript": "^2.9.2",
"uuid": "^3.3.2",
"xml": "^1.0.0",
"xml-crypto": "^0.10.1",
"xmldom": "^0.1.19",
Expand All @@ -55,8 +55,8 @@
},
"devDependencies": {
"ava": "^0.19.1",
"coveralls": "^2.11.16",
"nyc": "^11.5.0",
"coveralls": "^3.0.2",
"nyc": "^11.9.0",
"tslint": "5.4.2"
}
}

0 comments on commit 766a290

Please sign in to comment.