@darraghor/nest-backend-libs 3.9.4 → 3.9.5

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.
@@ -3,7 +3,7 @@ import { StripeClientConfigurationService } from "./StripeClientConfigurationSer
3
3
  export const StripeClientProvider = {
4
4
  provide: "StripeClient",
5
5
  useFactory: (config) => {
6
- const apiVersion = "2025-01-27.acacia";
6
+ const apiVersion = "2025-02-24.acacia";
7
7
  const appInfo = {
8
8
  name: "NestBackendLibs",
9
9
  url: "https://github.com/darraghoriordan/nest-backend-libs", // Optional
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/nest-backend-libs",
3
- "version": "3.9.4",
3
+ "version": "3.9.5",
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",
@@ -68,33 +68,33 @@
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
- "@nestjs/cache-manager": "3.0.0",
75
- "@nestjs/common": "11.0.10",
76
- "@nestjs/config": "4.0.0",
77
- "@nestjs/core": "11.0.10",
78
- "@nestjs/microservices": "11.0.10",
74
+ "@nestjs/cache-manager": "3.0.1",
75
+ "@nestjs/common": "11.0.12",
76
+ "@nestjs/config": "4.0.2",
77
+ "@nestjs/core": "11.0.12",
78
+ "@nestjs/microservices": "11.0.12",
79
79
  "@nestjs/passport": "11.0.5",
80
- "@nestjs/platform-express": "11.0.10",
81
- "@nestjs/swagger": "11.0.3",
80
+ "@nestjs/platform-express": "11.0.12",
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.21.0",
86
+ "axios": "1.8.4",
87
87
  "bull": "4.16.5",
88
- "cache-manager": "6.4.0",
88
+ "cache-manager": "6.4.1",
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",
96
- "nanoid": "5.1.0",
97
- "nestjs-pino": "4.3.0",
94
+ "helmet": "8.1.0",
95
+ "jwks-rsa": "3.2.0",
96
+ "nanoid": "5.1.5",
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",
@@ -104,51 +104,51 @@
104
104
  "redis": "4.7.0",
105
105
  "reflect-metadata": "0.2.2",
106
106
  "rimraf": "6.0.1",
107
- "rxjs": "7.8.1",
108
- "stripe": "17.6.0",
107
+ "rxjs": "7.8.2",
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",
118
- "@nestjs/cli": "11.0.4",
119
- "@nestjs/schematics": "^11.0.1",
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
+ "@nestjs/cli": "11.0.5",
119
+ "@nestjs/schematics": "^11.0.2",
120
120
  "@semantic-release/changelog": "6.0.3",
121
121
  "@semantic-release/exec": "7.0.3",
122
122
  "@types/auth0": "3.3.10",
123
- "@types/express": "5.0.0",
123
+ "@types/express": "5.0.1",
124
124
  "@types/jest": "29.5.14",
125
- "@types/node": "22.13.4",
125
+ "@types/node": "22.13.14",
126
126
  "@types/nodemailer": "6.4.17",
127
127
  "@types/passport-jwt": "4.0.1",
128
- "@types/supertest": "6.0.2",
128
+ "@types/supertest": "6.0.3",
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
- "eslint-plugin-unicorn": "57.0.0",
138
- "globals": "15.15.0",
137
+ "eslint-plugin-unicorn": "58.0.0",
138
+ "globals": "16.0.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",
144
- "prettier": "3.5.1",
142
+ "knip": "5.46.2",
143
+ "lint-staged": "15.5.0",
144
+ "prettier": "3.5.3",
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": {