Bump dependencies

This commit is contained in:
Bill Thornton 2021-09-19 03:17:48 -04:00
parent fbbf06a2e0
commit d4b124e0f6
2 changed files with 1393 additions and 505 deletions

1882
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,21 +26,21 @@
"test": "jest --watchAll"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.3.10",
"@openapitools/openapi-generator-cli": "^2.4.4",
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.4",
"@types/node": "^16.9.2",
"@types/url-parse": "^1.4.4",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.1.0",
"eslint-plugin-jest": "^24.4.2",
"jest": "^27.2.0",
"ts-jest": "^27.0.5",
"typedoc": "^0.22.3",
"typedoc": "^0.22.4",
"typedoc-plugin-markdown": "^3.11.0",
"typescript": "^4.4.2"
"typescript": "^4.4.3"
},
"dependencies": {
"axios": "^0.21.4",