0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 17:22:42 +00:00

Merge pull request #2966 from naturalcrit/dependabot/npm_and_yarn/mongoose-7.4.2

Bump mongoose from 7.4.1 to 7.4.2
This commit is contained in:
Trevor Buckner
2023-08-04 01:51:12 -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", "marked-smartypants-lite": "^1.0.0",
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4", "moment": "^2.29.4",
"mongoose": "^7.4.1", "mongoose": "^7.4.2",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"nconf": "^0.12.0", "nconf": "^0.12.0",
"npm": "^9.8.1", "npm": "^9.8.1",
@@ -10204,9 +10204,9 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "7.4.1", "version": "7.4.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.4.1.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.4.2.tgz",
"integrity": "sha512-o3E5KHHiHdaiwCJG3+9r70sncRKki71Ktf/TfXdW6myu+53rtZ56uLl5ylkQiCf60V3COJuOeekcxXVsjQ7cBA==", "integrity": "sha512-sNolW2hyncwvWmZjIEIwAckjaSKtC1SE86zE1v2TKm3vPTRogZfBQf+3zLYYdrgrVTzoaoICieVpct9hjcn3EQ==",
"dependencies": { "dependencies": {
"bson": "^5.4.0", "bson": "^5.4.0",
"kareem": "2.5.1", "kareem": "2.5.1",

View File

@@ -103,7 +103,7 @@
"marked-smartypants-lite": "^1.0.0", "marked-smartypants-lite": "^1.0.0",
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4", "moment": "^2.29.4",
"mongoose": "^7.4.1", "mongoose": "^7.4.2",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"nconf": "^0.12.0", "nconf": "^0.12.0",
"npm": "^9.8.1", "npm": "^9.8.1",