diff --git a/package-lock.json b/package-lock.json index 6c3ce6e..3ca76e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1396,8 +1396,8 @@ "integrity": "sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==" }, "eris": { - "version": "github:dragory/eris#9c1935b31a1c2972861464b54bb382a165674b93", - "from": "github:dragory/eris#stickers", + "version": "https://github.com/Dragory/eris/archive/9c1935b31a1c2972861464b54bb382a165674b93.tar.gz", + "integrity": "sha512-YskzQHkf6WbW5ukOrBmM7KaCMk+r7PVtvJp+ecpixBmuJCP2dkmOxwa8fvYhprLw97O8Zkcs0JHs2VpoUEmhSA==", "requires": { "opusscript": "^0.0.7", "tweetnacl": "^1.0.1", @@ -5015,8 +5015,8 @@ "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" }, "supervisor": { - "version": "github:petruisfan/node-supervisor#fb89a695779770d3cd63b624ef4b1ab2908c105d", - "from": "github:petruisfan/node-supervisor#fb89a695779770d3cd63b624ef4b1ab2908c105d", + "version": "https://github.com/petruisfan/node-supervisor/archive/fb89a695779770d3cd63b624ef4b1ab2908c105d.tar.gz", + "integrity": "sha512-+87+CaauTtnY3TozWU8dWZ7lR0pFYrdJzJXnRFGUiCMdrs8i7z61PmXI/QH/XA3a1zsu4KYJFYEKAIoBD8r6LA==", "dev": true }, "supports-color": { diff --git a/package.json b/package.json index 1e0e2d8..62f294e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "ajv": "^6.12.4", - "eris": "github:dragory/eris#stickers", + "eris": "https://github.com/Dragory/eris/archive/9c1935b31a1c2972861464b54bb382a165674b93.tar.gz", "express": "^4.17.1", "helmet": "^4.1.1", "humanize-duration": "^3.23.1", @@ -44,7 +44,7 @@ "devDependencies": { "eslint": "^7.7.0", "jsdoc-to-markdown": "^6.0.1", - "supervisor": "github:petruisfan/node-supervisor#fb89a695779770d3cd63b624ef4b1ab2908c105d" + "supervisor": "https://github.com/petruisfan/node-supervisor/archive/fb89a695779770d3cd63b624ef4b1ab2908c105d.tar.gz" }, "engines": { "node": ">=12.0.0 <14.0.0"