Update dependency openpgpjs/openpgpjs to v5.0.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
openpgpjs/openpgpjs | patch |
v5.0.0 -> v5.0.1
|
Release Notes
openpgpjs/openpgpjs
v5.0.1
- Remove
stream
from type definitions (#1413) It was removed in v5.0.0; the type definition was left behind. - Try to use
process.env.NODE_ENV
directly (#1402) Properly detect development / production mode when using tools like webpack or Vite, but don't throw an error if it's not available. - CI: Add performance and memory usage regression monitoring for pull requests (#1411)
- Add
config.allowInsecureVerificationWithReformattedKeys
(#1231) Allows verifying signatures using keys that have been reformatted after the signature was created. To avoid this issue entirely, we recommend passing the key creation date toreformatKey
. - Do not include checksum values in error messages when armor integrity check fails (#1428)
- Update web stream tools and improve performance (#1439)
- Remove line terminators from randomly generated test messages (#1440)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.