Skip to content

Commit f4420f1

Browse files
fix(deps): update all dependencies
1 parent b67389c commit f4420f1

File tree

5 files changed

+320
-314
lines changed

5 files changed

+320
-314
lines changed

.github/workflows/community-content.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.repository_owner == 'astrolicious'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1919
with:
2020
ref: ${{ github.event.pull_request.head.ref }}
2121
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
@@ -31,7 +31,7 @@ jobs:
3131
script: |
3232
const { default: script } = await import('${{ github.workspace }}/.github/scripts/mdx.js')
3333
await script({github, context, core})
34-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
34+
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
3535
id: app-token
3636
with:
3737
app-id: ${{ vars.BOT_APPID }}

.github/workflows/format.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
18+
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
1919
id: app-token
2020
with:
2121
app-id: ${{ vars.BOT_APPID }}
2222
private-key: ${{ secrets.BOT_SECRET }}
2323

24-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2525
with:
2626
token: ${{ steps.app-token.outputs.token }}
2727
ref: ${{ github.head_ref }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
22.19.0

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"private": true,
55
"version": "0.0.0",
6-
"packageManager": "pnpm@10.12.4",
6+
"packageManager": "pnpm@10.15.1",
77
"scripts": {
88
"dev": "astro dev",
99
"start": "astro dev",
@@ -21,19 +21,19 @@
2121
"@astrojs/starlight": "0.34.8",
2222
"astro": "5.11.1",
2323
"semver": "7.7.2",
24-
"sharp": "0.34.2",
24+
"sharp": "0.34.3",
2525
"starlight-package-managers": "0.11.0",
26-
"typescript": "5.8.3"
26+
"typescript": "5.9.2"
2727
},
2828
"devDependencies": {
29-
"@biomejs/biome": "2.0.6",
29+
"@biomejs/biome": "2.2.2",
3030
"@types/mdast": "4.0.4",
31-
"@types/node": "22.16.0",
31+
"@types/node": "22.18.0",
3232
"@types/semver": "7.7.0",
3333
"mdast-util-mdx": "3.0.0",
3434
"mdast-util-to-markdown": "2.1.2",
3535
"prettier": "3.6.2",
3636
"prettier-plugin-astro": "0.14.1",
37-
"wrangler": "4.23.0"
37+
"wrangler": "4.33.2"
3838
}
3939
}

0 commit comments

Comments
 (0)