fix: upgrade underscore from 1.8.3 to 1.12.0
Snyk has created this PR to upgrade underscore from 1.8.3 to 1.12.0. See this package in npm: https://www.npmjs.com/package/underscore See this project in Snyk: https://app.snyk.io/org/johnmclear/project/d9a12bfb-7ccd-443f-9e22-f30d339cc8c5?utm_source=github&utm_medium=upgrade-prpull/4751/head
parent
2f1d648787
commit
b50fcb065a
|
@ -8360,9 +8360,9 @@
|
|||
}
|
||||
},
|
||||
"underscore": {
|
||||
"version": "1.8.3",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
|
||||
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.0.tgz",
|
||||
"integrity": "sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ=="
|
||||
},
|
||||
"unified": {
|
||||
"version": "9.2.0",
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
"tiny-worker": "^2.3.0",
|
||||
"tinycon": "0.0.1",
|
||||
"ueberdb2": "^1.2.5",
|
||||
"underscore": "1.8.3",
|
||||
"underscore": "1.12.0",
|
||||
"unorm": "1.4.1",
|
||||
"wtfnode": "^0.8.4"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue