|
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",
|
|
68 | 68 | "typeorm": "0.3.20"
|
69 | 69 | },
|
70 | 70 | "dependencies": {
|
71 |
| - "@keyv/redis": "4.2.0", |
| 71 | + "@keyv/redis": "4.3.2", |
72 | 72 | "@nestjs/axios": "4.0.0",
|
73 | 73 | "@nestjs/bull": "11.0.2",
|
74 | 74 | "@nestjs/cache-manager": "3.0.0",
|
|
78 | 78 | "@nestjs/microservices": "11.0.10",
|
79 | 79 | "@nestjs/passport": "11.0.5",
|
80 | 80 | "@nestjs/platform-express": "11.0.10",
|
81 |
| - "@nestjs/swagger": "11.0.3", |
| 81 | + "@nestjs/swagger": "11.1.0", |
82 | 82 | "@nestjs/terminus": "11.0.0",
|
83 | 83 | "@nestjs/typeorm": "11.0.0",
|
84 | 84 | "add": "2.0.6",
|
85 |
| - "auth0": "4.18.0", |
86 |
| - "axios": "1.7.9", |
| 85 | + "auth0": "4.20.0", |
| 86 | + "axios": "1.8.4", |
87 | 87 | "bull": "4.16.5",
|
88 | 88 | "cache-manager": "6.4.0",
|
89 | 89 | "chalk": "5.4.1",
|
90 | 90 | "class-transformer": "0.5.1",
|
91 | 91 | "class-validator": "0.14.1",
|
92 | 92 | "date-fns": "4.1.0",
|
93 | 93 | "dotenv": "16.4.7",
|
94 |
| - "helmet": "8.0.0", |
95 |
| - "jwks-rsa": "3.1.0", |
| 94 | + "helmet": "8.1.0", |
| 95 | + "jwks-rsa": "3.2.0", |
96 | 96 | "nanoid": "5.1.0",
|
97 |
| - "nestjs-pino": "4.3.0", |
| 97 | + "nestjs-pino": "4.4.0", |
98 | 98 | "nodemailer": "6.10.0",
|
99 | 99 | "passport": "0.7.0",
|
100 | 100 | "passport-headerapikey": "1.2.2",
|
|
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 |
| - "twitter-api-v2": "1.20.1", |
| 110 | + "twitter-api-v2": "1.22.0", |
111 | 111 | "typeorm": "0.3.20"
|
112 | 112 | },
|
113 | 113 | "devDependencies": {
|
114 |
| - "@commitlint/cli": "19.7.1", |
115 |
| - "@commitlint/config-conventional": "19.7.1", |
116 |
| - "@darraghor/eslint-plugin-nestjs-typed": "6.2.4", |
117 |
| - "@eslint/js": "9.20.0", |
| 114 | + "@commitlint/cli": "19.8.0", |
| 115 | + "@commitlint/config-conventional": "19.8.0", |
| 116 | + "@darraghor/eslint-plugin-nestjs-typed": "6.4.3", |
| 117 | + "@eslint/js": "9.23.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.28.0", |
| 131 | + "@typescript-eslint/parser": "8.28.0", |
132 | 132 | "copyfiles": "2.4.1",
|
133 |
| - "eslint": "9.20.1", |
134 |
| - "eslint-config-prettier": "10.0.1", |
| 133 | + "eslint": "9.23.0", |
| 134 | + "eslint-config-prettier": "10.1.1", |
135 | 135 | "eslint-plugin-jest": "28.11.0",
|
136 | 136 | "eslint-plugin-sonarjs": "3.0.2",
|
137 | 137 | "eslint-plugin-unicorn": "57.0.0",
|
138 | 138 | "globals": "15.15.0",
|
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", |
143 |
| - "lint-staged": "15.4.3", |
| 142 | + "knip": "5.46.1", |
| 143 | + "lint-staged": "15.5.0", |
144 | 144 | "prettier": "3.5.1",
|
145 | 145 | "semantic-release": "24.2.3",
|
146 |
| - "ts-jest": "29.2.5", |
| 146 | + "ts-jest": "29.3.0", |
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.28.0", |
152 | 152 | "yargs": "17.7.2"
|
153 | 153 | },
|
154 | 154 | "lint-staged": {
|
|
0 commit comments