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 and greenhat616 committed Jul 9, 2023
1 parent f1f9107 commit 06265e1
Show file tree
Hide file tree
Showing 4 changed files with 623 additions and 477 deletions.
449 changes: 225 additions & 224 deletions .yarn/releases/yarn-3.5.1.cjs → .yarn/releases/yarn-3.6.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 @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
"nyc": "15.1.0",
"prettier": "2.8.8",
"regenerator-runtime": "0.13.11",
"release-it": "15.10.2",
"release-it": "15.11.0",
"supertest": "6.3.3",
"supervisor": "0.12.0"
},
"dependencies": {
"@hitokoto/koa-jsonp": "3.0.7",
"@hitokoto/koa-respond": "3.0.3",
"@sentry/integrations": "7.50.0",
"@sentry/node": "7.50.0",
"@sentry/tracing": "7.50.0",
"@sentry/integrations": "7.57.0",
"@sentry/node": "7.57.0",
"@sentry/tracing": "7.57.0",
"NeteaseCloudMusicApi": "4.8.10",
"async": "3.2.4",
"bytes": "3.1.2",
Expand All @@ -87,23 +87,23 @@
"js-yaml": "4.1.0",
"kcors": "2.2.2",
"koa": "2.14.2",
"koa-bodyparser": "4.4.0",
"koa-bodyparser": "4.4.1",
"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",
"lodash": "4.17.21",
"mysql2": "3.2.4",
"mysql2": "3.5.0",
"nconf": "0.12.0",
"nconf-yaml": "1.0.2",
"nodemailer": "6.9.1",
"nodemailer": "6.9.3",
"passthrough-counter": "1.0.0",
"pify": "5.0.0",
"semver": "7.5.4",
"sequelize": "6.31.1",
"sequelize": "6.32.1",
"uuid": "9.0.0",
"winston": "3.9.0"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@3.6.1"
}
Loading

0 comments on commit 06265e1

Please sign in to comment.