Skip to content

Commit 53a80bf

Browse files
chore(deps): update all dependencies (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a64ff1d commit 53a80bf

File tree

4 files changed

+332
-334
lines changed

4 files changed

+332
-334
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/runTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1717
with:
1818
fetch-depth: 0
1919

@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout code
42-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
42+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4343
with:
4444
fetch-depth: 0
4545

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +115,23 @@
115115
},
116116
"homepage": "https://github.com/marklai1998/datadog-logger-integrations#readme",
117117
"devDependencies": {
118-
"@biomejs/biome": "2.3.2",
118+
"@biomejs/biome": "2.3.8",
119119
"@commitlint/cli": "20.1.0",
120120
"@commitlint/config-conventional": "20.0.0",
121121
"@faker-js/faker": "10.1.0",
122122
"@types/bunyan": "^1.8.11",
123-
"@types/node": "24.9.2",
123+
"@types/node": "24.10.1",
124124
"@types/supertest": "6.0.3",
125-
"@vitest/coverage-v8": "4.0.6",
126-
"lefthook": "2.0.2",
125+
"@vitest/coverage-v8": "4.0.14",
126+
"lefthook": "2.0.4",
127127
"msw": "^2.8.4",
128-
"rollup": "4.52.5",
129-
"rollup-plugin-dts": "6.2.3",
128+
"rollup": "4.53.3",
129+
"rollup-plugin-dts": "6.3.0",
130130
"rollup-plugin-esbuild": "6.2.1",
131-
"rollup-plugin-node-externals": "8.1.1",
131+
"rollup-plugin-node-externals": "8.1.2",
132132
"rollup-plugin-peer-deps-external": "2.2.4",
133133
"typescript": "5.9.3",
134-
"vitest": "4.0.6"
134+
"vitest": "4.0.14"
135135
},
136136
"peerDependencies": {
137137
"bunyan": "^1.0.0",
@@ -157,7 +157,7 @@
157157
"optional": true
158158
}
159159
},
160-
"packageManager": "pnpm@10.20.0",
160+
"packageManager": "pnpm@10.24.0",
161161
"engines": {
162162
"node": ">=18"
163163
},

0 commit comments

Comments
 (0)