diff --git a/package-lock.json b/package-lock.json index 8027d6b4..4c132122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10415,9 +10415,9 @@ } }, "underscore": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", - "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", + "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" }, "underscore-plus": { "version": "1.7.0", diff --git a/package.json b/package.json index 36a93bb1..affd7363 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "atom-space-pen-views": "^2.2.0", "node-pty-prebuilt-multiarch": "^0.10.0", "term.js": "https://github.com/bus-stop/term.js/tarball/master", - "underscore": "^1.12.1" + "underscore": "^1.13.1" }, "devDependencies": { "@commitlint/cli": "12.1.4",