External Libraries: Update Underscore to 1.9.1.

Changes: https://github.com/jashkenas/underscore/compare/1.8.3...1.9.1

Props mukesh27, hareesh-pillai.
Fixes #45785

git-svn-id: https://develop.svn.wordpress.org/trunk@46092 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2019-09-11 19:21:43 +00:00
parent bc052559e4
commit 0de88a64f1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -20861,9 +20861,9 @@
} }
}, },
"underscore": { "underscore": {
"version": "1.8.3", "version": "1.9.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz",
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg=="
}, },
"underscore.string": { "underscore.string": {
"version": "3.3.5", "version": "3.3.5",

View File

@ -117,7 +117,7 @@
"react": "16.8.4", "react": "16.8.4",
"react-dom": "16.8.4", "react-dom": "16.8.4",
"twemoji": "12.1.2", "twemoji": "12.1.2",
"underscore": "1.8.3", "underscore": "1.9.1",
"whatwg-fetch": "3.0.0" "whatwg-fetch": "3.0.0"
}, },
"scripts": { "scripts": {