Skip to content

Commit 5fdf371

Browse files
Update all non-major dependencies
1 parent 11f1ba1 commit 5fdf371

File tree

3 files changed

+334
-309
lines changed

3 files changed

+334
-309
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
persist-credentials: false
2727

2828
# Initializes the CodeQL tools for scanning.
29-
- uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
29+
- uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
3030
with:
3131
languages: ${{ matrix.language }}
3232
queries: security-extended,security-and-quality
3333

34-
- uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
34+
- uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@
5959
"devDependencies": {
6060
"@2bad/tsconfig": "3.0.2",
6161
"@arethetypeswrong/cli": "0.18.2",
62-
"@types/node": "25.3.0",
62+
"@types/node": "25.4.0",
6363
"@vitest/coverage-v8": "4.0.18",
6464
"npm-run-all2": "8.0.4",
65-
"oxfmt": "0.35.0",
66-
"oxlint": "1.50.0",
67-
"publint": "0.3.17",
68-
"tsdown": "0.20.3",
65+
"oxfmt": "0.38.0",
66+
"oxlint": "1.53.0",
67+
"publint": "0.3.18",
68+
"tsdown": "0.21.2",
6969
"typescript": "5.9.3",
7070
"vite-tsconfig-paths": "6.1.1",
7171
"vitest": "4.0.18"
7272
},
73-
"packageManager": "pnpm@10.30.1",
73+
"packageManager": "pnpm@10.32.1",
7474
"engines": {
7575
"node": ">=24"
7676
},
@@ -80,7 +80,7 @@
8080
]
8181
},
8282
"volta": {
83-
"node": "24.13.1",
84-
"pnpm": "10.30.1"
83+
"node": "24.14.0",
84+
"pnpm": "10.32.1"
8585
}
8686
}

0 commit comments

Comments
 (0)