Skip to content

Commit aa31a0e

Browse files
chore(deps): update all non-major dependencies
1 parent 6f3225a commit aa31a0e

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
17+
node-version: 22.18.0
1818
- run: corepack enable
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 22.18.0
2222
cache: "pnpm"
2323
cache-dependency-path: "**/pnpm-lock.yaml"
2424
- run: pnpm install --frozen-lockfile --prefer-offline

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: 22.18.0
2020
- run: corepack enable
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 22
23+
node-version: 22.18.0
2424
registry-url: "https://registry.npmjs.org"
2525
cache: "pnpm"
2626
cache-dependency-path: "**/pnpm-lock.yaml"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
},
3939
"devDependencies": {
4040
"@arnaud-barre/tnode": "^0.25.0",
41-
"@types/node": "^22.17.0",
41+
"@types/node": "^22.17.1",
4242
"@types/prompts": "^2.4.9",
4343
"@types/semver": "^7.7.0",
4444
"esbuild": "^0.25.8",
4545
"fs-fixture": "^2.8.1",
4646
"prettier": "^3.6.2",
47-
"typescript": "^5.8.3",
47+
"typescript": "^5.9.2",
4848
"vitest": "^3.2.4"
4949
},
50-
"packageManager": "pnpm@10.13.1"
50+
"packageManager": "pnpm@10.14.0"
5151
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)