Skip to content

Commit

Permalink
Bump mongoose from 8.9.0 to 8.9.1
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.9.0 to 8.9.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.9.0...8.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent f6649c9 commit b841edd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-session": "^1.18.1",
"mongoose": "^8.9.0",
"mongoose": "^8.9.1",
"passport": "^0.7.0",
"prettier-plugin-organize-imports": "^4.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -686,10 +686,10 @@ mongodb@~6.12.0:
bson "^6.10.1"
mongodb-connection-string-url "^3.0.0"

mongoose@^8.9.0:
version "8.9.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.9.0.tgz#d98c7d7e899dd5d3a1db020d340306b02db44049"
integrity sha512-b58zY3PLNBcoz6ZXFckr0leJcVVBMAOBvD+7Bj2ZjghAwntXmNnqwlDixTKQU3UYoQIGTv+AQx/0ThsvaeVrCA==
mongoose@^8.9.1:
version "8.9.1"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.9.1.tgz#3fbb4661b2ecd455cdaf9ba1112e7a3e023177b3"
integrity sha512-whM6lWMdeKlUm4d2LSLS/q6cWtTp13lUrL5hy2YTsQdTSN+dsAu8HLdLUQOEgtBE59qp4IqLrjSXCSETbxhkQQ==
dependencies:
bson "^6.10.1"
kareem "2.6.3"
Expand Down

0 comments on commit b841edd

Please sign in to comment.