From aa0a7b541b7dc67781fb6694c6fcf31936fcb9b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 06:51:46 +0000 Subject: [PATCH] Update dependency libphonenumber-js to ^1.10.44 --- packages/whip-check/package.json | 2 +- packages/whip-data/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/whip-check/package.json b/packages/whip-check/package.json index 1d0c932..39fbebd 100644 --- a/packages/whip-check/package.json +++ b/packages/whip-check/package.json @@ -13,7 +13,7 @@ "dependencies": { "date-fns": "^2.27.0", "isemail": "^3.2.0", - "libphonenumber-js": "^1.9.44", + "libphonenumber-js": "^1.10.44", "superstruct": "^0.15.4", "zxcvbn": "^4.4.2" }, diff --git a/packages/whip-data/package.json b/packages/whip-data/package.json index 5f4f8b9..096c90e 100644 --- a/packages/whip-data/package.json +++ b/packages/whip-data/package.json @@ -15,7 +15,7 @@ "date-fns": "^2.27.0", "decamelize": "^6.0.0", "isemail": "^3.2.0", - "libphonenumber-js": "^1.9.44", + "libphonenumber-js": "^1.10.44", "zxcvbn": "^4.4.2" } } diff --git a/yarn.lock b/yarn.lock index 55c7ac3..8c8834f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3987,10 +3987,10 @@ levn@^0.4.1: prelude-ls "^1.2.1" type-check "~0.4.0" -libphonenumber-js@^1.9.44: - version "1.9.44" - resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.9.44.tgz#d036364fe4c1e27205d1d283c7bf8fc25625200b" - integrity sha512-zhw8nUMJuQf7jG1dZfEOKKOS6M3QYIv3HnvB/vGohNd0QfxIQcObH3a6Y6s350H+9xgBeOXClOJkS0hJ0yvS3g== +libphonenumber-js@^1.10.44: + version "1.10.44" + resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.44.tgz#6709722461173e744190494aaaec9c1c690d8ca8" + integrity sha512-svlRdNBI5WgBjRC20GrCfbFiclbF0Cx+sCcQob/C1r57nsoq0xg8r65QbTyVyweQIlB33P+Uahyho6EMYgcOyQ== lines-and-columns@^1.1.6: version "1.2.4"