From 10e4d79b0ce739349d2a02e90fac4c76ae4b7d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Nov 2021 18:36:44 +0000 Subject: [PATCH] chore(deps): bump pkijs from 2.1.90 to 2.2.1 Bumps [pkijs](https://github.com/PeculiarVentures/PKI.js) from 2.1.90 to 2.2.1. - [Release notes](https://github.com/PeculiarVentures/PKI.js/releases) - [Commits](https://github.com/PeculiarVentures/PKI.js/commits/v2.2.1) --- updated-dependencies: - dependency-name: pkijs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f88be1..50a60cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7108,13 +7108,30 @@ } }, "pkijs": { - "version": "2.1.90", - "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-2.1.90.tgz", - "integrity": "sha512-HwiuzrscbJaiMYRlBTr+B00yBcSbVud+NaInxHOwwc+2IdXz84Ex2sM/JWyChXpJLS8JVz2OMj+UmB7L3QsA9g==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-2.2.1.tgz", + "integrity": "sha512-EzMnN5uwMPggjhQap+MeMG7pSc/1zQcc7GxW+NjJ2RLXgyoxpm7CakELlHtLK5KwKdiMpC6FtbYd13MNY88x6g==", "requires": { - "asn1js": "^2.0.26", + "asn1js": "^2.1.1", "bytestreamjs": "^1.0.29", "pvutils": "^1.0.17" + }, + "dependencies": { + "asn1js": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-2.1.1.tgz", + "integrity": "sha512-t9u0dU0rJN4ML+uxgN6VM2Z4H5jWIYm0w8LsZLzMJaQsgL3IJNbxHgmbWDvJAwspyHpDFuzUaUFh4c05UB4+6g==", + "requires": { + "pvutils": "^1.0.17" + }, + "dependencies": { + "pvutils": { + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.0.17.tgz", + "integrity": "sha512-wLHYUQxWaXVQvKnwIDWFVKDJku9XDCvyhhxoq8dc5MFdIlRenyPI9eSfEtcvgHgD7FlvCyGAlWgOzRnZD99GZQ==" + } + } + } } }, "posix-character-classes": {