diff --git a/modules/discord_spellcheck/package-lock.json b/modules/discord_spellcheck/package-lock.json index 2c74edd..9a66541 100644 --- a/modules/discord_spellcheck/package-lock.json +++ b/modules/discord_spellcheck/package-lock.json @@ -148,9 +148,9 @@ } }, "underscore": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.0.tgz", - "integrity": "sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "wrappy": { "version": "1.0.2", diff --git a/modules/discord_spellcheck/package.json b/modules/discord_spellcheck/package.json index 2e96fc5..46adbb8 100644 --- a/modules/discord_spellcheck/package.json +++ b/modules/discord_spellcheck/package.json @@ -22,7 +22,7 @@ "path-is-absolute": "^1.0.1", "rimraf": "^2.7.1", "spellchecker": "^3.7.1", - "underscore": "^1.12.0", + "underscore": "^1.12.1", "wrappy": "^1.0.2" }, "devDependencies": {},