Skip to content

Commit 64ab65e

Browse files
fix(renovate): Update minor
1 parent 39dc730 commit 64ab65e

File tree

3 files changed

+167
-159
lines changed

3 files changed

+167
-159
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.1
1+
22.14.0

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/darraghoriordan/nest-backend-libs"
1111
},
1212
"engines": {
13-
"node": ">=22.13.1"
13+
"node": ">=22.14.0"
1414
},
1515
"files": [
1616
"dist",
@@ -107,13 +107,13 @@
107107
"rxjs": "7.8.1",
108108
"stripe": "17.6.0",
109109
"swagger-ui-express": "5.0.1",
110-
"twitter-api-v2": "1.19.0",
110+
"twitter-api-v2": "1.20.0",
111111
"typeorm": "0.3.20"
112112
},
113113
"devDependencies": {
114-
"@commitlint/cli": "19.6.1",
115-
"@commitlint/config-conventional": "19.6.0",
116-
"@darraghor/eslint-plugin-nestjs-typed": "5.1.4",
114+
"@commitlint/cli": "19.7.1",
115+
"@commitlint/config-conventional": "19.7.1",
116+
"@darraghor/eslint-plugin-nestjs-typed": "5.2.1",
117117
"@nestjs/cli": "10.4.9",
118118
"@nestjs/schematics": "^10.2.3",
119119
"@semantic-release/changelog": "6.0.3",
@@ -126,10 +126,10 @@
126126
"@types/passport-jwt": "4.0.1",
127127
"@types/supertest": "6.0.2",
128128
"@types/yargs": "17.0.33",
129-
"@typescript-eslint/eslint-plugin": "8.22.0",
130-
"@typescript-eslint/parser": "8.22.0",
129+
"@typescript-eslint/eslint-plugin": "8.24.0",
130+
"@typescript-eslint/parser": "8.24.0",
131131
"copyfiles": "2.4.1",
132-
"eslint": "9.19.0",
132+
"eslint": "9.20.1",
133133
"eslint-config-prettier": "9.1.0",
134134
"eslint-plugin-eslint-comments": "3.2.0",
135135
"eslint-plugin-jest": "28.11.0",
@@ -141,9 +141,9 @@
141141
"husky": "9.1.7",
142142
"jest": "29.7.0",
143143
"jest-create-mock-instance": "2.0.0",
144-
"knip": "5.43.6",
144+
"knip": "5.44.1",
145145
"lint-staged": "15.4.3",
146-
"prettier": "3.4.2",
146+
"prettier": "3.5.1",
147147
"semantic-release": "24.2.1",
148148
"ts-jest": "29.2.5",
149149
"ts-loader": "9.5.2",

0 commit comments

Comments
 (0)