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] committed Apr 23, 2024
1 parent 3576b6a commit d913cd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.8.0
with:
redis-version: ${{ matrix.redis-version }}
- name: Get yarn cache directory path
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"commitizen": "4.3.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"cz-conventional-changelog": "3.3.0",
"esbuild": "^0.19.5",
"esbuild": "^0.20.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
Expand All @@ -62,9 +62,9 @@
"nodemon": "3.0.1",
"nyc": "15.1.0",
"prettier": "3.1.0",
"regenerator-runtime": "0.13.11",
"release-it": "16.1.0",
"supertest": "6.3.3",
"regenerator-runtime": "0.14.1",
"release-it": "16.3.0",
"supertest": "6.3.4",
"supervisor": "0.12.0",
"webpack": "^5.89.0"
},
Expand All @@ -73,9 +73,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.111.0",
"@sentry/node": "7.112.1",
"@sentry/tracing": "7.112.1",
"NeteaseCloudMusicApi": "4.13.6",
"async": "3.2.4",
"bytes": "3.1.2",
Expand All @@ -89,12 +89,12 @@
"ioredis": "5.3.2",
"joi": "17.9.2",
"js-yaml": "4.1.0",
"koa": "2.14.2",
"koa": "2.15.3",
"koa-compress": "5.1.1",
"koa-favicon": "2.1.0",
"koa-helmet": "7.0.2",
"koa-query-pretty": "0.3.0",
"koa-router": "12.0.0",
"koa-router": "12.0.1",
"lodash": "4.17.21",
"mysql2": "3.5.0",
"nconf": "0.12.1",
Expand All @@ -103,9 +103,9 @@
"passthrough-counter": "1.0.0",
"pify": "5.0.0",
"semver": "7.5.4",
"sequelize": "6.32.1",
"sequelize": "6.37.3",
"uuid": "9.0.0",
"winston": "3.9.0"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.1"
}

0 comments on commit d913cd2

Please sign in to comment.