1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Bump degenerator and pm2

Bumps [degenerator](https://github.com/TooTallNate/node-degenerator) to 3.0.2 and updates ancestor dependency [pm2](https://github.com/Unitech/pm2). These dependencies need to be updated together.


Updates `degenerator` from 1.0.4 to 3.0.2
- [Release notes](https://github.com/TooTallNate/node-degenerator/releases)
- [Commits](https://github.com/TooTallNate/node-degenerator/compare/1.0.4...3.0.2)

Updates `pm2` from 4.2.3 to 5.2.0
- [Release notes](https://github.com/Unitech/pm2/releases)
- [Changelog](https://github.com/Unitech/pm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Unitech/pm2/compare/4.2.3...5.2.0)

---
updated-dependencies:
- dependency-name: degenerator
  dependency-type: indirect
- dependency-name: pm2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-26 15:49:35 +00:00 committed by GitHub
parent 2b46f7a913
commit 943a3938b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 689 additions and 714 deletions

1397
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,6 +25,6 @@
"dependencies": {
"esm": "^3.2.25",
"http-server": "^0.12.1",
"pm2": "^4.2.3"
"pm2": "^5.2.0"
}
}