From 16a16fd556311490e655d16f3f069fb97026b332 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Wed, 21 Apr 2021 17:53:21 +0000 Subject: [PATCH] External Libraries: Update Underscore to version 1.13.1. A full set of changes can be found on GitHub: https://github.com/jashkenas/underscore/compare/1.12.1...1.13.1. Follow-up to [50650]. Props hareesh-pillai. See #45785. git-svn-id: https://develop.svn.wordpress.org/trunk@50778 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 421b0754cf..f00f4de820 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23851,9 +23851,9 @@ "dev": true }, "underscore": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", - "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", + "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" }, "underscore.string": { "version": "3.3.5", diff --git a/package.json b/package.json index 9930209958..08f92ac6d8 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "react": "16.13.1", "react-dom": "16.13.1", "twemoji": "13.0.2", - "underscore": "1.12.1", + "underscore": "1.13.1", "whatwg-fetch": "3.0.0" }, "scripts": {