build: update dependencies

This commit is contained in:
Michel Jonathan Schmitz
2020-11-19 07:20:09 +01:00
committed by Rainer Killinger
parent da59fcbfa8
commit fa041efcbb
2 changed files with 633 additions and 702 deletions

1321
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,8 +6,8 @@
"dependencies": {
"@openstapps/logger": "0.5.0",
"@types/config": "0.0.36",
"@types/dockerode": "2.5.34",
"@types/node": "10.17.17",
"@types/dockerode": "3.2.1",
"@types/node": "10.17.45",
"@types/sha1": "1.1.2",
"config": "3.3.2",
"dockerode": "3.2.1",
@@ -16,20 +16,20 @@
"devDependencies": {
"@openstapps/configuration": "0.25.0",
"@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.12",
"@types/chai": "4.2.14",
"@types/chai-spies": "1.0.2",
"@types/mustache": "4.0.1",
"chai": "4.2.0",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.1.0",
"mocha": "7.1.1",
"conventional-changelog-cli": "2.1.1",
"mocha": "8.2.1",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "8.6.2",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typedoc": "0.18.0",
"typescript": "4.0.3"
"typescript": "3.8.3"
},
"scripts": {
"build": "npm run tslint && npm run compile",