0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Merge pull request #2751 from naturalcrit/dependabot/npm_and_yarn/mongoose-7.0.3

Bump mongoose from 7.0.2 to 7.0.3
This commit is contained in:
Trevor Buckner
2023-03-24 13:56:58 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"marked-extended-tables": "^1.0.5",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.0.2",
"mongoose": "^7.0.3",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^9.6.2",
@@ -9216,9 +9216,9 @@
}
},
"node_modules/mongoose": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.0.2.tgz",
"integrity": "sha512-whX+5lAOLOs6VXRr9w+6m5qb8m/IXWLLb9+0/HRUh2TiIYtTt7UvajK92zW6wllCjBkrrnz/MDIOTCWMbs8K4g==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.0.3.tgz",
"integrity": "sha512-3n8vc1/mssuxKa6vfghSocp3MeiCFYzhX36Ok+PsDNNYzHC9tw3rNkAMLemIwZ2jgXqkZ7CfKOxkzjp/d/SWfg==",
"dependencies": {
"bson": "^5.0.1",
"kareem": "2.5.1",

View File

@@ -93,7 +93,7 @@
"marked-extended-tables": "^1.0.5",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.0.2",
"mongoose": "^7.0.3",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^9.6.2",