diff --git a/package-lock.json b/package-lock.json index 5e719e7..8073a1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "dotenv": "^8.2.0", "duckduckgo-images-api": "^1.0.5", "emoji-regex": "^9.2.2", - "eris": "^0.14.0", + "eris": "github:abalabahaha/eris#dev", "file-type": "^16.1.0", "jsqr": "^1.3.1", "lavacord": "^1.1.9", @@ -836,8 +836,8 @@ }, "node_modules/eris": { "version": "0.14.0", - "resolved": "https://registry.npmjs.org/eris/-/eris-0.14.0.tgz", - "integrity": "sha512-/W6X0SFR2swtA9oc4ga5Wh1TQcZtPgbUaDDdwYc67fvFUAtwC+V1xzWUZq2yDeJnTfB8Uot9SJWA8Lthe2sDtQ==", + "resolved": "git+ssh://git@github.com/abalabahaha/eris.git#16c6a76275030dbd43635c8b89e68b74435dbe25", + "license": "MIT", "dependencies": { "ws": "^7.2.1" }, @@ -845,7 +845,7 @@ "node": ">=8.0.0" }, "optionalDependencies": { - "opusscript": "^0.0.7", + "opusscript": "^0.0.8", "tweetnacl": "^1.0.1" } }, @@ -2224,9 +2224,9 @@ } }, "node_modules/opusscript": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.7.tgz", - "integrity": "sha512-DcBadTdYTUuH9zQtepsLjQn4Ll6rs3dmeFvN+SD0ThPnxRBRm/WC1zXWPg+wgAJimB784gdZvUMA57gDP7FdVg==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.8.tgz", + "integrity": "sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==", "optional": true }, "node_modules/os-tmpdir": { @@ -4556,11 +4556,10 @@ } }, "eris": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/eris/-/eris-0.14.0.tgz", - "integrity": "sha512-/W6X0SFR2swtA9oc4ga5Wh1TQcZtPgbUaDDdwYc67fvFUAtwC+V1xzWUZq2yDeJnTfB8Uot9SJWA8Lthe2sDtQ==", + "version": "git+ssh://git@github.com/abalabahaha/eris.git#16c6a76275030dbd43635c8b89e68b74435dbe25", + "from": "eris@github:abalabahaha/eris#dev", "requires": { - "opusscript": "^0.0.7", + "opusscript": "^0.0.8", "tweetnacl": "^1.0.1", "ws": "^7.2.1" } @@ -5636,9 +5635,9 @@ } }, "opusscript": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.7.tgz", - "integrity": "sha512-DcBadTdYTUuH9zQtepsLjQn4Ll6rs3dmeFvN+SD0ThPnxRBRm/WC1zXWPg+wgAJimB784gdZvUMA57gDP7FdVg==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.8.tgz", + "integrity": "sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==", "optional": true }, "os-tmpdir": { diff --git a/package.json b/package.json index bd3d181..249bff3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dotenv": "^8.2.0", "duckduckgo-images-api": "^1.0.5", "emoji-regex": "^9.2.2", - "eris": "^0.14.0", + "eris": "github:abalabahaha/eris#dev", "file-type": "^16.1.0", "jsqr": "^1.3.1", "lavacord": "^1.1.9",