Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2023
1 parent a390b94 commit dedfd86
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Start Redis
uses: supercharge/redis-github-action@1.5.0
uses: supercharge/redis-github-action@1.6.0
with:
redis-version: ${{ matrix.redis-version }}
- name: Get yarn cache directory path
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"nodemon": "3.0.1",
"nyc": "15.1.0",
"prettier": "3.0.0",
"regenerator-runtime": "0.13.11",
"release-it": "16.1.0",
"regenerator-runtime": "0.14.0",
"release-it": "16.1.5",
"supertest": "6.3.3",
"supervisor": "0.12.0"
},
Expand All @@ -70,9 +70,9 @@
"@hitokoto/koa-respond": "3.0.3",
"@koa/bodyparser": "^5.0.0",
"@koa/cors": "^4.0.0",
"@sentry/integrations": "7.57.0",
"@sentry/node": "7.57.0",
"@sentry/tracing": "7.57.0",
"@sentry/integrations": "7.63.0",
"@sentry/node": "7.63.0",
"@sentry/tracing": "7.63.0",
"NeteaseCloudMusicApi": "4.8.10",
"async": "3.2.4",
"bytes": "3.1.2",
Expand All @@ -93,10 +93,10 @@
"koa-query-pretty": "0.3.0",
"koa-router": "12.0.0",
"lodash": "4.17.21",
"mysql2": "3.5.0",
"mysql2": "3.6.0",
"nconf": "0.12.0",
"nconf-yaml": "1.0.2",
"nodemailer": "6.9.3",
"nodemailer": "6.9.4",
"passthrough-counter": "1.0.0",
"pify": "5.0.0",
"semver": "7.5.4",
Expand Down
Loading

0 comments on commit dedfd86

Please sign in to comment.