This commit is contained in:
TheEssem 2020-01-30 12:55:55 -06:00
parent 77b3ddbc94
commit d3e59228d2
2 changed files with 19 additions and 6 deletions

22
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "esmbot",
"version": "1.1.2",
"version": "1.1.3-1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -993,12 +993,12 @@
"integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE="
},
"form-data": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz",
"integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz",
"integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.6",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
},
@ -2138,6 +2138,18 @@
"cheerio": "^1.0.0-rc.2",
"form-data": "^2.3.3",
"node-fetch": "^2.3.0"
},
"dependencies": {
"form-data": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz",
"integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.6",
"mime-types": "^2.1.12"
}
}
}
},
"rimraf": {

View File

@ -1,6 +1,6 @@
{
"name": "esmbot",
"version": "1.1.3-1",
"version": "1.1.4",
"description": "A Discord bot with miscellaneous features",
"main": "app.js",
"engines": {
@ -19,6 +19,7 @@
"emoji-regex": "^8.0.0",
"eris": "^0.11.2",
"file-type": "^13.1.0",
"form-data": "^3.0.0",
"gm": "^1.23.1",
"jsqr": "^1.2.0",
"moment": "^2.24.0",