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:
commit
7ea60f6c94
|
@ -95,7 +95,7 @@
|
||||||
"element-plus": "^2.2.27",
|
"element-plus": "^2.2.27",
|
||||||
"emoji-mart-vue-fast": "^12.0.1",
|
"emoji-mart-vue-fast": "^12.0.1",
|
||||||
"i18next": "^21.9.1",
|
"i18next": "^21.9.1",
|
||||||
"megalodon": "5.0.5",
|
"megalodon": "5.0.6",
|
||||||
"minimist": "^1.2.7",
|
"minimist": "^1.2.7",
|
||||||
"mitt": "^3.0.0",
|
"mitt": "^3.0.0",
|
||||||
"moment": "^2.29.4",
|
"moment": "^2.29.4",
|
||||||
|
|
|
@ -85,7 +85,7 @@ describe('AccountProfile', () => {
|
||||||
header_static: '',
|
header_static: '',
|
||||||
emojis: [],
|
emojis: [],
|
||||||
moved: null,
|
moved: null,
|
||||||
fields: null,
|
fields: [],
|
||||||
bot: false
|
bot: false
|
||||||
}
|
}
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
@ -119,7 +119,7 @@ describe('AccountProfile', () => {
|
||||||
header_static: '',
|
header_static: '',
|
||||||
emojis: [],
|
emojis: [],
|
||||||
moved: null,
|
moved: null,
|
||||||
fields: null,
|
fields: [],
|
||||||
bot: false
|
bot: false
|
||||||
}
|
}
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
@ -153,7 +153,7 @@ describe('AccountProfile', () => {
|
||||||
header_static: '',
|
header_static: '',
|
||||||
emojis: [],
|
emojis: [],
|
||||||
moved: null,
|
moved: null,
|
||||||
fields: null,
|
fields: [],
|
||||||
bot: false
|
bot: false
|
||||||
}
|
}
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
@ -187,7 +187,7 @@ describe('AccountProfile', () => {
|
||||||
header_static: '',
|
header_static: '',
|
||||||
emojis: [],
|
emojis: [],
|
||||||
moved: null,
|
moved: null,
|
||||||
fields: null,
|
fields: [],
|
||||||
bot: false
|
bot: false
|
||||||
}
|
}
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
|
@ -52,7 +52,7 @@ const account: Entity.Account = {
|
||||||
header_static: '',
|
header_static: '',
|
||||||
emojis: [],
|
emojis: [],
|
||||||
moved: null,
|
moved: null,
|
||||||
fields: null,
|
fields: [],
|
||||||
bot: false
|
bot: false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@ const account: Entity.Account = {
|
||||||
header_static: '',
|
header_static: '',
|
||||||
emojis: [],
|
emojis: [],
|
||||||
moved: null,
|
moved: null,
|
||||||
fields: null,
|
fields: [],
|
||||||
bot: false
|
bot: false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8725,10 +8725,10 @@ media-typer@0.3.0:
|
||||||
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
|
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
|
||||||
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
|
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
|
||||||
|
|
||||||
megalodon@5.0.5:
|
megalodon@5.0.6:
|
||||||
version "5.0.5"
|
version "5.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/megalodon/-/megalodon-5.0.5.tgz#1623bbeb4fee96b4f297545b347ad010ea98c833"
|
resolved "https://registry.yarnpkg.com/megalodon/-/megalodon-5.0.6.tgz#01f3e13e55542d7a966de89b4e52b5f73bea7341"
|
||||||
integrity sha512-8pQf9N1k7g41b83k+EIyhpV8Vr2sipcWsaIvtujBYKFyOCmkplGJCm+54e9Us0b5A4Q9pPue3wGtQuYwBOYpFg==
|
integrity sha512-Tt27g71M852mw14LvCEDgOeIEoP6tHRVRDJMxl0BYVGr/IpYC0Zpd5M3ql0teV3JL8Sl5kSAI2jt0mYzpsuilg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/oauth" "^0.9.0"
|
"@types/oauth" "^0.9.0"
|
||||||
"@types/ws" "^8.2.3"
|
"@types/ws" "^8.2.3"
|
||||||
|
|
Loading…
Reference in New Issue