This commit is contained in:
TheEssem 2021-05-06 16:07:57 -05:00
parent 11ab4ad1d4
commit afeff51ffe
2 changed files with 8 additions and 35 deletions

41
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "esmbot", "name": "esmbot",
"version": "1.5.0", "version": "1.5.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "esmbot", "name": "esmbot",
"version": "1.5.0", "version": "1.5.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@top-gg/sdk": "^3.1.1", "@top-gg/sdk": "^3.1.1",
@ -1147,9 +1147,9 @@
} }
}, },
"node_modules/eris": { "node_modules/eris": {
"version": "0.15.0", "version": "0.15.1",
"resolved": "https://registry.npmjs.org/eris/-/eris-0.15.0.tgz", "resolved": "git+ssh://git@github.com/abalabahaha/eris.git#a02293b680248e4c1a1bd679a431e98031bf1f38",
"integrity": "sha512-muBdi5XyMXdxFQ8xUG6yofq40/Z02CHlqJP7zIdHhpdDiHvFM/mybGiFAHuoSYcsVTTvEfbUaAJ+SDEmMjARYw==", "license": "MIT",
"dependencies": { "dependencies": {
"ws": "^7.2.1" "ws": "^7.2.1"
}, },
@ -1175,21 +1175,6 @@
"node": ">=8.0.0" "node": ">=8.0.0"
} }
}, },
"node_modules/eris-sharder/node_modules/eris": {
"version": "0.15.1-dev",
"resolved": "git+ssh://git@github.com/abalabahaha/eris.git#340ffe9118ccf8f938598c90c65418fc624608db",
"license": "MIT",
"dependencies": {
"ws": "^7.2.1"
},
"engines": {
"node": ">=10.4.0"
},
"optionalDependencies": {
"opusscript": "^0.0.8",
"tweetnacl": "^1.0.1"
}
},
"node_modules/erlpack": { "node_modules/erlpack": {
"version": "0.1.3", "version": "0.1.3",
"resolved": "git+ssh://git@github.com/abalabahaha/erlpack.git#5d0064f9e106841e1eead711a6451f99b0d289fd", "resolved": "git+ssh://git@github.com/abalabahaha/erlpack.git#5d0064f9e106841e1eead711a6451f99b0d289fd",
@ -4825,9 +4810,8 @@
} }
}, },
"eris": { "eris": {
"version": "0.15.0", "version": "git+ssh://git@github.com/abalabahaha/eris.git#a02293b680248e4c1a1bd679a431e98031bf1f38",
"resolved": "https://registry.npmjs.org/eris/-/eris-0.15.0.tgz", "from": "eris@^0.15.0",
"integrity": "sha512-muBdi5XyMXdxFQ8xUG6yofq40/Z02CHlqJP7zIdHhpdDiHvFM/mybGiFAHuoSYcsVTTvEfbUaAJ+SDEmMjARYw==",
"requires": { "requires": {
"opusscript": "^0.0.8", "opusscript": "^0.0.8",
"tweetnacl": "^1.0.1", "tweetnacl": "^1.0.1",
@ -4842,17 +4826,6 @@
"colors": "^1.1.2", "colors": "^1.1.2",
"eris": "github:abalabahaha/eris#dev", "eris": "github:abalabahaha/eris#dev",
"fancy-log": "^1.3.0" "fancy-log": "^1.3.0"
},
"dependencies": {
"eris": {
"version": "git+ssh://git@github.com/abalabahaha/eris.git#340ffe9118ccf8f938598c90c65418fc624608db",
"from": "eris@github:abalabahaha/eris#dev",
"requires": {
"opusscript": "^0.0.8",
"tweetnacl": "^1.0.1",
"ws": "^7.2.1"
}
}
} }
}, },
"erlpack": { "erlpack": {

View file

@ -1,6 +1,6 @@
{ {
"name": "esmbot", "name": "esmbot",
"version": "1.5.1", "version": "1.5.2",
"description": "A Discord bot with miscellaneous features", "description": "A Discord bot with miscellaneous features",
"main": "app.js", "main": "app.js",
"engines": { "engines": {