From 4b55476eaad3b8192ecba785e966be61a0e9a0dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:22:59 +0000 Subject: [PATCH] Bump country-code-lookup from 0.0.23 to 0.1.0 Bumps [country-code-lookup](https://github.com/richorama/country-code-lookup) from 0.0.23 to 0.1.0. - [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-minor ... 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 1616066..7ef81f4 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.23", + "country-code-lookup": "^0.1.0", "discord-api-types": "^0.37.62", "discord.js": "^14.11.0", "dotenv": "^16.0.3", diff --git a/yarn.lock b/yarn.lock index d6bc930..884d793 100644 --- a/yarn.lock +++ b/yarn.lock @@ -753,10 +753,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.23: - version "0.0.23" - resolved "https://registry.yarnpkg.com/country-code-lookup/-/country-code-lookup-0.0.23.tgz#a5fb8fd338878b9066a653f93a979602da303ad8" - integrity sha512-kxhIGcau9/X+tgPg9yO2q1OLu8jiYYsdwXuiXzHdsgNChd36xrJMlOba7ka9O1xShCVTiVQPQpq/tcuy4WiW+Q== +country-code-lookup@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/country-code-lookup/-/country-code-lookup-0.1.0.tgz#aa5b2d3ecc92cd7aed706ee70b7e4ee2f1d3799d" + integrity sha512-IOI66HEG+8bXfWPy+sTzuN7161vmDZOHg1wgIPFf3WfD73FeLajnn6C+fnxOIa9RL1WRBDMXQQWW/FOaOYaQ3w== create-require@^1.1.0: version "1.1.1"