Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

3.0.0 - Update dependencies #49

Closed
winstonsung opened this issue Nov 8, 2022 · 6 comments · Fixed by #52
Closed

3.0.0 - Update dependencies #49

winstonsung opened this issue Nov 8, 2022 · 6 comments · Fixed by #52
Assignees
Labels
improvements New feature
Projects

Comments

@winstonsung
Copy link
Collaborator

winstonsung commented Nov 8, 2022

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 winstonsung added this to Backlog in MAIN via automation Nov 8, 2022
@winstonsung winstonsung added the improvements New feature label Nov 8, 2022
@winstonsung
Copy link
Collaborator Author

deprecated @octokit/webhooks-definitions@3.67.3: Use @octokit/webhooks-types, @octokit/webhooks-schemas, or @octokit/webhooks-examples instead. See https://github.com/octokit/webhooks/issues/447

@winstonsung
Copy link
Collaborator Author

                       === 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
Copy link
Collaborator Author

winstonsung commented Nov 8, 2022

(hidden)

@winstonsung
Copy link
Collaborator Author

winstonsung commented Nov 8, 2022

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported

@winstonsung
Copy link
Collaborator Author

winstonsung commented Nov 8, 2022

  • Probably migrate request to got .

CC @rabbitkiller-dev

@winstonsung winstonsung pinned this issue Nov 8, 2022
@winstonsung winstonsung changed the title Update dependencies 3.0.0 - Update dependencies Nov 13, 2022
@winstonsung
Copy link
Collaborator Author

ee2aef3 ... c67b236

@winstonsung winstonsung linked a pull request Dec 7, 2022 that will close this issue
MAIN automation moved this from Backlog to Done Dec 7, 2022
@winstonsung winstonsung added fixed Issue fixed or resolved and removed fixed Issue fixed or resolved labels Dec 7, 2022
@winstonsung winstonsung self-assigned this Dec 7, 2022
@winstonsung winstonsung unpinned this issue Dec 7, 2022
winstonsung added a commit to winstonsung/discord-qq-bridge that referenced this issue Feb 13, 2023
winstonsung added a commit to winstonsung/discord-qq-bridge that referenced this issue Feb 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
improvements New feature
Projects
MAIN
Done
Development

Successfully merging a pull request may close this issue.

1 participant