Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mquery and mongoose #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps mquery to 3.2.5 and updates ancestor dependency mongoose. These dependencies need to be updated together.

Updates mquery from 3.2.2 to 3.2.5

Changelog

Sourced from mquery's changelog.

3.2.5 / 2021-03-29

  • fix(utils): make mergeClone() skip special properties like __proto__ #121 zpbrent

3.2.4 / 2021-02-12

3.2.3 / 2020-12-10

  • fix(utils): avoid copying special properties like __proto__ when merging and cloning. Fix CVE-2020-35149
Commits
  • 6646bd9 chore: release 3.2.5
  • 158f059 Merge pull request #121 from 418sec/1-npm-mquery
  • d3b230b Merge pull request #1 from zpbrent/patch-1
  • a7b6d7c Update utils.js
  • 34344fa chore: release 3.2.4
  • 2dd768d fix(utils): make clone() only copy own properties
  • bb185d9 chore: update changelog with CVE
  • eeaa57c chore: release 3.2.3
  • 792e69f fix(utils): avoid copying special properties like __proto__ when merging an...
  • 2268a48 Merge pull request #118 from aheckmann/dependabot/npm_and_yarn/mongodb-3.6.1
  • Additional commits viewable in compare view

Updates mongoose from 5.7.7 to 5.13.21

Changelog

Sourced from mongoose's changelog.

5.13.21 / 2023-10-19

  • types: fix "near" aggregation operator input type #12954 Jokero

5.13.20 / 2023-07-12

  • fix: avoid prototype pollution on init

5.13.19 / 2023-06-22

  • fix: remove accidental tarball in publish output

5.13.18 / 2023-06-22

5.13.17 / 2023-04-04

  • fix: backport fix for array filters handling $or and $and #13195 #13192 #10696 raj-goguardian
  • fix: update the isIndexEqual function to take into account non-text indexes when checking compound indexes that include both text and non-text indexes #13138 #13136 rdeavila94

5.13.16 / 2023-02-20

  • fix: make access to process.versions lazy #12584 maciasello
  • fix(types): add missing type definitions for bulkSave() #12019
  • docs: backport documentation URL updates #12692 hasezoey

5.13.15 / 2022-08-22

5.13.14 / 2021-12-27

  • fix(timestamps): avoid setting createdAt on documents that already exist but dont have createdAt #11024
  • docs(models): fix up nModified example for 5.x #11055

5.13.13 / 2021-11-02

5.13.12 / 2021-10-19

  • fix(cursor): use stream destroy method on close to prevent emitting duplicate 'close' #10897 iovanom
  • fix(index.d.ts): backport streamlining of FilterQuery and DocumentDefinition to avoid "excessively deep and possibly infinite" TS errors #10617

5.13.11 / 2021-10-12

... (truncated)

Commits
  • 09c55b3 pin another version for node 4 build
  • a1c9fb1 chore: fix typo
  • 7bd07d9 try pinning @​types/babylon dep to fix build issues
  • 21639c8 chore: release 5.13.21
  • 78257e2 Merge pull request #13670 from Automattic/IslandRhythms/backport-pull-12954
  • 443092a add back uniqueDocs
  • e7ff415 fix: lint
  • deedb88 backport GeoNear to 5.x
  • 11bb2c4 Merge pull request #13655 from Automattic/IslandRhythms/backport-npm
  • 702b4a0 Update .npmignore
  • Additional commits viewable in compare view

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [mquery](https://github.com/aheckmann/mquery) to 3.2.5 and updates ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together.


Updates `mquery` from 3.2.2 to 3.2.5
- [Changelog](https://github.com/mongoosejs/mquery/blob/master/History.md)
- [Commits](mongoosejs/mquery@3.2.2...3.2.5)

Updates `mongoose` from 5.7.7 to 5.13.21
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/5.13.21/History.md)
- [Commits](Automattic/mongoose@5.7.7...5.13.21)

---
updated-dependencies:
- dependency-name: mquery
  dependency-type: indirect
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants