Bump got and nodemon

Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together.


Removes `got`

Updates `nodemon` from 1.19.0 to 2.0.22
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.0...v2.0.22)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: nodemon
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-06 14:21:07 +00:00 committed by GitHub
parent 6e6c71dfc4
commit 702422635a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 132 additions and 2199 deletions

2329
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"nodemon": "^1.19.0"
"nodemon": "^2.0.22"
},
"dependencies": {
"bcrypt": "^5.0.0",