Skip to content

Commit

Permalink
Bump openpgp from 5.1.0 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](openpgpjs/openpgpjs@v5.1.0...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 3, 2022
1 parent 87adbd8 commit 5e44183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"addressparser": "^1.0.1",
"openpgp": "^5.1.0"
"openpgp": "^5.2.0"
},
"devDependencies": {
"@types/jest": "^26.0.14",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2774,10 +2774,10 @@ onetime@^5.1.0:
dependencies:
mimic-fn "^2.1.0"

openpgp@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/openpgp/-/openpgp-5.1.0.tgz#4da3880ad04d9d75b3f0470451f6862d43252568"
integrity sha512-keCno6QPMXWwfjrOOtT8fwZ5XgCcB7vZH80xb44SbJ49qQ11Efl2fFfqHpaie7jTQFjRKxgT8hSFPXJUjogNPw==
openpgp@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/openpgp/-/openpgp-5.2.0.tgz#1275fea03893c7a0081abd2dccaec8124ee687dc"
integrity sha512-ZDrvSMq2KZTTWnFV6bSO70HlyAX9uIu2QO/jX+Pd5lb+fewzwsnWHnzN2ZWp++QyM8ifyBPkrD7ZGFq279mpMA==
dependencies:
asn1.js "^5.0.0"

Expand Down

0 comments on commit 5e44183

Please sign in to comment.