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": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz",
"integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg=="
},
"underscore.string": {
"version": "3.3.5",

View File

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