mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-05 21:25:50 -05:00
Bump openpgp from 5.9.0 to 5.10.1
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.9.0 to 5.10.1. - [Release notes](https://github.com/openpgpjs/openpgpjs/releases) - [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.9.0...v5.10.1) --- updated-dependencies: - dependency-name: openpgp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
de6a00b9e7
commit
6835821061
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^1.1.1",
|
||||||
"addressparser": "^1.0.1",
|
"addressparser": "^1.0.1",
|
||||||
"openpgp": "^5.9.0"
|
"openpgp": "^5.10.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^16.18.26",
|
"@types/node": "^16.18.26",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -3064,7 +3064,7 @@ __metadata:
|
||||||
eslint-plugin-jest: ^27.2.1
|
eslint-plugin-jest: ^27.2.1
|
||||||
eslint-plugin-prettier: ^4.2.1
|
eslint-plugin-prettier: ^4.2.1
|
||||||
jest: ^29.5.0
|
jest: ^29.5.0
|
||||||
openpgp: ^5.9.0
|
openpgp: ^5.10.1
|
||||||
prettier: ^2.8.8
|
prettier: ^2.8.8
|
||||||
ts-jest: ^29.1.0
|
ts-jest: ^29.1.0
|
||||||
ts-node: ^10.9.1
|
ts-node: ^10.9.1
|
||||||
|
@ -4206,12 +4206,12 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"openpgp@npm:^5.9.0":
|
"openpgp@npm:^5.10.1":
|
||||||
version: 5.9.0
|
version: 5.10.1
|
||||||
resolution: "openpgp@npm:5.9.0"
|
resolution: "openpgp@npm:5.10.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
asn1.js: ^5.0.0
|
asn1.js: ^5.0.0
|
||||||
checksum: 787e9e5169aa514ac309e1f813699d1c080ebd579db25d6ec89d1f2bf225d7eeb615364ca3ada543e6445d6363ea49ffec90ffa306274033a5cf01694b01632a
|
checksum: beea90d10e83a20e7516b34493b57af8e526eaf3e935038464a866bfdc94e9b5e78e1ac5e97bb38356e45865d805ecd352c75b3434bb60793af8af5f3a12fff6
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue