Bump mongoose from 6.4.3 to 6.4.6

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-26 10:47:29 +00:00 committed by GitHub
parent dd13baa7a8
commit 17c0b70889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -22,7 +22,7 @@
"iron-session": "^6.1.3", "iron-session": "^6.1.3",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"mongodb": "^4.7.0", "mongodb": "^4.7.0",
"mongoose": "^6.4.3", "mongoose": "^6.4.6",
"next": "^12.2.0", "next": "^12.2.0",
"next-with-apollo": "^5.3.0", "next-with-apollo": "^5.3.0",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
@ -9710,9 +9710,9 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "6.4.3", "version": "6.4.6",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.3.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.6.tgz",
"integrity": "sha512-JuEdgpDxYIqG+V85LzNn7LKIr73ixnKVbmEhJNSf3vF1+QmIfar5S0wfL/s3CSM3qs/p6J2vWirOle1INW5VCA==", "integrity": "sha512-ZAfNCWgXhwev6k/+rMzjHIJ/+wLkundQU/i+aUTqmCgGoYqc+B5e4EC4Y3E1XaLzNXiWID1/vocSM6zs5IAGvA==",
"dependencies": { "dependencies": {
"bson": "^4.6.2", "bson": "^4.6.2",
"kareem": "2.4.1", "kareem": "2.4.1",
@ -19450,9 +19450,9 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "6.4.3", "version": "6.4.6",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.3.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.6.tgz",
"integrity": "sha512-JuEdgpDxYIqG+V85LzNn7LKIr73ixnKVbmEhJNSf3vF1+QmIfar5S0wfL/s3CSM3qs/p6J2vWirOle1INW5VCA==", "integrity": "sha512-ZAfNCWgXhwev6k/+rMzjHIJ/+wLkundQU/i+aUTqmCgGoYqc+B5e4EC4Y3E1XaLzNXiWID1/vocSM6zs5IAGvA==",
"requires": { "requires": {
"bson": "^4.6.2", "bson": "^4.6.2",
"kareem": "2.4.1", "kareem": "2.4.1",

View file

@ -24,7 +24,7 @@
"iron-session": "^6.1.3", "iron-session": "^6.1.3",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"mongodb": "^4.7.0", "mongodb": "^4.7.0",
"mongoose": "^6.4.3", "mongoose": "^6.4.6",
"next": "^12.2.0", "next": "^12.2.0",
"next-with-apollo": "^5.3.0", "next-with-apollo": "^5.3.0",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",