Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
fix: upgrade mongoose from 5.9.6 to 5.9.7
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade mongoose from 5.9.6 to 5.9.7.

See this package in NPM:
https://www.npmjs.com/package/mongoose

See this project in Snyk:
https://app.snyk.io/org/kt3k/project/ae301196-ac99-48ee-ba88-09d1ce4a674e?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 3, 2020
1 parent 6dc7815 commit 59fd482
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"micro": "^9.3.3",
"micro-match": "^1.0.0",
"micro-query": "^0.3.0",
"mongoose": "~5.9.6",
"mongoose": "~5.9.7",
"morgan": "^1.10.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6010,10 +6010,10 @@ mongoose-legacy-pluralize@1.0.2:
resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4"
integrity sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ==

mongoose@~5.9.6:
version "5.9.6"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.9.6.tgz#47e2e234638eede4caa52d961e3a7459b55530ef"
integrity sha512-EfFGO2QUoenf/4eFeF5y2R8aBLKHtqwrMk1pVGgl3OyNWufP5XLLPIuihP006YqR1+6xM1YsBzGpgBjMZkINGA==
mongoose@~5.9.7:
version "5.9.7"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.9.7.tgz#03c581860d0e2f60f6008f9457ab0c2905609875"
integrity sha512-WJOBh9WMvivqBK8my9HFtSzSySKdUxJPNGAwswEakAasWUcPXJl3yHMtZ4ngGnKbwTT9KnAr75xamlt/PouR9w==
dependencies:
bson "~1.1.1"
kareem "2.3.1"
Expand Down

0 comments on commit 59fd482

Please sign in to comment.