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 4, 2024
1 parent 392b126 commit ee7dce0
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 124 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"devDependencies": {
"@eslint/js": "9.9.1",
"@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.14.13",
"@vitest/coverage-v8": "2.0.5",
"eslint": "9.9.1",
"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 ee7dce0

Please sign in to comment.