@darraghor/nest-backend-libs 3.0.3 → 3.0.4
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.
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darraghor/nest-backend-libs",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
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",
|
|
@@ -70,36 +70,36 @@
|
|
|
70
70
|
"@nestjs/axios": "3.0.1",
|
|
71
71
|
"@nestjs/bull": "10.0.1",
|
|
72
72
|
"@nestjs/cache-manager": "2.1.1",
|
|
73
|
-
"@nestjs/common": "10.3.
|
|
73
|
+
"@nestjs/common": "10.3.1",
|
|
74
74
|
"@nestjs/config": "3.1.1",
|
|
75
|
-
"@nestjs/core": "10.3.
|
|
76
|
-
"@nestjs/microservices": "10.3.
|
|
75
|
+
"@nestjs/core": "10.3.1",
|
|
76
|
+
"@nestjs/microservices": "10.3.1",
|
|
77
77
|
"@nestjs/passport": "10.0.3",
|
|
78
|
-
"@nestjs/platform-express": "10.3.
|
|
78
|
+
"@nestjs/platform-express": "10.3.1",
|
|
79
79
|
"@nestjs/swagger": "7.1.17",
|
|
80
|
-
"@nestjs/terminus": "10.2.
|
|
80
|
+
"@nestjs/terminus": "10.2.1",
|
|
81
81
|
"@nestjs/typeorm": "10.0.1",
|
|
82
82
|
"add": "2.0.6",
|
|
83
83
|
"auth0": "4.2.0",
|
|
84
|
-
"axios": "1.6.
|
|
85
|
-
"bull": "4.12.
|
|
84
|
+
"axios": "1.6.7",
|
|
85
|
+
"bull": "4.12.2",
|
|
86
86
|
"cache-manager": "5.3.2",
|
|
87
87
|
"cache-manager-redis-yet": "4.1.2",
|
|
88
88
|
"chalk": "5.3.0",
|
|
89
89
|
"class-transformer": "0.5.1",
|
|
90
|
-
"class-validator": "0.14.
|
|
90
|
+
"class-validator": "0.14.1",
|
|
91
91
|
"date-fns": "3.0.6",
|
|
92
|
-
"dotenv": "16.3.
|
|
92
|
+
"dotenv": "16.3.2",
|
|
93
93
|
"helmet": "7.1.0",
|
|
94
94
|
"jwks-rsa": "3.1.0",
|
|
95
95
|
"nanoid": "5.0.4",
|
|
96
96
|
"nestjs-pino": "4.0.0",
|
|
97
|
-
"nodemailer": "6.9.
|
|
97
|
+
"nodemailer": "6.9.9",
|
|
98
98
|
"passport": "0.7.0",
|
|
99
99
|
"passport-headerapikey": "1.2.2",
|
|
100
100
|
"passport-jwt": "4.0.1",
|
|
101
101
|
"pino-http": "9.0.0",
|
|
102
|
-
"pino-pretty": "10.3.
|
|
102
|
+
"pino-pretty": "10.3.1",
|
|
103
103
|
"redis": "4.6.12",
|
|
104
104
|
"reflect-metadata": "0.2.1",
|
|
105
105
|
"rimraf": "5.0.5",
|
|
@@ -107,12 +107,12 @@
|
|
|
107
107
|
"stripe": "14.10.0",
|
|
108
108
|
"swagger-ui-express": "5.0.0",
|
|
109
109
|
"twitter-api-v2": "1.15.2",
|
|
110
|
-
"typeorm": "0.3.
|
|
110
|
+
"typeorm": "0.3.20"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@commitlint/cli": "18.4.4",
|
|
114
114
|
"@commitlint/config-conventional": "18.4.4",
|
|
115
|
-
"@darraghor/eslint-plugin-nestjs-typed": "4.4.
|
|
115
|
+
"@darraghor/eslint-plugin-nestjs-typed": "4.4.1",
|
|
116
116
|
"@nestjs/cli": "10.3.0",
|
|
117
117
|
"@nestjs/schematics": "^10.1.0",
|
|
118
118
|
"@semantic-release/changelog": "6.0.3",
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"@types/auth0": "3.3.10",
|
|
121
121
|
"@types/express": "4.17.21",
|
|
122
122
|
"@types/jest": "29.5.11",
|
|
123
|
-
"@types/node": "20.11.
|
|
123
|
+
"@types/node": "20.11.13",
|
|
124
124
|
"@types/nodemailer": "6.4.14",
|
|
125
|
-
"@types/passport-jwt": "4.0.
|
|
125
|
+
"@types/passport-jwt": "4.0.1",
|
|
126
126
|
"@types/supertest": "6.0.2",
|
|
127
127
|
"@types/yargs": "17.0.32",
|
|
128
128
|
"@typescript-eslint/eslint-plugin": "6.18.1",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"eslint-config-prettier": "9.1.0",
|
|
133
133
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
134
134
|
"eslint-plugin-jest": "27.6.3",
|
|
135
|
-
"eslint-plugin-jsdoc": "48.0.
|
|
135
|
+
"eslint-plugin-jsdoc": "48.0.4",
|
|
136
136
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
137
137
|
"eslint-plugin-promise": "6.1.1",
|
|
138
138
|
"eslint-plugin-sonarjs": "0.23.0",
|
|
@@ -142,9 +142,9 @@
|
|
|
142
142
|
"jest-create-mock-instance": "2.0.0",
|
|
143
143
|
"knip": "4.2.3",
|
|
144
144
|
"lint-staged": "15.2.0",
|
|
145
|
-
"prettier": "3.2.
|
|
145
|
+
"prettier": "3.2.4",
|
|
146
146
|
"semantic-release": "23.0.0",
|
|
147
|
-
"ts-jest": "29.1.
|
|
147
|
+
"ts-jest": "29.1.2",
|
|
148
148
|
"ts-loader": "9.5.1",
|
|
149
149
|
"ts-node": "10.9.2",
|
|
150
150
|
"tsconfig-paths": "4.2.0",
|