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 2 updates in the / directory: node-forge and @parse/push-adapter.

Updates node-forge from 0.7.6 to 1.3.1

Changelog

Sourced from node-forge's changelog.

1.3.1 - 2022-03-29

Fixes

  • RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and require NULL paramters for md2 and md5 algorithms.

1.3.0 - 2022-03-17

Security

  • Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh (moosa-yahyazadeh@uiowa.edu).
  • HIGH: Leniency in checking digestAlgorithm structure can lead to signature forgery.
  • HIGH: Failing to check tailing garbage bytes can lead to signature forgery.
  • MEDIUM: Leniency in checking type octet.
    • DigestInfo is not properly checked for proper ASN.1 structure. This can lead to successful verification with signatures that contain invalid structures but a valid digest.
    • CVE ID: CVE-2022-24773
    • GHSA ID: GHSA-2r2c-g63r-vccr

Fixed

  • [asn1] Add fallback to pretty print invalid UTF8 data.
  • [asn1] fromDer is now more strict and will default to ensuring all input bytes are parsed or throw an error. A new option parseAllBytes can disable this behavior.
    • NOTE: The previous behavior is being changed since it can lead to security issues with crafted inputs. It is possible that code doing custom DER parsing may need to adapt to this new behavior and optional flag.
  • [rsa] Add and use a validator to check for proper structure of parsed ASN.1

... (truncated)

Commits

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.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 2 updates in the / directory: [node-forge](https://github.com/digitalbazaar/forge) and [@parse/push-adapter](https://github.com/parse-community/parse-server-push-adapter).


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 `@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)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.3.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@parse/push-adapter"
  dependency-version: 6.11.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 3, 2025

Superseded by #5.

@dependabot dependabot bot closed this Sep 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-f20f22c15d branch September 3, 2025 09:04
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