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