Skip to content

Commit

Permalink
chore(deps): upgrade dependency packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kenso312 committed Oct 22, 2022
1 parent 73f9a58 commit 05e4578
Show file tree
Hide file tree
Showing 2 changed files with 871 additions and 815 deletions.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,35 @@
"test:unit": "jest"
},
"dependencies": {
"@nestjs/common": "^9.1.2",
"@nestjs/common": "^9.1.4",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.1.2",
"@nestjs/platform-fastify": "^9.1.2",
"@nestjs/core": "^9.1.4",
"@nestjs/platform-fastify": "^9.1.4",
"@nestjs/swagger": "^6.1.2",
"axios": "^0.27.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"cluster": "^0.7.7",
"fastify": "^4.6.0",
"joi": "^17.6.1",
"fastify": "^4.9.2",
"joi": "^17.6.3",
"nestjs-pino": "^3.1.1",
"pino": "^8.6.0",
"pino-http": "^8.2.0",
"pino-pretty": "^9.1.0",
"pino": "^8.7.0",
"pino-http": "^8.2.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.6"
"rxjs": "^7.5.7"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@nestjs/cli": "^9.1.3",
"@nestjs/cli": "^9.1.4",
"@nestjs/schematics": "^9.0.3",
"@nestjs/testing": "^9.1.2",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@nestjs/testing": "^9.1.4",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.3",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -79,16 +77,19 @@
"eslint-plugin-unused-imports": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"husky": "^8.0.1",
"jest": "^29.0.3",
"jest": "^29.2.1",
"lint-staged": "^13.0.3",
"pino-pretty": "^9.1.1",
"prettier": "^2.7.1",
"supertest": "^6.2.4",
"ts-jest": "^29.0.1",
"rimraf": "^3.0.2",
"supertest": "^6.3.0",
"terser-webpack-plugin": "^5.3.6",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"webpack": "^5.74.0"
}
}

0 comments on commit 05e4578

Please sign in to comment.