Skip to content

Commit

Permalink
fix(deps): bump libphonenumber-js from 1.7.55 to 1.9.5 (#798)
Browse files Browse the repository at this point in the history
* fix(deps): bump libphonenumber-js from 1.7.55 to 1.9.5

Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.7.55 to 1.9.5.
- [Release notes](https://gitlab.com/catamphetamine/libphonenumber-js/tags)
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/commits/master)

Signed-off-by: dependabot[bot] <[email protected]>

* fix(tests): update contact number used to be libphonenumber's example

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kar Rui Lau <[email protected]>
  • Loading branch information
dependabot[bot] and karrui authored Dec 3, 2020
1 parent 44402e7 commit 34ebcaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"json-stringify-safe": "^5.0.1",
"jszip": "^3.2.2",
"jwt-decode": "^3.1.2",
"libphonenumber-js": "^1.7.55",
"libphonenumber-js": "^1.9.5",
"lodash": "^4.17.20",
"moment-timezone": "0.5.32",
"mongodb-uri": "^0.9.7",
Expand Down
4 changes: 1 addition & 3 deletions tests/unit/backend/models/user.server.model.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ MockDate.set(MOCKED_DATE)

const AGENCY_DOMAIN = 'example.com'
const VALID_USER_EMAIL = `test@${AGENCY_DOMAIN}`
// Obtained from Twilio's
// https://www.twilio.com/blog/2018/04/twilio-test-credentials-magic-numbers.html
const VALID_CONTACT = '+15005550006'
const VALID_CONTACT = '+6581234567'

describe('User Model', () => {
let agency: IAgencySchema
Expand Down

0 comments on commit 34ebcaa

Please sign in to comment.