From 669d83169169e0ddaa88d7af702dcf2d82071aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 05:15:19 +0000 Subject: [PATCH] build(deps): Bump country-code-lookup from 0.1.1 to 0.1.3 Bumps [country-code-lookup](https://github.com/richorama/country-code-lookup) from 0.1.1 to 0.1.3. - [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 d3c9f94..feea635 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.1.1", + "country-code-lookup": "^0.1.3", "discord-api-types": "^0.37.71", "discord.js": "^14.14.1", "dotenv": "^16.4.5", diff --git a/yarn.lock b/yarn.lock index 68c279e..fc11fc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -802,10 +802,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.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/country-code-lookup/-/country-code-lookup-0.1.1.tgz#a3a27e5430144e90e4f0af17bcc1c10d46b6c266" - integrity sha512-g3yr9E8oCnlRo1PNHwHEQEjY4aDszS/H35gQZ21ToXd0eoydUAXWACTNYqiL6Tp0gMn+1l+ebErwT2PKw5c88Q== +country-code-lookup@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/country-code-lookup/-/country-code-lookup-0.1.3.tgz#b59c0ea6f933ce262e9b051d1f9d34e1c7348d53" + integrity sha512-gLu+AQKHUnkSQNTxShKgi/4tYd0vEEait3JMrLNZgYlmIZ9DJLkHUjzXE9qcs7dy3xY/kUx2/nOxZ0Z3D9JE+A== create-require@^1.1.0: version "1.1.1"