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

fix(deps): bump parse-server from 5.4.1 to 6.2.1 #1154

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 Jul 4, 2023

Bumps parse-server from 5.4.1 to 6.2.1.

Release notes

Sourced from parse-server's releases.

6.2.1

6.2.1 (2023-06-28)

Bug Fixes

6.2.0

6.2.0 (2023-05-20)

Features

  • Add new Parse Server option fileUpload.fileExtensions to restrict file upload by file extension; this fixes a security vulnerability in which a phishing attack could be performed using an uploaded HTML file; by default the new option only allows file extensions matching the regex pattern ^[^hH][^tT][^mM][^lL]?$, which excludes HTML files; if your app currently depends on uploading files with HTML file extensions then this may be a breaking change and you could allow HTML file upload by setting the option to ['.*'] (#8538) (a318e7b)

6.1.0

6.1.0 (2023-05-01)

Bug Fixes

  • LiveQuery can return incorrectly formatted date (#8456) (4ce135a)
  • Nested date is incorrectly decoded as empty object {} when fetching a Parse Object (#8446) (22d2446)
  • Parameters missing in afterFind trigger of authentication adapters (#8458) (ce34747)
  • Rate limiting across multiple servers via Redis not working (#8469) (d9e347d)
  • Security upgrade jsonwebtoken to 9.0.0 (#8420) (f5bfe45)

Features

  • Add afterFind trigger to authentication adapters (#8444) (c793bb8)
  • Add option schemaCacheTtl for schema cache pulling as alternative to enableSchemaHooks (#8436) (b3b76de)
  • Add Parse Server option resetPasswordSuccessOnInvalidEmail to choose success or error response on password reset with invalid email (#7551) (e5d610e)
  • Add rate limiting across multiple servers via Redis (#8394) (34833e4)
  • Allow multiple origins for header Access-Control-Allow-Origin (#8517) (4f15539)
  • Deprecate LiveQuery fields option in favor of keys for semantic consistency (#8388) (a49e323)
  • Export AuthAdapter to make it available for extension with custom authentication adapters (#8443) (40c1961)

6.1.0-beta.2

6.1.0-beta.2 (2023-05-01)

Bug Fixes

  • LiveQuery can return incorrectly formatted date (#8456) (4ce135a)
  • Nested date is incorrectly decoded as empty object {} when fetching a Parse Object (#8446) (22d2446)
  • Parameters missing in afterFind trigger of authentication adapters (#8458) (ce34747)
  • Rate limiting across multiple servers via Redis not working (#8469) (d9e347d)

Features

... (truncated)

Commits
  • 3289181 chore(release): 6.2.1 [skip ci]
  • 3dd99dd fix: Remote code execution via MongoDB BSON parser through prototype pollutio...
  • 1506273 chore(release): 6.2.0 [skip ci]
  • a318e7b feat: Add new Parse Server option fileUpload.fileExtensions to restrict fil...
  • 832702d chore(release): 6.1.0 [skip ci]
  • 18b63d1 build: Release (#8526)
  • f59d46c chore(release): 6.1.0-beta.2 [skip ci]
  • acba5cf build: Release beta (#8525)
  • 2e4119e ci: Fix auto-release outdated ubuntu version (#8524)
  • 2f53c80 chore(release): 6.1.0-alpha.8 [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner July 4, 2023 00:41
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 4, 2023

Dependabot tried to add @MoralisWeb3/js-sdk-tean as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/MoralisWeb3/Moralis-JS-SDK/pulls/1154/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the MoralisWeb3/Moralis-JS-SDK repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 4, 2023
@changeset-bot
Copy link

changeset-bot bot commented Jul 4, 2023

⚠️ No Changeset found

Latest commit: 44a28b0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Bumps [parse-server](https://github.com/parse-community/parse-server) from 5.4.1 to 6.2.1.
- [Release notes](https://github.com/parse-community/parse-server/releases)
- [Changelog](https://github.com/parse-community/parse-server/blob/alpha/CHANGELOG.md)
- [Commits](parse-community/parse-server@5.4.1...6.2.1)

---
updated-dependencies:
- dependency-name: parse-server
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/parse-server-6.2.1 branch from 7356f51 to 44a28b0 Compare July 12, 2023 09:15
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