diff --git a/package.json b/package.json index 8bd1368..ae877e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flagright", - "version": "1.6.21", + "version": "1.6.22", "private": false, "repository": "https://github.com/flagright/flagright-node", "main": "./index.js", diff --git a/src/api/resources/businessUserEvents/client/Client.ts b/src/api/resources/businessUserEvents/client/Client.ts index 7acb0bb..9798697 100644 --- a/src/api/resources/businessUserEvents/client/Client.ts +++ b/src/api/resources/businessUserEvents/client/Client.ts @@ -75,7 +75,7 @@ export class BusinessUserEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -172,7 +172,7 @@ export class BusinessUserEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/businessUsers/client/Client.ts b/src/api/resources/businessUsers/client/Client.ts index f42e1e8..08d464e 100644 --- a/src/api/resources/businessUsers/client/Client.ts +++ b/src/api/resources/businessUsers/client/Client.ts @@ -70,7 +70,7 @@ export class BusinessUsers { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -168,7 +168,7 @@ export class BusinessUsers { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/consumerUserEvents/client/Client.ts b/src/api/resources/consumerUserEvents/client/Client.ts index d40e32f..0bb6974 100644 --- a/src/api/resources/consumerUserEvents/client/Client.ts +++ b/src/api/resources/consumerUserEvents/client/Client.ts @@ -75,7 +75,7 @@ export class ConsumerUserEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -172,7 +172,7 @@ export class ConsumerUserEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/consumerUsers/client/Client.ts b/src/api/resources/consumerUsers/client/Client.ts index 8b82df0..0bd5dbd 100644 --- a/src/api/resources/consumerUsers/client/Client.ts +++ b/src/api/resources/consumerUsers/client/Client.ts @@ -103,7 +103,7 @@ export class ConsumerUsers { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -201,7 +201,7 @@ export class ConsumerUsers { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/consumerUsers/client/requests/User.ts b/src/api/resources/consumerUsers/client/requests/User.ts index 50859ad..5b5f273 100644 --- a/src/api/resources/consumerUsers/client/requests/User.ts +++ b/src/api/resources/consumerUsers/client/requests/User.ts @@ -67,6 +67,7 @@ export interface User { /** User's legal identity documents - See Document Model for details */ legalDocuments?: Flagright.LegalDocument[]; contactDetails?: Flagright.ContactDetails; + employmentDetails?: Flagright.EmploymentDetails; transactionLimits?: Flagright.TransactionLimits; expectedIncome?: Flagright.ExpectedIncome; riskLevel?: Flagright.RiskLevel; diff --git a/src/api/resources/transactionEvents/client/Client.ts b/src/api/resources/transactionEvents/client/Client.ts index 64f8af0..19b725f 100644 --- a/src/api/resources/transactionEvents/client/Client.ts +++ b/src/api/resources/transactionEvents/client/Client.ts @@ -80,7 +80,7 @@ export class TransactionEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -178,7 +178,7 @@ export class TransactionEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/transactions/client/Client.ts b/src/api/resources/transactions/client/Client.ts index c715e75..96f2e9d 100644 --- a/src/api/resources/transactions/client/Client.ts +++ b/src/api/resources/transactions/client/Client.ts @@ -127,7 +127,7 @@ export class Transactions { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -226,7 +226,7 @@ export class Transactions { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.6.21", + "X-Fern-SDK-Version": "1.6.22", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/types/Address.ts b/src/api/types/Address.ts index 66fb0c8..83ad1de 100644 --- a/src/api/types/Address.ts +++ b/src/api/types/Address.ts @@ -18,6 +18,8 @@ export interface Address { state?: string; /** User's country of residence */ country: string; + /** Type of the address (ex - Residential, Postal, etc.) */ + addressType?: string; /** Additional information that can be added via tags */ tags?: Flagright.Tag[]; } diff --git a/src/api/types/EmploymentDetails.ts b/src/api/types/EmploymentDetails.ts new file mode 100644 index 0000000..8a70d02 --- /dev/null +++ b/src/api/types/EmploymentDetails.ts @@ -0,0 +1,15 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * Details of User's employment + */ +export interface EmploymentDetails { + /** Sector of employment */ + employmentSector?: string; + /** Name of the employer */ + employerName?: string; + /** The industry in which the business operates for a business customer */ + businessIndustry?: string[]; +} diff --git a/src/api/types/MartialStatus.ts b/src/api/types/MartialStatus.ts new file mode 100644 index 0000000..465b10e --- /dev/null +++ b/src/api/types/MartialStatus.ts @@ -0,0 +1,16 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * Martial status of the individual + */ +export type MartialStatus = "DIVORCED" | "MARRIED" | "SINGLE" | "WIDOWED" | "NA"; + +export const MartialStatus = { + Divorced: "DIVORCED", + Married: "MARRIED", + Single: "SINGLE", + Widowed: "WIDOWED", + Na: "NA", +} as const; diff --git a/src/api/types/UserDetails.ts b/src/api/types/UserDetails.ts index dce09e4..86824f1 100644 --- a/src/api/types/UserDetails.ts +++ b/src/api/types/UserDetails.ts @@ -11,8 +11,11 @@ export interface UserDetails { name: Flagright.ConsumerName; /** Date of birth of the user (YYYY-MM-DD) */ dateOfBirth?: string; + /** Internal category of the user */ + userCategory?: string; countryOfResidence?: Flagright.CountryCode; countryOfNationality?: Flagright.CountryCode; gender?: Flagright.Gender; + martialStatus?: Flagright.MartialStatus; placeOfBirth?: Flagright.PlaceOfBirth; } diff --git a/src/api/types/UserOptional.ts b/src/api/types/UserOptional.ts index dcd4954..39a2d9f 100644 --- a/src/api/types/UserOptional.ts +++ b/src/api/types/UserOptional.ts @@ -18,6 +18,7 @@ export interface UserOptional { /** User's legal identity documents - See Document Model for details */ legalDocuments?: Flagright.LegalDocument[]; contactDetails?: Flagright.ContactDetails; + employmentDetails?: Flagright.EmploymentDetails; transactionLimits?: Flagright.TransactionLimits; expectedIncome?: Flagright.ExpectedIncome; riskLevel?: Flagright.RiskLevel; diff --git a/src/api/types/UserWithRulesResult.ts b/src/api/types/UserWithRulesResult.ts index 4e2aaab..d10d8f5 100644 --- a/src/api/types/UserWithRulesResult.ts +++ b/src/api/types/UserWithRulesResult.ts @@ -19,6 +19,7 @@ export interface UserWithRulesResult { /** User's legal identity documents - See Document Model for details */ legalDocuments?: Flagright.LegalDocument[]; contactDetails?: Flagright.ContactDetails; + employmentDetails?: Flagright.EmploymentDetails; transactionLimits?: Flagright.TransactionLimits; expectedIncome?: Flagright.ExpectedIncome; riskLevel?: Flagright.RiskLevel; diff --git a/src/api/types/index.ts b/src/api/types/index.ts index 50affda..9f37af6 100644 --- a/src/api/types/index.ts +++ b/src/api/types/index.ts @@ -5,6 +5,7 @@ export * from "./UserOptional"; export * from "./ConsumerUserSegment"; export * from "./Person"; export * from "./LegalDocument"; +export * from "./EmploymentDetails"; export * from "./Tag"; export * from "./EmailId"; export * from "./TransactionOriginPaymentDetails"; @@ -133,6 +134,7 @@ export * from "./BusinessWithRulesResultSavedPaymentDetailsItem"; export * from "./BusinessWithRulesResult"; export * from "./BooleanString"; export * from "./Gender"; +export * from "./MartialStatus"; export * from "./CardBrand"; export * from "./CardFunding"; export * from "./CardType"; diff --git a/src/serialization/resources/consumerUsers/client/requests/User.ts b/src/serialization/resources/consumerUsers/client/requests/User.ts index 2d8be94..a40417a 100644 --- a/src/serialization/resources/consumerUsers/client/requests/User.ts +++ b/src/serialization/resources/consumerUsers/client/requests/User.ts @@ -23,6 +23,9 @@ export const User: core.serialization.Schema (await import("../../../..")).LegalDocument)) .optional(), contactDetails: core.serialization.lazyObject(async () => (await import("../../../..")).ContactDetails).optional(), + employmentDetails: core.serialization + .lazyObject(async () => (await import("../../../..")).EmploymentDetails) + .optional(), transactionLimits: core.serialization .lazyObject(async () => (await import("../../../..")).TransactionLimits) .optional(), @@ -60,6 +63,7 @@ export declare namespace User { occupation?: string | null; legalDocuments?: serializers.LegalDocument.Raw[] | null; contactDetails?: serializers.ContactDetails.Raw | null; + employmentDetails?: serializers.EmploymentDetails.Raw | null; transactionLimits?: serializers.TransactionLimits.Raw | null; expectedIncome?: serializers.ExpectedIncome.Raw | null; riskLevel?: serializers.RiskLevel.Raw | null; diff --git a/src/serialization/types/Address.ts b/src/serialization/types/Address.ts index e92b5d6..a24cd47 100644 --- a/src/serialization/types/Address.ts +++ b/src/serialization/types/Address.ts @@ -13,6 +13,7 @@ export const Address: core.serialization.ObjectSchema (await import("..")).Tag)).optional(), }); @@ -23,6 +24,7 @@ export declare namespace Address { city: string; state?: string | null; country: string; + addressType?: string | null; tags?: serializers.Tag.Raw[] | null; } } diff --git a/src/serialization/types/EmploymentDetails.ts b/src/serialization/types/EmploymentDetails.ts new file mode 100644 index 0000000..031e8a1 --- /dev/null +++ b/src/serialization/types/EmploymentDetails.ts @@ -0,0 +1,24 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from ".."; +import * as Flagright from "../../api"; +import * as core from "../../core"; + +export const EmploymentDetails: core.serialization.ObjectSchema< + serializers.EmploymentDetails.Raw, + Flagright.EmploymentDetails +> = core.serialization.object({ + employmentSector: core.serialization.string().optional(), + employerName: core.serialization.string().optional(), + businessIndustry: core.serialization.list(core.serialization.string()).optional(), +}); + +export declare namespace EmploymentDetails { + interface Raw { + employmentSector?: string | null; + employerName?: string | null; + businessIndustry?: string[] | null; + } +} diff --git a/src/serialization/types/MartialStatus.ts b/src/serialization/types/MartialStatus.ts new file mode 100644 index 0000000..904513f --- /dev/null +++ b/src/serialization/types/MartialStatus.ts @@ -0,0 +1,14 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from ".."; +import * as Flagright from "../../api"; +import * as core from "../../core"; + +export const MartialStatus: core.serialization.Schema = + core.serialization.enum_(["DIVORCED", "MARRIED", "SINGLE", "WIDOWED", "NA"]); + +export declare namespace MartialStatus { + type Raw = "DIVORCED" | "MARRIED" | "SINGLE" | "WIDOWED" | "NA"; +} diff --git a/src/serialization/types/UserDetails.ts b/src/serialization/types/UserDetails.ts index 3ce8051..62ae8c7 100644 --- a/src/serialization/types/UserDetails.ts +++ b/src/serialization/types/UserDetails.ts @@ -10,9 +10,11 @@ export const UserDetails: core.serialization.ObjectSchema (await import("..")).ConsumerName), dateOfBirth: core.serialization.string().optional(), + userCategory: core.serialization.string().optional(), countryOfResidence: core.serialization.lazy(async () => (await import("..")).CountryCode).optional(), countryOfNationality: core.serialization.lazy(async () => (await import("..")).CountryCode).optional(), gender: core.serialization.lazy(async () => (await import("..")).Gender).optional(), + martialStatus: core.serialization.lazy(async () => (await import("..")).MartialStatus).optional(), placeOfBirth: core.serialization.lazyObject(async () => (await import("..")).PlaceOfBirth).optional(), }); @@ -20,9 +22,11 @@ export declare namespace UserDetails { interface Raw { name: serializers.ConsumerName.Raw; dateOfBirth?: string | null; + userCategory?: string | null; countryOfResidence?: serializers.CountryCode.Raw | null; countryOfNationality?: serializers.CountryCode.Raw | null; gender?: serializers.Gender.Raw | null; + martialStatus?: serializers.MartialStatus.Raw | null; placeOfBirth?: serializers.PlaceOfBirth.Raw | null; } } diff --git a/src/serialization/types/UserOptional.ts b/src/serialization/types/UserOptional.ts index b3a2f6b..d252834 100644 --- a/src/serialization/types/UserOptional.ts +++ b/src/serialization/types/UserOptional.ts @@ -18,6 +18,7 @@ export const UserOptional: core.serialization.ObjectSchema (await import("..")).LegalDocument)) .optional(), contactDetails: core.serialization.lazyObject(async () => (await import("..")).ContactDetails).optional(), + employmentDetails: core.serialization.lazyObject(async () => (await import("..")).EmploymentDetails).optional(), transactionLimits: core.serialization.lazyObject(async () => (await import("..")).TransactionLimits).optional(), expectedIncome: core.serialization.lazyObject(async () => (await import("..")).ExpectedIncome).optional(), riskLevel: core.serialization.lazy(async () => (await import("..")).RiskLevel).optional(), @@ -47,6 +48,7 @@ export declare namespace UserOptional { occupation?: string | null; legalDocuments?: serializers.LegalDocument.Raw[] | null; contactDetails?: serializers.ContactDetails.Raw | null; + employmentDetails?: serializers.EmploymentDetails.Raw | null; transactionLimits?: serializers.TransactionLimits.Raw | null; expectedIncome?: serializers.ExpectedIncome.Raw | null; riskLevel?: serializers.RiskLevel.Raw | null; diff --git a/src/serialization/types/UserWithRulesResult.ts b/src/serialization/types/UserWithRulesResult.ts index 387dab1..cfb7669 100644 --- a/src/serialization/types/UserWithRulesResult.ts +++ b/src/serialization/types/UserWithRulesResult.ts @@ -22,6 +22,7 @@ export const UserWithRulesResult: core.serialization.ObjectSchema< .list(core.serialization.lazyObject(async () => (await import("..")).LegalDocument)) .optional(), contactDetails: core.serialization.lazyObject(async () => (await import("..")).ContactDetails).optional(), + employmentDetails: core.serialization.lazyObject(async () => (await import("..")).EmploymentDetails).optional(), transactionLimits: core.serialization.lazyObject(async () => (await import("..")).TransactionLimits).optional(), expectedIncome: core.serialization.lazyObject(async () => (await import("..")).ExpectedIncome).optional(), riskLevel: core.serialization.lazy(async () => (await import("..")).RiskLevel).optional(), @@ -60,6 +61,7 @@ export declare namespace UserWithRulesResult { occupation?: string | null; legalDocuments?: serializers.LegalDocument.Raw[] | null; contactDetails?: serializers.ContactDetails.Raw | null; + employmentDetails?: serializers.EmploymentDetails.Raw | null; transactionLimits?: serializers.TransactionLimits.Raw | null; expectedIncome?: serializers.ExpectedIncome.Raw | null; riskLevel?: serializers.RiskLevel.Raw | null; diff --git a/src/serialization/types/index.ts b/src/serialization/types/index.ts index 50affda..9f37af6 100644 --- a/src/serialization/types/index.ts +++ b/src/serialization/types/index.ts @@ -5,6 +5,7 @@ export * from "./UserOptional"; export * from "./ConsumerUserSegment"; export * from "./Person"; export * from "./LegalDocument"; +export * from "./EmploymentDetails"; export * from "./Tag"; export * from "./EmailId"; export * from "./TransactionOriginPaymentDetails"; @@ -133,6 +134,7 @@ export * from "./BusinessWithRulesResultSavedPaymentDetailsItem"; export * from "./BusinessWithRulesResult"; export * from "./BooleanString"; export * from "./Gender"; +export * from "./MartialStatus"; export * from "./CardBrand"; export * from "./CardFunding"; export * from "./CardType"; diff --git a/yarn.lock b/yarn.lock index 92f1b39..d48eeae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -626,9 +626,9 @@ form-data "^4.0.0" "@types/node@*": - version "22.5.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.2.tgz#e42344429702e69e28c839a7e16a8262a8086793" - integrity sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg== + version "22.5.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.4.tgz#83f7d1f65bc2ed223bdbf57c7884f1d5a4fa84e8" + integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg== dependencies: undici-types "~6.19.2" @@ -866,9 +866,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001646: - version "1.0.30001655" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz#0ce881f5a19a2dcfda2ecd927df4d5c1684b982f" - integrity sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg== + version "1.0.30001658" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001658.tgz#b5f7be8ac748a049ab06aa1cf7a1408d83f074ec" + integrity sha512-N2YVqWbJELVdrnsW5p+apoQyYt51aBMSsBZki1XZEfeBCexcM/sf4xiAHcXQBkuOwJBXtWF7aW1sYX6tKebPHw== chalk@^2.4.2: version "2.4.2" @@ -985,11 +985,11 @@ cross-spawn@^7.0.3: which "^2.0.1" debug@^4.1.0, debug@^4.1.1, debug@^4.3.1: - version "4.3.6" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b" - integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg== + version "4.3.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" + integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== dependencies: - ms "2.1.2" + ms "^2.1.3" dedent@^1.0.0: version "1.5.3" @@ -1033,9 +1033,9 @@ ejs@^3.1.10: jake "^10.8.5" electron-to-chromium@^1.5.4: - version "1.5.13" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz#1abf0410c5344b2b829b7247e031f02810d442e6" - integrity sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q== + version "1.5.18" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.18.tgz#5fe62b9d21efbcfa26571066502d94f3ed97e495" + integrity sha512-1OfuVACu+zKlmjsNdcJuVQuVE61sZOLbNM4JAQ1Rvh6EOj0/EUKhMJjRH73InPlXSh8HIJk1cVZ8pyOV/FMdUQ== emittery@^0.13.1: version "0.13.1" @@ -1888,10 +1888,10 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" -ms@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== +ms@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== natural-compare@^1.4.0: version "1.4.0" @@ -2003,9 +2003,9 @@ path-parse@^1.0.7: integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== picocolors@^1.0.0, picocolors@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" - integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== + version "1.1.0" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" + integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: version "2.3.1"