refactor: update all

This commit is contained in:
openstappsbot
2023-01-11 08:33:58 +00:00
committed by Rainer Killinger
parent c3d66b36c8
commit 74282995fd
3 changed files with 348 additions and 306 deletions

View File

@@ -19,8 +19,6 @@ build:
- lib - lib
test: test:
tags:
- docker
stage: test stage: test
script: script:
- npm test - npm test

612
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -45,52 +45,52 @@
"lint": "eslint -c .eslintrc.json --ignore-path .eslintignore --ext .ts src/" "lint": "eslint -c .eslintrc.json --ignore-path .eslintignore --ext .ts src/"
}, },
"dependencies": { "dependencies": {
"@openstapps/logger": "1.0.0", "@openstapps/logger": "1.1.1",
"ajv": "8.11.0", "ajv": "8.12.0",
"better-ajv-errors": "1.2.0", "better-ajv-errors": "1.2.0",
"chai": "4.3.6", "chai": "4.3.7",
"commander": "9.4.0", "commander": "9.5.0",
"deepmerge": "4.2.2", "deepmerge": "4.2.2",
"del": "6.1.1", "del": "6.1.1",
"eslint": "8.22.0", "eslint": "8.31.0",
"flatted": "3.2.6", "flatted": "3.2.7",
"fs-extra": "10.1.0", "fs-extra": "10.1.0",
"glob": "8.0.3", "glob": "8.0.3",
"got": "11.8.5", "got": "11.8.6",
"humanize-string": "3.0.0", "humanize-string": "3.0.0",
"json-schema": "0.4.0", "json-schema": "0.4.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"mustache": "4.2.0", "mustache": "4.2.0",
"openapi-types": "12.0.0", "openapi-types": "12.1.0",
"plantuml-encoder": "1.4.0", "plantuml-encoder": "1.4.0",
"re2": "1.17.7", "re2": "1.18.0",
"toposort": "2.0.2", "toposort": "2.0.2",
"ts-json-schema-generator": "1.0.0", "ts-json-schema-generator": "1.2.0",
"ts-node": "10.9.1" "ts-node": "10.9.1"
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.33.0", "@openstapps/configuration": "0.33.0",
"@testdeck/mocha": "0.2.0", "@testdeck/mocha": "0.3.3",
"@types/chai": "4.3.3", "@types/chai": "4.3.4",
"@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.11", "@types/json-schema": "7.0.11",
"@types/lodash": "4.14.183", "@types/lodash": "4.14.191",
"@types/mocha": "9.1.1", "@types/mocha": "9.1.1",
"@types/mustache": "4.2.1", "@types/mustache": "4.2.2",
"@types/node": "14.18.24", "@types/node": "14.18.36",
"@types/rimraf": "3.0.2", "@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.33.1", "@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1", "@typescript-eslint/parser": "5.33.1",
"conventional-changelog-cli": "2.2.2", "conventional-changelog-cli": "2.2.2",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.6.0",
"eslint-plugin-jsdoc": "39.3.6", "eslint-plugin-jsdoc": "39.6.4",
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "43.0.2", "eslint-plugin-unicorn": "43.0.2",
"mocha": "10.0.0", "mocha": "10.2.0",
"nock": "13.2.9", "nock": "13.3.0",
"prepend-file-cli": "1.0.6", "prepend-file-cli": "1.0.6",
"prettier": "2.7.1", "prettier": "2.8.2",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"typedoc": "0.22.18", "typedoc": "0.22.18",
"typescript": "4.4.4" "typescript": "4.4.4"