hopefully fixing the mime vulnerability

This commit is contained in:
rhearmas 2019-12-13 09:37:25 -05:00
parent 33b930f08a
commit d38b204ec8
2 changed files with 16 additions and 4 deletions

18
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "guidebot",
"version": "2.3.6",
"name": "cardboardbot",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -92,6 +92,11 @@
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA=="
},
"common-tags": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz",
"integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw=="
},
"crawl": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/crawl/-/crawl-0.3.1.tgz",
@ -99,7 +104,7 @@
"requires": {
"colors": ">= 0.6.0-1",
"first": "0.0.x",
"mime": "1.2.x",
"mime": "1.4.x",
"node_hash": "0.2.x",
"optimist": "0.3.x",
"prettyjson": "0.7.x",
@ -226,8 +231,13 @@
"resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
"integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
},
"math-expression-evaluator": {
"version": "1.2.17",
"resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz",
"integrity": "sha1-3oGf282E3M2PrlnGrreWFbnSZqw="
},
"mime": {
"version": ">=1.4.1",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz",
"integrity": "sha1-WCA+7Ybjpe8XrtK32evUfwpg3RA="
},

View File

@ -22,10 +22,12 @@
"dependencies": {
"better-sqlite3": "^5.4.0",
"chalk": "^2.4.2",
"common-tags": "^1.8.0",
"crawl": "^0.3.1",
"discord.js": "^11.5.1",
"enmap": "^5.0.0",
"inquirer": "^6.3.1",
"math-expression-evaluator": "^1.2.17",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"recrawl": "^2.0.0"