chore(deps-dev): bump mongoose from 8.1.1 to 8.1.2

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

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-12 00:38:05 +00:00
committed by GitHub
parent 8cfa854072
commit cba2ede6bb
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -105,7 +105,7 @@
"markdown-table": "2.0.0",
"merge-graphql-schemas": "1.7.8",
"mocha": "10.2.0",
"mongoose": "8.1.1",
"mongoose": "8.1.2",
"mqtt": "5.3.5",
"multer": "1.4.4",
"mysql2": "3.9.1",
@@ -24687,9 +24687,9 @@
}
},
"node_modules/mongoose": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.1.1.tgz",
"integrity": "sha512-DbLb0NsiEXmaqLOpEz+AtAsgwhRw6f25gwa1dF5R7jj6lS1D8X6uTdhBSC8GDVtOwe5Tfw2EL7nTn6hiJT3Bgg==",
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.1.2.tgz",
"integrity": "sha512-5KMq7k6KmFCIB8/YMKMFsWdsdNkBwuARDRHDRpp5GKC78eT0LwHIaMEKo6gDUg3zBuMoy9OdcM/6f4dkW06C/A==",
"dev": true,
"dependencies": {
"bson": "^6.2.0",

View File

@@ -153,7 +153,7 @@
"markdown-table": "2.0.0",
"merge-graphql-schemas": "1.7.8",
"mocha": "10.2.0",
"mongoose": "8.1.1",
"mongoose": "8.1.2",
"mqtt": "5.3.5",
"multer": "1.4.4",
"mysql2": "3.9.1",