diff --git a/package-lock.json b/package-lock.json index eca3334b..8b1b1cea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,9 @@ { "name": "funsocietyirc-client", - "version": "0.1.19", + "version": "0.1.20", "lockfileVersion": 1, "requires": true, "dependencies": { - "JSV": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz", - "integrity": "sha1-0Hf2glVx+CEy+d/67Vh7QCn+/1c=", - "dev": true - }, "ansi-color": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/ansi-color/-/ansi-color-0.2.1.tgz", @@ -556,8 +550,8 @@ } }, "jschardet": { - "version": "git+https://github.com/dfoody/jschardet.git#2f074a0433182b1be218e60f11a270660866c1d4", - "from": "git+https://github.com/dfoody/jschardet.git" + "version": "git+ssh://git@github.com/dfoody/jschardet.git#2f074a0433182b1be218e60f11a270660866c1d4", + "from": "jschardet@https://github.com/dfoody/jschardet.git" }, "jscs": { "version": "3.0.7", @@ -650,10 +644,16 @@ "nomnom": ">= 1.5.x" } }, + "JSV": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz", + "integrity": "sha1-0Hf2glVx+CEy+d/67Vh7QCn+/1c=", + "dev": true + }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.17", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz", + "integrity": "sha512-/B2DjOphAoqi5BX4Gg2oh4UR0Gy/A7xYAMh3aSECEKzwS3eCDEpS0Cals1Ktvxwlal3bBJNc+5W9kNIcADdw5Q==" }, "minimatch": { "version": "3.0.4", @@ -930,6 +930,12 @@ "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=", "dev": true }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, "string.prototype.trim": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz", @@ -941,12 +947,6 @@ "function-bind": "^1.0.2" } }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", diff --git a/package.json b/package.json index b530acbb..395cc471 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "iconv-lite": "^0.5.0", "irc-colors": "^1.5.0", "jschardet": "https://github.com/dfoody/jschardet.git", - "lodash": "^4.17.11" + "lodash": "^4.17.17" }, "devDependencies": { "ansi-color": "^0.2.1",