build: update dependencies

Fixes #5
This commit is contained in:
Karl-Philipp Wulfert
2019-03-27 16:19:49 +01:00
committed by Karl-Philipp Wulfert
parent 2b54af6c7e
commit f63be608b8
2 changed files with 1898 additions and 289 deletions

2160
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -48,25 +48,28 @@
"statements": 95 "statements": 95
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.6.0", "@openstapps/configuration": "0.8.0",
"@types/chai": "4.1.7", "@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/mocha": "5.2.6", "@types/mocha": "5.2.6",
"@types/sinon": "7.0.6", "@types/sinon": "7.0.11",
"chai": "4.2.0", "chai": "4.2.0",
"conventional-changelog-cli": "2.0.11", "chai-as-promised": "7.1.1",
"mocha": "5.2.0", "conventional-changelog-cli": "2.0.12",
"mocha": "6.0.2",
"mocha-typescript": "1.1.17", "mocha-typescript": "1.1.17",
"nyc": "13.2.0", "nyc": "13.3.0",
"sinon": "7.2.3", "sinon": "7.3.1",
"ts-node": "8.0.2", "ts-node": "8.0.3",
"tslint": "5.12.1", "tslint": "5.14.0",
"typedoc": "0.14.2", "typedoc": "0.14.2",
"typescript": "3.3.3" "typescript": "3.4.1"
}, },
"dependencies": { "dependencies": {
"@types/node": "11.9.3", "@types/node": "10.14.4",
"@types/nodemailer": "4.6.6", "@types/nodemailer": "4.6.7",
"chalk": "2.4.2",
"flatted": "2.0.0", "flatted": "2.0.0",
"nodemailer": "5.1.1" "nodemailer": "6.0.0"
} }
} }