From 5fcc226d711d9d4a2c33265131fe5494fce83e2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Nov 2021 20:27:38 +0000 Subject: [PATCH] fix: upgrade underscore from 1.6.0 to 1.13.1 Snyk has created this PR to upgrade underscore from 1.6.0 to 1.13.1. See this package in npm: https://www.npmjs.com/package/underscore See this project in Snyk: https://app.snyk.io/org/jswheeler/project/2abd8935-5449-481b-b32e-615e5d2625eb?utm_source=github&utm_medium=referral&page=upgrade-pr --- docusign_callback/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusign_callback/package.json b/docusign_callback/package.json index 24d92dc00..6551b1a06 100644 --- a/docusign_callback/package.json +++ b/docusign_callback/package.json @@ -18,7 +18,7 @@ "author": "", "dependencies": { "async": "~0.2.10", - "underscore": "~1.6.0", + "underscore": "~1.13.1", "request": "~2.34.0", "xmldom": "~0.1.19", "xpath": "0.0.6"