mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
External Libraries: Update Underscore.js to version 1.13.6.
There are no code changes to the library in this release. Updating to the latest version for WordPress 6.1 ensures security scanners do not incorrectly flag sites as potentially insecure for having out of date libraries. Fixes #56030. git-svn-id: https://develop.svn.wordpress.org/trunk@54328 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -25527,9 +25527,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"underscore": {
|
||||
"version": "1.13.4",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.4.tgz",
|
||||
"integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ=="
|
||||
"version": "1.13.6",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
|
||||
"integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
|
||||
},
|
||||
"underscore.string": {
|
||||
"version": "3.3.5",
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
"react-dom": "17.0.2",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"twemoji": "14.0.2",
|
||||
"underscore": "1.13.4",
|
||||
"underscore": "1.13.6",
|
||||
"whatwg-fetch": "3.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user