Skip to content

build(deps): bump openpgp from 5.11.0 to 5.11.2 - #205

Merged
crazy-max merged 2 commits into
masterfrom
dependabot/npm_and_yarn/openpgp-5.11.2
Oct 26, 2024
Merged

build(deps): bump openpgp from 5.11.0 to 5.11.2#205
crazy-max merged 2 commits into
masterfrom
dependabot/npm_and_yarn/openpgp-5.11.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2024

Copy link
Copy Markdown
Contributor

Bumps openpgp from 5.11.0 to 5.11.2.

Release notes

Sourced from openpgp's releases.

v5.11.2

What's Changed

  • openpgp.verify: fix bug preventing verification of detached signatures over streamed data (#1762)

Full Changelog: openpgpjs/openpgpjs@v5.11.1...v5.11.2

v5.11.1

What's Changed

  • Patch for Node v18.19.1+, 20.11.1+ and 21.6.2+: use JS fallback code for RSA decryption on Node when PKCS#1 is not supported (see #1728).

Full Changelog: openpgpjs/openpgpjs@v5.11.0...v5.11.1

Commits
  • a033778 5.11.2
  • 3eba29d Merge pull request #1762
  • 75f1095 Tests: move away from global streamed data
  • 1ce2df1 Avoid using stream.clone over polyfilled steam in test
  • 6ace4a0 Update web-stream-tools to fix passiveClone cancellation race condition in tests
  • a315c46 openpgp.verify: fix bug preventing verification of detached signature over ...
  • 026b348 5.11.1
  • 711c418 Run npm audit
  • a4e2c56 Use JS fallback code for RSA message decryption in Node if PKCS#1 is not supp...
  • 7a6b41f README: replace "IETF proposal" with "RFC4880bis proposal" (#1726)
  • 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@crazy-max

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.11.0 to 5.11.2.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](openpgpjs/openpgpjs@v5.11.0...v5.11.2)

---
updated-dependencies:
- dependency-name: openpgp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openpgp-5.11.2 branch from fcf1df0 to 0404dfd Compare October 26, 2024 19:08
@crazy-max
crazy-max merged commit cb9bde2 into master Oct 26, 2024
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/openpgp-5.11.2 branch October 26, 2024 19:13
chhe pushed a commit to chhe/act_runner that referenced this pull request May 4, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) | action | major | `v6` → `v7` |

---

### Release Notes

<details>
<summary>crazy-max/ghaction-import-gpg (crazy-max/ghaction-import-gpg)</summary>

### [`v7`](crazy-max/ghaction-import-gpg@v7.0.0...v7.0.0)

[Compare Source](crazy-max/ghaction-import-gpg@v7.0.0...v7.0.0)

### [`v7.0.0`](https://github.com/crazy-max/ghaction-import-gpg/releases/tag/v7.0.0)

[Compare Source](crazy-max/ghaction-import-gpg@v6.3.0...v7.0.0)

- Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;241](crazy-max/ghaction-import-gpg#241)
- Switch to ESM and update config/test wiring by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;239](crazy-max/ghaction-import-gpg#239)
- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#&#8203;232](crazy-max/ghaction-import-gpg#232)
- Bump [@&#8203;actions/exec](https://github.com/actions/exec) from 1.1.1 to 3.0.0 in [#&#8203;242](crazy-max/ghaction-import-gpg#242)
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#&#8203;221](crazy-max/ghaction-import-gpg#221)
- Bump minimatch from 3.1.2 to 3.1.5 in [#&#8203;240](crazy-max/ghaction-import-gpg#240)
- Bump openpgp from 6.1.0 to 6.3.0 in [#&#8203;233](crazy-max/ghaction-import-gpg#233)

**Full Changelog**: <crazy-max/ghaction-import-gpg@v6.3.0...v7.0.0>

### [`v6.3.0`](https://github.com/crazy-max/ghaction-import-gpg/releases/tag/v6.3.0)

[Compare Source](crazy-max/ghaction-import-gpg@v6.2.0...v6.3.0)

- Bump openpgp from 5.11.2 to 6.1.0 in [#&#8203;215](crazy-max/ghaction-import-gpg#215)
- Bump cross-spawn from 7.0.3 to 7.0.6 in [#&#8203;212](crazy-max/ghaction-import-gpg#212)

**Full Changelog**: <crazy-max/ghaction-import-gpg@v6.2.0...v6.3.0>

### [`v6.2.0`](https://github.com/crazy-max/ghaction-import-gpg/releases/tag/v6.2.0)

[Compare Source](crazy-max/ghaction-import-gpg@v6.1.0...v6.2.0)

- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.1 in [#&#8203;209](crazy-max/ghaction-import-gpg#209)
- Bump braces from 3.0.2 to 3.0.3 in [#&#8203;203](crazy-max/ghaction-import-gpg#203)
- Bump ip from 2.0.0 to 2.0.1 in [#&#8203;196](crazy-max/ghaction-import-gpg#196)
- Bump micromatch from 4.0.4 to 4.0.8 in [#&#8203;207](crazy-max/ghaction-import-gpg#207)
- Bump openpgp from 5.11.0 to 5.11.2 in [#&#8203;205](crazy-max/ghaction-import-gpg#205)
- Bump tar from 6.1.14 to 6.2.1 in [#&#8203;198](crazy-max/ghaction-import-gpg#198)

**Full Changelog**: <crazy-max/ghaction-import-gpg@v6.1.0...v6.2.0>

### [`v6.1.0`](https://github.com/crazy-max/ghaction-import-gpg/releases/tag/v6.1.0)

[Compare Source](crazy-max/ghaction-import-gpg@v6...v6.1.0)

- Bump [@&#8203;actions/core](https://github.com/actions/core) from 1.10.0 to 1.10.1 in [#&#8203;186](crazy-max/ghaction-import-gpg#186)
- Bump [@&#8203;babel/traverse](https://github.com/babel/traverse) from 7.17.3 to 7.23.2 in [#&#8203;191](crazy-max/ghaction-import-gpg#191)
- Bump debug from 4.1.1 to 4.3.4 in [#&#8203;190](crazy-max/ghaction-import-gpg#190)
- Bump openpgp from 5.10.1 to 5.11.0 in [#&#8203;192](crazy-max/ghaction-import-gpg#192)

**Full Changelog**: <crazy-max/ghaction-import-gpg@v6.0.0...v6.1.0>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://gitea.com/gitea/runner/pulls/923
Reviewed-by: silverwind <2021+silverwind@noreply.gitea.com>
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant