Merge pull request #76 from LicenseAPI/dependabot/npm_and_yarn/mongoose-7.0.4

Bump mongoose from 7.0.3 to 7.0.4
This commit is contained in:
Mathias Wagner 2023-04-18 07:20:25 +02:00 committed by GitHub
commit b2995a75f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
"bcrypt": "^5.1.0",
"express": "^4.18.2",
"joi": "^17.9.1",
"mongoose": "^7.0.3",
"mongoose": "^7.0.4",
"mongoose-field-encryption": "^6.0.0",
"nodemailer": "^6.9.1",
"speakeasy": "^2.0.0"

View File

@ -1417,10 +1417,10 @@ mongoose-field-encryption@^6.0.0:
resolved "https://registry.yarnpkg.com/mongoose-field-encryption/-/mongoose-field-encryption-6.0.0.tgz#fd0dbb84773c7f4c6aa4fb83616fccdb9d9b9c2e"
integrity sha512-mcdrd/SYKZT9eMUL1gdKDRKsxBdKd/dn9xED+MojWMD7fuLpeAuRSFD80zoagc9inNOXxdZYAup1d0LFgObomw==
mongoose@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.0.3.tgz#576375acb436f96cd3350fb63fddbac7ae51ff9c"
integrity sha512-3n8vc1/mssuxKa6vfghSocp3MeiCFYzhX36Ok+PsDNNYzHC9tw3rNkAMLemIwZ2jgXqkZ7CfKOxkzjp/d/SWfg==
mongoose@^7.0.4:
version "7.0.4"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.0.4.tgz#7f6c31e12d86eed516ab5d1f5e6f8196d3682ed2"
integrity sha512-MEmQOOqQUvW1PJcji64NtA2EFGHrEvk9o4g//isVYSJW2+8Y8u49C2qFBKzn1t6/l9onQn012o/PcFqR6ixQpQ==
dependencies:
bson "^5.0.1"
kareem "2.5.1"