0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 01:02:47 +00:00

Bump mongoose from 6.0.14 to 6.0.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.0.14 to 6.0.15.
- [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.0.14...6.0.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-12-07 03:01:19 +00:00
committed by GitHub
parent 3762c278c4
commit da4dc9eb7e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -31,7 +31,7 @@
"marked": "3.0.8",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.0.14",
"mongoose": "^6.0.15",
"nanoid": "3.1.30",
"nconf": "^0.11.3",
"prop-types": "15.7.2",
@@ -6421,9 +6421,9 @@
}
},
"node_modules/mongoose": {
"version": "6.0.14",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.14.tgz",
"integrity": "sha512-SZ0kBlHrz/G70yWdVXLfM/gH4NsY85+as4MZRdtWxBTDEcmoE3rCFAz1/Ho2ycg5mJAeOBwdGZw4a5sn/WrwUA==",
"version": "6.0.15",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.15.tgz",
"integrity": "sha512-Lr53MKrJ4XNTdsMkhOYxeBJClsV7pgwr2VFf7E8TK9Xh5hs2kzFF49jJv9i4CWcshmydcF8uDfaQ9sQlqzZoYw==",
"dependencies": {
"bson": "^4.2.2",
"kareem": "2.3.2",
@@ -14430,9 +14430,9 @@
}
},
"mongoose": {
"version": "6.0.14",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.14.tgz",
"integrity": "sha512-SZ0kBlHrz/G70yWdVXLfM/gH4NsY85+as4MZRdtWxBTDEcmoE3rCFAz1/Ho2ycg5mJAeOBwdGZw4a5sn/WrwUA==",
"version": "6.0.15",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.15.tgz",
"integrity": "sha512-Lr53MKrJ4XNTdsMkhOYxeBJClsV7pgwr2VFf7E8TK9Xh5hs2kzFF49jJv9i4CWcshmydcF8uDfaQ9sQlqzZoYw==",
"requires": {
"bson": "^4.2.2",
"kareem": "2.3.2",

View File

@@ -61,7 +61,7 @@
"marked": "3.0.8",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.0.14",
"mongoose": "^6.0.15",
"nanoid": "3.1.30",
"nconf": "^0.11.3",
"prop-types": "15.7.2",