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: Upgrade parse-server from 6.3.1 to 6.5.0 #452

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps parse-server from 6.3.1 to 6.5.0.

Release notes

Sourced from parse-server's releases.

6.5.0

6.5.0 (2024-03-01)

Bug Fixes

  • Improve PostgreSQL injection detection; fixes security vulnerability GHSA-6927-3vr9-fxf2 which affects Parse Server deployments using a Postgres database (#8960) (a6e6549)

6.5.0-beta.1

6.5.0-beta.1 (2023-11-16)

Bug Fixes

  • Context not passed to Cloud Code Trigger beforeFind when using Parse.Query.include (#8765) (7d32d89)
  • Parse Server option fileUpload.fileExtensions fails to determine file extension if filename contains multiple dots (#8754) (3d6d50e)
  • Security bump @​babel/traverse from 7.20.5 to 7.23.2 (#8777) (2d6b3d1)
  • Security upgrade graphql from 16.6.0 to 16.8.1 (#8758) (71dfd8a)

Features

  • Add $setOnInsert operator to Parse.Server.database.update (#8791) (f630a45)
  • Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options enableCollationCaseComparison, transformEmailToLowercase, transformUsernameToLowercase (#8805) (09fbeeb)
  • Add context to Cloud Code Triggers beforeLogin and afterLogin (#8724) (a9c34ef)
  • Allow setting createdAt and updatedAt during Parse.Object creation with maintenance key (#8696) (77bbfb3)

6.5.0-alpha.2

6.5.0-alpha.2 (2023-11-19)

Performance Improvements

  • Improved IP validation performance for masterKeyIPs, maintenanceKeyIPs (#8510) (b87daba)

6.5.0-alpha.1

6.5.0-alpha.1 (2023-11-18)

Bug Fixes

  • Context not passed to Cloud Code Trigger beforeFind when using Parse.Query.include (#8765) (7d32d89)
  • Parse Server option fileUpload.fileExtensions fails to determine file extension if filename contains multiple dots (#8754) (3d6d50e)
  • Security bump @​babel/traverse from 7.20.5 to 7.23.2 (#8777) (2d6b3d1)
  • Security upgrade graphql from 16.6.0 to 16.8.1 (#8758) (71dfd8a)

Features

  • Add $setOnInsert operator to Parse.Server.database.update (#8791) (f630a45)
  • Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options enableCollationCaseComparison, transformEmailToLowercase, transformUsernameToLowercase (#8805) (09fbeeb)
  • Add context to Cloud Code Triggers beforeLogin and afterLogin (#8724) (a9c34ef)

... (truncated)

Commits
  • 5f9a27f chore(release): 6.5.0 [skip ci]
  • 297faae ci: Fix incorrect release branch config (#8962)
  • a6e6549 fix: Improve PostgreSQL injection detection; fixes security vulnerability [GH...
  • 244e343 refactor: Upgrade redis from 4.6.12 to 4.6.13 (#8955)
  • 33c648d refactor: Upgrade uuid from 9.0.0 to 9.0.1 (#8943)
  • 4524c35 refactor: Upgrade follow-redirects from 1.15.2 to 1.15.5 (#8931)
  • 70e0cb3 refactor: Upgrade jwks-rsa from 2.1.5 to 3.1.0 (#8932)
  • 519dee9 refactor: Upgrade winston from 3.8.2 to 3.11.0 (#8933)
  • 897acb7 refactor: Upgrade semver from 7.5.2 to 7.5.4 (#8934)
  • e5de9da refactor: Upgrade @​parse/fs-files-adapter from 1.2.2 to 2.0.1 (#8930)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [parse-server](https://github.com/parse-community/parse-server) from 6.3.1 to 6.5.0.
- [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@6.3.1...6.5.0)

---
updated-dependencies:
- dependency-name: parse-server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2024
@mtrezza mtrezza changed the title Bump parse-server from 6.3.1 to 6.5.0 fix: Upgrade parse-server from 6.3.1 to 6.5.0 Mar 1, 2024
Copy link

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

@mtrezza mtrezza merged commit 434e634 into master Mar 1, 2024
4 checks passed
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/parse-server-6.5.0 branch March 1, 2024 20:36
parseplatformorg pushed a commit that referenced this pull request Mar 1, 2024
## [1.2.4](1.2.3...1.2.4) (2024-03-01)

### Bug Fixes

* Upgrade parse-server from 6.3.1 to 6.5.0 ([#452](#452)) ([434e634](434e634))
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.

1 participant