Browse Source

chore(deps): bump mongoose from 6.4.6 to 6.4.7 in /backend

Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.4.6 to 6.4.7.
- [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.4.6...6.4.7)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 years ago
parent
commit
e6ac3b8dd3
2 changed files with 8 additions and 8 deletions
  1. 7 7
      backend/package-lock.json
  2. 1 1
      backend/package.json

+ 7 - 7
backend/package-lock.json

@@ -19,7 +19,7 @@
         "cors": "^2.8.5",
         "express": "^4.18.1",
         "moment": "^2.29.4",
-        "mongoose": "^6.4.6",
+        "mongoose": "^6.4.7",
         "nodemailer": "^6.7.7",
         "oauth": "^0.10.0",
         "redis": "^4.2.0",
@@ -3043,9 +3043,9 @@
       }
     },
     "node_modules/mongoose": {
-      "version": "6.4.6",
-      "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.6.tgz",
-      "integrity": "sha512-ZAfNCWgXhwev6k/+rMzjHIJ/+wLkundQU/i+aUTqmCgGoYqc+B5e4EC4Y3E1XaLzNXiWID1/vocSM6zs5IAGvA==",
+      "version": "6.4.7",
+      "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.7.tgz",
+      "integrity": "sha512-NvWxRkhXUt4RXR4kj47c8LApf4EIl2Ewt24ZojQiVbHy4mfqpW7UKUV698p8zIdYQ9EEeEfzDlwd4n7B3NGRnA==",
       "dependencies": {
         "bson": "^4.6.2",
         "kareem": "2.4.1",
@@ -6752,9 +6752,9 @@
       }
     },
     "mongoose": {
-      "version": "6.4.6",
-      "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.6.tgz",
-      "integrity": "sha512-ZAfNCWgXhwev6k/+rMzjHIJ/+wLkundQU/i+aUTqmCgGoYqc+B5e4EC4Y3E1XaLzNXiWID1/vocSM6zs5IAGvA==",
+      "version": "6.4.7",
+      "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.7.tgz",
+      "integrity": "sha512-NvWxRkhXUt4RXR4kj47c8LApf4EIl2Ewt24ZojQiVbHy4mfqpW7UKUV698p8zIdYQ9EEeEfzDlwd4n7B3NGRnA==",
       "requires": {
         "bson": "^4.6.2",
         "kareem": "2.4.1",

+ 1 - 1
backend/package.json

@@ -26,7 +26,7 @@
     "cors": "^2.8.5",
     "express": "^4.18.1",
     "moment": "^2.29.4",
-    "mongoose": "^6.4.6",
+    "mongoose": "^6.4.7",
     "nodemailer": "^6.7.7",
     "oauth": "^0.10.0",
     "redis": "^4.2.0",