Skip to content

Commit 7090895

Browse files
authored
Merge pull request #6148 from BitGo/WP-4537/update-opengpg
feat: update opengpg version
2 parents 3a5bd33 + 5304e88 commit 7090895

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"bignumber.js": "^9.1.1",
130130
"fs-extra": "^9.1.0",
131131
"lodash": "^4.17.14",
132-
"openpgp": "5.10.1",
132+
"openpgp": "5.11.3",
133133
"stellar-sdk": "^10.0.1",
134134
"superagent": "^9.0.1"
135135
},

modules/sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"libsodium-wrappers-sumo": "^0.7.9",
6262
"lodash": "^4.17.15",
6363
"noble-bls12-381": "0.7.2",
64-
"openpgp": "5.10.1",
64+
"openpgp": "5.11.3",
6565
"paillier-bigint": "3.3.0",
6666
"secp256k1": "5.0.1",
6767
"strip-hex-prefix": "^1.0.0",

modules/sdk-lib-mpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"fp-ts": "2.16.2",
4848
"io-ts": "npm:@bitgo-forks/[email protected]",
4949
"libsodium-wrappers-sumo": "^0.7.9",
50-
"openpgp": "5.10.1",
50+
"openpgp": "5.11.3",
5151
"paillier-bigint": "3.3.0",
5252
"secp256k1": "5.0.1"
5353
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15695,10 +15695,10 @@ open@^8.0.9, open@^8.4.0:
1569515695
is-docker "^2.1.1"
1569615696
is-wsl "^2.2.0"
1569715697

15698-
openpgp@5.10.1:
15699-
version "5.10.1"
15700-
resolved "https://registry.npmjs.org/openpgp/-/openpgp-5.10.1.tgz#3b137470187b79281719ced16fb9e60b822cfd24"
15701-
integrity sha512-SR5Ft+ej51d0+p53ld5Ney0Yiz0y8Mh1YYLJrvpRMbTaNhvS1QcDX0Oq1rW9sjBnQXtgrpWw2Zve3rm7K5C/pw==
15698+
openpgp@5.11.3:
15699+
version "5.11.3"
15700+
resolved "https://registry.npmjs.org/openpgp/-/openpgp-5.11.3.tgz#a2532aa973f1f6413556eaf328b97a6955b1d8a3"
15701+
integrity sha512-jXOPfIteBUQ2zSmRG4+Y6PNntIIDEAvoM/lOYCnvpXAByJEruzrHQZWE/0CGOKHbubwUuty2HoPHsqBzyKHOpA==
1570215702
dependencies:
1570315703
asn1.js "^5.0.0"
1570415704

0 commit comments

Comments
 (0)