0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 13:52:38 +00:00

Merge pull request #2894 from naturalcrit/dependabot/npm_and_yarn/mongoose-7.3.1

Bump mongoose from 7.3.0 to 7.3.1
This commit is contained in:
Trevor Buckner
2023-06-22 15:29:17 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"marked-smartypants-lite": "^1.0.0",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.3.0",
"mongoose": "^7.3.1",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^9.7.1",
@@ -10095,9 +10095,9 @@
}
},
"node_modules/mongoose": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.3.0.tgz",
"integrity": "sha512-gvkV5qxmBkGohlk7VTeePMPM2OkQPeqVYZHvjoM4goOIK6G1eSfJMZwXV21asivXxlaz6OuP29TfGAKrKooDAg==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.3.1.tgz",
"integrity": "sha512-6289bmSIhvR8xMHsYe2/CuzN7wHK+2RHcK7idDdzniCPC5zix5JH0Hc4k3CmXlr/9zQ2250gUQiUWtvDB0vF1Q==",
"dependencies": {
"bson": "^5.3.0",
"kareem": "2.5.1",

View File

@@ -103,7 +103,7 @@
"marked-smartypants-lite": "^1.0.0",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.3.0",
"mongoose": "^7.3.1",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^9.7.1",