refactor: update dependencies

This commit is contained in:
Rainer Killinger
2021-09-01 10:03:48 +02:00
parent 08e632250f
commit 2bddddbf39
2 changed files with 506 additions and 638 deletions

1132
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,7 +36,7 @@
"@types/mustache": "4.1.2", "@types/mustache": "4.1.2",
"@types/node": "14.17.7", "@types/node": "14.17.7",
"@types/tmp": "0.2.1", "@types/tmp": "0.2.1",
"commander": "6.2.1", "commander": "8.1.0",
"glob": "7.1.7", "glob": "7.1.7",
"moment": "2.29.1", "moment": "2.29.1",
"mustache": "4.2.0", "mustache": "4.2.0",
@@ -47,18 +47,18 @@
"@testdeck/mocha": "0.1.2", "@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.21", "@types/chai": "4.2.21",
"@types/chai-as-promised": "7.1.4", "@types/chai-as-promised": "7.1.4",
"@types/mocha": "8.2.3", "@types/mocha": "9.0.0",
"chai": "4.3.4", "chai": "4.3.4",
"chai-as-promised": "7.1.1", "chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.1.1", "conventional-changelog-cli": "2.1.1",
"mocha": "8.4.0", "mocha": "9.1.1",
"nyc": "15.1.0", "nyc": "15.1.0",
"prepend-file-cli": "1.0.6", "prepend-file-cli": "1.0.6",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"ts-node": "9.1.1", "ts-node": "10.2.1",
"tslint": "6.1.3", "tslint": "6.1.3",
"typedoc": "0.18.0", "typedoc": "0.21.9",
"typescript": "3.8.3" "typescript": "4.4.2"
}, },
"main": "lib/common.js", "main": "lib/common.js",
"typings": "lib/common.d.ts", "typings": "lib/common.d.ts",