0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Bump mongoose from 8.14.2 to 8.14.3

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

---
updated-dependencies:
- dependency-name: mongoose
  dependency-version: 8.14.3
  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]
2025-05-14 03:13:55 +00:00
committed by GitHub
parent 9e78671e4f
commit ab62f0fcf9
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -45,7 +45,7 @@
"marked-subsuper-text": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1",
"mongoose": "^8.14.2",
"mongoose": "^8.14.3",
"nanoid": "5.1.5",
"nconf": "^0.13.0",
"react": "^18.3.1",
@@ -10563,9 +10563,9 @@
}
},
"node_modules/mongoose": {
"version": "8.14.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.14.2.tgz",
"integrity": "sha512-LPLZiN6M8ap4GlXmaaG7yrHIkK45dSO3NZ0qgERJl2CfcL5eP7MA9umn4zGhKiWkMLbnHM4jhebIYbUhvuwWvQ==",
"version": "8.14.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.14.3.tgz",
"integrity": "sha512-BiIQK4mZiStUgnNep1YJMMYTiC4K893+Dj/Sr3lvxXutqy4+yZMVhlHq60xRH3r/l6eXkQXO3tXJnVOE5g592Q==",
"license": "MIT",
"dependencies": {
"bson": "^6.10.3",

View File

@@ -118,7 +118,7 @@
"marked-subsuper-text": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1",
"mongoose": "^8.14.2",
"mongoose": "^8.14.3",
"nanoid": "5.1.5",
"nconf": "^0.13.0",
"react": "^18.3.1",