From 44b555ba4e5727583dc9fd4c5f04ddea8fc10ec8 Mon Sep 17 00:00:00 2001 From: Stephen Wade Date: Thu, 31 Dec 2020 18:37:01 -0500 Subject: [PATCH] chore(deps): update emoji-regex --- packages/eslint-plugin-lit-a11y/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/eslint-plugin-lit-a11y/package.json b/packages/eslint-plugin-lit-a11y/package.json index 43f97b75..db5db021 100644 --- a/packages/eslint-plugin-lit-a11y/package.json +++ b/packages/eslint-plugin-lit-a11y/package.json @@ -35,7 +35,7 @@ "axe-core": "^4.0.2", "axobject-query": "^2.2.0", "dom5": "^3.0.1", - "emoji-regex": "^9.0.0", + "emoji-regex": "^9.2.0", "eslint": "^7.6.0", "eslint-rule-extender": "0.0.1", "intl-list-format": "^1.0.3", diff --git a/yarn.lock b/yarn.lock index 38c991d5..f00c5bb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8525,7 +8525,7 @@ emoji-regex@^8.0.0: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== -emoji-regex@^9.0.0: +emoji-regex@^9.2.0: version "9.2.0" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.0.tgz#a26da8e832b16a9753309f25e35e3c0efb9a066a" integrity sha512-DNc3KFPK18bPdElMJnf/Pkv5TXhxFU3YFDEuGLDRtPmV4rkmCjBkCSEp22u6rBHdSN9Vlp/GK7k98prmE1Jgug==