Merge pull request #3993 from h3poteto/dependabot/npm_and_yarn/megalodon-5.0.6

build(deps): bump megalodon from 5.0.5 to 5.0.6
This commit is contained in:
AkiraFukushima 2023-01-13 21:27:13 +09:00 committed by GitHub
commit 7ea60f6c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View File

@ -95,7 +95,7 @@
"element-plus": "^2.2.27",
"emoji-mart-vue-fast": "^12.0.1",
"i18next": "^21.9.1",
"megalodon": "5.0.5",
"megalodon": "5.0.6",
"minimist": "^1.2.7",
"mitt": "^3.0.0",
"moment": "^2.29.4",

View File

@ -85,7 +85,7 @@ describe('AccountProfile', () => {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}
beforeEach(() => {
@ -119,7 +119,7 @@ describe('AccountProfile', () => {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}
beforeEach(() => {
@ -153,7 +153,7 @@ describe('AccountProfile', () => {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}
beforeEach(() => {
@ -187,7 +187,7 @@ describe('AccountProfile', () => {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}
beforeEach(() => {

View File

@ -52,7 +52,7 @@ const account: Entity.Account = {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}

View File

@ -82,7 +82,7 @@ const account: Entity.Account = {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}

View File

@ -8725,10 +8725,10 @@ media-typer@0.3.0:
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
megalodon@5.0.5:
version "5.0.5"
resolved "https://registry.yarnpkg.com/megalodon/-/megalodon-5.0.5.tgz#1623bbeb4fee96b4f297545b347ad010ea98c833"
integrity sha512-8pQf9N1k7g41b83k+EIyhpV8Vr2sipcWsaIvtujBYKFyOCmkplGJCm+54e9Us0b5A4Q9pPue3wGtQuYwBOYpFg==
megalodon@5.0.6:
version "5.0.6"
resolved "https://registry.yarnpkg.com/megalodon/-/megalodon-5.0.6.tgz#01f3e13e55542d7a966de89b4e52b5f73bea7341"
integrity sha512-Tt27g71M852mw14LvCEDgOeIEoP6tHRVRDJMxl0BYVGr/IpYC0Zpd5M3ql0teV3JL8Sl5kSAI2jt0mYzpsuilg==
dependencies:
"@types/oauth" "^0.9.0"
"@types/ws" "^8.2.3"