Skip to content

Commit

Permalink
fix(deps): update all dependencies (#342)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lefebvre <[email protected]>
  • Loading branch information
renovate[bot] and florian-lefebvre authored Feb 3, 2025
1 parent edf236d commit 3279c93
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
script: |
const { default: script } = await import('${{ github.workspace }}/.github/scripts/mdx.js')
await script({github, context, core})
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
- uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
id: app-token
with:
app-id: ${{ vars.BOT_APPID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write

steps:
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
- uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
id: app-token
with:
app-id: ${{ vars.BOT_APPID }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@astrojs/cloudflare": "12.2.1",
"@astrojs/starlight": "0.31.1",
"astro": "5.2.3",
"semver": "7.6.3",
"semver": "7.7.0",
"sharp": "0.33.5",
"starlight-package-managers": "0.9.0",
"starlight-package-managers": "0.9.1",
"typescript": "5.7.3"
},
"devDependencies": {
Expand All @@ -33,6 +33,6 @@
"mdast-util-to-markdown": "2.1.2",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"wrangler": "3.105.1"
"wrangler": "3.107.2"
}
}
134 changes: 103 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3279c93

Please sign in to comment.