|
46 | 46 | "@nestjs/core": "^9.4.0",
|
47 | 47 | "@nestjs/platform-fastify": "^9.4.0",
|
48 | 48 | "@nestjs/swagger": "^6.3.0",
|
49 |
| - "axios": "^1.3.6", |
| 49 | + "axios": "^1.4.0", |
50 | 50 | "class-transformer": "^0.5.1",
|
51 | 51 | "class-validator": "^0.14.0",
|
52 |
| - "fastify": "^4.15.0", |
53 |
| - "joi": "^17.9.1", |
54 |
| - "nestjs-pino": "^3.1.3", |
55 |
| - "pino": "^8.11.0", |
| 52 | + "fastify": "^4.17.0", |
| 53 | + "joi": "^17.9.2", |
| 54 | + "nestjs-pino": "^3.2.0", |
| 55 | + "pino": "^8.14.1", |
56 | 56 | "pino-http": "^8.3.3",
|
57 | 57 | "reflect-metadata": "^0.1.13",
|
58 |
| - "rxjs": "^7.8.0" |
| 58 | + "rxjs": "^7.8.1" |
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 |
| - "@commitlint/cli": "^17.6.1", |
62 |
| - "@commitlint/config-conventional": "^17.6.1", |
63 |
| - "@nestjs/cli": "^9.4.1", |
| 61 | + "@commitlint/cli": "^17.6.3", |
| 62 | + "@commitlint/config-conventional": "^17.6.3", |
| 63 | + "@nestjs/cli": "^9.4.2", |
64 | 64 | "@nestjs/schematics": "^9.1.0",
|
65 | 65 | "@nestjs/testing": "^9.4.0",
|
66 | 66 | "@types/jest": "^29.5.1",
|
67 |
| - "@types/node": "^18.15.13", |
| 67 | + "@types/node": "^18.16.9", |
68 | 68 | "@types/supertest": "^2.0.12",
|
69 |
| - "@typescript-eslint/eslint-plugin": "^5.59.0", |
70 |
| - "@typescript-eslint/parser": "^5.59.0", |
71 |
| - "eslint": "^8.39.0", |
| 69 | + "@typescript-eslint/eslint-plugin": "^5.59.5", |
| 70 | + "@typescript-eslint/parser": "^5.59.5", |
| 71 | + "eslint": "^8.40.0", |
72 | 72 | "eslint-config-airbnb-base": "^15.0.0",
|
73 | 73 | "eslint-config-airbnb-typescript": "^17.0.0",
|
74 | 74 | "eslint-config-prettier": "^8.8.0",
|
|
79 | 79 | "fork-ts-checker-webpack-plugin": "^8.0.0",
|
80 | 80 | "husky": "^8.0.3",
|
81 | 81 | "jest": "^29.5.0",
|
82 |
| - "lint-staged": "^13.2.1", |
| 82 | + "lint-staged": "^13.2.2", |
83 | 83 | "pino-pretty": "^10.0.0",
|
84 |
| - "prettier": "^2.8.7", |
| 84 | + "prettier": "^2.8.8", |
85 | 85 | "rimraf": "^5.0.0",
|
86 |
| - "terser-webpack-plugin": "^5.3.7", |
| 86 | + "terser-webpack-plugin": "^5.3.8", |
87 | 87 | "ts-jest": "^29.1.0",
|
88 | 88 | "ts-loader": "^9.4.2",
|
89 | 89 | "ts-node": "^10.9.1",
|
90 | 90 | "tsconfig-paths": "^4.2.0",
|
91 | 91 | "tsconfig-paths-webpack-plugin": "^4.0.1",
|
92 | 92 | "typescript": "^5.0.4",
|
93 |
| - "webpack": "5.79.0" |
| 93 | + "webpack": "5.80.0" |
94 | 94 | }
|
95 | 95 | }
|
0 commit comments