fix: src/package.json & src/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984
pull/4986/head
snyk-bot 2021-03-30 05:03:11 +00:00 committed by webzwo0i
parent b9753dcc71
commit dd09a3f12b
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View File

@ -8464,9 +8464,9 @@
} }
}, },
"underscore": { "underscore": {
"version": "1.12.0", "version": "1.12.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.0.tgz", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
"integrity": "sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ==" "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw=="
}, },
"unified": { "unified": {
"version": "9.2.0", "version": "9.2.0",

View File

@ -70,7 +70,7 @@
"tiny-worker": "^2.3.0", "tiny-worker": "^2.3.0",
"tinycon": "0.6.8", "tinycon": "0.6.8",
"ueberdb2": "^1.4.4", "ueberdb2": "^1.4.4",
"underscore": "1.12.0", "underscore": "1.12.1",
"unorm": "1.6.0", "unorm": "1.6.0",
"wtfnode": "^0.8.4" "wtfnode": "^0.8.4"
}, },