Update to eris v0.13.3

cshd
Dragory 2020-08-13 00:16:28 +03:00
parent 6630d46f48
commit 565032da1e
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
2 changed files with 16 additions and 24 deletions

38
package-lock.json generated
View File

@ -194,11 +194,6 @@
"integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
"dev": true "dev": true
}, },
"async-limiter": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
},
"asynckit": { "asynckit": {
"version": "0.4.0", "version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
@ -877,13 +872,13 @@
} }
}, },
"eris": { "eris": {
"version": "0.11.1", "version": "0.13.3",
"resolved": "https://registry.npmjs.org/eris/-/eris-0.11.1.tgz", "resolved": "https://registry.npmjs.org/eris/-/eris-0.13.3.tgz",
"integrity": "sha512-Ct32iXjESOnmklxZCEA281BQsTlAsS9xzQkbGlnvzXshCjBptWJ5h8Oxbu67ui1DirsYs0WipB8EBC9ITQ5ZQA==", "integrity": "sha512-WBtLyknOWZpYZL9yPhez0oKUWvYpunSg43hGxawwjwSf3gFXmbEPYrT8KlmZXtpJnX16eQ7mzIq+MgSh3LarEg==",
"requires": { "requires": {
"opusscript": "^0.0.4", "opusscript": "^0.0.7",
"tweetnacl": "^1.0.0", "tweetnacl": "^1.0.1",
"ws": "^7.1.2" "ws": "^7.2.1"
} }
}, },
"error-ex": { "error-ex": {
@ -3079,9 +3074,9 @@
} }
}, },
"opusscript": { "opusscript": {
"version": "0.0.4", "version": "0.0.7",
"resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.4.tgz", "resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.7.tgz",
"integrity": "sha512-bEPZFE2lhUJYQD5yfTFO4RhbRZ937x6hRwBC1YoGacT35bwDVwKFP1+amU8NYfZL/v4EU7ZTU3INTqzYAnuP7Q==", "integrity": "sha512-DcBadTdYTUuH9zQtepsLjQn4Ll6rs3dmeFvN+SD0ThPnxRBRm/WC1zXWPg+wgAJimB784gdZvUMA57gDP7FdVg==",
"optional": true "optional": true
}, },
"os-homedir": { "os-homedir": {
@ -4050,9 +4045,9 @@
} }
}, },
"tweetnacl": { "tweetnacl": {
"version": "1.0.1", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.1.tgz", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz",
"integrity": "sha512-kcoMoKTPYnoeS50tzoqjPY3Uv9axeuuFAZY9M/9zFnhoVvRfxz9K29IMPD7jGmt2c8SW7i3gT9WqDl2+nV7p4A==", "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==",
"optional": true "optional": true
}, },
"type-check": { "type-check": {
@ -4293,12 +4288,9 @@
} }
}, },
"ws": { "ws": {
"version": "7.2.0", "version": "7.3.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
"integrity": "sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==", "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA=="
"requires": {
"async-limiter": "^1.0.0"
}
}, },
"y18n": { "y18n": {
"version": "4.0.0", "version": "4.0.0",

View File

@ -18,7 +18,7 @@
}, },
"dependencies": { "dependencies": {
"ajv": "^6.12.3", "ajv": "^6.12.3",
"eris": "^0.11.1", "eris": "^0.13.3",
"humanize-duration": "^3.12.1", "humanize-duration": "^3.12.1",
"ini": "^1.3.5", "ini": "^1.3.5",
"json-schema-to-jsdoc": "^1.0.0", "json-schema-to-jsdoc": "^1.0.0",