@darraghor/nest-backend-libs 3.0.2 → 3.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.
- package/package.json +5 -5
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.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",
|
|
@@ -93,12 +93,12 @@
|
|
|
93
93
|
"helmet": "7.1.0",
|
|
94
94
|
"jwks-rsa": "3.1.0",
|
|
95
95
|
"nanoid": "5.0.4",
|
|
96
|
-
"nestjs-pino": "
|
|
96
|
+
"nestjs-pino": "4.0.0",
|
|
97
97
|
"nodemailer": "6.9.7",
|
|
98
98
|
"passport": "0.7.0",
|
|
99
99
|
"passport-headerapikey": "1.2.2",
|
|
100
100
|
"passport-jwt": "4.0.1",
|
|
101
|
-
"pino-http": "
|
|
101
|
+
"pino-http": "9.0.0",
|
|
102
102
|
"pino-pretty": "10.3.0",
|
|
103
103
|
"redis": "4.6.12",
|
|
104
104
|
"reflect-metadata": "0.2.1",
|
|
@@ -137,10 +137,10 @@
|
|
|
137
137
|
"eslint-plugin-promise": "6.1.1",
|
|
138
138
|
"eslint-plugin-sonarjs": "0.23.0",
|
|
139
139
|
"eslint-plugin-unicorn": "50.0.1",
|
|
140
|
-
"husky": "
|
|
140
|
+
"husky": "9.0.7",
|
|
141
141
|
"jest": "29.7.0",
|
|
142
142
|
"jest-create-mock-instance": "2.0.0",
|
|
143
|
-
"knip": "
|
|
143
|
+
"knip": "4.2.3",
|
|
144
144
|
"lint-staged": "15.2.0",
|
|
145
145
|
"prettier": "3.2.2",
|
|
146
146
|
"semantic-release": "23.0.0",
|