Merge pull request #1 from ttshivers/update_deps

build(deps): update dependencies
This commit is contained in:
ttshivers 2023-07-05 18:10:51 -05:00 committed by GitHub
commit c99980e84b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1796 additions and 4405 deletions

6167
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -27,26 +27,26 @@
"prepublish:beta": "npm run build"
},
"dependencies": {
"axios": "^0.24.0",
"axios-better-stacktrace": "^2.1.2",
"axios-retry": "^3.2.4"
"axios": "^1.4.0",
"axios-better-stacktrace": "^2.1.5",
"axios-retry": "^3.5.1"
},
"devDependencies": {
"@nestjs/common": "^9.0.4",
"@nestjs/core": "^9.0.4",
"@nestjs/platform-express": "^9.0.4",
"@types/node": "^14.18.13",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"prettier": "^2.6.2",
"@nestjs/common": "^10.0.5",
"@nestjs/core": "^10.0.5",
"@nestjs/platform-express": "^10.0.5",
"@types/node": "^20.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^4.6.3"
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",