From 2b7e45a99d654e01c76a8e5711c629899ac70c6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 23:28:58 +0000 Subject: [PATCH] fix(deps): update dependency libphonenumber-js to v1.10.7 --- 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..919109e1 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.7", "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.7", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.7.tgz", + "integrity": "sha512-jZXLCCWMe1b/HXkjiLeYt2JsytZMcqH26jLFIdzFDFF0xvSUWrYKyvPlyPG+XJzEyKUFbcZxLdWGMwQsWaHDxQ==" }, "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.7", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.7.tgz", + "integrity": "sha512-jZXLCCWMe1b/HXkjiLeYt2JsytZMcqH26jLFIdzFDFF0xvSUWrYKyvPlyPG+XJzEyKUFbcZxLdWGMwQsWaHDxQ==" }, "lie": { "version": "3.3.0", diff --git a/package.json b/package.json index ab3c972d..56ed3783 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.7", "luxon": "2.0.2", "pg": "8.7.1", "serverless-http": "2.7.0",