From 6950034fba4c05d41a075e90f070c389a1efdd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 15:04:10 +0000 Subject: [PATCH] Bump underscore from 1.8.3 to 1.12.1 Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.8.3...1.12.1) Signed-off-by: dependabot[bot] --- 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 86469938e874..e48b9353cde4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22827,9 +22827,9 @@ "dev": true }, "underscore": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", - "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "underscore.string": { "version": "3.3.5", diff --git a/package.json b/package.json index 1eb542ceb6ef..8ee7b07c3218 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "react": "16.13.1", "react-dom": "16.13.1", "twemoji": "13.0.1", - "underscore": "1.8.3", + "underscore": "1.12.1", "whatwg-fetch": "3.0.0" }, "scripts": {