Skip to content

Commit 34b9e16

Browse files
chore(deps): update all non-major dependencies
1 parent c084016 commit 34b9e16

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@cuaklabs/nestjs-prettier-config": "workspace:*",
3434
"@cuaklabs/nestjs-typescript-config": "workspace:*",
3535
"husky": "9.0.11",
36-
"lint-staged": "15.2.2",
37-
"turbo": "1.13.2"
36+
"lint-staged": "15.2.5",
37+
"turbo": "1.13.3"
3838
},
3939
"standard-version": {
4040
"skip": {

packages/nestjs-firebase-admin/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
},
2121
"devDependencies": {
2222
"@jest/globals": "29.7.0",
23-
"@types/node": "20.12.2",
24-
"@typescript-eslint/eslint-plugin": "7.5.0",
25-
"@typescript-eslint/parser": "7.5.0",
23+
"@types/node": "20.12.12",
24+
"@typescript-eslint/eslint-plugin": "7.11.0",
25+
"@typescript-eslint/parser": "7.11.0",
2626
"eslint": "8.57.0",
2727
"eslint-import-resolver-typescript": "3.6.1",
2828
"eslint-plugin-import": "2.29.1",
2929
"eslint-plugin-jest": "27.9.0",
3030
"eslint-plugin-prettier": "5.1.3",
3131
"jest": "29.7.0",
3232
"prettier": "3.2.5",
33-
"rimraf": "5.0.5",
34-
"ts-jest": "29.1.2",
33+
"rimraf": "5.0.7",
34+
"ts-jest": "29.1.4",
3535
"ts-node": "10.9.2",
36-
"typescript": "5.4.3"
36+
"typescript": "5.4.5"
3737
},
3838
"peerDependencies": {
3939
"@nestjs/common": "^10.2.7 || ^9.4.0",

0 commit comments

Comments
 (0)