Skip to content

Commit 4061302

Browse files
Merge branch 'main' into feat(logger)-make-it
2 parents 2e1e8d7 + 130baae commit 4061302

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.github/workflows/codemod_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
codemods_files: ${{ steps.filter.outputs.codemods_files }}
2424
steps:
2525
- name: Harden the runner (Audit all outbound calls)
26-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
26+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
2727
with:
2828
egress-policy: audit
2929

@@ -46,7 +46,7 @@ jobs:
4646
codemod_files: ${{ steps.set-matrix.outputs.codemod_files }}
4747
steps:
4848
- name: Harden the runner (Audit all outbound calls)
49-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
49+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
5050
with:
5151
egress-policy: audit
5252

@@ -73,7 +73,7 @@ jobs:
7373
CODEMOD_API_KEY: ${{ secrets.CODEMOD_API_KEY }}
7474
steps:
7575
- name: Harden the runner (Audit all outbound calls)
76-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
76+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49
7777
with:
7878
egress-policy: audit
7979

package-lock.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"homepage": "https://nodejs.org/learn/userland-migrations",
2828
"devDependencies": {
2929
"@biomejs/biome": "2.0.6",
30-
"@types/node": "^24.0.3",
30+
"@types/node": "^24.0.8",
3131
"typescript": "^5.8.3"
3232
},
3333
"workspaces": [

recipes/correct-ts-specifiers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
},
3737
"devDependencies": {
3838
"@nodejs/codemod-utils": "*",
39-
"@types/node": "^24.0.3"
39+
"@types/node": "^24.0.8"
4040
}
4141
}

0 commit comments

Comments
 (0)