Bump megalodon from 3.2.5 to 3.3.0

This commit is contained in:
AkiraFukushima 2020-08-31 11:49:14 +09:00
parent 919f569c7b
commit aec86a85d2
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19389,9 +19389,9 @@
"dev": true "dev": true
}, },
"megalodon": { "megalodon": {
"version": "3.2.5", "version": "3.3.0",
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-3.2.5.tgz", "resolved": "https://registry.npmjs.org/megalodon/-/megalodon-3.3.0.tgz",
"integrity": "sha512-RoAX14fjkjWEaJg/QhoTIoSM6A8FUbWFqB77rd3EivD5bilXPkNh+yh9XPtEp67NCrZEbnfwpV0b0rhAcEsHcw==", "integrity": "sha512-YDspzWuJ6lqsxaCoEaE4bILNrK8nuk+7rDd+ythNoBcVksJ/2SFqSIeRdkIGPchc7VfKpCn1vpe8URx9FrPnuw==",
"requires": { "requires": {
"@types/oauth": "^0.9.0", "@types/oauth": "^0.9.0",
"@types/ws": "^7.2.0", "@types/ws": "^7.2.0",
@ -24973,11 +24973,11 @@
} }
}, },
"socks": { "socks": {
"version": "2.4.1", "version": "2.4.2",
"resolved": "https://registry.npmjs.org/socks/-/socks-2.4.1.tgz", "resolved": "https://registry.npmjs.org/socks/-/socks-2.4.2.tgz",
"integrity": "sha512-8mWHeYC1OA0500qzb+sqwm0Hzi8oBpeuI1JugoBVMEJtJvxSgco8xFSK+NRnZcHeeWjTbF82KUDo5sXH22TY5A==", "integrity": "sha512-cE6P9R+/CET9XhIMvqhRgaNT1GXKIahioMjwwhgYOd+8UQWP50rrFm+faqG/4xkZsjTdVeBYr0Tb246BSC9/fg==",
"requires": { "requires": {
"ip": "1.1.5", "ip": "^1.1.5",
"smart-buffer": "^4.1.0" "smart-buffer": "^4.1.0"
} }
}, },

View File

@ -184,7 +184,7 @@
"hoek": "^6.1.3", "hoek": "^6.1.3",
"i18next": "^19.6.3", "i18next": "^19.6.3",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"megalodon": "3.2.5", "megalodon": "3.3.0",
"moment": "^2.27.0", "moment": "^2.27.0",
"mousetrap": "^1.6.5", "mousetrap": "^1.6.5",
"nedb": "^1.8.0", "nedb": "^1.8.0",