Skip to content

Commit

Permalink
Bump parse-server from 6.5.6 to 6.5.7
Browse files Browse the repository at this point in the history
Bumps [parse-server](https://github.com/parse-community/parse-server) from 6.5.6 to 6.5.7.
- [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.5.6...6.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 82ec6a8 commit f77d491
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"oauth2-server": "git+https://github.com/oauthjs/node-oauth2-server#4.x",
"parse": "^4.0.1",
"parse-dashboard": "^5.0.0",
"parse-server": "^6.0.0",
"parse-server": "^6.5.7",
"parse-server-api-mail-adapter": "^2.2.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8478,10 +8478,10 @@ parse-server-api-mail-adapter@^2.2.0:
dependencies:
mustache "4.2.0"

parse-server@^6.0.0:
version "6.5.6"
resolved "https://registry.yarnpkg.com/parse-server/-/parse-server-6.5.6.tgz#12dcf3da3620834338cd0f22aa8aacfee138d3fa"
integrity sha512-DeZYx4CWZ6Iw7uKJuh+VGyIuPhCg2xYB7b+/LvovgWAowZh8+m5eY4RowtpWWwk7GGd2lFDif+PwYg04l2mCXg==
parse-server@^6.5.7:
version "6.5.7"
resolved "https://registry.yarnpkg.com/parse-server/-/parse-server-6.5.7.tgz#aaa590f2baff16a18262ea65d4be6da725cd6904"
integrity sha512-hpVVhEqadq7QN3mCpItjFM1KzwCHgEn+EmiGggcKKWncOnB1viZ2C68+miu6nadgvIDwbeK1mAzx/QvJliVALw==
dependencies:
"@babel/eslint-parser" "7.24.1"
"@graphql-tools/merge" "8.4.1"
Expand Down Expand Up @@ -8525,7 +8525,7 @@ parse-server@^6.0.0:
uuid "9.0.1"
winston "3.12.0"
winston-daily-rotate-file "5.0.0"
ws "8.16.0"
ws "8.17.1"
optionalDependencies:
"@node-rs/bcrypt" "1.1.0"

Expand Down Expand Up @@ -11155,10 +11155,10 @@ ws@8.13.0:
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==

ws@8.16.0:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==
ws@8.17.1:
version "8.17.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==

"ws@^5.2.0 || ^6.0.0 || ^7.0.0":
version "7.5.9"
Expand Down

0 comments on commit f77d491

Please sign in to comment.