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 Jul 2, 2024
1 parent 3576b6a commit 735acb8
Show file tree
Hide file tree
Showing 6 changed files with 2,790 additions and 2,626 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
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ nodeLinker: pnpm

npmRegistryServer: "https://registry.npmmirror.com"

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
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.23.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.114.0",
"@sentry/node": "7.118.0",
"@sentry/tracing": "7.114.0",
"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.3.1"
}
Loading

0 comments on commit 735acb8

Please sign in to comment.