Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent d4e9b01 commit 5f1acc6
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]
- name: Generate github token
id: generate_token
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enable-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]
- name: Generate github token
id: generate_token
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
Expand Down
58 changes: 29 additions & 29 deletions infra/terraform/cloudflare/envs/main/.terraform.lock.hcl

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.9.1",
"@eslint/js": "9.10.0",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.22",
"@swc/core": "1.7.23",
"@tsconfig/strictest": "2.0.5",
"@types/lodash-es": "4.17.12",
"@types/node": "20.16.5",
"@vitest/coverage-v8": "2.0.5",
"eslint": "9.9.1",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"prettier": "3.3.3",
"tsx": "4.19.0",
"typescript": "5.5.4",
Expand All @@ -41,7 +41,7 @@
"@discordjs/voice": "0.17.0",
"@t3-oss/env-core": "0.11.1",
"chalk": "5.3.0",
"discord.js": "14.15.3",
"discord.js": "14.16.1",
"dotenv": "16.4.5",
"libsodium-wrappers": "0.7.15",
"lodash-es": "4.17.21",
Expand Down
Loading

0 comments on commit 5f1acc6

Please sign in to comment.