Skip to content

Commit 6891bc1

Browse files
chore: bump pkijs from 2.4.0 to 3.1.0
Bumps [pkijs](https://github.com/PeculiarVentures/PKI.js) from 2.4.0 to 3.1.0. - [Release notes](https://github.com/PeculiarVentures/PKI.js/releases) - [Commits](PeculiarVentures/PKI.js@v2.4.0...v3.1.0) --- updated-dependencies: - dependency-name: pkijs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1388516 commit 6891bc1

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"mime-types": "^2.1.35",
8484
"multistream": "^4.1.0",
8585
"pako": "^2.1.0",
86-
"pkijs": "^2.3.0",
86+
"pkijs": "^3.1.0",
8787
"process": "^0.11.10",
8888
"promise-controller": "^1.0.0",
8989
"promise.prototype.finally": "^3.1.8",

yarn.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ asn1@~0.2.3:
18951895
dependencies:
18961896
safer-buffer "~2.1.0"
18971897

1898-
asn1js@^3.0.3, asn1js@^3.0.5:
1898+
asn1js@^3.0.5:
18991899
version "3.0.5"
19001900
resolved "https://registry.yarnpkg.com/asn1js/-/asn1js-3.0.5.tgz#5ea36820443dbefb51cc7f88a2ebb5b462114f38"
19011901
integrity sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==
@@ -2292,10 +2292,10 @@ bytes@3.1.2, bytes@^3.0.0:
22922292
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
22932293
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
22942294

2295-
bytestreamjs@^1.0.29:
2296-
version "1.1.3"
2297-
resolved "https://registry.yarnpkg.com/bytestreamjs/-/bytestreamjs-1.1.3.tgz#754f43495dab0e480af8dc174bf978c503ff8da8"
2298-
integrity sha512-JDGoiJ+yt+4Ui1e/vMWx5TRvmnErBBbsOkprXgbe1fRp2XZzI8MoknoiR/ZVCya9aWJbOhrJ5Heon1wrAdftkg==
2295+
bytestreamjs@^2.0.0:
2296+
version "2.0.1"
2297+
resolved "https://registry.yarnpkg.com/bytestreamjs/-/bytestreamjs-2.0.1.tgz#a32947c7ce389a6fa11a09a9a563d0a45889535e"
2298+
integrity sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==
22992299

23002300
cache-base@^1.0.1:
23012301
version "1.0.1"
@@ -6293,14 +6293,16 @@ pinkie@^2.0.0:
62936293
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
62946294
integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==
62956295

6296-
pkijs@^2.3.0:
6297-
version "2.4.0"
6298-
resolved "https://registry.yarnpkg.com/pkijs/-/pkijs-2.4.0.tgz#ae5babf89c94f4606a4b9c89b9a7d4e57862445a"
6299-
integrity sha512-cjJP/mYuGyMrjJ49jI04khId5Oufd3nFTUYBzQTIIVNI7/oAWdwXEfpwTF8HELFV/gz+WGYUBHCe3KHWD8rYvg==
6296+
pkijs@^3.1.0:
6297+
version "3.1.0"
6298+
resolved "https://registry.yarnpkg.com/pkijs/-/pkijs-3.1.0.tgz#ea7b84e2b3870582cc38d41473433bbe8b5c3c3c"
6299+
integrity sha512-N+OCWUp6xrg7OkG+4DIiZUOsp3qMztjq8RGCc1hSY92dsUG8cTlAo7pEkfRGjcdyBv2c1Y9bjAzqdTJAlctuNg==
63006300
dependencies:
6301-
asn1js "^3.0.3"
6302-
bytestreamjs "^1.0.29"
6301+
asn1js "^3.0.5"
6302+
bytestreamjs "^2.0.0"
6303+
pvtsutils "^1.3.2"
63036304
pvutils "^1.1.3"
6305+
tslib "^2.4.0"
63046306

63056307
polyfills-loader@^1.7.4:
63066308
version "1.7.6"

0 commit comments

Comments
 (0)