diff --git a/package-lock.json b/package-lock.json index 0f054e92..97f98a86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "request": "^2.88.2", "sqlite3": "^5.0.2", "typeorm": "^0.2.29", - "underscore": "^1.11.0", + "underscore": "^1.12.1", "underscore.string": "^3.3.6", "ws": "^8.9.0" }, @@ -2695,9 +2695,9 @@ } }, "node_modules/underscore": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.11.0.tgz", - "integrity": "sha512-xY96SsN3NA461qIRKZ/+qox37YXPtSBswMGfiNptr+wrt6ds4HaMw23TP612fEyGekRE6LNRiLYr/aqbHXNedw==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "node_modules/underscore.string": { "version": "3.3.6", @@ -5175,9 +5175,9 @@ "dev": true }, "underscore": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.11.0.tgz", - "integrity": "sha512-xY96SsN3NA461qIRKZ/+qox37YXPtSBswMGfiNptr+wrt6ds4HaMw23TP612fEyGekRE6LNRiLYr/aqbHXNedw==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "underscore.string": { "version": "3.3.6", diff --git a/package.json b/package.json index 9ce9e029..ddd54e4c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "request": "^2.88.2", "sqlite3": "^5.0.2", "typeorm": "^0.2.29", - "underscore": "^1.11.0", + "underscore": "^1.12.1", "underscore.string": "^3.3.6", "ws": "^8.9.0" },