Merge pull request #1654 from h3poteto/update/megalodon/3.2.4

Bump megalodon from 3.2.3 to 3.2.4
This commit is contained in:
AkiraFukushima 2020-07-31 22:23:39 +09:00 committed by GitHub
commit 36846052c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 15 deletions

22
package-lock.json generated
View File

@ -20760,9 +20760,9 @@
"dev": true
},
"megalodon": {
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-3.2.3.tgz",
"integrity": "sha512-JjT4K+IS4U16yZwtM602AW0hssFVTmZAgpGj84CYltzdMv/X7Ge1McRSw40vBpFlO3615Zt698DqzpM834nmTA==",
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-3.2.4.tgz",
"integrity": "sha512-EkZCTY4Jjs2x2A8FWMLwI+DMAgl86M/GgH5fHTPhRNezMfbGCqt7V6Jl1OIoxTrbEWcqk89QjWXGPeEGgpAHvw==",
"requires": {
"@types/oauth": "^0.9.0",
"@types/ws": "^7.2.0",
@ -20771,20 +20771,15 @@
"moment": "^2.24.0",
"oauth": "^0.9.15",
"socks-proxy-agent": "^5.0.0",
"typescript": "3.9.6",
"typescript": "3.9.7",
"uuid": "^8.0.0",
"ws": "^7.2.1"
},
"dependencies": {
"typescript": {
"version": "3.9.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz",
"integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw=="
},
"uuid": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz",
"integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q=="
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz",
"integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ=="
}
}
},
@ -28672,8 +28667,7 @@
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"dev": true
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw=="
},
"uglify-js": {
"version": "3.4.9",

View File

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