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

[Snyk] Upgrade mongoose from 5.4.13 to 5.8.6 #10

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

Conversation

Jroze88
Copy link
Owner

@Jroze88 Jroze88 commented Jan 18, 2020

Snyk has created this PR to upgrade mongoose from 5.4.13 to 5.8.6.

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 61 versions ahead of your current version.
  • The recommended version was released 10 days ago, on 2020-01-08.

The recommended version fixes:

Severity Issue
Information Exposure
SNYK-JS-MONGOOSE-472486
Release notes
Package name: mongoose
  • 5.8.6 - 2020-01-08

    chore: release 5.8.6

  • 5.8.5 - 2020-01-06

    chore: release 5.8.5

  • 5.8.4 - 2020-01-02

    chore: release 5.8.4

  • 5.8.3 - 2019-12-23

    chore: release 5.8.3

  • 5.8.2 - 2019-12-20

    chore: release 5.8.2

  • 5.8.1 - 2019-12-12

    chore: release 5.8.1

  • 5.8.0 - 2019-12-09
  • 5.7.14 - 2019-12-06
  • 5.7.13 - 2019-11-29
  • 5.7.12 - 2019-11-19
  • 5.7.11 - 2019-11-14
  • 5.7.10 - 2019-11-11
  • 5.7.9 - 2019-11-08
  • 5.7.8 - 2019-11-05
  • 5.7.7 - 2019-10-24
  • 5.7.6 - 2019-10-21
  • 5.7.5 - 2019-10-14
  • 5.7.4 - 2019-10-09
  • 5.7.3 - 2019-09-30
  • 5.7.1 - 2019-09-13
  • 5.7.0 - 2019-09-09
  • 5.6.13 - 2019-09-06
  • 5.6.12 - 2019-09-03
  • 5.6.11 - 2019-08-25
  • 5.6.10 - 2019-08-21
  • 5.6.9 - 2019-08-07
  • 5.6.8 - 2019-08-02
  • 5.6.7 - 2019-07-26
  • 5.6.6 - 2019-07-22
  • 5.6.5 - 2019-07-17
  • 5.6.4 - 2019-07-08
  • 5.6.3 - 2019-07-03
  • 5.6.2 - 2019-06-28
  • 5.6.1 - 2019-06-24
  • 5.6.0 - 2019-06-14
  • 5.5.15 - 2019-06-12
  • 5.5.14 - 2019-06-08
  • 5.5.13 - 2019-06-05
  • 5.5.12 - 2019-05-31
  • 5.5.11 - 2019-05-23
  • 5.5.10 - 2019-05-20
  • 5.5.9 - 2019-05-16
  • 5.5.8 - 2019-05-13
  • 5.5.7 - 2019-05-09
  • 5.5.6 - 2019-05-06
  • 5.5.5 - 2019-04-30
  • 5.5.4 - 2019-04-25
  • 5.5.3 - 2019-04-22
  • 5.5.2 - 2019-04-16
  • 5.5.1 - 2019-04-11
  • 5.5.0 - 2019-04-08
  • 5.4.23 - 2019-04-08
  • 5.4.22 - 2019-04-04
  • 5.4.21 - 2019-04-02
  • 5.4.20 - 2019-03-25
  • 5.4.19 - 2019-03-11
  • 5.4.18 - 2019-03-08
  • 5.4.17 - 2019-03-03
  • 5.4.16 - 2019-02-26
  • 5.4.15 - 2019-02-23
  • 5.4.14 - 2019-02-19
  • 5.4.13 - 2019-02-15
from mongoose GitHub release notes
Commit messages
Package name: mongoose
  • abb47f1 chore: release 5.8.6
  • 713ec2d Merge branch '4.x'
  • 1db031c test(schema): clean up messy tests re: #8459
  • 8fa8012 test: test cleanup re: #8459
  • 4a55040 chore: remove problematic mongoose-long dep and use mongodb 3.4 in tests
  • 91f95da chore: run consistent mongod version in tests
  • 0e65e6e chore: release 4.13.20
  • 803090d fix(schema): make aliases handle mongoose-lean-virtuals
  • 6a8b381 chore: add .config.js to gitignore and npmignore
  • a076c88 chore: release 5.8.5
  • 24f0b9d test: fix more tests re: #8481
  • 613142e style: fix lint
  • d58e38d test: fix a couple tests re: #8481
  • e8d3756 refactor: reuse model collections where possible for populate tests re: #8481
  • 6c6d744 refactor: use VirtualOptions class to make it easier to document options for populate virtuals
  • a7ab660 fix(populate): support top-level match option for virtual populate
  • f01240e test(populate): repro #8475
  • 3949575 fix(model): avoid applying skip when populating virtual with count
  • 64382ae test(populate): repro #8476
  • 58c4c1a chore: update opencollective sponsor link
  • c79a6b9 fix(document): avoid double-running validators on single nested subdocs within single nested subdocs
  • 9199bef fix(document): throw error when running `validate()` multiple times on the same document
  • be42fbd test(document): repro #8468
  • 0825be4 fix(document): allow pre('validate') hooks to throw errors with `name = 'ValidationError'`

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants