Bump @types/mongoose from 5.7.37 to 5.10.1

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.7.37 to 5.10.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-18 22:34:23 +00:00
committed by Thomas Ruoff
parent 26fd714663
commit ddeac99b54
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2683,9 +2683,9 @@
}
},
"@types/mongoose": {
"version": "5.7.37",
"resolved": "https://registry.npmjs.org/@types/mongoose/-/mongoose-5.7.37.tgz",
"integrity": "sha512-PRAZiDZvo3D1Dzs1xtFQBT8YTZIXI9MexkTWyTwIy6C/6jAEGQen2ayg4NjHhjM+5eE4isHq0vbUjzzVWu2qJQ==",
"version": "5.10.1",
"resolved": "https://registry.npmjs.org/@types/mongoose/-/mongoose-5.10.1.tgz",
"integrity": "sha512-5yqbLHOyCQhUb7GPGW0A2dauUbhwgBvUWMzYcaUQiHdLZ8slgRp2R6i8FETZ+t5xeXpfhylYp9U7dAng7WamqQ==",
"dev": true,
"requires": {
"@types/mongodb": "*",

View File

@@ -26,7 +26,7 @@
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/jest": "^26.0.15",
"@types/mongoose": "^5.7.37",
"@types/mongoose": "^5.10.1",
"@types/react": "^16.9.56",
"@types/react-calendar": "^3.1.2",
"@types/uuid": "^8.3.0",