From 070285dc2a00182fd199aae9c1c2eb974cc9692b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 00:04:59 +0000 Subject: [PATCH] fix(deps): update dependency countries-list to v3.1.0 --- package-lock.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 1f8c046..0991f93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1986,7 +1986,9 @@ "license": "MIT" }, "node_modules/countries-list": { - "version": "3.0.6", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.1.0.tgz", + "integrity": "sha512-HpTBLZba1VPTZSjUnUwR7SykxV7Z/7/+ZM5x5wi5tO99Qvom6bE2SC+AQ18016ujg3jSlYBbMITrHNnPAHSM9Q==", "license": "MIT" }, "node_modules/create-jest": {