refactor: update dependencies

This commit is contained in:
Rainer Killinger
2021-07-16 14:35:39 +02:00
parent 1f7c9aba33
commit a1e820336f
5 changed files with 317 additions and 445 deletions

View File

@@ -44,20 +44,20 @@
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"dependencies": {
"@krlwlfrt/async-pool": "0.5.0",
"@openstapps/logger": "0.6.0",
"@types/glob": "7.1.3",
"@types/json-schema": "7.0.7",
"@types/mustache": "4.1.1",
"@types/node": "14.14.41",
"ajv": "6.12.6",
"@krlwlfrt/async-pool": "0.6.0",
"@openstapps/logger": "0.7.0",
"@types/glob": "7.1.4",
"@types/json-schema": "7.0.8",
"@types/mustache": "4.1.2",
"@types/node": "14.17.5",
"ajv": "7.1.1",
"better-ajv-errors": "0.7.0",
"chai": "4.3.4",
"commander": "7.2.0",
"deepmerge": "4.2.2",
"del": "6.0.0",
"flatted": "3.1.1",
"glob": "7.1.6",
"flatted": "3.2.1",
"glob": "7.1.7",
"got": "11.8.2",
"humanize-string": "2.1.0",
"json-schema": "0.3.0",
@@ -72,12 +72,12 @@
"devDependencies": {
"@openstapps/configuration": "0.27.0",
"@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.16",
"@types/mocha": "8.2.2",
"@types/rimraf": "3.0.0",
"@types/chai": "4.2.21",
"@types/mocha": "8.2.3",
"@types/rimraf": "3.0.1",
"conventional-changelog-cli": "2.1.1",
"mocha": "8.3.2",
"nock": "13.0.11",
"nock": "13.1.1",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"tslint": "6.1.3"