From 306b0cec33500b218a35302ee7a46fba5bac42bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 01:55:28 +0000 Subject: [PATCH] fix(deps): update dependency libphonenumber-js to v1.11.2 --- 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..08c95695 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.11.2", "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.11.2", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.2.tgz", + "integrity": "sha512-V9mGLlaXN1WETzqQvSu6qf6XVAr3nFuJvWsHcuzCCCo6xUKawwSxOPTpan5CGOSKTn5w/bQuCZcLPJkyysgC3w==" }, "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.11.2", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.2.tgz", + "integrity": "sha512-V9mGLlaXN1WETzqQvSu6qf6XVAr3nFuJvWsHcuzCCCo6xUKawwSxOPTpan5CGOSKTn5w/bQuCZcLPJkyysgC3w==" }, "lie": { "version": "3.3.0", diff --git a/package.json b/package.json index ab3c972d..735cec09 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.11.2", "luxon": "2.0.2", "pg": "8.7.1", "serverless-http": "2.7.0",