Skip to content

Commit a578885

Browse files
Build(deps): Bump mongoose from 8.9.4 to 8.9.5 (#203)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.9.4 to 8.9.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Automattic/mongoose/releases">mongoose's releases</a>.</em></p> <blockquote> <h1>8.9.5 / 2025-01-13</h1> <ul> <li>fix: disallow nested $where in populate match</li> <li>fix(schema): handle bitwise operators on Int32 <a href="https://redirect.github.com/Automattic/mongoose/issues/15176">#15176</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15170">#15170</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md">mongoose's changelog</a>.</em></p> <blockquote> <h1>8.9.5 / 2025-01-13</h1> <ul> <li>fix: disallow nested $where in populate match</li> <li>fix(schema): handle bitwise operators on Int32 <a href="https://redirect.github.com/Automattic/mongoose/issues/15176">#15176</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15170">#15170</a></li> </ul> <h1>7.8.4 / 2025-01-13</h1> <ul> <li>fix: disallow nested $where in populate match</li> </ul> <h1>6.13.6 / 2025-01-13</h1> <ul> <li>fix: disallow nested $where in populate match</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/5af0a109fcf206eb765c02e0fffe54a78ab95174"><code>5af0a10</code></a> chore: release 8.9.5</li> <li><a href="https://github.com/Automattic/mongoose/commit/a42d8f5e3b8a6c2abd7d32c15b0cc5edac928d4e"><code>a42d8f5</code></a> Merge branch '7.x'</li> <li><a href="https://github.com/Automattic/mongoose/commit/73e81abe3ec012f8255d3ca9978594075378faf4"><code>73e81ab</code></a> chore: release 7.8.4</li> <li><a href="https://github.com/Automattic/mongoose/commit/4fe9a904e3c2184ce6d01d9c3c8f3b239616f155"><code>4fe9a90</code></a> Merge branch '6.x' into 7.x</li> <li><a href="https://github.com/Automattic/mongoose/commit/e59e342e5d01bfeee31c5d5c796745315ecf0fa9"><code>e59e342</code></a> chore: release 6.13.6</li> <li><a href="https://github.com/Automattic/mongoose/commit/64a9f9706f2428c49e0cfb8e223065acc645f7bc"><code>64a9f97</code></a> fix: disallow nested $where in populate match</li> <li><a href="https://github.com/Automattic/mongoose/commit/fa33717db8c6ee2331c68241abff7a81b84a70fb"><code>fa33717</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15176">#15176</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15170">gh-15170</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/072860237a2b8d968e06d4090a24127de8cdff24"><code>0728602</code></a> test: make test cast non-boolean value</li> <li><a href="https://github.com/Automattic/mongoose/commit/0cad0d71a8667295c6abd4636ea7d7b5cdc164e8"><code>0cad0d7</code></a> fix(schema): handle bitwise operators on Int32</li> <li><a href="https://github.com/Automattic/mongoose/commit/39886fbb57aaf345d01c0294cf2c3d2781898c29"><code>39886fb</code></a> docs: quick changelog formatting fix</li> <li>See full diff in <a href="https://github.com/Automattic/mongoose/compare/8.9.4...8.9.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongoose&package-manager=npm_and_yarn&previous-version=8.9.4&new-version=8.9.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents bf65e1a + b3dda01 commit a578885

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"express-ws": "^5.0.2",
1717
"helmet": "^8.0.0",
1818
"jsonwebtoken": "^9.0.2",
19-
"mongoose": "^8.9.0",
19+
"mongoose": "^8.9.5",
2020
"multer": "^1.4.4",
2121
"node-cmd": "^5.0.0",
2222
"node-fetch": "^2.7.0",

0 commit comments

Comments
 (0)