@darraghor/nest-backend-libs 2.35.7 → 2.35.9
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darraghor/nest-backend-libs",
|
|
3
|
-
"version": "2.35.
|
|
3
|
+
"version": "2.35.9",
|
|
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",
|
|
@@ -97,13 +97,13 @@
|
|
|
97
97
|
"passport": "0.6.0",
|
|
98
98
|
"passport-headerapikey": "1.2.2",
|
|
99
99
|
"passport-jwt": "4.0.1",
|
|
100
|
-
"pino-http": "8.
|
|
100
|
+
"pino-http": "8.4.0",
|
|
101
101
|
"pino-pretty": "10.2.0",
|
|
102
102
|
"redis": "4.6.7",
|
|
103
103
|
"reflect-metadata": "0.1.13",
|
|
104
104
|
"rimraf": "5.0.1",
|
|
105
105
|
"rxjs": "7.8.1",
|
|
106
|
-
"stripe": "12.
|
|
106
|
+
"stripe": "12.17.0",
|
|
107
107
|
"swagger-ui-express": "5.0.0",
|
|
108
108
|
"twitter-api-v2": "1.15.1",
|
|
109
109
|
"typeorm": "0.3.17"
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
"@types/nodemailer": "6.4.9",
|
|
124
124
|
"@types/passport-jwt": "3.0.9",
|
|
125
125
|
"@types/supertest": "2.0.12",
|
|
126
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
127
|
-
"@typescript-eslint/parser": "6.
|
|
126
|
+
"@typescript-eslint/eslint-plugin": "6.3.0",
|
|
127
|
+
"@typescript-eslint/parser": "6.3.0",
|
|
128
128
|
"copyfiles": "2.4.1",
|
|
129
129
|
"eslint": "8.46.0",
|
|
130
130
|
"eslint-config-prettier": "9.0.0",
|
|
@@ -133,12 +133,12 @@
|
|
|
133
133
|
"eslint-plugin-jsdoc": "46.4.6",
|
|
134
134
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
135
135
|
"eslint-plugin-promise": "6.1.1",
|
|
136
|
-
"eslint-plugin-sonarjs": "0.
|
|
136
|
+
"eslint-plugin-sonarjs": "0.20.0",
|
|
137
137
|
"eslint-plugin-unicorn": "48.0.1",
|
|
138
138
|
"husky": "8.0.3",
|
|
139
139
|
"jest": "29.6.2",
|
|
140
140
|
"jest-create-mock-instance": "2.0.0",
|
|
141
|
-
"knip": "2.
|
|
141
|
+
"knip": "2.19.0",
|
|
142
142
|
"lint-staged": "13.2.3",
|
|
143
143
|
"prettier": "3.0.1",
|
|
144
144
|
"semantic-release": "21.0.7",
|