From 3dddb1617b902f287b0820af8ee1c849aec32889 Mon Sep 17 00:00:00 2001 From: G r e y Date: Thu, 6 May 2021 16:10:02 -0500 Subject: [PATCH] security: CVE-2021-23358 in underscore --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bb5962..29d9291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3311,9 +3311,9 @@ "dev": true }, "underscore": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz", - "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "unherit": { "version": "1.1.3", diff --git a/package.json b/package.json index 1f645d0..5775fc7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "anchor-markdown-header": "~0.5.7", "htmlparser2": "~4.1.0", "minimist": "~1.2.5", - "underscore": "~1.10.2", + "underscore": "~1.12.1", "update-section": "~0.3.3" }, "devDependencies": {