Skip to content

Commit 3fc92a8

Browse files
fix(deps): update oidc-provider digest to c8f353f (#7345)
* fix(deps): update oidc-provider digest to c8f353f * fix: lint errors --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
1 parent 01d1c62 commit 3fc92a8

File tree

3 files changed

+361
-964
lines changed

3 files changed

+361
-964
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"lru-cache": "^11.0.0",
8181
"nanoid": "^5.0.9",
8282
"node-forge": "^1.3.1",
83-
"oidc-provider": "github:logto-io/node-oidc-provider#6d38fff3756a73b7ccbb527816b88569a3067a50",
83+
"oidc-provider": "github:logto-io/node-oidc-provider#c8f353f8593b951156e730b96da38a14386a3338",
8484
"openapi-types": "^12.1.3",
8585
"otplib": "^12.0.1",
8686
"p-map": "^7.0.2",

packages/experience/src/utils/country-code.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import i18next from 'i18next';
2-
import type { CountryCode, CountryCallingCode, E164Number } from 'libphonenumber-js/mobile';
2+
import type { CountryCode, CountryCallingCode } from 'libphonenumber-js/mobile';
33
import {
44
getCountries,
55
getCountryCallingCode,
@@ -86,7 +86,7 @@ export const getCountryList = (): CountryMetaData[] => {
8686
];
8787
};
8888

89-
export const parseE164Number = (value: string): E164Number | '' => {
89+
export const parseE164Number = (value: string) => {
9090
if (!value || value.startsWith('+')) {
9191
return value;
9292
}

0 commit comments

Comments
 (0)