diff --git a/client/package-lock.json b/client/package-lock.json index 12ba5dfb3..0c47083c8 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -48,6 +48,7 @@ "memoize-one": "^6.0.0", "normalize-url": "^8.0.1", "object-hash": "^3.0.0", + "phone": "^3.1.59", "prop-types": "^15.8.1", "query-string": "^9.2.0", "raf-schd": "^4.0.3", @@ -13266,6 +13267,15 @@ "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", "license": "MIT" }, + "node_modules/phone": { + "version": "3.1.59", + "resolved": "https://registry.npmjs.org/phone/-/phone-3.1.59.tgz", + "integrity": "sha512-CUv22jw0Zgrb/h7v3sEd262zJXS/66h7zyCCRIynx+2FswAJuuFsXsJkIxMUT4UcosKxDx1bJwdZeGnDELLsCw==", + "license": "MIT", + "engines": { + "node": ">=12" + } + }, "node_modules/picocolors": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", diff --git a/client/package.json b/client/package.json index 40c52b409..f78b924ca 100644 --- a/client/package.json +++ b/client/package.json @@ -47,6 +47,7 @@ "memoize-one": "^6.0.0", "normalize-url": "^8.0.1", "object-hash": "^3.0.0", + "phone": "^3.1.59", "prop-types": "^15.8.1", "query-string": "^9.2.0", "raf-schd": "^4.0.3",