refactor: update dependencies

This commit is contained in:
Rainer Killinger
2021-04-19 19:31:59 +02:00
parent 7ba8233f5b
commit f0df58695d
2 changed files with 433 additions and 844 deletions

1250
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@
"contributors": [ "contributors": [
"Anselm Stordeur <anselmstordeur@gmail.com>", "Anselm Stordeur <anselmstordeur@gmail.com>",
"Jovan Krunić <jovan.krunic@gmail.com>", "Jovan Krunić <jovan.krunic@gmail.com>",
"Rainer Killinger", "Rainer Killinger <mail-openstapps@killinger.co>",
"Michel Jonathan Schmitz", "Michel Jonathan Schmitz",
"Wieland Schöbl" "Wieland Schöbl"
], ],
@@ -44,41 +44,40 @@
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'" "tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
}, },
"dependencies": { "dependencies": {
"@krlwlfrt/async-pool": "0.3.0", "@krlwlfrt/async-pool": "0.5.0",
"@openstapps/logger": "0.6.0", "@openstapps/logger": "0.6.0",
"@types/glob": "7.1.3", "@types/glob": "7.1.3",
"@types/got": "9.6.11",
"@types/json-schema": "7.0.7", "@types/json-schema": "7.0.7",
"@types/mustache": "4.1.1", "@types/mustache": "4.1.1",
"@types/node": "14.14.37", "@types/node": "14.14.41",
"ajv": "6.12.6", "ajv": "6.12.6",
"better-ajv-errors": "0.7.0", "better-ajv-errors": "0.7.0",
"chai": "4.3.4", "chai": "4.3.4",
"commander": "4.1.1", "commander": "7.2.0",
"deepmerge": "4.2.2", "deepmerge": "4.2.2",
"del": "5.1.0", "del": "6.0.0",
"flatted": "2.0.2", "flatted": "3.1.1",
"glob": "7.1.6", "glob": "7.1.6",
"got": "10.7.0", "got": "11.8.2",
"humanize-string": "2.1.0", "humanize-string": "2.1.0",
"json-schema": "0.3.0", "json-schema": "0.3.0",
"mustache": "4.2.0", "mustache": "4.2.0",
"plantuml-encoder": "1.4.0", "plantuml-encoder": "1.4.0",
"toposort": "2.0.2", "toposort": "2.0.2",
"ts-json-schema-generator": "0.70.2", "ts-json-schema-generator": "0.70.2",
"ts-node": "8.10.2", "ts-node": "9.1.1",
"typedoc": "0.18.0", "typedoc": "0.18.0",
"typescript": "3.8.3" "typescript": "3.8.3"
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.27.0", "@openstapps/configuration": "0.27.0",
"@testdeck/mocha": "0.1.2", "@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.15", "@types/chai": "4.2.16",
"@types/mocha": "7.0.2", "@types/mocha": "8.2.2",
"@types/rimraf": "2.0.4", "@types/rimraf": "3.0.0",
"conventional-changelog-cli": "2.1.1", "conventional-changelog-cli": "2.1.1",
"mocha": "7.2.0", "mocha": "8.3.2",
"nock": "11.9.1", "nock": "13.0.11",
"prepend-file-cli": "1.0.6", "prepend-file-cli": "1.0.6",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"tslint": "6.1.3" "tslint": "6.1.3"