From 17acee00391283683f597818061691f3e0ddd3ef Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Fri, 6 Nov 2020 02:30:22 +0200 Subject: [PATCH] Update to Eris 0.14.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d10d48a..9fb5f89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1396,8 +1396,8 @@ "integrity": "sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==" }, "eris": { - "version": "https://github.com/Dragory/eris/archive/9c1935b31a1c2972861464b54bb382a165674b93.tar.gz", - "integrity": "sha512-YskzQHkf6WbW5ukOrBmM7KaCMk+r7PVtvJp+ecpixBmuJCP2dkmOxwa8fvYhprLw97O8Zkcs0JHs2VpoUEmhSA==", + "version": "https://github.com/Dragory/eris/archive/stickers-0.14.0.tar.gz", + "integrity": "sha512-4L04+OUPdKaADpFyatM0FYpNRYRCJSdYEIFRpVbPGjQUeHO4XkbqNZ4knL5yedMJqzzib3u2qFIJUkHu9HgAbw==", "requires": { "opusscript": "^0.0.7", "tweetnacl": "^1.0.1", diff --git a/package.json b/package.json index e27d855..3a831a8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "ajv": "^6.12.4", - "eris": "https://github.com/Dragory/eris/archive/9c1935b31a1c2972861464b54bb382a165674b93.tar.gz", + "eris": "https://github.com/Dragory/eris/archive/stickers-0.14.0.tar.gz", "express": "^4.17.1", "helmet": "^4.1.1", "humanize-duration": "^3.23.1",