diff --git a/package.json b/package.json index 1a844ad..8442ff5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "mocha": "^6.0.0", "nedb": "^1.8.0", "request": "^2.81.0", - "underscore": "^1.8.3" + "underscore": "^1.12.1" }, "devDependencies": { "chai": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index 9428827..e0b9206 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2413,9 +2413,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -underscore@^1.8.3: - version "1.9.1" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz#06dce34a0e68a7babc29b365b8e74b8925203961" +underscore@^1.12.1: + version "1.12.1" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e" + integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw== underscore@~1.4.4: version "1.4.4"