discord-qq-bridge icon indicating copy to clipboard operation
discord-qq-bridge copied to clipboard

3.0.0 - Update dependencies

Open winstonsung opened this issue 2 years ago • 5 comments

Version: 3.0.0 b34be25

$ pnpm outdated
┌────────────────────────────────────────┬──────────┬────────────┐
│ Package                                │ Current  │ Latest     │
├────────────────────────────────────────┼──────────┼────────────┤
│ @octokit/webhooks-definitions          │ 3.67.3   │ Deprecated │
├────────────────────────────────────────┼──────────┼────────────┤
│ @nestjs/cli (dev)                      │ 7.6.0    │ 9.1.5      │
├────────────────────────────────────────┼──────────┼────────────┤
│ @nestjs/common                         │ 7.6.18   │ 9.2.0      │
├────────────────────────────────────────┼──────────┼────────────┤
│ @nestjs/core                           │ 7.6.18   │ 9.2.0      │
├────────────────────────────────────────┼──────────┼────────────┤
│ @nestjs/platform-express               │ 7.6.18   │ 9.2.0      │
├────────────────────────────────────────┼──────────┼────────────┤
│ @nestjs/schematics (dev)               │ 7.3.1    │ 9.0.3      │
├────────────────────────────────────────┼──────────┼────────────┤
│ @nestjs/serve-static                   │ 2.2.2    │ 3.0.0      │
├────────────────────────────────────────┼──────────┼────────────┤
│ @nestjs/testing (dev)                  │ 7.6.18   │ 9.2.0      │
├────────────────────────────────────────┼──────────┼────────────┤
│ @nestjs/typeorm                        │ 7.1.5    │ 9.0.1      │
├────────────────────────────────────────┼──────────┼────────────┤
│ @octokit/webhooks                      │ 9.26.0   │ 10.3.1     │
├────────────────────────────────────────┼──────────┼────────────┤
│ @types/jest (dev)                      │ 26.0.24  │ 29.2.2     │
├────────────────────────────────────────┼──────────┼────────────┤
│ @types/node (dev)                      │ 14.18.33 │ 18.11.9    │
├────────────────────────────────────────┼──────────┼────────────┤
│ @typescript-eslint/eslint-plugin (dev) │ 4.33.0   │ 5.42.1     │
├────────────────────────────────────────┼──────────┼────────────┤
│ @typescript-eslint/parser (dev)        │ 4.33.0   │ 5.42.1     │
├────────────────────────────────────────┼──────────┼────────────┤
│ discord.js                             │ 12.5.3   │ 14.6.0     │
├────────────────────────────────────────┼──────────┼────────────┤
│ eslint (dev)                           │ 7.32.0   │ 8.27.0     │
├────────────────────────────────────────┼──────────┼────────────┤
│ eslint-plugin-prettier (dev)           │ 3.4.1    │ 4.2.1      │
├────────────────────────────────────────┼──────────┼────────────┤
│ fast-xml-parser                        │ 3.21.1   │ 4.0.11     │
├────────────────────────────────────────┼──────────┼────────────┤
│ file-type                              │ 16.5.4   │ 18.0.0     │
├────────────────────────────────────────┼──────────┼────────────┤
│ got                                    │ 11.8.5   │ 12.5.2     │
├────────────────────────────────────────┼──────────┼────────────┤
│ jest (dev)                             │ 26.6.3   │ 29.3.0     │
├────────────────────────────────────────┼──────────┼────────────┤
│ koishi                                 │ 3.14.2   │ 4.10.0     │
├────────────────────────────────────────┼──────────┼────────────┤
│ koishi-test-utils (dev)                │ 5.0.3    │ 7.0.2      │
├────────────────────────────────────────┼──────────┼────────────┤
│ mime                                   │ 2.6.0    │ 3.0.0      │
├────────────────────────────────────────┼──────────┼────────────┤
│ rxjs                                   │ 6.6.7    │ 7.5.7      │
├────────────────────────────────────────┼──────────┼────────────┤
│ ts-jest (dev)                          │ 26.5.6   │ 29.0.3     │
├────────────────────────────────────────┼──────────┼────────────┤
│ ts-loader (dev)                        │ 8.4.0    │ 9.4.1      │
├────────────────────────────────────────┼──────────┼────────────┤
│ ts-node (dev)                          │ 9.1.1    │ 10.9.1     │
├────────────────────────────────────────┼──────────┼────────────┤
│ tsconfig-paths (dev)                   │ 3.14.1   │ 4.1.0      │
├────────────────────────────────────────┼──────────┼────────────┤
│ axios                                  │ 0.21.4   │ 1.1.3      │
├────────────────────────────────────────┼──────────┼────────────┤
│ typeorm                                │ 0.2.45   │ 0.3.10     │
└────────────────────────────────────────┴──────────┴────────────┘

winstonsung avatar Nov 08 '22 09:11 winstonsung

deprecated @octokit/[email protected]: Use @octokit/webhooks-types, @octokit/webhooks-schemas, or @octokit/webhooks-examples instead. See https://github.com/octokit/webhooks/issues/447

winstonsung avatar Nov 08 '22 12:11 winstonsung

                       === npm audit security report ===


                                 Manual Review
             Some vulnerabilities require your attention to resolve

          Visit https://go.npm.me/audit-guide for additional guidance


  Moderate        Got allows a redirect to a UNIX socket

  Package         got

  Patched in      >=11.8.5

  Dependency of   el-bot

  Path            el-bot > download > got

  More info       https://github.com/advisories/GHSA-pfrx-2q88-qq97

winstonsung avatar Nov 08 '22 12:11 winstonsung

(hidden)

winstonsung avatar Nov 08 '22 12:11 winstonsung

  • https://github.com/request/request/issues/3142
  • https://github.com/request/request/issues/3143
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported

winstonsung avatar Nov 08 '22 12:11 winstonsung

  • Probably migrate request to got .

CC @rabbitkiller-dev

winstonsung avatar Nov 08 '22 12:11 winstonsung

ee2aef3 ... c67b236

winstonsung avatar Nov 29 '22 17:11 winstonsung