refactor: update all

This commit is contained in:
openstappsbot
2021-04-27 13:11:00 +00:00
committed by Rainer Killinger
parent a1c02dadfc
commit 8e88b7241a
2 changed files with 362 additions and 346 deletions

View File

@@ -4,29 +4,29 @@
"description": "NGINX proxy that is dynamically configured by a Node.js script",
"main": "./lib/cli.js",
"dependencies": {
"@openstapps/logger": "0.5.0",
"@types/config": "0.0.36",
"@types/dockerode": "3.2.1",
"@types/node": "14.14.37",
"@openstapps/logger": "0.6.0",
"@types/config": "0.0.38",
"@types/dockerode": "3.2.3",
"@types/node": "14.14.42",
"@types/sha1": "1.1.2",
"config": "3.3.2",
"dockerode": "3.2.1",
"mustache": "4.0.1"
"config": "3.3.6",
"dockerode": "3.3.0",
"mustache": "4.2.0"
},
"devDependencies": {
"@openstapps/configuration": "0.25.0",
"@openstapps/configuration": "0.27.0",
"@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.14",
"@types/chai-spies": "1.0.2",
"@types/mustache": "4.0.1",
"chai": "4.2.0",
"@types/chai": "4.2.17",
"@types/chai-spies": "1.0.3",
"@types/mustache": "4.1.1",
"chai": "4.3.4",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.1.1",
"mocha": "8.2.1",
"mocha": "8.3.2",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "9.0.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.18.0",
"typescript": "3.8.3"