Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
84b1234aea Bump mongoose from 6.0.13 to 6.11.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.0.13 to 6.11.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/6.0.13...6.11.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 17:14:11 +00:00
dependabot[bot]
6c6fe9f193 Bump cacheable-request and nodemon
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.15 to 2.0.20
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.15...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>
2023-03-10 18:59:41 +01:00
2 changed files with 1554 additions and 557 deletions

2107
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,7 +40,7 @@
"express-jwt": "^6.1.0",
"hsts": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.13",
"mongoose": "^6.11.3",
"mongoose-findorcreate": "^3.0.0",
"mongoose-unique-validator": "^2.0.3",
"morgan": "^1.10.0",
@@ -62,7 +62,7 @@
"eslint-plugin-react": "^7.27.1",
"jest": "^26.6.0",
"mongodb-memory-server": "^6",
"nodemon": "^2.0.15",
"nodemon": "^2.0.20",
"prettier-eslint": "^13.0.0",
"supertest": "^6.1.6"
},