From 22a78c4aa8c9b5ff4aeb9bbb1d5d38eac72ebe94 Mon Sep 17 00:00:00 2001 From: saltukalakus Date: Fri, 1 Jan 2021 01:48:10 +0300 Subject: [PATCH] update dependency --- handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler.ts b/handler.ts index 5b169b8..9bcedeb 100644 --- a/handler.ts +++ b/handler.ts @@ -1,6 +1,6 @@ import AWS from "aws-sdk"; import axios from 'axios'; -const sslCertificate = require('get-ssl-certificate-fork'); +const sslCertificate = require('get-ssl-certificate-tmp'); import Config from './config';