mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-12-25 12:42:07 -05:00
Bump @types/openpgp from 4.4.10 to 4.4.11 (#11)
Bumps [@types/openpgp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/openpgp) from 4.4.10 to 4.4.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/openpgp) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a031e16570
commit
725cd84def
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -741,9 +741,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@types/openpgp": {
|
"@types/openpgp": {
|
||||||
"version": "4.4.10",
|
"version": "4.4.11",
|
||||||
"resolved": "https://registry.npmjs.org/@types/openpgp/-/openpgp-4.4.10.tgz",
|
"resolved": "https://registry.npmjs.org/@types/openpgp/-/openpgp-4.4.11.tgz",
|
||||||
"integrity": "sha512-RaFEsoabyCp/Hgs0Adkrpmrq/ug8FVOPi7kLFVc3ig+OigxDEfzLzG/5j9U5RAhYhzLq7OayiLoM02rI+uERbg==",
|
"integrity": "sha512-dYCNJW9diCOp4x0wnyUR+Y4fka1pzRqItxD4ubOFfNMn0JO+HQe09LqJgA0uqAD0NYULqOYF/3qR2zIVFPMm7Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/bn.js": "*"
|
"@types/bn.js": "*"
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^25.2.1",
|
"@types/jest": "^25.2.1",
|
||||||
"@types/node": "^13.13.5",
|
"@types/node": "^13.13.5",
|
||||||
"@types/openpgp": "^4.4.10",
|
"@types/openpgp": "^4.4.11",
|
||||||
"@zeit/ncc": "^0.22.1",
|
"@zeit/ncc": "^0.22.1",
|
||||||
"jest": "^25.5.4",
|
"jest": "^25.5.4",
|
||||||
"jest-circus": "^25.5.4",
|
"jest-circus": "^25.5.4",
|
||||||
|
|
Loading…
Reference in a new issue