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
This commit is contained in:
David Baumwald 2021-04-21 17:53:21 +00:00
parent 4ac39957a2
commit 16a16fd556
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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": {