refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-11-09 16:46:31 +01:00
parent 8c49c31760
commit 0486d733a1
2 changed files with 351 additions and 350 deletions

673
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,37 +4,37 @@
"description": "NGINX proxy that is dynamically configured by a Node.js script",
"main": "./lib/cli.js",
"dependencies": {
"@openstapps/logger": "1.0.0",
"@openstapps/logger": "1.1.1",
"@types/config": "3.3.0",
"@types/dockerode": "3.3.9",
"@types/dockerode": "3.3.12",
"@types/node": "14.18.24",
"@types/sha1": "1.1.3",
"config": "3.3.7",
"dockerode": "3.3.3",
"config": "3.3.8",
"dockerode": "3.3.4",
"is-cidr": "4.0.2",
"mustache": "4.2.0",
"node-port-scanner": "3.0.1",
"semver": "7.3.7"
"semver": "7.3.8"
},
"devDependencies": {
"@openstapps/configuration": "0.33.0",
"@openstapps/eslint-config": "1.1.0",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.3",
"@testdeck/mocha": "0.3.0",
"@types/chai": "4.3.4",
"@types/chai-spies": "1.0.3",
"@types/mustache": "4.2.1",
"@types/proxyquire": "1.3.28",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"chai": "4.3.6",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"chai": "4.3.7",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.2.2",
"eslint": "8.22.0",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-jsdoc": "39.6.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "43.0.2",
"mocha": "9.2.2",
"eslint-plugin-unicorn": "44.0.2",
"mocha": "10.1.0",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"prettier": "2.7.1",