From c5c6cd2b3512944449a673c97a6994f708aa023d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 07:29:52 +0000 Subject: [PATCH] fix(deps): update dependency libphonenumber-js to v1.10.56 --- 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..71d8c4c2 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.56", "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.56", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.56.tgz", + "integrity": "sha512-d0GdKshNnyfl5gM7kZ9rXjGiAbxT/zCXp0k+EAzh8H4zrb2R7GXtMCrULrX7UQxtfx6CLy/vz/lomvW79FAFdA==" }, "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.56", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.56.tgz", + "integrity": "sha512-d0GdKshNnyfl5gM7kZ9rXjGiAbxT/zCXp0k+EAzh8H4zrb2R7GXtMCrULrX7UQxtfx6CLy/vz/lomvW79FAFdA==" }, "lie": { "version": "3.3.0", diff --git a/package.json b/package.json index ab3c972d..2f6ab43b 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.56", "luxon": "2.0.2", "pg": "8.7.1", "serverless-http": "2.7.0",