From 2645782cfd413f1fb08513e5442b2f1d1db9d286 Mon Sep 17 00:00:00 2001 From: sfc-gh-ext-simba-lf <115584722+sfc-gh-ext-simba-lf@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:08:13 -0700 Subject: [PATCH] SNOW-898291: Add asn1.js to peerDependency and update @techteamer/ocsp (#654) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bb0c2309f..47bdc107f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@aws-sdk/client-s3": "^3.388.0", "@azure/storage-blob": "^12.11.0", "@google-cloud/storage": "^6.9.3", - "@techteamer/ocsp": "1.0.0", + "@techteamer/ocsp": "1.0.1", "agent-base": "^6.0.2", "asn1.js-rfc2560": "^5.0.0", "asn1.js-rfc5280": "^3.0.0", @@ -45,6 +45,9 @@ "nyc": "^15.1.0", "test-console": "^2.0.0" }, + "peerDependencies": { + "asn1.js": "^5.4.1" + }, "overrides": { "@azure/storage-blob": { "node-fetch": "^3.2.10"