From 1518aee5a777d2704afbd1f4bcbbab33848db9b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:54:19 +0000 Subject: [PATCH] fix(deps): update dependency libphonenumber-js to v1.10.54 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38977bfc..5eda64c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "iso-3166-ts": "2.1.0", "jsonwebtoken": "8.5.1", "knex": "0.95.11", - "libphonenumber-js": "1.9.32", + "libphonenumber-js": "1.10.54", "luxon": "2.0.2", "pg": "8.7.1", "serverless-http": "2.7.0", @@ -13786,9 +13786,9 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.9.32", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.9.32.tgz", - "integrity": "sha512-sXuNLzTU/lNUZ78eWUi5JvqaHAhwBMuMT17613EjLZl/ejIoDe0EV225Xhw4vuZ6FcqkiwsF8qHcOyyn1dBEWQ==" + "version": "1.10.54", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.54.tgz", + "integrity": "sha512-P+38dUgJsmh0gzoRDoM4F5jLbyfztkU6PY6eSK6S5HwTi/LPvnwXqVCQZlAy1FxZ5c48q25QhxGQ0pq+WQcSlQ==" }, "node_modules/lie": { "version": "3.3.0", @@ -32447,9 +32447,9 @@ } }, "libphonenumber-js": { - "version": "1.9.32", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.9.32.tgz", - "integrity": "sha512-sXuNLzTU/lNUZ78eWUi5JvqaHAhwBMuMT17613EjLZl/ejIoDe0EV225Xhw4vuZ6FcqkiwsF8qHcOyyn1dBEWQ==" + "version": "1.10.54", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.54.tgz", + "integrity": "sha512-P+38dUgJsmh0gzoRDoM4F5jLbyfztkU6PY6eSK6S5HwTi/LPvnwXqVCQZlAy1FxZ5c48q25QhxGQ0pq+WQcSlQ==" }, "lie": { "version": "3.3.0", diff --git a/package.json b/package.json index ab3c972d..be6f5ad8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "iso-3166-ts": "2.1.0", "jsonwebtoken": "8.5.1", "knex": "0.95.11", - "libphonenumber-js": "1.9.32", + "libphonenumber-js": "1.10.54", "luxon": "2.0.2", "pg": "8.7.1", "serverless-http": "2.7.0",