Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 06ca347 commit aece40b
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo "version=$(jq -r .devDependencies.wrangler package.json | cut -c2-)" >> "$GITHUB_OUTPUT"

- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@168bc28b7078db16f6f1ecc26477fc2248592143 # v3.8.0
uses: cloudflare/wrangler-action@9681c2997648301493e78cacbfb790a9f19c833f # v3.9.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@cloudflare/workers-types": "^4.20241004.0",
"@cloudflare/workers-types": "^4.20241011.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"wrangler": "^3.80.1"
"typescript": "^5.6.3",
"wrangler": "^3.80.4"
},
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/rest": "^2.4.0",
"dedent": "^1.5.3",
"discord-api-types": "^0.37.101",
"discord-api-types": "^0.37.102",
"discord-verify": "^1.2.0"
},
"engines": {
Expand Down
118 changes: 59 additions & 59 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 aece40b

Please sign in to comment.