Merge pull request #4419 from h3poteto/dependabot/npm_and_yarn/megalodon-6.0.3

build(deps): bump megalodon from 6.0.1 to 6.0.3
This commit is contained in:
AkiraFukushima 2023-06-03 00:48:45 +09:00 committed by GitHub
commit 76869d16f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 13 deletions

View File

@ -91,7 +91,7 @@
"element-plus": "^2.3.4", "element-plus": "^2.3.4",
"emoji-mart-vue-fast": "^12.0.1", "emoji-mart-vue-fast": "^12.0.1",
"i18next": "^22.4.15", "i18next": "^22.4.15",
"megalodon": "6.0.1", "megalodon": "6.0.3",
"minimist": "^1.2.8", "minimist": "^1.2.8",
"mitt": "^3.0.0", "mitt": "^3.0.0",
"moment": "^2.29.4", "moment": "^2.29.4",

View File

@ -6,19 +6,22 @@ describe('emojify', () => {
shortcode: 'python', shortcode: 'python',
static_url: 'https://example.com/python', static_url: 'https://example.com/python',
url: 'https://example.com/python', url: 'https://example.com/python',
visible_in_picker: true visible_in_picker: true,
category: ''
}, },
{ {
shortcode: 'nodejs', shortcode: 'nodejs',
static_url: 'https://example.com/nodejs', static_url: 'https://example.com/nodejs',
url: 'https://example.com/nodejs', url: 'https://example.com/nodejs',
visible_in_picker: true visible_in_picker: true,
category: ''
}, },
{ {
shortcode: 'slack', shortcode: 'slack',
static_url: 'https://example.com/slack', static_url: 'https://example.com/slack',
url: 'https://example.com/slack', url: 'https://example.com/slack',
visible_in_picker: true visible_in_picker: true,
category: ''
} }
] ]
describe('Does not contain shortcode', () => { describe('Does not contain shortcode', () => {

View File

@ -2930,10 +2930,10 @@ axios@1.3.5:
form-data "^4.0.0" form-data "^4.0.0"
proxy-from-env "^1.1.0" proxy-from-env "^1.1.0"
axios@1.3.6: axios@1.4.0:
version "1.3.6" version "1.4.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.6.tgz#1ace9a9fb994314b5f6327960918406fa92c6646" resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
integrity sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg== integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
dependencies: dependencies:
follow-redirects "^1.15.0" follow-redirects "^1.15.0"
form-data "^4.0.0" form-data "^4.0.0"
@ -7993,14 +7993,14 @@ 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 sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
megalodon@6.0.1: megalodon@6.0.3:
version "6.0.1" version "6.0.3"
resolved "https://registry.yarnpkg.com/megalodon/-/megalodon-6.0.1.tgz#046f5a0237de835cdfa0fba7100456f7a151dcce" resolved "https://registry.yarnpkg.com/megalodon/-/megalodon-6.0.3.tgz#576633c25169acb09c4e591e8531092cdf3c32de"
integrity sha512-kXDwMfCBCXRbyxPo7yz6WbCi7UFmWFSqbC8RWJl3TuFm1zzrsV1mZveiiiEKeWUq/TWqqo8H9KPQzcuCDKNtTQ== integrity sha512-5BZnhzais0sMjeHYWU8FccKY5w1Iw5M0Lqnj3Py0PoIP+gEBFWGGyx8C9KkGOtrhgvNsXyroqvEV1ud8ZBrBDA==
dependencies: dependencies:
"@types/oauth" "^0.9.0" "@types/oauth" "^0.9.0"
"@types/ws" "^8.5.4" "@types/ws" "^8.5.4"
axios "1.3.6" axios "1.4.0"
dayjs "^1.11.7" dayjs "^1.11.7"
form-data "^4.0.0" form-data "^4.0.0"
https-proxy-agent "^5.0.1" https-proxy-agent "^5.0.1"