@darraghor/nest-backend-libs 5.7.0 → 5.7.2

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 +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/nest-backend-libs",
3
- "version": "5.7.0",
3
+ "version": "5.7.2",
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",
@@ -77,30 +77,30 @@
77
77
  "dependencies": {
78
78
  "@keyv/redis": "5.1.6",
79
79
  "@nestjs/axios": "4.0.1",
80
- "@nestjs/cache-manager": "3.1.0",
81
- "@nestjs/common": "11.1.19",
80
+ "@nestjs/cache-manager": "3.1.2",
81
+ "@nestjs/common": "11.1.21",
82
82
  "@nestjs/config": "4.0.4",
83
- "@nestjs/core": "11.1.19",
84
- "@nestjs/microservices": "11.1.19",
83
+ "@nestjs/core": "11.1.21",
84
+ "@nestjs/microservices": "11.1.21",
85
85
  "@nestjs/passport": "11.0.5",
86
- "@nestjs/platform-express": "11.1.19",
87
- "@nestjs/swagger": "11.3.2",
86
+ "@nestjs/platform-express": "11.1.21",
87
+ "@nestjs/swagger": "11.4.3",
88
88
  "@nestjs/terminus": "11.1.1",
89
89
  "@nestjs/typeorm": "11.0.1",
90
90
  "add": "2.0.6",
91
- "auth0": "5.7.0",
92
- "axios": "1.15.2",
91
+ "auth0": "5.10.0",
92
+ "axios": "1.16.1",
93
93
  "cache-manager": "7.2.8",
94
94
  "chalk": "5.6.2",
95
95
  "class-transformer": "0.5.1",
96
96
  "class-validator": "0.14.3",
97
- "date-fns": "4.1.0",
97
+ "date-fns": "4.2.1",
98
98
  "dotenv": "17.4.2",
99
99
  "helmet": "8.1.0",
100
100
  "jwks-rsa": "4.0.1",
101
- "nanoid": "5.1.9",
101
+ "nanoid": "5.1.11",
102
102
  "nestjs-pino": "4.6.1",
103
- "nodemailer": "8.0.5",
103
+ "nodemailer": "8.0.7",
104
104
  "passport": "0.7.0",
105
105
  "passport-headerapikey": "1.2.2",
106
106
  "passport-jwt": "4.0.1",
@@ -116,41 +116,41 @@
116
116
  "typeorm": "0.3.28"
117
117
  },
118
118
  "devDependencies": {
119
- "@commitlint/cli": "20.5.0",
120
- "@commitlint/config-conventional": "20.5.0",
121
- "@darraghor/eslint-plugin-nestjs-typed": "7.1.30",
119
+ "@commitlint/cli": "21.0.1",
120
+ "@commitlint/config-conventional": "21.0.1",
121
+ "@darraghor/eslint-plugin-nestjs-typed": "7.1.33",
122
122
  "@eslint/js": "9.39.2",
123
123
  "@nestjs/cli": "11.0.21",
124
124
  "@nestjs/schematics": "^11.1.0",
125
- "@nestjs/testing": "11.1.19",
125
+ "@nestjs/testing": "11.1.21",
126
126
  "@semantic-release/changelog": "6.0.3",
127
127
  "@semantic-release/exec": "7.1.0",
128
128
  "@types/auth0": "3.3.11",
129
129
  "@types/express": "5.0.6",
130
- "@types/node": "25.6.0",
130
+ "@types/node": "25.9.0",
131
131
  "@types/nodemailer": "8.0.0",
132
132
  "@types/passport-jwt": "4.0.1",
133
133
  "@types/supertest": "7.2.0",
134
134
  "@types/yargs": "17.0.35",
135
- "@typescript-eslint/eslint-plugin": "8.59.0",
136
- "@typescript-eslint/parser": "8.59.0",
135
+ "@typescript-eslint/eslint-plugin": "8.59.3",
136
+ "@typescript-eslint/parser": "8.59.3",
137
137
  "copyfiles": "2.4.1",
138
138
  "eslint": "9.39.2",
139
139
  "eslint-config-prettier": "10.1.8",
140
140
  "eslint-plugin-sonarjs": "4.0.3",
141
141
  "eslint-plugin-unicorn": "64.0.0",
142
- "globals": "17.5.0",
142
+ "globals": "17.6.0",
143
143
  "husky": "9.1.7",
144
- "knip": "6.6.0",
145
- "lint-staged": "16.4.0",
144
+ "knip": "6.14.1",
145
+ "lint-staged": "17.0.5",
146
146
  "prettier": "3.8.3",
147
147
  "semantic-release": "25.0.3",
148
148
  "ts-loader": "9.5.7",
149
149
  "ts-node": "10.9.2",
150
150
  "tsconfig-paths": "4.2.0",
151
151
  "typescript": "6.0.3",
152
- "typescript-eslint": "8.59.0",
153
- "vitest": "4.1.5",
152
+ "typescript-eslint": "8.59.3",
153
+ "vitest": "4.1.6",
154
154
  "yargs": "18.0.0"
155
155
  },
156
156
  "lint-staged": {