diff --git a/package-lock.json b/package-lock.json index 89ee994..4a9e2a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "path-parse": "^1.0.7", "shelljs": "^0.8.5", - "underscore": "^1.12.1", + "underscore": "^1.13.8", "xml2js": "^0.5.0" } }, @@ -156,9 +156,10 @@ } }, "node_modules/underscore": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", - "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" + "version": "1.13.8", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.8.tgz", + "integrity": "sha512-DXtD3ZtEQzc7M8m4cXotyHR+FAS18C64asBYY5vqZexfYryNNnDc02W4hKg3rdQuqOYas1jkseX0+nZXjTXnvQ==", + "license": "MIT" }, "node_modules/wrappy": { "version": "1.0.2", diff --git a/package.json b/package.json index ead4985..f624caa 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/ragchuck/ra_log-node#readme", "dependencies": { "shelljs": "^0.8.5", - "underscore": "^1.12.1", + "underscore": "^1.13.8", "xml2js": "^0.5.0", "path-parse": "^1.0.7" },