refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-03-03 12:12:58 +01:00
parent f10cd6c431
commit bdf85112b1
2 changed files with 144 additions and 235 deletions

View File

@@ -4,33 +4,33 @@
"description": "NGINX proxy that is dynamically configured by a Node.js script",
"main": "./lib/cli.js",
"dependencies": {
"@openstapps/logger": "0.7.0",
"@types/config": "0.0.39",
"@types/dockerode": "3.2.7",
"@types/node": "14.17.14",
"@openstapps/logger": "0.8.0",
"@types/config": "0.0.41",
"@types/dockerode": "3.3.3",
"@types/node": "14.18.12",
"@types/sha1": "1.1.3",
"config": "3.3.6",
"dockerode": "3.3.0",
"config": "3.3.7",
"dockerode": "3.3.1",
"is-cidr": "4.0.2",
"mustache": "4.2.0",
"semver": "7.3.5"
},
"devDependencies": {
"@openstapps/configuration": "0.27.0",
"@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.21",
"@openstapps/configuration": "0.29.0",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.0",
"@types/chai-spies": "1.0.3",
"@types/mustache": "4.1.2",
"chai": "4.3.4",
"chai": "4.3.6",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.1.1",
"mocha": "9.1.1",
"conventional-changelog-cli": "2.2.2",
"mocha": "9.2.1",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "10.2.1",
"ts-node": "10.6.0",
"tslint": "6.1.3",
"typedoc": "0.21.9",
"typedoc": "0.22.12",
"typescript": "4.4.2"
},
"scripts": {
@@ -38,7 +38,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --out docs --readme README.md --listInvalidSymbolLinks src",
"documentation": "typedoc --includeVersion --out docs --readme README.md --entryPointStrategy expand src",
"postversion": "npm run changelog",
"prepublishOnly": "npm ci && npm run build",
"preversion": "npm run prepublishOnly",