From fcd884d8dcfaceb65d51d81c6fedd64a4479ccf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:38:20 -0600 Subject: [PATCH] chore: bump asn1js from 2.4.0 to 3.0.5 (#40) Bumps [asn1js](https://github.com/PeculiarVentures/asn1.js) from 2.4.0 to 3.0.5. - [Release notes](https://github.com/PeculiarVentures/asn1.js/releases) - [Commits](https://github.com/PeculiarVentures/asn1.js/compare/v2.4.0...v3.0.5) --- updated-dependencies: - dependency-name: asn1js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 1c5a7e3..f522dfd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "dependencies": { "@openziti/libcrypto-js": "^0.19.0", "@openziti/ziti-browzer-edge-client": "^0.6.2", - "asn1js": "^2.4.0", + "asn1js": "^3.0.5", "assert": "^2.0.0", "async-mutex": "^0.3.2", "asynckit": "^0.4.0", diff --git a/yarn.lock b/yarn.lock index 846ea9f..2cbfe12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1873,14 +1873,7 @@ asn1@~0.2.3: dependencies: safer-buffer "~2.1.0" -asn1js@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/asn1js/-/asn1js-2.4.0.tgz#9ca61dbdd7e4eb49b9ae95b36ab0615b77daff93" - integrity sha512-PvZC0FMyMut8aOnR2jAEGSkmRtHIUYPe9amUEnGjr9TdnUmsfoOkjrvUkOEU9mzpYBR1HyO9bF+8U1cLTMMHhQ== - dependencies: - pvutils "^1.1.3" - -asn1js@^3.0.3: +asn1js@^3.0.3, asn1js@^3.0.5: version "3.0.5" resolved "https://registry.yarnpkg.com/asn1js/-/asn1js-3.0.5.tgz#5ea36820443dbefb51cc7f88a2ebb5b462114f38" integrity sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==