Skip to content

Commit

Permalink
Merge pull request #394 from na2na-p/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
2na2-p[bot] authored May 3, 2024
2 parents 2f39fc3 + 4e7984d commit 9e48ffb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 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/create-github-app-token@v1.9.3
uses: actions/create-github-app-token@v1.10.0
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/create-github-app-token@v1.9.3
uses: actions/create-github-app-token@v1.10.0
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 @@ -31,7 +31,7 @@
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"prettier": "3.2.5",
"tsx": "4.8.1",
"tsx": "4.9.0",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0",
"vitest": "1.5.3"
Expand All @@ -47,9 +47,9 @@
"lodash-es": "4.17.21",
"resolve": "1.22.8",
"ytdl-core": "4.11.5",
"zod": "3.23.5"
"zod": "3.23.6"
},
"resolutions": {
"vite": "5.2.10"
"vite": "5.2.11"
}
}
38 changes: 19 additions & 19 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 9e48ffb

Please sign in to comment.