refactor: update dependencies

This commit is contained in:
Rainer Killinger
2021-12-16 16:13:41 +01:00
parent 92741d6613
commit 5d38d6f180
2 changed files with 245 additions and 456 deletions

675
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,28 +23,28 @@
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"dependencies": {
"@openstapps/logger": "0.7.0",
"commander": "8.1.0",
"@openstapps/logger": "0.8.0",
"commander": "8.3.0",
"deepmerge": "4.2.2",
"flatted": "3.2.2",
"got": "11.8.2",
"flatted": "3.2.4",
"got": "11.8.3",
"typedoc": "0.18.0",
"typescript": "3.8.3"
},
"devDependencies": {
"@openstapps/configuration": "0.27.0",
"@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.21",
"@openstapps/configuration": "0.29.0",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.0",
"@types/mocha": "9.0.0",
"@types/node": "14.17.9",
"@types/rimraf": "3.0.1",
"conventional-changelog-cli": "2.1.1",
"mocha": "9.1.1",
"@types/node": "14.18.0",
"@types/rimraf": "3.0.2",
"chai": "4.3.4",
"nock": "13.1.1",
"conventional-changelog-cli": "2.1.1",
"mocha": "9.1.3",
"nock": "13.2.1",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "10.2.0",
"ts-node": "10.4.0",
"tslint": "6.1.3"
}
}