Skip to content

Commit dd7ad65

Browse files
fix(deps): update all dependencies
1 parent b6390ec commit dd7ad65

File tree

5 files changed

+327
-313
lines changed

5 files changed

+327
-313
lines changed

.github/workflows/community-content.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
3535
id: app-token
3636
with:
3737
app-id: ${{ vars.BOT_APPID }}

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
1919
id: app-token
2020
with:
2121
app-id: ${{ vars.BOT_APPID }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
22.18.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.14.0",
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.1.4",
3030
"@types/mdast": "4.0.4",
31-
"@types/node": "22.16.0",
31+
"@types/node": "22.17.1",
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.28.1"
3838
}
3939
}

0 commit comments

Comments
 (0)