Skip to content

Commit

Permalink
chore(deps): update all dependencies (#352)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* Update package.json

---------

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 17, 2025
1 parent 7606bc2 commit 2c51ec8
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 60 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@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
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@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
id: app-token
with:
app-id: ${{ vars.BOT_APPID }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.2
20.18.3
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@biomejs/biome": "1.9.4",
"@types/github-script": "github:actions/github-script",
"@types/mdast": "4.0.4",
"@types/node": "20.17.17",
"@types/node": "20.17.19",
"@types/semver": "7.5.8",
"mdast-util-mdx": "3.0.0",
"mdast-util-to-markdown": "2.1.2",
"prettier": "3.5.0",
"prettier": "3.5.1",
"prettier-plugin-astro": "0.14.1",
"wrangler": "3.107.3"
"wrangler": "3.109.1"
}
}
Loading

0 comments on commit 2c51ec8

Please sign in to comment.