Skip to content

Commit 0efaf8c

Browse files
chore(deps): update all major dependencies
1 parent b9311bf commit 0efaf8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ jobs:
123123
run: pnpm test:js:coverage
124124

125125
- name: Upload coverage to Codecov
126-
uses: codecov/codecov-action@v3
126+
uses: codecov/codecov-action@v4
127127
with:
128128
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/codecov_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
run: pnpm test:js:coverage
4040

4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v3
42+
uses: codecov/codecov-action@v4
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@cuaklabs/nestjs-jest-config": "workspace:*",
3333
"@cuaklabs/nestjs-prettier-config": "workspace:*",
3434
"@cuaklabs/nestjs-typescript-config": "workspace:*",
35-
"husky": "8.0.3",
35+
"husky": "9.0.10",
3636
"lint-staged": "15.2.0",
3737
"turbo": "1.11.3"
3838
},

0 commit comments

Comments
 (0)