refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-03-21 11:10:22 +01:00
parent bbdf14c7a4
commit 28552a665f
2 changed files with 303 additions and 626 deletions

895
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -48,13 +48,13 @@
"@openstapps/logger": "0.8.0", "@openstapps/logger": "0.8.0",
"ajv": "8.8.2", "ajv": "8.8.2",
"better-ajv-errors": "1.1.2", "better-ajv-errors": "1.1.2",
"chai": "4.3.4", "chai": "4.3.6",
"commander": "8.3.0", "commander": "8.3.0",
"deepmerge": "4.2.2", "deepmerge": "4.2.2",
"del": "6.0.0", "del": "6.0.0",
"eslint": "8.4.1", "eslint": "8.11.0",
"flatted": "3.2.4", "flatted": "3.2.5",
"fs-extra": "10.0.0", "fs-extra": "10.0.1",
"glob": "7.2.0", "glob": "7.2.0",
"got": "11.8.3", "got": "11.8.3",
"humanize-string": "3.0.0", "humanize-string": "3.0.0",
@@ -63,10 +63,10 @@
"mustache": "4.2.0", "mustache": "4.2.0",
"openapi-types": "10.0.0", "openapi-types": "10.0.0",
"plantuml-encoder": "1.4.0", "plantuml-encoder": "1.4.0",
"re2": "1.17.1", "re2": "1.17.4",
"toposort": "2.0.2", "toposort": "2.0.2",
"ts-json-schema-generator": "0.97.0", "ts-json-schema-generator": "0.98.0",
"ts-node": "10.4.0", "ts-node": "10.7.0",
"typescript": "4.4.3" "typescript": "4.4.3"
}, },
"devDependencies": { "devDependencies": {
@@ -75,23 +75,23 @@
"@types/chai": "4.3.0", "@types/chai": "4.3.0",
"@types/fs-extra": "9.0.13", "@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0", "@types/glob": "7.2.0",
"@types/json-schema": "7.0.9", "@types/json-schema": "7.0.10",
"@types/lodash": "4.14.178", "@types/lodash": "4.14.180",
"@types/mocha": "9.1.0", "@types/mocha": "9.1.0",
"@types/mustache": "4.1.2", "@types/mustache": "4.1.2",
"@types/node": "14.18.5", "@types/node": "14.18.5",
"@types/rimraf": "3.0.2", "@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.7.0", "@typescript-eslint/eslint-plugin": "5.15.0",
"@typescript-eslint/parser": "5.7.0", "@typescript-eslint/parser": "5.15.0",
"conventional-changelog-cli": "2.2.2", "conventional-changelog-cli": "2.2.2",
"eslint-config-prettier": "8.3.0", "eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "37.2.3", "eslint-plugin-jsdoc": "38.0.6",
"eslint-plugin-prettier": "4.0.0", "eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unicorn": "39.0.0", "eslint-plugin-unicorn": "41.0.1",
"mocha": "9.2.0", "mocha": "9.2.2",
"nock": "13.2.2", "nock": "13.2.4",
"prepend-file-cli": "1.0.6", "prepend-file-cli": "1.0.6",
"prettier": "2.5.1", "prettier": "2.6.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"typedoc": "0.22.11" "typedoc": "0.22.11"
} }