refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-06-08 17:47:10 +02:00
parent 5522ac55ac
commit 139e405bd3
2 changed files with 410 additions and 575 deletions

965
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,34 +4,34 @@
"description": "NGINX proxy that is dynamically configured by a Node.js script",
"main": "./lib/cli.js",
"dependencies": {
"@openstapps/logger": "0.8.0",
"@openstapps/logger": "0.8.1",
"@types/config": "0.0.41",
"@types/dockerode": "3.3.9",
"@types/node": "14.18.16",
"@types/sha1": "1.1.3",
"config": "3.3.7",
"dockerode": "3.3.1",
"dockerode": "3.3.2",
"is-cidr": "4.0.2",
"mustache": "4.2.0",
"node-port-scanner": "3.0.1",
"semver": "7.3.7"
},
"devDependencies": {
"@openstapps/configuration": "0.29.0",
"@openstapps/configuration": "0.31.0",
"@openstapps/eslint-config": "1.0.0",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.1",
"@types/chai-spies": "1.0.3",
"@types/mustache": "4.1.2",
"@types/mustache": "4.1.3",
"@types/proxyquire": "1.3.28",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"chai": "4.3.6",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.2.2",
"eslint": "8.15.0",
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.2.9",
"eslint-plugin-jsdoc": "39.3.2",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unicorn": "42.0.0",
"mocha": "9.2.2",
@@ -40,8 +40,8 @@
"prettier": "2.6.2",
"proxyquire": "2.1.3",
"rimraf": "3.0.2",
"ts-node": "10.7.0",
"typedoc": "0.22.15",
"ts-node": "10.8.1",
"typedoc": "0.22.17",
"typescript": "4.4.4"
},
"scripts": {