|
10 | 10 | "url": "https://github.com/darraghoriordan/nest-backend-libs"
|
11 | 11 | },
|
12 | 12 | "engines": {
|
13 |
| - "node": ">=22.13.1" |
| 13 | + "node": ">=22.14.0" |
14 | 14 | },
|
15 | 15 | "files": [
|
16 | 16 | "dist",
|
|
83 | 83 | "@nestjs/typeorm": "11.0.0",
|
84 | 84 | "add": "2.0.6",
|
85 | 85 | "auth0": "4.18.0",
|
86 |
| - "axios": "1.7.9", |
| 86 | + "axios": "1.8.1", |
87 | 87 | "bull": "4.16.5",
|
88 | 88 | "cache-manager": "6.4.0",
|
89 | 89 | "chalk": "5.4.1",
|
|
105 | 105 | "reflect-metadata": "0.2.2",
|
106 | 106 | "rimraf": "6.0.1",
|
107 | 107 | "rxjs": "7.8.1",
|
108 |
| - "stripe": "17.6.0", |
| 108 | + "stripe": "17.7.0", |
109 | 109 | "swagger-ui-express": "5.0.1",
|
110 | 110 | "twitter-api-v2": "1.20.1",
|
111 | 111 | "typeorm": "0.3.20"
|
|
114 | 114 | "@commitlint/cli": "19.7.1",
|
115 | 115 | "@commitlint/config-conventional": "19.7.1",
|
116 | 116 | "@darraghor/eslint-plugin-nestjs-typed": "6.2.4",
|
117 |
| - "@eslint/js": "9.20.0", |
| 117 | + "@eslint/js": "9.21.0", |
118 | 118 | "@nestjs/cli": "11.0.4",
|
119 | 119 | "@nestjs/schematics": "^11.0.1",
|
120 | 120 | "@semantic-release/changelog": "6.0.3",
|
|
127 | 127 | "@types/passport-jwt": "4.0.1",
|
128 | 128 | "@types/supertest": "6.0.2",
|
129 | 129 | "@types/yargs": "17.0.33",
|
130 |
| - "@typescript-eslint/eslint-plugin": "8.24.1", |
131 |
| - "@typescript-eslint/parser": "8.24.1", |
| 130 | + "@typescript-eslint/eslint-plugin": "8.25.0", |
| 131 | + "@typescript-eslint/parser": "8.25.0", |
132 | 132 | "copyfiles": "2.4.1",
|
133 |
| - "eslint": "9.20.1", |
| 133 | + "eslint": "9.21.0", |
134 | 134 | "eslint-config-prettier": "10.0.1",
|
135 | 135 | "eslint-plugin-jest": "28.11.0",
|
136 | 136 | "eslint-plugin-sonarjs": "3.0.2",
|
|
139 | 139 | "husky": "9.1.7",
|
140 | 140 | "jest": "29.7.0",
|
141 | 141 | "jest-create-mock-instance": "2.0.0",
|
142 |
| - "knip": "5.44.4", |
| 142 | + "knip": "5.45.0", |
143 | 143 | "lint-staged": "15.4.3",
|
144 | 144 | "prettier": "3.5.1",
|
145 | 145 | "semantic-release": "24.2.3",
|
146 | 146 | "ts-jest": "29.2.5",
|
147 | 147 | "ts-loader": "9.5.2",
|
148 | 148 | "ts-node": "10.9.2",
|
149 | 149 | "tsconfig-paths": "4.2.0",
|
150 |
| - "typescript": "5.7.3", |
151 |
| - "typescript-eslint": "8.24.1", |
| 150 | + "typescript": "5.8.2", |
| 151 | + "typescript-eslint": "8.25.0", |
152 | 152 | "yargs": "17.7.2"
|
153 | 153 | },
|
154 | 154 | "lint-staged": {
|
|
0 commit comments