@darraghor/nest-backend-libs 7.0.2 → 7.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/nest-backend-libs",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "description": "Some helpers for personal projects in nestjs",
6
6
  "homepage": "https://github.com/darraghoriordan/nest-backend-libs",
@@ -12,7 +12,7 @@
12
12
  "engines": {
13
13
  "node": ">=24.0.0"
14
14
  },
15
- "packageManager": "pnpm@11.17.0",
15
+ "packageManager": "pnpm@11.27.0",
16
16
  "files": [
17
17
  "dist",
18
18
  "package.json",
@@ -120,19 +120,19 @@
120
120
  "@nestjs/axios": "4.0.1",
121
121
  "@nestjs/bullmq": "11.0.4",
122
122
  "@nestjs/cache-manager": "3.1.3",
123
- "@nestjs/common": "11.1.28",
123
+ "@nestjs/common": "11.2.4",
124
124
  "@nestjs/config": "4.0.4",
125
- "@nestjs/core": "11.1.28",
126
- "@nestjs/microservices": "11.1.28",
125
+ "@nestjs/core": "11.2.4",
126
+ "@nestjs/microservices": "11.2.4",
127
127
  "@nestjs/passport": "11.0.5",
128
- "@nestjs/platform-express": "11.1.28",
128
+ "@nestjs/platform-express": "11.2.4",
129
129
  "@nestjs/swagger": "11.4.6",
130
130
  "@nestjs/terminus": "11.1.1",
131
131
  "@nestjs/typeorm": "11.0.3",
132
132
  "add": "2.0.6",
133
- "auth0": "6.0.0",
134
- "axios": "1.18.1",
135
- "bullmq": "5.80.8",
133
+ "auth0": "6.4.0",
134
+ "axios": "1.20.0",
135
+ "bullmq": "5.81.5",
136
136
  "cache-manager": "7.2.9",
137
137
  "chalk": "5.6.2",
138
138
  "class-transformer": "0.5.1",
@@ -149,11 +149,11 @@
149
149
  "passport-jwt": "4.0.1",
150
150
  "pino-http": "11.0.0",
151
151
  "pino-pretty": "13.1.3",
152
- "redis": "6.1.0",
152
+ "redis": "6.2.1",
153
153
  "reflect-metadata": "0.2.2",
154
154
  "rimraf": "6.1.3",
155
155
  "rxjs": "7.8.2",
156
- "stripe": "22.3.2",
156
+ "stripe": "22.6.2",
157
157
  "swagger-ui-express": "5.0.1",
158
158
  "twitter-api-v2": "1.29.0",
159
159
  "typeorm": "0.3.27"
@@ -161,11 +161,11 @@
161
161
  "devDependencies": {
162
162
  "@commitlint/cli": "21.2.1",
163
163
  "@commitlint/config-conventional": "21.2.0",
164
- "@darraghor/eslint-plugin-nestjs-typed": "7.2.5",
164
+ "@darraghor/eslint-plugin-nestjs-typed": "7.5.3",
165
165
  "@eslint/js": "10.0.1",
166
166
  "@nestjs/cli": "11.0.24",
167
167
  "@nestjs/schematics": "^11.1.0",
168
- "@nestjs/testing": "11.1.28",
168
+ "@nestjs/testing": "11.2.4",
169
169
  "@semantic-release/changelog": "6.0.3",
170
170
  "@semantic-release/exec": "7.1.0",
171
171
  "@types/auth0": "3.3.11",
@@ -176,27 +176,27 @@
176
176
  "@types/passport-jwt": "4.0.1",
177
177
  "@types/supertest": "7.2.1",
178
178
  "@types/yargs": "17.0.35",
179
- "@typescript-eslint/eslint-plugin": "8.64.0",
180
- "@typescript-eslint/parser": "8.64.0",
179
+ "@typescript-eslint/eslint-plugin": "8.70.0",
180
+ "@typescript-eslint/parser": "8.70.0",
181
181
  "@typescript/native": "npm:typescript@^7.0.2",
182
182
  "copyfiles": "2.4.1",
183
- "eslint": "10.7.0",
183
+ "eslint": "10.10.0",
184
184
  "eslint-config-prettier": "10.1.8",
185
185
  "eslint-plugin-sonarjs": "4.2.0",
186
186
  "eslint-plugin-unicorn": "72.0.0",
187
- "globals": "17.7.0",
187
+ "globals": "17.12.0",
188
188
  "husky": "9.1.7",
189
- "knip": "6.27.0",
190
- "lint-staged": "17.0.8",
189
+ "knip": "6.35.1",
190
+ "lint-staged": "17.5.1",
191
191
  "prettier": "3.9.5",
192
192
  "semantic-release": "25.0.8",
193
193
  "ts-loader": "9.6.2",
194
194
  "ts-node": "10.9.2",
195
195
  "tsconfig-paths": "4.2.0",
196
196
  "typescript": "npm:@typescript/typescript6@6.0.2",
197
- "typescript-eslint": "8.64.0",
197
+ "typescript-eslint": "8.70.0",
198
198
  "vitest": "4.1.10",
199
- "yargs": "18.0.0"
199
+ "yargs": "18.1.0"
200
200
  },
201
201
  "lint-staged": {
202
202
  "*.ts": "eslint --cache --fix",