@darraghor/nest-backend-libs 3.12.1 → 3.12.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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/nest-backend-libs",
3
- "version": "3.12.1",
3
+ "version": "3.12.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",
@@ -76,12 +76,12 @@
76
76
  "@nestjs/axios": "4.0.1",
77
77
  "@nestjs/bull": "11.0.4",
78
78
  "@nestjs/cache-manager": "3.1.0",
79
- "@nestjs/common": "11.1.10",
79
+ "@nestjs/common": "11.1.11",
80
80
  "@nestjs/config": "4.0.2",
81
- "@nestjs/core": "11.1.10",
82
- "@nestjs/microservices": "11.1.10",
81
+ "@nestjs/core": "11.1.11",
82
+ "@nestjs/microservices": "11.1.11",
83
83
  "@nestjs/passport": "11.0.5",
84
- "@nestjs/platform-express": "11.1.10",
84
+ "@nestjs/platform-express": "11.1.11",
85
85
  "@nestjs/swagger": "11.2.3",
86
86
  "@nestjs/terminus": "11.0.0",
87
87
  "@nestjs/typeorm": "11.0.0",
@@ -117,7 +117,7 @@
117
117
  "devDependencies": {
118
118
  "@commitlint/cli": "20.2.0",
119
119
  "@commitlint/config-conventional": "20.2.0",
120
- "@darraghor/eslint-plugin-nestjs-typed": "7.1.3",
120
+ "@darraghor/eslint-plugin-nestjs-typed": "7.1.7",
121
121
  "@eslint/js": "9.39.2",
122
122
  "@nestjs/cli": "11.0.14",
123
123
  "@nestjs/schematics": "^11.0.9",
@@ -130,8 +130,8 @@
130
130
  "@types/passport-jwt": "4.0.1",
131
131
  "@types/supertest": "6.0.3",
132
132
  "@types/yargs": "17.0.35",
133
- "@typescript-eslint/eslint-plugin": "8.50.1",
134
- "@typescript-eslint/parser": "8.50.1",
133
+ "@typescript-eslint/eslint-plugin": "8.51.0",
134
+ "@typescript-eslint/parser": "8.51.0",
135
135
  "copyfiles": "2.4.1",
136
136
  "eslint": "9.39.2",
137
137
  "eslint-config-prettier": "10.1.8",
@@ -139,7 +139,7 @@
139
139
  "eslint-plugin-unicorn": "62.0.0",
140
140
  "globals": "16.5.0",
141
141
  "husky": "9.1.7",
142
- "knip": "5.77.1",
142
+ "knip": "5.78.0",
143
143
  "lint-staged": "16.2.7",
144
144
  "prettier": "3.7.4",
145
145
  "semantic-release": "25.0.2",
@@ -147,7 +147,7 @@
147
147
  "ts-node": "10.9.2",
148
148
  "tsconfig-paths": "4.2.0",
149
149
  "typescript": "5.9.3",
150
- "typescript-eslint": "8.50.1",
150
+ "typescript-eslint": "8.51.0",
151
151
  "vitest": "4.0.16",
152
152
  "yargs": "18.0.0"
153
153
  },