mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-06 05:35:51 -05:00
Bump openpgp from 4.10.7 to 4.10.8 (#56)
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 4.10.7 to 4.10.8. - [Release notes](https://github.com/openpgpjs/openpgpjs/releases) - [Commits](https://github.com/openpgpjs/openpgpjs/compare/v4.10.7...v4.10.8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
708e04fe6f
commit
ed149326d5
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
"@actions/core": "^1.2.5",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"addressparser": "^1.0.1",
|
||||
"openpgp": "^4.10.7"
|
||||
"openpgp": "^4.10.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.0",
|
||||
|
|
|
@ -2734,10 +2734,10 @@ onetime@^5.1.0:
|
|||
dependencies:
|
||||
mimic-fn "^2.1.0"
|
||||
|
||||
openpgp@^4.10.7:
|
||||
version "4.10.7"
|
||||
resolved "https://registry.yarnpkg.com/openpgp/-/openpgp-4.10.7.tgz#e969239ebb689093c5a73ea97e73a7d9c2a565eb"
|
||||
integrity sha512-+7EkD/btnvIyGkslB0p3W123u/dajMBcfzMfOIevlZBPvCWLJXGzgNFMM5CYXUNITeBUpxCxwgHeniqr+UfESQ==
|
||||
openpgp@^4.10.8:
|
||||
version "4.10.8"
|
||||
resolved "https://registry.yarnpkg.com/openpgp/-/openpgp-4.10.8.tgz#b08d9f52ced344128cf477dc060fc233792078aa"
|
||||
integrity sha512-l+/u3TyR3+qS7mN0+HoNQRu/2BzHdLOMOOCDRLDE9gZGAqpKkD9ZD7hkpjan+GGY3f0nHaE7Qv7kI6qmQK+AkA==
|
||||
dependencies:
|
||||
asn1.js "^5.0.0"
|
||||
node-fetch "^2.1.2"
|
||||
|
|
Loading…
Reference in a new issue