From 8aab0734517b77d5c6787b8e7fd7c738439a1480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 01:38:27 +0000 Subject: [PATCH] Bump country-code-lookup from 0.0.20 to 0.0.22 Bumps [country-code-lookup](https://github.com/richorama/country-code-lookup) from 0.0.20 to 0.0.22. - [Release notes](https://github.com/richorama/country-code-lookup/releases) - [Commits](https://github.com/richorama/country-code-lookup/commits) --- updated-dependencies: - dependency-name: country-code-lookup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4b9eb5a..841b9fc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "color-thief-node": "^1.0.4", "cors": "^2.8.5", "country-code-emoji": "^2.3.0", - "country-code-lookup": "^0.0.20", + "country-code-lookup": "^0.0.22", "discord-api-types": "^0.37.27", "discord.js": "^14.6.0", "dotenv": "^16.0.3", diff --git a/yarn.lock b/yarn.lock index 68c50d5..b9a3370 100644 --- a/yarn.lock +++ b/yarn.lock @@ -682,10 +682,10 @@ country-code-emoji@^2.3.0: resolved "https://registry.yarnpkg.com/country-code-emoji/-/country-code-emoji-2.3.0.tgz#17de6ef57964467568a53ae9fb30044371a5055c" integrity sha512-MqmIWr3aucoU/3XZU44e0sz6izAlErqaUYp9/NFzdnzb9TrwwornyW3ws2da5TSnpTUr2qP2840oJW9oNKXCoQ== -country-code-lookup@^0.0.20: - version "0.0.20" - resolved "https://registry.yarnpkg.com/country-code-lookup/-/country-code-lookup-0.0.20.tgz#d04c71cd94de4bd44dab6822f637638ed3e55359" - integrity sha512-mcNlekdiVyiKO0lrjj3FrZ36vxlwjUwXTHpdRtVu9917SAYsHrlORmpHdPXeEXwTmw/yiKiTX4t6LC5uP5KVFg== +country-code-lookup@^0.0.22: + version "0.0.22" + resolved "https://registry.yarnpkg.com/country-code-lookup/-/country-code-lookup-0.0.22.tgz#9ba8728cf0daf8ec6b598b6da8e18048d22e36d9" + integrity sha512-MAeQDq6i7/lSKB6lp20HWrlL5bIVNfWyQQJ/FmRac6VNBj+cTgyMv8D+pauV/GMpcgSLD5ODYb3RcRD1OvtCYA== create-require@^1.1.0: version "1.1.1"