refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-05-27 16:41:54 +02:00
parent f6168bf678
commit 65f25afd89
2 changed files with 429 additions and 349 deletions

740
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -45,54 +45,54 @@
"lint": "eslint -c .eslintrc.json --ignore-path .eslintignore --ext .ts src/"
},
"dependencies": {
"@openstapps/logger": "0.8.0",
"@openstapps/logger": "0.8.1",
"ajv": "8.8.2",
"better-ajv-errors": "1.1.2",
"chai": "4.3.6",
"commander": "8.3.0",
"commander": "9.2.0",
"deepmerge": "4.2.2",
"del": "6.0.0",
"eslint": "8.12.0",
"del": "6.1.1",
"eslint": "8.16.0",
"flatted": "3.2.5",
"fs-extra": "10.0.1",
"glob": "7.2.0",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"got": "11.8.3",
"humanize-string": "3.0.0",
"json-schema": "0.4.0",
"lodash": "4.17.21",
"mustache": "4.2.0",
"openapi-types": "10.0.0",
"openapi-types": "11.0.1",
"plantuml-encoder": "1.4.0",
"re2": "1.17.4",
"toposort": "2.0.2",
"ts-json-schema-generator": "0.98.0",
"ts-node": "10.7.0",
"ts-json-schema-generator": "1.0.0",
"ts-node": "10.8.0",
"typescript": "4.4.4"
},
"devDependencies": {
"@openstapps/configuration": "0.29.0",
"@openstapps/configuration": "0.29.1",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.0",
"@types/chai": "4.3.1",
"@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0",
"@types/json-schema": "7.0.11",
"@types/lodash": "4.14.181",
"@types/mocha": "9.1.0",
"@types/lodash": "4.14.182",
"@types/mocha": "9.1.1",
"@types/mustache": "4.1.2",
"@types/node": "14.18.5",
"@types/node": "14.18.18",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"conventional-changelog-cli": "2.2.2",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "38.1.6",
"eslint-plugin-jsdoc": "39.3.2",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unicorn": "42.0.0",
"mocha": "9.2.2",
"mocha": "10.0.0",
"nock": "13.2.4",
"prepend-file-cli": "1.0.6",
"prettier": "2.6.2",
"rimraf": "3.0.2",
"typedoc": "0.22.13"
"typedoc": "0.22.15"
}
}