Skip to content

Commit 60b3790

Browse files
authored
chore(deps): update dependencies (#184)
1 parent 04686b8 commit 60b3790

File tree

4 files changed

+851
-890
lines changed

4 files changed

+851
-890
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: codespell-project/actions-codespell@v2
24-
- uses: pnpm/action-setup@v3
24+
- uses: pnpm/action-setup@v4
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version-file: ".nvmrc"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
echo "action_path=${action_path}" >> "$GITHUB_OUTPUT"
6363
shell: bash
6464

65-
- uses: pnpm/action-setup@v3
65+
- uses: pnpm/action-setup@v4
6666
with:
6767
package_json_file: ${{ steps.action_relative_path.outputs.action_path }}/package.json
6868
- uses: actions/setup-node@v4

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
"puppeteer": "^22",
77
"serve-static": "^1.15.0",
88
"split2": "^4.2.0",
9-
"subresources": "^1.3.2"
9+
"subresources": "^1.3.3"
1010
},
1111
"engines": {
1212
"node": "^20"
1313
},
14-
"packageManager": "pnpm@8.15.6",
14+
"packageManager": "pnpm@9.1.3",
1515
"scripts": {
1616
"build": "tsc -p tsconfig.prod.json",
1717
"dev": "tsc -p tsconfig.json -w",
1818
"lint": "prettier . --check"
1919
},
2020
"devDependencies": {
2121
"@types/finalhandler": "^1.2.3",
22-
"@types/node": "^20.12.6",
22+
"@types/node": "^20.12.12",
2323
"@types/node-fetch": "^2.6.11",
2424
"@types/serve-static": "^1.15.7",
2525
"@types/split2": "^4.2.3",
26-
"typescript": "^5.4.4"
26+
"typescript": "^5.4.5"
2727
},
2828
"optionalDependencies": {
2929
"prettier": "^3.2.5",
30-
"yaml": "^2.4.1"
30+
"yaml": "^2.4.2"
3131
}
3232
}

0 commit comments

Comments
 (0)