0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 07:12:40 +00:00

Merge pull request #3409 from naturalcrit/dependabot/npm_and_yarn/mongoose-8.3.2

Bump mongoose from 8.3.1 to 8.3.2
This commit is contained in:
Trevor Buckner
2024-04-25 10:27:36 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -36,7 +36,7 @@
"marked-smartypants-lite": "^1.0.2", "marked-smartypants-lite": "^1.0.2",
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1", "moment": "^2.30.1",
"mongoose": "^8.3.1", "mongoose": "^8.3.2",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"nconf": "^0.12.1", "nconf": "^0.12.1",
"react": "^18.2.0", "react": "^18.2.0",
@@ -10547,9 +10547,9 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "8.3.1", "version": "8.3.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.3.1.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.3.2.tgz",
"integrity": "sha512-D78C+s7QI4+pJQhs3XbOxzrHFEti4x+BDhaH94QrdV1/cmMA7fHc50LgLSXjzA/5q89TBK8DAXyf3VwDZbQJlA==", "integrity": "sha512-3JcpDjFI25cF/3xpu+4+9nM0lURQTNLcP86X83+LvuICdn453QQLmhSrUr2IPM/ffLiDE9KPl9slNb2s0hZPpg==",
"dependencies": { "dependencies": {
"bson": "^6.5.0", "bson": "^6.5.0",
"kareem": "2.6.3", "kareem": "2.6.3",

View File

@@ -107,7 +107,7 @@
"marked-smartypants-lite": "^1.0.2", "marked-smartypants-lite": "^1.0.2",
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1", "moment": "^2.30.1",
"mongoose": "^8.3.1", "mongoose": "^8.3.2",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"nconf": "^0.12.1", "nconf": "^0.12.1",
"react": "^18.2.0", "react": "^18.2.0",