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-pr
This commit is contained in:
snyk-bot 2021-02-09 21:54:44 +00:00 committed by John McLear
parent 2f1d648787
commit b50fcb065a
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View file

@ -8360,9 +8360,9 @@
} }
}, },
"underscore": { "underscore": {
"version": "1.8.3", "version": "1.12.0",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.0.tgz",
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" "integrity": "sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ=="
}, },
"unified": { "unified": {
"version": "9.2.0", "version": "9.2.0",

View file

@ -69,7 +69,7 @@
"tiny-worker": "^2.3.0", "tiny-worker": "^2.3.0",
"tinycon": "0.0.1", "tinycon": "0.0.1",
"ueberdb2": "^1.2.5", "ueberdb2": "^1.2.5",
"underscore": "1.8.3", "underscore": "1.12.0",
"unorm": "1.4.1", "unorm": "1.4.1",
"wtfnode": "^0.8.4" "wtfnode": "^0.8.4"
}, },