Bump cacheable-request and nodemon in /server

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


Removes `cacheable-request`

Updates `nodemon` from 2.0.7 to 2.0.20
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.7...v2.0.20)

---
updated-dependencies:
- dependency-name: cacheable-request
  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-02-12 01:01:53 +00:00
committed by GitHub
parent b8bd864a16
commit 33ef0a2477
2 changed files with 56 additions and 690 deletions
+55 -689
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -26,6 +26,6 @@
},
"devDependencies": {
"cross-env": "^7.0.2",
"nodemon": "^2.0.5"
"nodemon": "^2.0.20"
}
}