Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 3, 2025

Bumps the npm_and_yarn group with 43 updates in the / directory:

Package From To
body-parser 1.19.0 1.20.3
express 4.17.1 4.21.2
follow-redirects 1.11.0 1.15.6
jsonwebtoken 8.5.1 9.0.2
@parse/push-adapter 3.2.0 6.11.0
jwks-rsa 1.8.0 3.2.0
lodash 4.17.15 4.17.21
pg-promise 10.5.2 11.5.5
redis 3.0.2 3.1.1
semver 5.7.1 5.7.2
semver 7.3.2 7.7.2
semver 6.3.0 6.3.1
core-js-compat 3.6.5 3.45.1
ws 7.2.5 7.5.10
form-data 3.0.0 3.0.4
node-fetch 2.6.0 2.7.0
ajv 6.10.2 6.12.6
apollo-server-core 2.12.0 2.26.2
async 2.6.3 2.6.4
async 3.1.0 3.2.6
aws-sdk 2.59.0 2.907.0
@parse/s3-files-adapter 1.4.0 1.6.3
qs 6.5.2 6.5.3
bson 1.1.3 1.1.6
color-string 1.5.3 1.9.1
crypto-js 4.0.0 4.2.0
parse 2.13.0 6.1.1
decode-uri-component 0.2.0 0.2.2
ini 1.3.5 1.3.8
minimist 1.2.5 1.2.8
mongodb-runner 4.8.0 5.9.2
tar 4.4.13 removed
@parse/s3-files-adapter 1.6.3 4.2.0
bcrypt 4.0.1 6.0.0
fsevents 1.2.11 1.2.13
ip 1.1.5 removed
@parse/simple-mailgun-adapter 1.1.0 2.0.0
json-schema 0.2.3 0.4.0
jsprim 1.4.1 1.4.2
json5 2.1.3 2.2.3
moment 2.24.0 2.30.1
object-path 0.11.4 0.11.8
tmp 0.0.33 removed
eslint 6.8.0 9.34.0
underscore 1.9.1 1.13.7
jsdoc 3.6.3 3.6.11
y18n 4.0.0 4.0.3

Updates body-parser from 1.19.0 to 1.20.3

Release notes

Sourced from body-parser's releases.

1.20.3

What's Changed

Important

  • deps: qs@6.13.0
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity). Documentation

Other changes

New Contributors

Full Changelog: expressjs/body-parser@1.20.2...1.20.3

1.20.2

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: raw-body@2.5.2

1.20.1

  • deps: qs@6.11.0
  • perf: remove unnecessary object clone

1.20.0

  • Fix error message for json parse whitespace in strict
  • Fix internal error when inflated body exceeds limit
  • Prevent loss of async hooks context
  • Prevent hanging when request already read
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: http-errors@2.0.0
    • deps: depd@2.0.0
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
  • deps: qs@6.10.3

... (truncated)

Changelog

Sourced from body-parser's changelog.

1.20.3 / 2024-09-10

  • deps: qs@6.13.0
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)

1.20.2 / 2023-02-21

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: raw-body@2.5.2

1.20.1 / 2022-10-06

  • deps: qs@6.11.0
  • perf: remove unnecessary object clone

1.20.0 / 2022-04-02

  • Fix error message for json parse whitespace in strict
  • Fix internal error when inflated body exceeds limit
  • Prevent loss of async hooks context
  • Prevent hanging when request already read
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: http-errors@2.0.0
    • deps: depd@2.0.0
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
  • deps: qs@6.10.3
  • deps: raw-body@2.5.1
    • deps: http-errors@2.0.0

1.19.2 / 2022-02-15

  • deps: bytes@3.1.2
  • deps: qs@6.9.7
    • Fix handling of __proto__ keys
  • deps: raw-body@2.4.3
    • deps: bytes@3.1.2

1.19.1 / 2021-12-10

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.


Updates express from 4.17.1 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

  • deps: path-to-regexp@0.1.12
    • Fix backtracking protection
  • deps: path-to-regexp@0.1.11
    • Throws an error on invalid path values

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates follow-redirects from 1.11.0 to 1.15.6

Commits
  • 35a517c Release version 1.15.6 of the npm package.
  • c4f847f Drop Proxy-Authorization across hosts.
  • 8526b4a Use GitHub for disclosure.
  • b1677ce Release version 1.15.5 of the npm package.
  • d8914f7 Preserve fragment in responseUrl.
  • 6585820 Release version 1.15.4 of the npm package.
  • 7a6567e Disallow bracketed hostnames.
  • 05629af Prefer native URL instead of deprecated url.parse.
  • 1cba8e8 Prefer native URL instead of legacy url.resolve.
  • 72bc2a4 Simplify _processResponse error handling.
  • Additional commits viewable in compare view

Updates jsonwebtoken from 8.5.1 to 9.0.2

Changelog

Sourced from jsonwebtoken's changelog.

9.0.2 - 2023-08-30

  • security: updating semver to 7.5.4 to resolve CVE-2022-25883, closes #921.
  • refactor: reduce library size by using lodash specific dependencies, closes #878.

9.0.1 - 2023-07-05

  • fix(stubs): allow decode method to be stubbed

9.0.0 - 2022-12-21

Breaking changes: See Migration from v8 to v9

Breaking changes

  • Removed support for Node versions 11 and below.
  • The verify() function no longer accepts unsigned tokens by default. ([834503079514b72264fd13023a3b8d648afd6a16]auth0/node-jsonwebtoken@8345030)
  • RSA key size must be 2048 bits or greater. ([ecdf6cc6073ea13a7e71df5fad043550f08d0fa6]auth0/node-jsonwebtoken@ecdf6cc)
  • Key types must be valid for the signing / verification algorithm

Security fixes

  • security: fixes Arbitrary File Write via verify function - CVE-2022-23529
  • security: fixes Insecure default algorithm in jwt.verify() could lead to signature validation bypass - CVE-2022-23540
  • security: fixes Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC - CVE-2022-23541
  • security: fixes Unrestricted key type could lead to legacy keys usage - CVE-2022-23539
Commits
Maintainer changes

This version was pushed to npm by charlesrea, a new releaser for jsonwebtoken since your current version.


Updates @parse/push-adapter from 3.2.0 to 6.11.0

Release notes

Sourced from @​parse/push-adapter's releases.

6.11.0

6.11.0 (2025-03-16)

Features

  • Bump @​parse/node-apn from 6.4.3 to 6.5.0 (#382) (3995754)

6.10.0

6.10.0 (2025-01-18)

Features

  • Add support for watchOS push notifications (#360) (97f14ca)

6.9.1

6.9.1 (2025-01-01)

Bug Fixes

  • APN notification topic not composed based on push type (#347) (9905c34)

6.9.0

6.9.0 (2024-12-30)

Features

6.8.0

6.8.0 (2024-12-14)

Features

  • Add FCM option resolveUnhandledClientError to resolve or reject push promise on FCM server response GOAWAY (#341) (6d72f8a)

6.7.1

6.7.1 (2024-11-19)

Bug Fixes

  • Security upgrade @​parse/node-apn from 6.2.0 to 6.2.1 (#329) (5cd5170)

6.7.0

6.7.0 (2024-09-27)

... (truncated)

Changelog

Sourced from @​parse/push-adapter's changelog.

6.11.0 (2025-03-16)

Features

  • Bump @​parse/node-apn from 6.4.3 to 6.5.0 (#382) (3995754)

6.10.0 (2025-01-18)

Features

  • Add support for watchOS push notifications (#360) (97f14ca)

6.9.1 (2025-01-01)

Bug Fixes

  • APN notification topic not composed based on push type (#347) (9905c34)

6.9.0 (2024-12-30)

Features

6.8.0 (2024-12-14)

Features

  • Add FCM option resolveUnhandledClientError to resolve or reject push promise on FCM server response GOAWAY (#341) (6d72f8a)

6.7.1 (2024-11-19)

Bug Fixes

  • Security upgrade @​parse/node-apn from 6.2.0 to 6.2.1 (#329) (5cd5170)

6.7.0 (2024-09-27)

Features

  • Upgrade @​parse/node-apn from 6.1.0 to 6.2.0 (#310) (c71e167)

6.6.0 (2024-09-24)

... (truncated)

Commits
  • a27865f chore(release): 6.11.0 [skip ci]
  • a4a1c6d ci: Fix auto-release (#384)
  • 6c26629 refactor: Bump eslint from 9.21.0 to 9.22.0 (#380)
  • 3995754 feat: Bump @​parse/node-apn from 6.4.3 to 6.5.0 (#382)
  • 16efdb3 refactor: Bump parse from 5.3.0 to 6.0.0 (#378)
  • 10c1c85 refactor: Bump firebase-admin from 13.1.0 to 13.2.0 (#379)
  • 17748f4 refactor: Bump @​eslint/js from 9.20.0 to 9.21.0 (#375)
  • ce753d8 refactor: Bump eslint from 9.20.1 to 9.21.0 (#376)
  • 4bd2c53 refactor: Bump semantic-release from 24.2.2 to 24.2.3 (#374)
  • 3776b77 refactor: Bump @​parse/node-apn from 6.4.0 to 6.4.3 (#372)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by parseadmin, a new releaser for @​parse/push-adapter since your current version.


Updates jwks-rsa from 1.8.0 to 3.2.0

Release notes

Sourced from jwks-rsa's releases.

v3.2.0

Changed

Fixed

  • [Fix] Change type of unused req param to unknown to resolve type conflicts #394 (zackdotcomputer)
  • fix(compat): ensure WebCryptoAPI runtime imported keys are re-exportable #409 (panva)
  • fix: express-jwt types #412 (jfromaniello)

v3.1.0

Added

  • feat: resolve bun/deno compat issues #374 (panva)

v3.0.1

Fixed

v3.0.0

⚠️ BREAKING CHANGES

This release drops support for Node 10 and 12

v2.1.5

Fixed

  • Fix GetVerificationKey typing to include undefined #329 (AaronMoat)

fixes #325

v2.1.4

Fixed

v2.1.3

Fixed

... (truncated)

Changelog

Sourced from jwks-rsa's changelog.

v3.2.0 (2025-03-18)

Full Changelog

Changed

Fixed

  • [Fix] Change type of unused req param to unknown to resolve type conflicts #394 (zackdotcomputer)
  • fix(compat): ensure WebCryptoAPI runtime imported keys are re-exportable #409 (panva)
  • fix: express-jwt types #412 (jfromaniello)

v3.1.0 (2023-10-05)

Full Changelog

Added

  • feat: resolve bun/deno compat issues #374 (panva)

v3.0.1 (2023-01-12)

Full Changelog

Fixed

v3.0.0 (2022-11-01)

Full Changelog

⚠️ BREAKING CHANGES

This release drops support for Node 10 and 12

v2.1.5 (2022-10-10)

Full Changelog

Fixed

  • Fix GetVerificationKey typing to include undefined #329 (AaronMoat)

v2.1.4 (2022-06-07)

Full Changelog

... (truncated)

Commits
  • 8cb4bd9 Release v3.2.0 (#437)
  • c4767cd ci: changed pull_request_target to pull_request and removed the authorize ste...
  • b2ec8a8 Update codeowner file with new GitHub team name (#414)
  • 3a4ffb6 Update codeowner file with new GitHub team name
  • b83da97 [Fix] Change type of unused req param to unknown to resolve type conflicts (#...
  • cb0d808 Merge branch 'master' into master
  • e056e51 fix(compat): ensure WebCryptoAPI runtime imported keys are re-exportable (#409)
  • dbe0804 Merge branch 'master' into compat-2
  • aff09ba Bump express from 4.18.2 to 4.19.2 (#408)
  • 44ae692 Bump express from 4.18.2 to 4.19.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by auth0-oss, a new releaser for jwks-rsa since your current version.


Updates lodash from 4.17.15 to 4.17.21

Commits
  • f299b52 Bump to v4.17.21
  • c4847eb Improve performance of toNumber, trim and trimEnd on large input strings
  • 3469357 Prevent command injection through _.template's variable option
  • ded9bc6 Bump to v4.17.20.
  • 63150ef Documentation fixes.
  • 00f0f62 test.js: Remove trailing comma.
  • 846e434 Temporarily use a custom fork of lodash-cli.
  • 5d046f3 Re-enable Travis tests on 4.17 branch.
  • aa816b3 Remove /npm-package.
  • d7fbc52 Bump to v4.17.19
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bnjmnt4n, a new releaser for lodash since your current version.


Updates pg-promise from 10.5.2 to 11.5.5

Release notes

Sourced from pg-promise's releases.

11.5.5

  • Addressing sql injection issue; All negative numbers are now wrapped in parentheses.
  • Dev dependencies updated.

Thanks to @​paul-gerste-sonarsource!

11.5.4

  • Dependencies updated, including the driver, to v8.11.3

11.5.3

  • Following up on driver fix-update, see issue #888

11.5.2

This update is to clarify the full range of environments officially supported:

  • PostgreSql v10 - v15
  • NodeJS v14 - v18

It is worth noting that:

  • It may work with PostgreSql v9, but it is no longer officially supported.
  • It should work with NodeJS v20, but it is not officially supported yet (we support LTS versions of NodeJS only).

The CI has been updated accordingly. No functional changes.

11.5.1

  • Updated dependencies, including the driver, to v8.11.1
  • Fixed #884 - CI build issue in test

11.5.0

  • Many dependencies updated, including Postgres driver.
  • Minor documentation updates.

Please note that at the time of publishing this, GitHub CI started showing problems again, unrelated to the project. All tests pass locally fine, disregard Failed Build status for the time being.

11.4.3

  • Updated dependencies
  • Marked method batch as deprecated.

11.4.2

  • Dev dependencies updated
  • Semantic refactoring of the code

11.4.1

  • Corrected TypeScript signature for the Pool's property log.

11.4.0

  • Updated dependencies: "pg" -> "8.10.0" and "pg-query-stream" -> "4.4.0"
  • Extended IPool TypeScript declaration with properties expiredCount + log. The latter in case you want to log what the pool is doing:

... (truncated)

Commits

Updates redis from 3.0.2 to 3.1.1

Changelog

Sourced from redis's changelog.

v3.1.1

Enhancements

  • Upgrade node and dependencies

Fixes

  • Fix a potential exponential regex in monitor mode

v3.1.0 - 31 Mar, 2021

Enhancements

  • Upgrade node and dependencies and redis-commands to support Redis 6
  • Add support for Redis 6 auth pass [user]

v3.0.0 - 09 Feb, 2020

This version is mainly a release to distribute all the unreleased changes on master since 2017 and additionally removes a lot of old deprecated features and old internals in preparation for an upcoming modernization refactor (v4).

Breaking Changes

  • Dropped support for Node.js < 6
  • Dropped support for hiredis (no longer required)
  • Removed previously deprecated drain event
  • Removed previously deprecated idle event
  • Removed previously deprecated parser option
  • Removed previously deprecated max_delay option
  • Removed previously deprecated max_attempts option
  • Removed previously deprecated socket_no_delay option

Bug Fixes

  • Removed development files from published package (#1370)
  • Duplicate function now allows db param to be passed (#1311)

Features

  • Upgraded to latest redis-commands package
  • Upgraded to latest redis-parser package, v3.0.0, which brings performance improvements
  • Replaced double-ended-queue with denque, which brings performance improvements
  • Add timestamps to debug traces
  • Add socket_initial_delay option for socket.setKeepAlive (#1396)
  • Add support for rediss protocol in url (#1282)

v2.8.0 - 31 Jul, 2017

Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by leibale, a new releaser for redis since your current version.


Updates semver from 5.7.1 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Bumps the npm_and_yarn group with 43 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [body-parser](https://github.com/expressjs/body-parser) | `1.19.0` | `1.20.3` |
| [express](https://github.com/expressjs/express) | `4.17.1` | `4.21.2` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.11.0` | `1.15.6` |
| [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `8.5.1` | `9.0.2` |
| [@parse/push-adapter](https://github.com/parse-community/parse-server-push-adapter) | `3.2.0` | `6.11.0` |
| [jwks-rsa](https://github.com/auth0/node-jwks-rsa) | `1.8.0` | `3.2.0` |
| [lodash](https://github.com/lodash/lodash) | `4.17.15` | `4.17.21` |
| [pg-promise](https://github.com/vitaly-t/pg-promise) | `10.5.2` | `11.5.5` |
| [redis](https://github.com/redis/node-redis) | `3.0.2` | `3.1.1` |
| [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
| [semver](https://github.com/npm/node-semver) | `7.3.2` | `7.7.2` |
| [semver](https://github.com/npm/node-semver) | `6.3.0` | `6.3.1` |
| [core-js-compat](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js-compat) | `3.6.5` | `3.45.1` |
| [ws](https://github.com/websockets/ws) | `7.2.5` | `7.5.10` |
| [form-data](https://github.com/form-data/form-data) | `3.0.0` | `3.0.4` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.0` | `2.7.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `6.10.2` | `6.12.6` |
| [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) | `2.12.0` | `2.26.2` |
| [async](https://github.com/caolan/async) | `2.6.3` | `2.6.4` |
| [async](https://github.com/caolan/async) | `3.1.0` | `3.2.6` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.59.0` | `2.907.0` |
| [@parse/s3-files-adapter](https://github.com/parse-community/parse-server-s3-adapter) | `1.4.0` | `1.6.3` |
| [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` |
| [bson](https://github.com/mongodb/js-bson) | `1.1.3` | `1.1.6` |
| [color-string](https://github.com/Qix-/color-string) | `1.5.3` | `1.9.1` |
| [crypto-js](https://github.com/brix/crypto-js) | `4.0.0` | `4.2.0` |
| [parse](https://github.com/parse-community/Parse-SDK-JS) | `2.13.0` | `6.1.1` |
| [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) | `0.2.0` | `0.2.2` |
| [ini](https://github.com/npm/ini) | `1.3.5` | `1.3.8` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.8` |
| [mongodb-runner](https://github.com/mongodb-js/devtools-shared) | `4.8.0` | `5.9.2` |
| [tar](https://github.com/isaacs/node-tar) | `4.4.13` | `removed` |
| [@parse/s3-files-adapter](https://github.com/parse-community/parse-server-s3-adapter) | `1.6.3` | `4.2.0` |
| [bcrypt](https://github.com/kelektiv/node.bcrypt.js) | `4.0.1` | `6.0.0` |
| [fsevents](https://github.com/fsevents/fsevents) | `1.2.11` | `1.2.13` |
| [ip](https://github.com/indutny/node-ip) | `1.1.5` | `removed` |
| [@parse/simple-mailgun-adapter](https://github.com/parse-community/parse-server-simple-mailgun-adapter) | `1.1.0` | `2.0.0` |
| [json-schema](https://github.com/kriszyp/json-schema) | `0.2.3` | `0.4.0` |
| [jsprim](https://github.com/joyent/node-jsprim) | `1.4.1` | `1.4.2` |
| [json5](https://github.com/json5/json5) | `2.1.3` | `2.2.3` |
| [moment](https://github.com/moment/moment) | `2.24.0` | `2.30.1` |
| [object-path](https://github.com/mariocasciaro/object-path) | `0.11.4` | `0.11.8` |
| [tmp](https://github.com/raszi/node-tmp) | `0.0.33` | `removed` |
| [eslint](https://github.com/eslint/eslint) | `6.8.0` | `9.34.0` |
| [underscore](https://github.com/jashkenas/underscore) | `1.9.1` | `1.13.7` |
| [jsdoc](https://github.com/jsdoc/jsdoc) | `3.6.3` | `3.6.11` |
| [y18n](https://github.com/yargs/y18n) | `4.0.0` | `4.0.3` |



Updates `body-parser` from 1.19.0 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.19.0...1.20.3)

Updates `express` from 4.17.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.17.1...4.21.2)

Updates `follow-redirects` from 1.11.0 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.11.0...v1.15.6)

Updates `jsonwebtoken` from 8.5.1 to 9.0.2
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.2)

Updates `@parse/push-adapter` from 3.2.0 to 6.11.0
- [Release notes](https://github.com/parse-community/parse-server-push-adapter/releases)
- [Changelog](https://github.com/parse-community/parse-server-push-adapter/blob/master/CHANGELOG.md)
- [Commits](parse-community/parse-server-push-adapter@3.2.0...6.11.0)

Updates `jwks-rsa` from 1.8.0 to 3.2.0
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases)
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jwks-rsa@v1.8.0...v3.2.0)

Updates `lodash` from 4.17.15 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

Updates `pg-promise` from 10.5.2 to 11.5.5
- [Release notes](https://github.com/vitaly-t/pg-promise/releases)
- [Commits](vitaly-t/pg-promise@10.5.2...11.5.5)

Updates `redis` from 3.0.2 to 3.1.1
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](redis/node-redis@v3.0.2...v3.1.1)

Updates `semver` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

Updates `semver` from 7.3.2 to 7.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

Updates `semver` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

Updates `core-js-compat` from 3.6.5 to 3.45.1
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.45.1/packages/core-js-compat)

Updates `ws` from 7.2.5 to 7.5.10
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.2.5...7.5.10)

Updates `form-data` from 3.0.0 to 3.0.4
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md)
- [Commits](form-data/form-data@v3.0.0...v3.0.4)

Updates `node-fetch` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.0...v2.7.0)

Updates `@babel/runtime-corejs3` from 7.6.3 to 7.7.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.7.4/packages/babel-runtime-corejs3)

Updates `ajv` from 6.10.2 to 6.12.6
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.10.2...v6.12.6)

Updates `apollo-server-core` from 2.12.0 to 2.26.2
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@2.26.2/packages/apollo-server-core)

Updates `async` from 2.6.3 to 2.6.4
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v2.6.4)

Updates `async` from 3.1.0 to 3.2.6
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v2.6.4)

Updates `aws-sdk` from 2.59.0 to 2.907.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/v2.907.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.59.0...v2.907.0)

Updates `@parse/s3-files-adapter` from 1.4.0 to 1.6.3
- [Release notes](https://github.com/parse-community/parse-server-s3-adapter/releases)
- [Changelog](https://github.com/parse-community/parse-server-s3-adapter/blob/master/CHANGELOG.md)
- [Commits](parse-community/parse-server-s3-adapter@1.4.0...1.6.3)

Updates `qs` from 6.5.2 to 6.5.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

Updates `bson` from 1.1.3 to 1.1.6
- [Release notes](https://github.com/mongodb/js-bson/releases)
- [Changelog](https://github.com/mongodb/js-bson/blob/v1.1.6/HISTORY.md)
- [Commits](mongodb/js-bson@v1.1.3...v1.1.6)

Updates `color-string` from 1.5.3 to 1.9.1
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/commits/1.9.1)

Updates `cookie` from 0.4.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.4.0...v0.7.1)

Updates `crypto-js` from 4.0.0 to 4.2.0
- [Commits](brix/crypto-js@4.0.0...4.2.0)

Updates `parse` from 2.13.0 to 6.1.1
- [Release notes](https://github.com/parse-community/Parse-SDK-JS/releases)
- [Changelog](https://github.com/parse-community/Parse-SDK-JS/blob/alpha/CHANGELOG.md)
- [Commits](parse-community/Parse-SDK-JS@2.13.0...6.1.1)

Updates `decode-uri-component` from 0.2.0 to 0.2.2
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

Updates `ini` from 1.3.5 to 1.3.8
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Updates `minimist` from 1.2.5 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

Updates `mongodb-runner` from 4.8.0 to 5.9.2
- [Commits](https://github.com/mongodb-js/devtools-shared/commits/mongodb-runner@5.9.2)

Removes `tar`

Updates `@parse/s3-files-adapter` from 1.6.3 to 4.2.0
- [Release notes](https://github.com/parse-community/parse-server-s3-adapter/releases)
- [Changelog](https://github.com/parse-community/parse-server-s3-adapter/blob/master/CHANGELOG.md)
- [Commits](parse-community/parse-server-s3-adapter@1.4.0...1.6.3)

Updates `bcrypt` from 4.0.1 to 6.0.0
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](kelektiv/node.bcrypt.js@v4.0.1...v6.0.0)

Updates `fsevents` from 1.2.11 to 1.2.13
- [Release notes](https://github.com/fsevents/fsevents/releases)
- [Commits](fsevents/fsevents@v1.2.11...v1.2.13)

Removes `ip`

Updates `@parse/simple-mailgun-adapter` from 1.1.0 to 2.0.0
- [Release notes](https://github.com/parse-community/parse-server-simple-mailgun-adapter/releases)
- [Changelog](https://github.com/parse-community/parse-server-simple-mailgun-adapter/blob/master/CHANGELOG.md)
- [Commits](parse-community/parse-server-simple-mailgun-adapter@v1.1.0...2.0.0)

Updates `json-schema` from 0.2.3 to 0.4.0
- [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)

Updates `jsprim` from 1.4.1 to 1.4.2
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
- [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2)

Updates `json5` from 2.1.3 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.1.3...v2.2.3)

Updates `moment` from 2.24.0 to 2.30.1
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.24.0...2.30.1)

Updates `node-forge` from 0.7.6 to 1.3.1
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@0.7.6...v1.3.1)

Updates `object-path` from 0.11.4 to 0.11.8
- [Commits](https://github.com/mariocasciaro/object-path/commits/v0.11.8)

Updates `path-to-regexp` from 0.1.7 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.12)

Updates `send` from 0.17.1 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.17.1...0.19.0)

Updates `serve-static` from 1.14.1 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](expressjs/serve-static@v1.14.1...v1.16.2)

Updates `sha.js` from 2.4.11 to 2.4.12
- [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md)
- [Commits](browserify/sha.js@v2.4.11...v2.4.12)

Removes `tmp`

Updates `eslint` from 6.8.0 to 9.34.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v6.8.0...v9.34.0)

Updates `underscore` from 1.9.1 to 1.13.7
- [Commits](jashkenas/underscore@1.9.1...1.13.7)

Updates `jsdoc` from 3.6.3 to 3.6.11
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/main/CHANGES.md)
- [Commits](jsdoc/jsdoc@3.6.3...3.6.11)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

Updates `y18n` from 4.0.0 to 4.0.3
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
- [Commits](yargs/y18n@v4.0.0...y18n-v4.0.3)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 1.20.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-version: 4.21.2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-version: 1.15.6
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: jsonwebtoken
  dependency-version: 9.0.2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@parse/push-adapter"
  dependency-version: 6.11.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: jwks-rsa
  dependency-version: 3.2.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.21
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: pg-promise
  dependency-version: 11.5.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: redis
  dependency-version: 3.1.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-version: 5.7.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-version: 7.7.2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-version: 6.3.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: core-js-compat
  dependency-version: 3.45.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-version: 7.5.10
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 3.0.4
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-version: 2.7.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@babel/runtime-corejs3"
  dependency-version: 7.7.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-version: 6.12.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: apollo-server-core
  dependency-version: 2.26.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: async
  dependency-version: 2.6.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: async
  dependency-version: 3.2.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: aws-sdk
  dependency-version: 2.907.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@parse/s3-files-adapter"
  dependency-version: 1.6.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-version: 6.5.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: bson
  dependency-version: 1.1.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: color-string
  dependency-version: 1.9.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cookie
  dependency-version: 0.7.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: crypto-js
  dependency-version: 4.2.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: parse
  dependency-version: 6.1.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: decode-uri-component
  dependency-version: 0.2.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ini
  dependency-version: 1.3.8
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-version: 1.2.8
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mongodb-runner
  dependency-version: 5.9.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@parse/s3-files-adapter"
  dependency-version: 4.2.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: bcrypt
  dependency-version: 6.0.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: fsevents
  dependency-version: 1.2.13
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ip
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@parse/simple-mailgun-adapter"
  dependency-version: 2.0.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: json-schema
  dependency-version: 0.4.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jsprim
  dependency-version: 1.4.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json5
  dependency-version: 2.2.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: moment
  dependency-version: 2.30.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-forge
  dependency-version: 1.3.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: object-path
  dependency-version: 0.11.8
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-version: 0.1.12
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: send
  dependency-version: 0.19.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serve-static
  dependency-version: 1.16.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: sha.js
  dependency-version: 2.4.12
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tmp
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: eslint
  dependency-version: 9.34.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: underscore
  dependency-version: 1.13.7
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jsdoc
  dependency-version: 3.6.11
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: word-wrap
  dependency-version: 1.2.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: y18n
  dependency-version: 4.0.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant