From 3fc5e7e2c76a3b251f9c37b7ebe5932470dd59a3 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Tue, 9 Jul 2024 17:52:41 +0200 Subject: [PATCH 01/49] chore: Moving to own DigitalCredential storage --- .../contact-manager-rest-api/src/types.ts | 2 +- packages/credential-manager/CHANGELOG.md | 1 + packages/credential-manager/LICENSE | 201 + .../__tests__/localAgent.test.ts | 34 + .../__tests__/restAgent.test.ts | 70 + .../shared/credentialManagerAgentLogic.ts | 120 + .../vc-examples/vc_driverLicense.json | 23 + packages/credential-manager/agent.yml | 99 + .../credential-manager/api-extractor.json | 3 + packages/credential-manager/package.json | 51 + .../src/agent/CredentialManager.ts | 139 + packages/credential-manager/src/index.ts | 16 + .../src/types/ICredentialManager.ts | 99 + .../credential-manager/src/types/claims.ts | 59 + packages/credential-manager/tsconfig.json | 20 + .../digitalCredential.entities.test.ts | 8 +- .../__tests__/digitalCredential.store.test.ts | 15 +- .../AbstractDigitalCredentialStore.ts | 8 +- .../DigitalCredentialStore.ts | 24 +- .../DigitalCredentialEntity.ts | 4 + packages/data-store/src/index.ts | 4 + .../1708525189001-CreateDigitalCredential.ts | 3 + .../1708525189002-CreateDigitalCredential.ts | 1 + .../data-store/src/types/contact/contact.ts | 7 +- .../IAbstractDigitalCredentialStore.ts | 3 +- .../digitalCredential/digitalCredential.ts | 7 + packages/data-store/src/types/index.ts | 2 + .../__tests__/restAgent.test.ts | 7 +- .../shared/msRequestApiAgentLogic.ts | 44 +- packages/ms-request-api/package.json | 1 + packages/ms-request-api/tsconfig.json | 3 + packages/oid4vci-holder/package.json | 1 + .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 2 +- .../src/types/IOID4VCIHolder.ts | 3 +- packages/oid4vci-holder/tsconfig.json | 3 + packages/oid4vci-issuer-rest-api/src/types.ts | 1 - .../public-key-hosting/__tests__/agent.ts | 2 +- .../didAuthSiopOpAuthenticatorAgentLogic.ts | 4 +- .../__tests__/agent.ts | 10 +- packages/ssi-sdk-core/package.json | 1 + packages/ssi-sdk-core/src/utils/vc.ts | 21 +- packages/ssi-sdk-core/tsconfig.json | 2 +- .../__tests__/agent.ts | 2 +- .../uni-resolver-registrar-api/src/types.ts | 2 +- .../src/types.ts | 9 +- .../__tests__/agent.ts | 2 +- packages/w3c-vc-api/__tests__/agent.ts | 10 +- packages/w3c-vc-api/src/types.ts | 9 +- .../src/agent/WellKnownDidIssuer.ts | 2 +- pnpm-lock.yaml | 7222 +++++++++-------- 50 files changed, 4701 insertions(+), 3685 deletions(-) create mode 100644 packages/credential-manager/CHANGELOG.md create mode 100644 packages/credential-manager/LICENSE create mode 100644 packages/credential-manager/__tests__/localAgent.test.ts create mode 100644 packages/credential-manager/__tests__/restAgent.test.ts create mode 100644 packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts create mode 100644 packages/credential-manager/__tests__/vc-examples/vc_driverLicense.json create mode 100644 packages/credential-manager/agent.yml create mode 100644 packages/credential-manager/api-extractor.json create mode 100644 packages/credential-manager/package.json create mode 100644 packages/credential-manager/src/agent/CredentialManager.ts create mode 100644 packages/credential-manager/src/index.ts create mode 100644 packages/credential-manager/src/types/ICredentialManager.ts create mode 100644 packages/credential-manager/src/types/claims.ts create mode 100644 packages/credential-manager/tsconfig.json diff --git a/packages/contact-manager-rest-api/src/types.ts b/packages/contact-manager-rest-api/src/types.ts index 528389805..3eadba58b 100644 --- a/packages/contact-manager-rest-api/src/types.ts +++ b/packages/contact-manager-rest-api/src/types.ts @@ -16,5 +16,5 @@ export interface IContactManagerAPIEndpointOpts { enableFeatures?: ContactManagerMRestApiFeatures[] } -export type IRequiredPlugins = IContactManager & IDataStore & IKeyManager & IDIDManager +export type IRequiredPlugins = IContactManager & IKeyManager & IDIDManager export type IRequiredContext = IAgentContext diff --git a/packages/credential-manager/CHANGELOG.md b/packages/credential-manager/CHANGELOG.md new file mode 100644 index 000000000..420e6f23d --- /dev/null +++ b/packages/credential-manager/CHANGELOG.md @@ -0,0 +1 @@ +# Change Log diff --git a/packages/credential-manager/LICENSE b/packages/credential-manager/LICENSE new file mode 100644 index 000000000..aedeb278e --- /dev/null +++ b/packages/credential-manager/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [2024] [Sphereon International B.V.] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/packages/credential-manager/__tests__/localAgent.test.ts b/packages/credential-manager/__tests__/localAgent.test.ts new file mode 100644 index 000000000..2d778cbec --- /dev/null +++ b/packages/credential-manager/__tests__/localAgent.test.ts @@ -0,0 +1,34 @@ +import { createObjects, getConfig } from '../../agent-config/dist' +import { DataSource } from 'typeorm' + +jest.setTimeout(60000) + +import credentialManagerAgentLogic from './shared/credentialManagerAgentLogic' + +let dbConnection: Promise +let agent: any + +const setup = async (): Promise => { + const config = await getConfig('packages/credential-manager/agent.yml') + const { localAgent, db } = await createObjects(config, { localAgent: '/agent', db: '/dbConnection' }) + agent = localAgent + dbConnection = db + + return true +} + +const tearDown = async (): Promise => { + await (await dbConnection).close() + return true +} + +const getAgent = () => agent +const testContext = { + getAgent, + setup, + tearDown, +} + +describe('Local integration tests', (): void => { + credentialManagerAgentLogic(testContext) +}) diff --git a/packages/credential-manager/__tests__/restAgent.test.ts b/packages/credential-manager/__tests__/restAgent.test.ts new file mode 100644 index 000000000..4fc956c48 --- /dev/null +++ b/packages/credential-manager/__tests__/restAgent.test.ts @@ -0,0 +1,70 @@ +import 'cross-fetch/polyfill' +// @ts-ignore +import express, { Router } from 'express' +import { Server } from 'http' +import { DataSource } from 'typeorm' +import { IAgent, createAgent, IAgentOptions } from '@veramo/core' +import { AgentRestClient } from '@veramo/remote-client' +import { AgentRouter, RequestWithAgentRouter } from '@veramo/remote-server' +import { createObjects, getConfig } from '../../agent-config/dist' +import credentialManagerAgentLogic from './shared/credentialManagerAgentLogic' +import { ICredentialManager } from '../src' +jest.setTimeout(60000) + +const port = 4102 +const basePath = '/agent' + +let serverAgent: IAgent +let restServer: Server +let dbConnection: Promise + +const getAgent = (options?: IAgentOptions) => + createAgent({ + ...options, + plugins: [ + new AgentRestClient({ + url: 'http://localhost:' + port + basePath, + enabledMethods: serverAgent.availableMethods(), + schema: serverAgent.getSchema(), + }), + ], + }) + +const setup = async (): Promise => { + const config = await getConfig('packages/credential-manager/agent.yml') + const { agent, db } = await createObjects(config, { agent: '/agent', db: '/dbConnection' }) + serverAgent = agent + dbConnection = db + + const agentRouter = AgentRouter({ + exposedMethods: serverAgent.availableMethods(), + }) + + const requestWithAgent: Router = RequestWithAgentRouter({ + agent: serverAgent, + }) + + return new Promise((resolve): void => { + const app = express() + app.use(basePath, requestWithAgent, agentRouter) + restServer = app.listen(port, (): void => { + resolve(true) + }) + }) +} + +const tearDown = async (): Promise => { + restServer.close() + await (await dbConnection).close() + return true +} + +const testContext = { + getAgent, + setup, + tearDown, +} + +describe('REST integration tests', (): void => { + credentialManagerAgentLogic(testContext) +}) diff --git a/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts b/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts new file mode 100644 index 000000000..aee862169 --- /dev/null +++ b/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts @@ -0,0 +1,120 @@ +import { TAgent } from '@veramo/core' +import * as fs from 'fs' +import { CredentialCorrelationType, CredentialRole, CredentialStateType, DigitalCredential, GetCredentialsArgs } from '@sphereon/ssi-sdk.data-store' +import { AddDigitalCredential, ICredentialManager } from '../../src' +import { IVerifiableCredential } from '@sphereon/ssi-types' + +type ConfiguredAgent = TAgent + +function getFile(path: string) { + return fs.readFileSync(path, 'utf-8') +} + +function getFileAsJson(path: string) { + return JSON.parse(getFile(path)) +} + +export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Promise; tearDown: () => Promise }): void => { + describe('Credential Manager Agent Plugin', (): void => { + const exampleVC: IVerifiableCredential = getFileAsJson('./packages/credential-manager/__tests__/vc-examples/vc_driverLicense.json') + + let agent: ConfiguredAgent + let defaultCredential: DigitalCredential + + beforeAll(async (): Promise => { + await testContext.setup() + agent = testContext.getAgent() + + const digitalCredential: AddDigitalCredential = { + credentialRole: CredentialRole.HOLDER, + tenantId: 'test-tenant', + issuerCorrelationId: 'did:example:the-issuer', + issuerCorrelationType: CredentialCorrelationType.DID, + rawDocument: JSON.stringify(exampleVC), + } + defaultCredential = await agent.crmAddCredential({ credential: digitalCredential }) + }) + + afterAll(testContext.tearDown) + + it('should get credential item by id', async (): Promise => { + const result = await agent.crmGetCredential({ id: defaultCredential.id }) + expect(result.id).toEqual(defaultCredential.id) + }) + + it('should throw error when getting credential item with unknown id', async (): Promise => { + const itemId = 'unknownId' + await expect(agent.crmGetCredential({ id: itemId })).rejects.toThrow(`No credential found for arg: {\"id\":\"${itemId}\"}`) + }) + + it('should get credential items by filter', async (): Promise => { + const args: GetCredentialsArgs = { + filter: [ + { + credentialRole: CredentialRole.HOLDER, + }, + ], + } + const result: Array = await agent.crmGetCredentials(args) + + expect(result.length).toBe(1) + }) + + it('should update credential item by id', async (): Promise => { + const revokeUpdate = { + id: defaultCredential.id, + verifiedState: CredentialStateType.REVOKED, + revokedAt: new Date(), + } + const result: DigitalCredential = await agent.crmUpdateCredentialState(revokeUpdate) + + expect(result.verifiedState).toEqual(revokeUpdate.verifiedState) + expect(result.revokedAt).toEqual(revokeUpdate.revokedAt) + }) + + it('should delete credential item by id', async (): Promise => { + const result = await agent.crmDeleteCredential({ id: defaultCredential.id }) + + expect(result).toBe(true) + }) + + it('should throw error when deleting credential item with unknown id', async (): Promise => { + const id = 'unknownId' + const result = await agent.crmDeleteCredential({ id }) + expect(result).toBe(false) + }) + + it('should delete multiple credential items by filter', async (): Promise => { + const digitalCredential1: AddDigitalCredential = { + credentialRole: CredentialRole.VERIFIER, + tenantId: 'test-tenant', + issuerCorrelationId: 'did:example:item1', + issuerCorrelationType: CredentialCorrelationType.DID, + rawDocument: JSON.stringify(exampleVC), + } + await agent.crmAddCredential({ credential: digitalCredential1 }) + + const exampleVC2: IVerifiableCredential = { ...exampleVC } + ;(exampleVC2.credentialSubject as any).extraField = 'Extra extra' + const digitalCredential2: AddDigitalCredential = { + credentialRole: CredentialRole.VERIFIER, + tenantId: 'test-tenant', + issuerCorrelationId: 'did:example:item2', + issuerCorrelationType: CredentialCorrelationType.DID, + rawDocument: JSON.stringify(exampleVC2), + } + await agent.crmAddCredential({ credential: digitalCredential2 }) + + const args: GetCredentialsArgs = { + filter: [ + { + credentialRole: CredentialRole.VERIFIER, + tenantId: 'test-tenant', + }, + ], + } + const deleteCount = await agent.crmDeleteCredentials(args) + expect(deleteCount).toBe(2) + }) + }) +} diff --git a/packages/credential-manager/__tests__/vc-examples/vc_driverLicense.json b/packages/credential-manager/__tests__/vc-examples/vc_driverLicense.json new file mode 100644 index 000000000..daa0f0f2b --- /dev/null +++ b/packages/credential-manager/__tests__/vc-examples/vc_driverLicense.json @@ -0,0 +1,23 @@ +{ + "id": "https://example.com/credentials/1873", + "type": ["VerifiableCredential", "DriversLicense"], + "@context": ["https://www.w3.org/2018/credentials/v1", "https://www.w3.org/2018/credentials/examples/v1/DriversLicense"], + "issuer": { + "id": "did:example:ebfeb1f712ebc6f1c276e12ec21" + }, + "issuanceDate": "2010-01-01T19:23:24Z", + "credentialSubject": { + "given_name": "John", + "family_name": "Doe", + "birthdate": "1975-01-05" + }, + "proof": { + "type": "RsaSignature2018", + "created": "2018-09-14T21:19:10Z", + "proofPurpose": "authentication", + "verificationMethod": "did:example:ebfeb1f712ebc6f1c276e12ec21#keys-1", + "challenge": "1f44d55f-f161-4938-a659-f8026467f126", + "domain": "4jt78h47fh47", + "jws": "eyJhbGciOiJSUzI1NiIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..kTCYt5XsITJX1CxPCT8yAV-TVIw5WEuts01mq-pQy7UJiN5mgREEMGlv50aqzpqh4Qq_PbChOMqsLfRoPsnsgxD-WUcX16dUOqV0G_zS245-kronKb78cPktb3rk-BuQy72IFLN25DYuNzVBAh4vGHSrQyHUGlcTwLtjPAnKb78" + } +} diff --git a/packages/credential-manager/agent.yml b/packages/credential-manager/agent.yml new file mode 100644 index 000000000..3918db293 --- /dev/null +++ b/packages/credential-manager/agent.yml @@ -0,0 +1,99 @@ +version: 3.0 + +constants: + baseUrl: http://localhost:3335 + port: 3335 + # please use your own X25519 key, this is only an example + secretKey: 29739248cad1bd1a0fc4d9b75cd4d2990de535baf5caadfdf8d8f86664aa830c + methods: + - crmAddCredential + - crmUpdateCredentialState + - crmGetCredential + - crmGetCredentials + - crmGetUniqueCredentials + - crmDeleteCredential + - crmDeleteCredentials + - crmGetCredentialsByClaims + - crmGetCredentialsByClaimsCount + +# Database +dbConnection: + $require: typeorm?t=function#createConnection + $args: + - type: sqlite + database: ':memory:' + synchronize: false + migrationsRun: true + migrations: + $require: './packages/data-store?t=object#DataStoreDigitalCredentialMigrations' + entities: + $require: './packages/data-store?t=object#DataStoreDigitalCredentialEntities' + +server: + baseUrl: + $ref: /constants/baseUrl + port: + $ref: /constants/port + use: + # CORS + - - $require: 'cors' + + # Add agent to the request object + - - $require: '@veramo/remote-server?t=function#RequestWithAgentRouter' + $args: + - agent: + $ref: /agent + + # API base path + - - /agent + - $require: '@veramo/remote-server?t=function#apiKeyAuth' + $args: + # Please configure your own API key. This is used when executing agent methods through ${baseUrl}/agent or ${baseUrl}/api-docs + - apiKey: test123 + - $require: '@veramo/remote-server?t=function#AgentRouter' + $args: + - exposedMethods: + $ref: /constants/methods + + # Open API schema + - - /open-api.json + - $require: '@veramo/remote-server?t=function#ApiSchemaRouter' + $args: + - basePath: :3335/agent + securityScheme: bearer + apiName: Agent + apiVersion: '1.0.0' + exposedMethods: + $ref: /constants/methods + + # Swagger docs + - - /api-docs + - $require: swagger-ui-express?t=object#serve + - $require: swagger-ui-express?t=function#setup + $args: + - null + - swaggerOptions: + url: '/open-api.json' + + # Execute during server initialization + init: + - $require: '@veramo/remote-server?t=function#createDefaultDid' + $args: + - agent: + $ref: /agent + baseUrl: + $ref: /constants/baseUrl + messagingServiceEndpoint: /messaging + +# Agent +agent: + $require: '@veramo/core#Agent' + $args: + - schemaValidation: false + plugins: + - $require: ./packages/credential-manager/dist#CredentialManager + $args: + - store: + $require: './packages/data-store/dist#DigitalCredentialStore' + $args: + - $ref: /dbConnection diff --git a/packages/credential-manager/api-extractor.json b/packages/credential-manager/api-extractor.json new file mode 100644 index 000000000..94c2c6a9f --- /dev/null +++ b/packages/credential-manager/api-extractor.json @@ -0,0 +1,3 @@ +{ + "extends": "../include/api-extractor-base.json" +} diff --git a/packages/credential-manager/package.json b/packages/credential-manager/package.json new file mode 100644 index 000000000..e61c597cb --- /dev/null +++ b/packages/credential-manager/package.json @@ -0,0 +1,51 @@ +{ + "name": "@sphereon/ssi-sdk.credential-manager", + "version": "0.27.0", + "source": "src/index.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "veramo": { + "pluginInterfaces": { + "ICredentialManager": "./src/types/ICredentialManager.ts" + } + }, + "scripts": { + "build": "tsc", + "build:clean": "tsc --build --clean && tsc --build", + "generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema" + }, + "dependencies": { + "@sphereon/pex": "^3.3.3", + "@sphereon/pex-models": "^2.2.4", + "@sphereon/ssi-sdk.data-store": "workspace:*", + "cross-fetch": "^3.1.8", + "debug": "^4.3.4", + "typeorm": "^0.3.20" + }, + "devDependencies": { + "@sphereon/ssi-sdk.agent-config": "workspace:*", + "@sphereon/ssi-types": "workspace:*", + "@veramo/remote-client": "4.2.0", + "@veramo/remote-server": "4.2.0" + }, + "files": [ + "dist/**/*", + "src/**/*", + "README.md", + "plugin.schema.json", + "LICENSE" + ], + "private": false, + "publishConfig": { + "access": "public" + }, + "repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git", + "author": "Sphereon ", + "license": "Apache-2.0", + "keywords": [ + "Sphereon", + "SSI", + "Veramo", + "Credential Manager" + ] +} diff --git a/packages/credential-manager/src/agent/CredentialManager.ts b/packages/credential-manager/src/agent/CredentialManager.ts new file mode 100644 index 000000000..c3f6961b1 --- /dev/null +++ b/packages/credential-manager/src/agent/CredentialManager.ts @@ -0,0 +1,139 @@ +import { IAgentPlugin } from '@veramo/core' +import { + AddCredentialArgs, + DeleteCredentialArgs, + DeleteCredentialsArgs, + GetCredentialArgs, + GetCredentialsArgs, + GetCredentialsByClaimsArgs, + ICredentialManager, + schema, + UniqueDigitalCredential, +} from '../index' +import { DigitalCredential, UpdateCredentialStateArgs } from '@sphereon/ssi-sdk.data-store' +import { AbstractDigitalCredentialStore } from '@sphereon/ssi-sdk.data-store/dist/digitalCredential/AbstractDigitalCredentialStore' + +// Exposing the methods here for any REST implementation +export const credentialManagerMethods: Array = [ + 'crmAddCredential', + 'crmUpdateCredentialState', + 'crmGetCredential', + 'crmGetCredentials', + 'crmStoreCredential', + 'crmDeleteCredential', + 'crmDeleteCredentials', + 'crmGetCredentialsByClaims', + 'crmGetCredentialsByClaimsCount', +] + +/** + * {@inheritDoc ICRManager} + */ +export class CredentialManager implements IAgentPlugin { + readonly schema = schema.ICredentialManager + readonly methods: ICredentialManager = { + crmAddCredential: this.crmAddCredential.bind(this), + crmUpdateCredentialState: this.crmUpdateCredentialState.bind(this), + crmGetCredential: this.crmGetCredential.bind(this), + crmGetCredentials: this.crmGetCredentials.bind(this), + crmGetUniqueCredentials: this.crmGetUniqueCredentials.bind(this), + crmDeleteCredential: this.crmDeleteCredential.bind(this), + crmDeleteCredentials: this.crmDeleteCredentials.bind(this), + crmGetCredentialsByClaims: this.crmGetCredentialsByClaims.bind(this), + crmGetCredentialsByClaimsCount: this.crmGetCredentialsByClaimsCount.bind(this), + } + + private readonly store: AbstractDigitalCredentialStore + + constructor(options: { store: AbstractDigitalCredentialStore }) { + this.store = options.store + } + + /** {@inheritDoc ICRManager.crmAddCredential} */ + private async crmAddCredential(args: AddCredentialArgs): Promise { + return await this.store.addCredential(args.credential) + } + + /** {@inheritDoc ICRManager.updateCredentialState} */ + private async crmUpdateCredentialState(args: UpdateCredentialStateArgs): Promise { + return await this.store.updateCredentialState(args) + } + + /** {@inheritDoc ICRManager.crmGetCredential} */ + private async crmGetCredential(args: GetCredentialArgs): Promise { + const { id } = args + const credential = await this.store.getCredential({ id }) + return credential + } + + /** {@inheritDoc ICRManager.crmGetCredentials} */ + private async crmGetCredentials(args: GetCredentialsArgs): Promise> { + const { filter } = args + const credentials = await this.store.getCredentials({ filter }) + return credentials.data + } + + /** {@inheritDoc ICRManager.crmGetUniqueCredentials} */ + private async crmGetUniqueCredentials(args: GetCredentialsArgs): Promise> { + const credentials = await this.crmGetCredentials(args) + return this.toUniqueCredentials(credentials) + } + + /** {@inheritDoc ICRManager.crmDeleteCredential} */ + private async crmDeleteCredential(args: DeleteCredentialArgs): Promise { + return this.store.removeCredential(args) + } + + /** {@inheritDoc ICRManager.crmDeleteCredentials} */ + private async crmDeleteCredentials(args: DeleteCredentialsArgs): Promise { + const credentials = await this.crmGetCredentials(args) + let count = 0 + for (const credential of credentials) { + const result = await this.store.removeCredential({ id: credential.id }) + if (result) { + count++ + } + } + return count + } + + /** + * Returns a list of UniqueDigitalCredentials that match the given filter based on the claims they contain. + * @param args + */ + private async crmGetCredentialsByClaims(args: GetCredentialsByClaimsArgs): Promise> { + const digitalCredentials = await this.crmGetCredentials({ + filter: [ + { + credentialRole: args.credentialRole, + tenantId: args.tenantId, + }, + ], + }) + const claimFilteredCredentials = digitalCredentials.filter((credential) => { + return true // FIXME BEFORE PR filter claims somehow + }) + return this.toUniqueCredentials(claimFilteredCredentials) + } + + /** + * Returns a count of UniqueDigitalCredentials that match the given filter based on the claims they contain. + * @param args + */ + private async crmGetCredentialsByClaimsCount(args: GetCredentialsByClaimsArgs): Promise { + const credentialsByClaims = await this.crmGetCredentialsByClaims(args) + return credentialsByClaims.length // FIXME ? + } + + private toUniqueCredentials(credentials: Array): Array { + return Object.values( + credentials.reduce( + (accumulator, credential) => { + accumulator[credential.hash] = { hash: credential.hash, digitalCredential: credential } + return accumulator + }, + {} as Record, + ), + ) + } +} diff --git a/packages/credential-manager/src/index.ts b/packages/credential-manager/src/index.ts new file mode 100644 index 000000000..1635a83b3 --- /dev/null +++ b/packages/credential-manager/src/index.ts @@ -0,0 +1,16 @@ +/** + * @public + */ +const schema = require('../plugin.schema.json') +export { schema } +export { CredentialManager, credentialManagerMethods } from './agent/CredentialManager' +export { + CredentialRole, + CredentialStateType, + CredentialCorrelationType, + CredentialDocumentFormat, + DocumentType, + DigitalCredential, +} from '@sphereon/ssi-sdk.data-store' +export * from './types/ICredentialManager' +export * from './types/claims' diff --git a/packages/credential-manager/src/types/ICredentialManager.ts b/packages/credential-manager/src/types/ICredentialManager.ts new file mode 100644 index 000000000..c9e51a987 --- /dev/null +++ b/packages/credential-manager/src/types/ICredentialManager.ts @@ -0,0 +1,99 @@ +import { IAgentContext, IPluginMethodMap } from '@veramo/core' +import { CredentialRole, DigitalCredential, UpdateCredentialStateArgs } from '@sphereon/ssi-sdk.data-store' +import { FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store/dist/types/digitalCredential/IAbstractDigitalCredentialStore' +import { NonPersistedDigitalCredential } from '@sphereon/ssi-sdk.data-store/dist/types/digitalCredential/digitalCredential' +import { FindClaimsArgs } from './claims' + +export interface ICredentialManager extends IPluginMethodMap { + /** + * Add a new credential. + * @param args + */ + crmAddCredential(args: AddCredentialArgs): Promise + + /** + * Update credential the state of an existing credential. + * @param args + */ + crmUpdateCredentialState(args: UpdateCredentialStateArgs): Promise + + /** + * Get a single credentials by primary key + * @param args + */ + crmGetCredential(args: GetCredentialArgs): Promise + + /** + * Find one or more credentials using filters + * @param args + */ + crmGetCredentials(args: GetCredentialsArgs): Promise> + + /** + * Find one or more credentials using filters + * @param args + */ + crmGetUniqueCredentials(args: GetCredentialsArgs): Promise> + + /** + * Returns a list of UniqueDigitalCredentials that match the given filter based on the claims they contain. + * @param args + */ + crmGetCredentialsByClaims(args: GetCredentialsByClaimsArgs): Promise> + + /** + * Returns a count of UniqueDigitalCredentials that match the given filter based on the claims they contain. + * @param args + */ + crmGetCredentialsByClaimsCount(args: GetCredentialsByClaimsArgs): Promise + + /** + * Delete a single credentials by primary key + * @param args + */ + crmDeleteCredential(args: DeleteCredentialArgs): Promise + + /** + * Delete multiple credentials records using filters + * @param args + */ + crmDeleteCredentials(args: DeleteCredentialsArgs): Promise +} + +export type GetCredentialArgs = { + id: string +} + +export type GetCredentialsArgs = { + filter?: FindDigitalCredentialArgs +} + +export type GetCredentialsByClaimsArgs = { + filter: FindClaimsArgs + credentialRole?: CredentialRole + tenantId?: string +} + +export type DeleteCredentialArgs = { + id: string +} + +export type DeleteCredentialsArgs = GetCredentialsArgs + +export type AddDigitalCredential = Omit< + NonPersistedDigitalCredential, + 'id' | 'documentType' | 'documentFormat' | 'uniformDocument' | 'hash' | 'createdAt' | 'lastUpdatedAt' | 'validFrom' | 'validUntil' +> + +export type AddCredentialArgs = { + credential: AddDigitalCredential +} + +export type { UpdateCredentialStateArgs } from '@sphereon/ssi-sdk.data-store' // TODO create a local copy? + +export interface UniqueDigitalCredential { + hash: string + digitalCredential: DigitalCredential +} + +export type RequiredContext = IAgentContext diff --git a/packages/credential-manager/src/types/claims.ts b/packages/credential-manager/src/types/claims.ts new file mode 100644 index 000000000..de94bc95b --- /dev/null +++ b/packages/credential-manager/src/types/claims.ts @@ -0,0 +1,59 @@ +export type TClaimsColumns = + | 'context' + | 'credentialType' + | 'type' + | 'value' + | 'isObj' + | 'id' + | 'issuer' + | 'subject' + | 'expirationDate' + | 'issuanceDate' + +/** + * Represents the sort order of results from a {@link FindArgs} query. + * + * @beta This API may change without a BREAKING CHANGE notice. + */ +export interface Order { + column: TColumns + direction: 'ASC' | 'DESC' +} + +/** + * Represents a WHERE predicate for a {@link FindArgs} query. + * In situations where multiple WHERE predicates are present, they are combined with AND. + * + * @beta This API may change without a BREAKING CHANGE notice. + */ +export interface Where { + column: TColumns + value?: string[] + not?: boolean + op?: 'LessThan' | 'LessThanOrEqual' | 'MoreThan' | 'MoreThanOrEqual' | 'Equal' | 'Like' | 'Between' | 'In' | 'Any' | 'IsNull' +} + +export interface FindArgs { + /** + * Imposes constraints on the values of the given columns. + * WHERE clauses are combined using AND. + */ + where?: Where[] + + /** + * Sorts the results according to the given array of column priorities. + */ + order?: Order[] + + /** + * Ignores the first number of entries in a {@link IDataStoreORM} query result. + */ + skip?: number + + /** + * Returns at most this number of results from a {@link IDataStoreORM} query. + */ + take?: number +} + +export type FindClaimsArgs = FindArgs diff --git a/packages/credential-manager/tsconfig.json b/packages/credential-manager/tsconfig.json new file mode 100644 index 000000000..f9c39f68c --- /dev/null +++ b/packages/credential-manager/tsconfig.json @@ -0,0 +1,20 @@ +{ + "extends": "../tsconfig-base.json", + "compilerOptions": { + "rootDir": "src", + "outDir": "dist", + "declarationDir": "dist", + "esModuleInterop": true + }, + "references": [ + { + "path": "../data-store" + }, + { + "path": "../ssi-types" + }, + { + "path": "../agent-config" + } + ] +} diff --git a/packages/data-store/src/__tests__/digitalCredential.entities.test.ts b/packages/data-store/src/__tests__/digitalCredential.entities.test.ts index 1afba4854..5c54ce8cc 100644 --- a/packages/data-store/src/__tests__/digitalCredential.entities.test.ts +++ b/packages/data-store/src/__tests__/digitalCredential.entities.test.ts @@ -1,5 +1,5 @@ import { DataSource } from 'typeorm' -import { DataStoreDigitalCredentialEntities } from '../index' +import { CredentialRole, DataStoreDigitalCredentialEntities } from '../index' import { DataStoreDigitalCredentialMigrations } from '../migrations' import { DigitalCredentialEntity } from '../entities/digitalCredential/DigitalCredentialEntity' import { @@ -43,6 +43,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } @@ -69,6 +70,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', }) expect(digitalCredential.documentType).toEqual(DocumentType.VC) @@ -85,6 +87,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', }) expect(digitalCredential.documentType).toEqual(DocumentType.VC) @@ -128,6 +131,7 @@ describe('Database entities tests', (): void => { issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', + credentialRole: CredentialRole.VERIFIER, }) expect(digitalCredential.documentType).toEqual(DocumentType.VC) expect(digitalCredential.validFrom).toEqual(new Date('2022-01-07T11:54:12.000Z')) @@ -225,6 +229,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', }) expect(digitalCredential.documentType).toEqual(DocumentType.VP) @@ -241,6 +246,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', opts: { hasher: (data, algorithm) => createHash(algorithm).update(data).digest(), diff --git a/packages/data-store/src/__tests__/digitalCredential.store.test.ts b/packages/data-store/src/__tests__/digitalCredential.store.test.ts index ed71f9e5f..8aa23c209 100644 --- a/packages/data-store/src/__tests__/digitalCredential.store.test.ts +++ b/packages/data-store/src/__tests__/digitalCredential.store.test.ts @@ -1,6 +1,6 @@ import { DataSource } from 'typeorm' import { DataStoreDigitalCredentialMigrations } from '../migrations' -import { DataStoreDigitalCredentialEntities } from '../index' +import { CredentialRole, DataStoreDigitalCredentialEntities } from '../index' import { DigitalCredentialStore } from '../digitalCredential/DigitalCredentialStore' import { CredentialCorrelationType, @@ -45,6 +45,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } @@ -60,6 +61,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } @@ -76,6 +78,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } const addCredentialArgs2: AddCredentialArgs = { @@ -85,6 +88,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } @@ -105,6 +109,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } @@ -148,11 +153,12 @@ describe('Database entities tests', (): void => { } const addCredentialArgs2: AddCredentialArgs = { rawDocument: JSON.stringify(sampleVP), - tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', issuerCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:example:holder', subjectCorrelationType: CredentialCorrelationType.DID, subjectCorrelationId: 'did:example:holder', + credentialRole: CredentialRole.VERIFIER, + tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } const addCredentialArgs3: AddCredentialArgs = { rawDocument: @@ -161,6 +167,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', opts: { hasher: (data, algorithm) => createHash(algorithm).update(data).digest(), @@ -212,6 +219,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } @@ -234,6 +242,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } @@ -256,6 +265,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } @@ -278,6 +288,7 @@ describe('Database entities tests', (): void => { subjectCorrelationType: CredentialCorrelationType.DID, issuerCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', subjectCorrelationId: 'did:key:z6Mkrhky3pusm26MeiFaXU3n2nekramwFUmgGreGGkDV6zQj', + credentialRole: CredentialRole.VERIFIER, tenantId: 'urn:uuid:nnag4b43-1e7a-98f8-a32c-a48dbc5b10mj', } diff --git a/packages/data-store/src/digitalCredential/AbstractDigitalCredentialStore.ts b/packages/data-store/src/digitalCredential/AbstractDigitalCredentialStore.ts index b8e946b73..dffe9fc36 100644 --- a/packages/data-store/src/digitalCredential/AbstractDigitalCredentialStore.ts +++ b/packages/data-store/src/digitalCredential/AbstractDigitalCredentialStore.ts @@ -6,12 +6,12 @@ import { RemoveCredentialArgs, UpdateCredentialStateArgs, } from '../types/digitalCredential/IAbstractDigitalCredentialStore' -import { DigitalCredentialEntity } from '../entities/digitalCredential/DigitalCredentialEntity' +import { DigitalCredential } from '../types' export abstract class AbstractDigitalCredentialStore { - abstract getCredential(args: GetCredentialArgs): Promise + abstract getCredential(args: GetCredentialArgs): Promise abstract getCredentials(args?: GetCredentialsArgs): Promise - abstract addCredential(args: AddCredentialArgs): Promise - abstract updateCredentialState(args: UpdateCredentialStateArgs): Promise + abstract addCredential(args: AddCredentialArgs): Promise + abstract updateCredentialState(args: UpdateCredentialStateArgs): Promise abstract removeCredential(args: RemoveCredentialArgs): Promise } diff --git a/packages/data-store/src/digitalCredential/DigitalCredentialStore.ts b/packages/data-store/src/digitalCredential/DigitalCredentialStore.ts index 234d98de0..b5d9c21f4 100644 --- a/packages/data-store/src/digitalCredential/DigitalCredentialStore.ts +++ b/packages/data-store/src/digitalCredential/DigitalCredentialStore.ts @@ -11,7 +11,11 @@ import { OrPromise } from '@sphereon/ssi-types' import { DataSource, FindOptionsOrder, Repository } from 'typeorm' import Debug from 'debug' import { DigitalCredentialEntity } from '../entities/digitalCredential/DigitalCredentialEntity' -import { nonPersistedDigitalCredentialEntityFromAddArgs } from '../utils/digitalCredential/MappingUtils' +import { + digitalCredentialFrom, + digitalCredentialsFrom, + nonPersistedDigitalCredentialEntityFromAddArgs, +} from '../utils/digitalCredential/MappingUtils' import { FindOptionsWhere } from 'typeorm/find-options/FindOptionsWhere' import { CredentialStateType, DigitalCredential, NonPersistedDigitalCredential } from '../types/digitalCredential/digitalCredential' import { parseAndValidateOrderOptions } from '../utils/SortingUtils' @@ -26,23 +30,23 @@ export class DigitalCredentialStore extends AbstractDigitalCredentialStore { this.dbConnection = dbConnection } - addCredential = async (args: AddCredentialArgs): Promise => { + addCredential = async (args: AddCredentialArgs): Promise => { debug('Adding credential', args) const digitalCredentialEntityRepository: Repository = (await this.dbConnection).getRepository(DigitalCredentialEntity) const credentialEntity: NonPersistedDigitalCredential = nonPersistedDigitalCredentialEntityFromAddArgs(args) const createdResult: DigitalCredentialEntity = await digitalCredentialEntityRepository.save(credentialEntity) - return Promise.resolve(createdResult) + return Promise.resolve(digitalCredentialFrom(createdResult)) } - getCredential = async (args: GetCredentialArgs): Promise => { + getCredential = async (args: GetCredentialArgs): Promise => { const result: DigitalCredentialEntity | null = await (await this.dbConnection).getRepository(DigitalCredentialEntity).findOne({ where: args, }) if (!result) { - return Promise.reject(Error(`No credential found for arg: ${args.toString()}`)) + return Promise.reject(Error(`No credential found for arg: ${JSON.stringify(args)}`)) } - return result + return digitalCredentialFrom(result) } getCredentials = async (args?: GetCredentialsArgs): Promise => { @@ -58,7 +62,7 @@ export class DigitalCredentialStore extends AbstractDigitalCredentialStore { order: sortOptions, }) return { - data: result, + data: digitalCredentialsFrom(result), total, } } @@ -87,7 +91,7 @@ export class DigitalCredentialStore extends AbstractDigitalCredentialStore { } } - updateCredentialState = async (args: UpdateCredentialStateArgs): Promise => { + updateCredentialState = async (args: UpdateCredentialStateArgs): Promise => { const credentialRepository: Repository = (await this.dbConnection).getRepository(DigitalCredentialEntity) const whereClause: Record = {} if ('id' in args) { @@ -111,7 +115,7 @@ export class DigitalCredentialStore extends AbstractDigitalCredentialStore { }) if (!credential) { - return Promise.reject(Error(`No credential found for args: ${whereClause}`)) + return Promise.reject(Error(`No credential found for args: ${JSON.stringify(whereClause)}`)) } const updatedCredential: DigitalCredential = { ...credential, @@ -122,6 +126,6 @@ export class DigitalCredentialStore extends AbstractDigitalCredentialStore { } debug('Updating credential', credential) const updatedResult: DigitalCredentialEntity = await credentialRepository.save(updatedCredential, { transaction: true }) - return updatedResult + return digitalCredentialFrom(updatedResult) } } diff --git a/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts b/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts index 3cc249675..75550dc1e 100644 --- a/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts +++ b/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts @@ -5,6 +5,7 @@ import { CredentialStateType, DocumentType, } from '../../types/digitalCredential/digitalCredential' +import { CredentialRole } from '../../types' @Entity('DigitalCredential') export class DigitalCredentialEntity extends BaseEntity { @@ -17,6 +18,9 @@ export class DigitalCredentialEntity extends BaseEntity { @Column('simple-enum', { name: 'document_format', enum: CredentialDocumentFormat, nullable: false }) documentFormat!: CredentialDocumentFormat + @Column('simple-enum', { name: 'credential_role', enum: CredentialRole, nullable: false }) + credentialRole!: CredentialRole + @Column('text', { name: 'raw_document', nullable: false }) rawDocument!: string diff --git a/packages/data-store/src/index.ts b/packages/data-store/src/index.ts index a9e972705..250c60cf5 100644 --- a/packages/data-store/src/index.ts +++ b/packages/data-store/src/index.ts @@ -28,6 +28,8 @@ import { ElectronicAddressEntity } from './entities/contact/ElectronicAddressEnt import { PhysicalAddressEntity } from './entities/contact/PhysicalAddressEntity' export { ContactStore } from './contact/ContactStore' export { AbstractContactStore } from './contact/AbstractContactStore' +export { AbstractDigitalCredentialStore } from './digitalCredential/AbstractDigitalCredentialStore' +export { DigitalCredentialStore } from './digitalCredential/DigitalCredentialStore' export { AbstractIssuanceBrandingStore } from './issuanceBranding/AbstractIssuanceBrandingStore' export { IssuanceBrandingStore } from './issuanceBranding/IssuanceBrandingStore' export { StatusListStore } from './statusList/StatusListStore' @@ -48,6 +50,7 @@ export { DataStoreMigrations, DataStoreEventLoggerMigrations, DataStoreContactMigrations, + DataStoreDigitalCredentialMigrations, DataStoreIssuanceBrandingMigrations, DataStoreStatusListMigrations, DataStoreMachineStateMigrations, @@ -55,6 +58,7 @@ export { } from './migrations' export * from './types' export * from './utils/contact/MappingUtils' +export * from './utils/digitalCredential/MappingUtils' export const DataStoreContactEntities = [ BaseConfigEntity, diff --git a/packages/data-store/src/migrations/postgres/1708525189001-CreateDigitalCredential.ts b/packages/data-store/src/migrations/postgres/1708525189001-CreateDigitalCredential.ts index 34ed5a1ce..a24264c6f 100644 --- a/packages/data-store/src/migrations/postgres/1708525189001-CreateDigitalCredential.ts +++ b/packages/data-store/src/migrations/postgres/1708525189001-CreateDigitalCredential.ts @@ -6,6 +6,7 @@ export class CreateDigitalCredential1708525189001 implements MigrationInterface public async up(queryRunner: QueryRunner): Promise { await queryRunner.query(`CREATE TYPE "digital_document_type" AS ENUM('VC', 'VP', 'C', 'P')`) await queryRunner.query(`CREATE TYPE "digital_credential_document_format" AS ENUM('JSON_LD', 'JWT', 'SD_JWT', 'MDOC')`) + await queryRunner.query(`CREATE TYPE "digital_credential_credential_role" AS ENUM('ISSUER', 'VERIFIER', 'HOLDER')`) await queryRunner.query(`CREATE TYPE "digital_credential_correlation_type" AS ENUM('DID')`) await queryRunner.query(`CREATE TYPE "digital_credential_state_type" AS ENUM('REVOKED', 'VERIFIED', 'EXPIRED')`) @@ -14,6 +15,7 @@ export class CreateDigitalCredential1708525189001 implements MigrationInterface "id" uuid NOT NULL DEFAULT uuid_generate_v4(), "document_type" "digital_document_type" NOT NULL, "document_format" "digital_credential_document_format" NOT NULL, + "credential_role" "digital_credential_credential_role" NOT NULL, "raw_document" text NOT NULL, "uniform_document" text NOT NULL, "hash" text NOT NULL UNIQUE, @@ -39,6 +41,7 @@ export class CreateDigitalCredential1708525189001 implements MigrationInterface await queryRunner.query(`DROP TYPE "digital_credential_state_type"`) await queryRunner.query(`DROP TYPE "digital_credential_correlation_type"`) await queryRunner.query(`DROP TYPE "digital_credential_document_format"`) + await queryRunner.query(`DROP TYPE "digital_credential_credential_role"`) await queryRunner.query(`DROP TYPE "digital_document_type"`) } } diff --git a/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts b/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts index 3ce9f6d40..73478d091 100644 --- a/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts +++ b/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts @@ -9,6 +9,7 @@ export class CreateDigitalCredential1708525189002 implements MigrationInterface "id" varchar PRIMARY KEY NOT NULL, "document_type" varchar CHECK( "document_type" IN ('VC', 'VP', 'C', 'P') ) NOT NULL, "document_format" varchar CHECK( "document_format" IN ('JSON_LD', 'JWT', 'SD_JWT', 'MDOC') ) NOT NULL, + "credential_role" varchar CHECK( "credential_role" IN ('ISSUER', 'ISSUER', 'HOLDER') ) NOT NULL, "raw_document" text NOT NULL, "uniform_document" text NOT NULL, "hash" text NOT NULL UNIQUE, diff --git a/packages/data-store/src/types/contact/contact.ts b/packages/data-store/src/types/contact/contact.ts index 1554f83ec..2fb13f1ec 100644 --- a/packages/data-store/src/types/contact/contact.ts +++ b/packages/data-store/src/types/contact/contact.ts @@ -1,6 +1,7 @@ import { IIdentifierOpts } from '@sphereon/ssi-sdk-ext.did-utils' import { IIdentifier } from '@veramo/core' import { ILocaleBranding } from '../issuanceBranding/issuanceBranding' +import { CredentialRole } from '../digitalCredential/digitalCredential' export type MetadataTypes = string | number | Date | boolean | undefined @@ -258,12 +259,6 @@ export type ElectronicAddressType = 'email' | 'phone' export type PhysicalAddressType = 'home' | 'visit' | 'postal' -export enum CredentialRole { - ISSUER = 'issuer', - VERIFIER = 'verifier', - HOLDER = 'holder', -} - export enum ConnectionType { OPENID_CONNECT = 'OIDC', SIOPv2 = 'SIOPv2', diff --git a/packages/data-store/src/types/digitalCredential/IAbstractDigitalCredentialStore.ts b/packages/data-store/src/types/digitalCredential/IAbstractDigitalCredentialStore.ts index 903a88706..4cd8c09bb 100644 --- a/packages/data-store/src/types/digitalCredential/IAbstractDigitalCredentialStore.ts +++ b/packages/data-store/src/types/digitalCredential/IAbstractDigitalCredentialStore.ts @@ -1,4 +1,4 @@ -import { CredentialCorrelationType, CredentialStateType, DigitalCredential } from './digitalCredential' +import { CredentialCorrelationType, CredentialRole, CredentialStateType, DigitalCredential } from './digitalCredential' import { Hasher } from '@sphereon/ssi-types' import { FindOptionsOrder } from 'typeorm' import { DigitalCredentialEntity } from '../../entities/digitalCredential/DigitalCredentialEntity' @@ -25,6 +25,7 @@ export type AddCredentialArgs = { subjectCorrelationType?: CredentialCorrelationType issuerCorrelationId: string subjectCorrelationId?: string + credentialRole: CredentialRole tenantId?: string state?: CredentialStateType verifiedAt?: Date diff --git a/packages/data-store/src/types/digitalCredential/digitalCredential.ts b/packages/data-store/src/types/digitalCredential/digitalCredential.ts index e9ab2b88b..acac8547d 100644 --- a/packages/data-store/src/types/digitalCredential/digitalCredential.ts +++ b/packages/data-store/src/types/digitalCredential/digitalCredential.ts @@ -4,6 +4,7 @@ export type DigitalCredential = { id: string documentType: DocumentType documentFormat: CredentialDocumentFormat + credentialRole: CredentialRole rawDocument: string uniformDocument: string hash: string @@ -39,6 +40,12 @@ export enum CredentialCorrelationType { DID = 'DID', } +export enum CredentialRole { + ISSUER = 'ISSUER', + VERIFIER = 'ISSUER', + HOLDER = 'HOLDER', +} + export enum CredentialStateType { REVOKED = 'REVOKED', VERIFIED = 'VERIFIED', diff --git a/packages/data-store/src/types/index.ts b/packages/data-store/src/types/index.ts index bb55ef2ea..6353b9f1c 100644 --- a/packages/data-store/src/types/index.ts +++ b/packages/data-store/src/types/index.ts @@ -10,3 +10,5 @@ export * from './statusList/IAbstractStatusListStore' export * from './eventLogger/IAbstractEventLoggerStore' export * from './eventLogger/eventLogger' export * from './machineState/IAbstractMachineStateStore' +export * from './digitalCredential/digitalCredential' +export * from './digitalCredential/IAbstractDigitalCredentialStore' diff --git a/packages/ms-request-api/__tests__/restAgent.test.ts b/packages/ms-request-api/__tests__/restAgent.test.ts index 9e181e306..f62502a69 100644 --- a/packages/ms-request-api/__tests__/restAgent.test.ts +++ b/packages/ms-request-api/__tests__/restAgent.test.ts @@ -2,10 +2,11 @@ import 'cross-fetch/polyfill' // @ts-ignore import express from 'express' import { Server } from 'http' -import { IAgent, createAgent, IAgentOptions, IDataStore, IDataStoreORM } from '@veramo/core' +import { createAgent, IAgent, IAgentOptions } from '@veramo/core' import { AgentRestClient } from '@veramo/remote-client' import { AgentRouter, RequestWithAgentRouter } from '@veramo/remote-server' -import { getConfig, createObjects } from '@sphereon/ssi-sdk.agent-config' +import { createObjects, getConfig } from '@sphereon/ssi-sdk.agent-config' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' import { IMsRequestApi } from '../src' import msRequestApiAgentLogic from './shared/msRequestApiAgentLogic' @@ -18,7 +19,7 @@ let serverAgent: IAgent let restServer: Server const getAgent = (options?: IAgentOptions) => - createAgent({ + createAgent({ ...options, plugins: [ new AgentRestClient({ diff --git a/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts b/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts index 6e08e482e..be5633850 100644 --- a/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts +++ b/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts @@ -1,12 +1,13 @@ import * as MsAuthenticator from '../../../ms-authenticator/src' import { fetchIssuanceRequestMs } from '../../src/IssuerUtil' -import { IMsRequestApi, IIssueRequestResponse, IClientIssueRequest, IClientIssuanceConfig } from '../../src/types/IMsRequestApi' +import { IClientIssuanceConfig, IClientIssueRequest, IIssueRequestResponse, IMsRequestApi } from '../../src/types/IMsRequestApi' import { v4 as uuidv4 } from 'uuid' -import { createAgent, TAgent, IDataStore, IDataStoreORM, VerifiableCredential, FindArgs, TCredentialColumns } from '@veramo/core' -import { Entities, DataStore, DataStoreORM } from '@veramo/data-store' +import { createAgent, FindArgs, TAgent, TCredentialColumns, VerifiableCredential } from '@veramo/core' +import { DataStore, DataStoreORM, Entities } from '@veramo/data-store' import { DataSource } from 'typeorm' +import { CredentialRole, CredentialCorrelationType, ICredentialManager, DocumentType } from '@sphereon/ssi-sdk.credential-manager' -type ConfiguredAgent = TAgent +type ConfiguredAgent = TAgent const did1 = 'did:test:111' const did2 = 'did:test:222' var requestIssuanceResponse: IIssueRequestResponse = { @@ -87,7 +88,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro logging: false, entities: Entities, }) - const localAgent = createAgent({ + const localAgent: TAgent = createAgent({ plugins: [new DataStore(dbConnection), new DataStoreORM(dbConnection)], }) @@ -111,9 +112,28 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro }, } - await localAgent.dataStoreSaveVerifiableCredential({ verifiableCredential: vc5 }) + await localAgent.crmAddCredential({ + credential: { + rawDocument: JSON.stringify(vc5), + credentialRole: CredentialRole.HOLDER, + issuerCorrelationType: CredentialCorrelationType.DID, + issuerCorrelationId: '', + }, + }) + + // An extra credential to make sure we can test filtering + const vc6 = { ...vc5 } + vc6.id = 'vc6' + await localAgent.crmAddCredential({ + credential: { + rawDocument: JSON.stringify(vc6), + credentialRole: CredentialRole.HOLDER, + issuerCorrelationType: CredentialCorrelationType.DID, + issuerCorrelationId: '', + }, + }) - const args: FindArgs = { + const vc5Filter: FindArgs = { where: [ { column: 'id', @@ -122,9 +142,13 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro ], } - const credentials = await localAgent.dataStoreORMGetVerifiableCredentialsByClaims({}) - expect(credentials[0].verifiableCredential.id).toEqual('vc5') - const count = await localAgent.dataStoreORMGetVerifiableCredentialsCount(args) + const credentials = await localAgent.crmGetCredentialsByClaims({ + filter: {}, + credentialRole: CredentialRole.HOLDER, + }) + expect(credentials[0].digitalCredential.documentType).toEqual(DocumentType.VC) + expect(credentials[0].digitalCredential.id).toEqual('vc5') + const count = await localAgent.crmGetCredentialsByClaimsCount({ filter: vc5Filter }) expect(count).toEqual(1) await (await dbConnection).close() }) diff --git a/packages/ms-request-api/package.json b/packages/ms-request-api/package.json index c271c96ca..19b1213f5 100644 --- a/packages/ms-request-api/package.json +++ b/packages/ms-request-api/package.json @@ -21,6 +21,7 @@ }, "devDependencies": { "@sphereon/ssi-sdk.agent-config": "workspace:*", + "@sphereon/ssi-sdk.credential-manager": "workspace:*", "@types/express": "^4.17.17", "@types/express-session": "^1.17.4", "@types/jest": "^27.5.2", diff --git a/packages/ms-request-api/tsconfig.json b/packages/ms-request-api/tsconfig.json index 3f6a7e76f..9ebfd51e1 100644 --- a/packages/ms-request-api/tsconfig.json +++ b/packages/ms-request-api/tsconfig.json @@ -13,6 +13,9 @@ }, { "path": "../agent-config" + }, + { + "path": "../credential-manager" } ] } diff --git a/packages/oid4vci-holder/package.json b/packages/oid4vci-holder/package.json index ab6f4c881..faa0fc365 100644 --- a/packages/oid4vci-holder/package.json +++ b/packages/oid4vci-holder/package.json @@ -18,6 +18,7 @@ "@sphereon/oid4vci-common": "0.14.0", "@sphereon/ssi-sdk-ext.did-utils": "0.22.0", "@sphereon/ssi-sdk.contact-manager": "workspace:*", + "@sphereon/ssi-sdk.credential-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.issuance-branding": "workspace:*", diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 2515c2d00..1d4aac95f 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -872,7 +872,7 @@ export class OID4VCIHolder implements IAgentPlugin { } else { logger.log(`Persisting credential`, persistCredential) // @ts-ignore - const vcHash = await context.agent.dataStoreSaveVerifiableCredential({ verifiableCredential: persistCredential }) + const vcHash = await context.agent.crmAddCredential({ verifiableCredential: persistCredential }) await context.agent.emit(OID4VCIHolderEvent.CREDENTIAL_STORED, { vcHash, credential: persistCredential, diff --git a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts index a703338ba..fde230cdc 100644 --- a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts @@ -37,7 +37,6 @@ import { TKeyType, VerifiableCredential, } from '@veramo/core' -import { IDataStore, IDataStoreORM } from '@veramo/data-store' import { _ExtendedIKey } from '@veramo/utils' import { JWTHeader, JWTPayload } from 'did-jwt' import { BaseActionObject, Interpreter, ResolveTypegenMeta, ServiceMap, State, StateMachine, TypegenDisabled } from 'xstate' @@ -597,6 +596,6 @@ export type IdentifierOpts = { } export type RequiredContext = IAgentContext< - IIssuanceBranding & IContactManager & ICredentialVerifier & ICredentialIssuer & IDataStore & IDataStoreORM & IDIDManager & IResolver & IKeyManager + IIssuanceBranding & IContactManager & ICredentialVerifier & ICredentialIssuer & IDIDManager & IResolver & IKeyManager > export type DidAgents = TAgent diff --git a/packages/oid4vci-holder/tsconfig.json b/packages/oid4vci-holder/tsconfig.json index fb74706ec..b31b6945c 100644 --- a/packages/oid4vci-holder/tsconfig.json +++ b/packages/oid4vci-holder/tsconfig.json @@ -14,6 +14,9 @@ { "path": "../contact-manager" }, + { + "path": "../credential-manager" + }, { "path": "../data-store" }, diff --git a/packages/oid4vci-issuer-rest-api/src/types.ts b/packages/oid4vci-issuer-rest-api/src/types.ts index c21119c99..48df1fe4e 100644 --- a/packages/oid4vci-issuer-rest-api/src/types.ts +++ b/packages/oid4vci-issuer-rest-api/src/types.ts @@ -6,7 +6,6 @@ export type IRequiredContext = IAgentContext export type IPlugins = IDIDManager & IKeyManager & - IDataStore & IDataStoreORM & IResolver & IOID4VCIStore & diff --git a/packages/public-key-hosting/__tests__/agent.ts b/packages/public-key-hosting/__tests__/agent.ts index b0615ef38..9f90d725e 100644 --- a/packages/public-key-hosting/__tests__/agent.ts +++ b/packages/public-key-hosting/__tests__/agent.ts @@ -21,7 +21,7 @@ const dbConnection = DataSources.singleInstance() .getDbConnection(DB_CONNECTION_NAME_SQLITE) const privateKeyStore: PrivateKeyStore = new PrivateKeyStore(dbConnection, new SecretBox(DB_ENCRYPTION_KEY)) -const agent = createAgent({ +const agent = createAgent({ plugins: [ new DataStore(dbConnection), new DataStoreORM(dbConnection), diff --git a/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts b/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts index bb5adc805..6971266bf 100644 --- a/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts +++ b/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts @@ -178,12 +178,12 @@ export default (testContext: { const idCardCredential: VerifiableCredential = getFileAsJson( './packages/siopv2-openid4vp-op-auth/__tests__/vc_vp_examples/vc/vc_idCardCredential.json', ) - await agent.dataStoreSaveVerifiableCredential({ verifiableCredential: idCardCredential }) + await agent.crmAddCredential({ verifiableCredential: idCardCredential }) const driverLicenseCredential: VerifiableCredential = getFileAsJson( './packages/siopv2-openid4vp-op-auth/__tests__/vc_vp_examples/vc/vc_driverLicense.json', ) - await agent.dataStoreSaveVerifiableCredential({ verifiableCredential: driverLicenseCredential }) + await agent.crmAddCredential({ verifiableCredential: driverLicenseCredential }) nock(redirectUrl).get(`?stateId=${stateId}`).times(5).reply(200, openIDURI) diff --git a/packages/siopv2-oid4vp-rp-rest-api/__tests__/agent.ts b/packages/siopv2-oid4vp-rp-rest-api/__tests__/agent.ts index a662537ef..36788502d 100644 --- a/packages/siopv2-oid4vp-rp-rest-api/__tests__/agent.ts +++ b/packages/siopv2-oid4vp-rp-rest-api/__tests__/agent.ts @@ -101,15 +101,7 @@ const dbConnection = getDbConnection(DB_CONNECTION_NAME) const privateKeyStore: PrivateKeyStore = new PrivateKeyStore(dbConnection, new SecretBox(DB_ENCRYPTION_KEY)) const agent = createAgent< - IDIDManager & - IKeyManager & - IDataStore & - IDataStoreORM & - IResolver & - IPresentationExchange & - ISIOPv2RP & - ICredentialVerifier & - ICredentialHandlerLDLocal + IDIDManager & IKeyManager & IDataStoreORM & IResolver & IPresentationExchange & ISIOPv2RP & ICredentialVerifier & ICredentialHandlerLDLocal >({ plugins: [ new DataStore(dbConnection), diff --git a/packages/ssi-sdk-core/package.json b/packages/ssi-sdk-core/package.json index 9000974d1..b5c311bc9 100644 --- a/packages/ssi-sdk-core/package.json +++ b/packages/ssi-sdk-core/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "@sphereon/ssi-types": "workspace:*", + "@sphereon/ssi-sdk.credential-manager": "workspace:*", "@veramo/core": "4.2.0", "cross-fetch": "^3.1.8", "debug": "^4.3.4", diff --git a/packages/ssi-sdk-core/src/utils/vc.ts b/packages/ssi-sdk-core/src/utils/vc.ts index b4562aec9..01fffe7a5 100644 --- a/packages/ssi-sdk-core/src/utils/vc.ts +++ b/packages/ssi-sdk-core/src/utils/vc.ts @@ -1,27 +1,24 @@ -import { IAgentContext, IDataStore, IDataStoreORM, VerifiableCredential } from '@veramo/core' +import { IAgentContext, VerifiableCredential } from '@veramo/core' +import { ICredentialManager, DigitalCredential } from '@sphereon/ssi-sdk.credential-manager' export async function getCredentialByIdOrHash( - context: IAgentContext, + context: IAgentContext, idOrHash: string, ): Promise<{ id: string hash?: string vc?: VerifiableCredential }> { - let vc: VerifiableCredential + let vc: DigitalCredential let hash: string - const uniqueVCs = await context.agent.dataStoreORMGetVerifiableCredentials({ - where: [ - { - column: 'id', - value: [idOrHash], - op: 'Equal', - }, - ], + const uniqueVCs = await context.agent.crmGetCredentials({ + filter: [{ id: idOrHash }], }) if (uniqueVCs.length === 0) { hash = idOrHash - vc = await context.agent.dataStoreGetVerifiableCredential({ hash }) + vc = await context.agent.crmGetCredentials({ + filter: [{ hash: hash }], + }) } else { const uniqueVC = uniqueVCs[0] hash = uniqueVC.hash diff --git a/packages/ssi-sdk-core/tsconfig.json b/packages/ssi-sdk-core/tsconfig.json index 9116c4295..211f27c7a 100644 --- a/packages/ssi-sdk-core/tsconfig.json +++ b/packages/ssi-sdk-core/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "dist" }, - "references": [{ "path": "../ssi-types" }] + "references": [{ "path": "../ssi-types" }, { "path": "../credential-manager" }] } diff --git a/packages/uni-resolver-registrar-api/__tests__/agent.ts b/packages/uni-resolver-registrar-api/__tests__/agent.ts index 473c5c0d7..732d4020d 100644 --- a/packages/uni-resolver-registrar-api/__tests__/agent.ts +++ b/packages/uni-resolver-registrar-api/__tests__/agent.ts @@ -79,7 +79,7 @@ export const didProviders = { const dbConnection = getDbConnection(DB_CONNECTION_NAME) const privateKeyStore: PrivateKeyStore = new PrivateKeyStore(dbConnection, new SecretBox(DB_ENCRYPTION_KEY)) -const agent = createAgent({ +const agent = createAgent({ plugins: [ new DataStore(dbConnection), new DataStoreORM(dbConnection), diff --git a/packages/uni-resolver-registrar-api/src/types.ts b/packages/uni-resolver-registrar-api/src/types.ts index 78c4f837c..83228a559 100644 --- a/packages/uni-resolver-registrar-api/src/types.ts +++ b/packages/uni-resolver-registrar-api/src/types.ts @@ -3,7 +3,7 @@ import { GenericAuthArgs, ISingleEndpointOpts } from '@sphereon/ssi-express-supp import { IAgentContext, IDataStore, IDataStoreORM, IDIDManager, IKeyManager, IResolver } from '@veramo/core' import { VerificationMethod } from 'did-resolver' -export type IRequiredPlugins = IDataStore & IDataStoreORM & IDIDManager & IKeyManager & IResolver +export type IRequiredPlugins = IDataStoreORM & IDIDManager & IKeyManager & IResolver export type IRequiredContext = IAgentContext export interface DidRegistrationCreateRequest { diff --git a/packages/vc-status-list-issuer-drivers/src/types.ts b/packages/vc-status-list-issuer-drivers/src/types.ts index ebf576b77..c1e4f89b7 100644 --- a/packages/vc-status-list-issuer-drivers/src/types.ts +++ b/packages/vc-status-list-issuer-drivers/src/types.ts @@ -20,14 +20,7 @@ import { } from '@veramo/core' import { DriverOptions } from './drivers' -export type IRequiredPlugins = IDataStore & - IDataStoreORM & - IDIDManager & - IKeyManager & - ICredentialIssuer & - ICredentialVerifier & - ICredentialPlugin & - IResolver +export type IRequiredPlugins = IDataStoreORM & IDIDManager & IKeyManager & ICredentialIssuer & ICredentialVerifier & ICredentialPlugin & IResolver export type IRequiredContext = IAgentContext export interface Driver { diff --git a/packages/vc-status-list-issuer-rest-api/__tests__/agent.ts b/packages/vc-status-list-issuer-rest-api/__tests__/agent.ts index 939645e77..d319483d9 100644 --- a/packages/vc-status-list-issuer-rest-api/__tests__/agent.ts +++ b/packages/vc-status-list-issuer-rest-api/__tests__/agent.ts @@ -66,7 +66,7 @@ const dbConnection = DataSources.singleInstance() const privateKeyStore: PrivateKeyStore = new PrivateKeyStore(dbConnection, new SecretBox(DB_ENCRYPTION_KEY)) const agent: TAgent = createAgent< - IDIDManager & IKeyManager & IDataStore & IDataStoreORM & IResolver & ICredentialHandlerLDLocal & ICredentialPlugin + IDIDManager & IKeyManager & IDataStoreORM & IResolver & ICredentialHandlerLDLocal & ICredentialPlugin >({ plugins: [ new DataStore(dbConnection), diff --git a/packages/w3c-vc-api/__tests__/agent.ts b/packages/w3c-vc-api/__tests__/agent.ts index 3c76c3d3a..ff7713a03 100644 --- a/packages/w3c-vc-api/__tests__/agent.ts +++ b/packages/w3c-vc-api/__tests__/agent.ts @@ -101,15 +101,7 @@ const dbConnection = DataSources.singleInstance() const privateKeyStore: PrivateKeyStore = new PrivateKeyStore(dbConnection, new SecretBox(DB_ENCRYPTION_KEY)) const agent = createAgent< - IDIDManager & - IKeyManager & - IDataStore & - IDataStoreORM & - IResolver & - IPresentationExchange & - ICredentialVerifier & - ICredentialHandlerLDLocal & - ICredentialPlugin + IDIDManager & IKeyManager & IDataStoreORM & IResolver & IPresentationExchange & ICredentialVerifier & ICredentialHandlerLDLocal & ICredentialPlugin >({ plugins: [ new DataStore(dbConnection), diff --git a/packages/w3c-vc-api/src/types.ts b/packages/w3c-vc-api/src/types.ts index 7ec06285d..7a8ac13fd 100644 --- a/packages/w3c-vc-api/src/types.ts +++ b/packages/w3c-vc-api/src/types.ts @@ -12,14 +12,7 @@ import { } from '@veramo/core' import { ProofFormat } from '@veramo/core/src/types/ICredentialIssuer' -export type IRequiredPlugins = IDataStore & - IDataStoreORM & - IDIDManager & - IKeyManager & - ICredentialIssuer & - ICredentialVerifier & - ICredentialPlugin & - IResolver +export type IRequiredPlugins = IDataStoreORM & IDIDManager & IKeyManager & ICredentialIssuer & ICredentialVerifier & ICredentialPlugin & IResolver export type IRequiredContext = IAgentContext // interface IVCAPISecurityOpts {} diff --git a/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts b/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts index 7dd816261..8a687dedf 100644 --- a/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts +++ b/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts @@ -221,7 +221,7 @@ export class WellKnownDidIssuer implements IAgentPlugin { } private async saveDomainLinkageCredential(credential: DomainLinkageCredential, context: RequiredContext): Promise { - return context.agent.dataStoreSaveVerifiableCredential({ verifiableCredential: this.normalizeCredential(credential) }) + return context.agent.crmAddCredential({ verifiableCredential: this.normalizeCredential(credential) }) } private normalizeCredential(credential: DomainLinkageCredential): VerifiableCredential { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f4e58bc47..214e0dac6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,6 +56,7 @@ patchedDependencies: path: patches/did-jwt@6.11.6.patch importers: + .: dependencies: '@veramo/core': @@ -360,6 +361,40 @@ importers: specifier: ^0.3.20 version: 0.3.20(pg@8.11.5)(sqlite3@5.1.7)(ts-node@10.9.2) + packages/credential-manager: + dependencies: + '@sphereon/pex': + specifier: ^3.3.3 + version: 3.3.3 + '@sphereon/pex-models': + specifier: ^2.2.4 + version: 2.2.4 + '@sphereon/ssi-sdk.data-store': + specifier: workspace:* + version: link:../data-store + cross-fetch: + specifier: ^3.1.8 + version: 3.1.8 + debug: + specifier: ^4.3.4 + version: 4.3.5 + typeorm: + specifier: ^0.3.20 + version: 0.3.20(pg@8.11.5)(sqlite3@5.1.7)(ts-node@10.9.2) + devDependencies: + '@sphereon/ssi-sdk.agent-config': + specifier: workspace:* + version: link:../agent-config + '@sphereon/ssi-types': + specifier: workspace:* + version: link:../ssi-types + '@veramo/remote-client': + specifier: 4.2.0 + version: 4.2.0 + '@veramo/remote-server': + specifier: 4.2.0 + version: 4.2.0(express@4.19.2) + packages/data-store: dependencies: '@sphereon/pex': @@ -775,6 +810,9 @@ importers: '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config + '@sphereon/ssi-sdk.credential-manager': + specifier: workspace:* + version: link:../credential-manager '@types/express': specifier: ^4.17.17 version: 4.17.21 @@ -844,6 +882,9 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core + '@sphereon/ssi-sdk.credential-manager': + specifier: workspace:* + version: link:../credential-manager '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2203,6 +2244,9 @@ importers: packages/ssi-sdk-core: dependencies: + '@sphereon/ssi-sdk.credential-manager': + specifier: workspace:* + version: link:../credential-manager '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -3338,34 +3382,35 @@ importers: version: 5.4.2 packages: + /@adobe/css-tools@4.3.3: - resolution: { integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ== } + resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==} dev: true /@adraffy/ens-normalize@1.10.1: - resolution: { integrity: sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw== } + resolution: {integrity: sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==} dev: false /@ampproject/remapping@2.3.0: - resolution: { integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== } - engines: { node: '>=6.0.0' } + resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} + engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 /@astronautlabs/jsonpath@1.1.2: - resolution: { integrity: sha512-FqL/muoreH7iltYC1EB5Tvox5E8NSOOPGkgns4G+qxRKl6k5dxEVljUjB5NcKESzkqwnUqWjSZkL61XGYOuV+A== } + resolution: {integrity: sha512-FqL/muoreH7iltYC1EB5Tvox5E8NSOOPGkgns4G+qxRKl6k5dxEVljUjB5NcKESzkqwnUqWjSZkL61XGYOuV+A==} dependencies: static-eval: 2.0.2 /@azure/msal-common@13.3.1: - resolution: { integrity: sha512-Lrk1ozoAtaP/cp53May3v6HtcFSVxdFrg2Pa/1xu5oIvsIwhxW6zSPibKefCOVgd5osgykMi5jjcZHv8XkzZEQ== } - engines: { node: '>=0.8.0' } + resolution: {integrity: sha512-Lrk1ozoAtaP/cp53May3v6HtcFSVxdFrg2Pa/1xu5oIvsIwhxW6zSPibKefCOVgd5osgykMi5jjcZHv8XkzZEQ==} + engines: {node: '>=0.8.0'} dev: false /@azure/msal-node@1.18.4: - resolution: { integrity: sha512-Kc/dRvhZ9Q4+1FSfsTFDME/v6+R2Y1fuMty/TfwqE5p9GTPw08BPbKgeWinE8JRHRp+LemjQbUZsn4Q4l6Lszg== } - engines: { node: 10 || 12 || 14 || 16 || 18 } + resolution: {integrity: sha512-Kc/dRvhZ9Q4+1FSfsTFDME/v6+R2Y1fuMty/TfwqE5p9GTPw08BPbKgeWinE8JRHRp+LemjQbUZsn4Q4l6Lszg==} + engines: {node: 10 || 12 || 14 || 16 || 18} deprecated: A newer major version of this library is available. Please upgrade to the latest available version. dependencies: '@azure/msal-common': 13.3.1 @@ -3374,8 +3419,8 @@ packages: dev: false /@babel/cli@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg==} + engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -3394,25 +3439,25 @@ packages: dev: true /@babel/code-frame@7.12.11: - resolution: { integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== } + resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: '@babel/highlight': 7.24.5 dev: true /@babel/code-frame@7.24.2: - resolution: { integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} + engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.24.5 picocolors: 1.0.1 /@babel/compat-data@7.24.4: - resolution: { integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==} + engines: {node: '>=6.9.0'} /@babel/core@7.24.5: - resolution: { integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==} + engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.2 @@ -3433,8 +3478,8 @@ packages: - supports-color /@babel/generator@7.24.5: - resolution: { integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==} + engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.5 '@jridgewell/gen-mapping': 0.3.5 @@ -3442,20 +3487,20 @@ packages: jsesc: 2.5.2 /@babel/helper-annotate-as-pure@7.22.5: - resolution: { integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} + engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.5 /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: - resolution: { integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} + engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.5 /@babel/helper-compilation-targets@7.23.6: - resolution: { integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} + engines: {node: '>=6.9.0'} dependencies: '@babel/compat-data': 7.24.4 '@babel/helper-validator-option': 7.23.5 @@ -3464,8 +3509,8 @@ packages: semver: 6.3.1 /@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -3481,8 +3526,8 @@ packages: semver: 6.3.1 /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.5): - resolution: { integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -3492,7 +3537,7 @@ packages: semver: 6.3.1 /@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.24.5): - resolution: { integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ== } + resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: @@ -3506,37 +3551,37 @@ packages: - supports-color /@babel/helper-environment-visitor@7.22.20: - resolution: { integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} /@babel/helper-function-name@7.23.0: - resolution: { integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.24.0 '@babel/types': 7.24.5 /@babel/helper-hoist-variables@7.22.5: - resolution: { integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} + engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.5 /@babel/helper-member-expression-to-functions@7.24.5: - resolution: { integrity: sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==} + engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.5 /@babel/helper-module-imports@7.24.3: - resolution: { integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} + engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.5 /@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -3548,18 +3593,18 @@ packages: '@babel/helper-validator-identifier': 7.24.5 /@babel/helper-optimise-call-expression@7.22.5: - resolution: { integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} + engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.5 /@babel/helper-plugin-utils@7.24.5: - resolution: { integrity: sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==} + engines: {node: '>=6.9.0'} /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.5): - resolution: { integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -3569,8 +3614,8 @@ packages: '@babel/helper-wrap-function': 7.24.5 /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -3580,46 +3625,46 @@ packages: '@babel/helper-optimise-call-expression': 7.22.5 /@babel/helper-simple-access@7.24.5: - resolution: { integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==} + engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.5 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: - resolution: { integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} + engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.5 /@babel/helper-split-export-declaration@7.24.5: - resolution: { integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==} + engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.5 /@babel/helper-string-parser@7.24.1: - resolution: { integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier@7.24.5: - resolution: { integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-option@7.23.5: - resolution: { integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + engines: {node: '>=6.9.0'} /@babel/helper-wrap-function@7.24.5: - resolution: { integrity: sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw==} + engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.23.0 '@babel/template': 7.24.0 '@babel/types': 7.24.5 /@babel/helpers@7.24.5: - resolution: { integrity: sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==} + engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.24.0 '@babel/traverse': 7.24.5 @@ -3628,8 +3673,8 @@ packages: - supports-color /@babel/highlight@7.24.5: - resolution: { integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==} + engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.24.5 chalk: 2.4.2 @@ -3637,15 +3682,15 @@ packages: picocolors: 1.0.1 /@babel/parser@7.24.5: - resolution: { integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== } - engines: { node: '>=6.0.0' } + resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} + engines: {node: '>=6.0.0'} hasBin: true dependencies: '@babel/types': 7.24.5 /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -3654,8 +3699,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -3663,8 +3708,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: @@ -3674,8 +3719,8 @@ packages: '@babel/plugin-transform-optional-chaining': 7.24.5(@babel/core@7.24.5) /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -3684,8 +3729,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.24.5): - resolution: { integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3697,8 +3742,8 @@ packages: '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5) /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.5): - resolution: { integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3708,8 +3753,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-proposal-export-default-from@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-+0hrgGGV3xyYIjOrD/bUZk/iUwOIGuoANfRfVg1cPhYBxF+TIXSEcc42DqzBICmWsnAQ+SfKedY0bj8QD+LuMg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-+0hrgGGV3xyYIjOrD/bUZk/iUwOIGuoANfRfVg1cPhYBxF+TIXSEcc42DqzBICmWsnAQ+SfKedY0bj8QD+LuMg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3718,8 +3763,8 @@ packages: '@babel/plugin-syntax-export-default-from': 7.24.1(@babel/core@7.24.5) /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.24.5): - resolution: { integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3730,8 +3775,8 @@ packages: dev: false /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.24.5): - resolution: { integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3741,8 +3786,8 @@ packages: '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5) /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.24.5): - resolution: { integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3752,8 +3797,8 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5) /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.24.5): - resolution: { integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3763,8 +3808,8 @@ packages: '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5) /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.5): - resolution: { integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3777,8 +3822,8 @@ packages: '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.5) /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.24.5): - resolution: { integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3788,8 +3833,8 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5) /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.24.5): - resolution: { integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3800,15 +3845,15 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5) /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5): - resolution: { integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.5 /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.5): - resolution: { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== } + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3816,7 +3861,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.5): - resolution: { integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== } + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3825,7 +3870,7 @@ packages: dev: true /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.5): - resolution: { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== } + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3833,8 +3878,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.5): - resolution: { integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3842,7 +3887,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.5): - resolution: { integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== } + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3850,8 +3895,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-export-default-from@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-cNXSxv9eTkGUtd0PsNMK8Yx5xeScxfpWOUAxE+ZPAXXEcAMOC3fk7LRdXq5fvpra2pLx2p1YtkAhpUbB2SwaRA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-cNXSxv9eTkGUtd0PsNMK8Yx5xeScxfpWOUAxE+ZPAXXEcAMOC3fk7LRdXq5fvpra2pLx2p1YtkAhpUbB2SwaRA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3859,7 +3904,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.5): - resolution: { integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== } + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3867,8 +3912,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-flow@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-sxi2kLTI5DeW5vDtMUsk4mTPwvlUDbjOnoWayhynCwrw4QXRld4QEYwqzY8JmQXaJUtgUuCIurtSRH5sn4c7mA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-sxi2kLTI5DeW5vDtMUsk4mTPwvlUDbjOnoWayhynCwrw4QXRld4QEYwqzY8JmQXaJUtgUuCIurtSRH5sn4c7mA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3876,8 +3921,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3885,8 +3930,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3894,7 +3939,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.5): - resolution: { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== } + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3902,7 +3947,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.5): - resolution: { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== } + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3910,8 +3955,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3919,7 +3964,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.5): - resolution: { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== } + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3927,7 +3972,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.5): - resolution: { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== } + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3935,7 +3980,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.5): - resolution: { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== } + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3943,7 +3988,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.5): - resolution: { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== } + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3951,7 +3996,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.5): - resolution: { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== } + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3959,7 +4004,7 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.5): - resolution: { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== } + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3967,8 +4012,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.5): - resolution: { integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3976,8 +4021,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.5): - resolution: { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3985,8 +4030,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3994,8 +4039,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.5): - resolution: { integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -4004,8 +4049,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4013,8 +4058,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.5): - resolution: { integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4025,8 +4070,8 @@ packages: '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5) /@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4036,8 +4081,8 @@ packages: '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.5) /@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4045,8 +4090,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-block-scoping@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4054,8 +4099,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4064,8 +4109,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-class-static-block@7.24.4(@babel/core@7.24.5): - resolution: { integrity: sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: @@ -4075,8 +4120,8 @@ packages: '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5) /@babel/plugin-transform-classes@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4091,8 +4136,8 @@ packages: globals: 11.12.0 /@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4101,8 +4146,8 @@ packages: '@babel/template': 7.24.0 /@babel/plugin-transform-destructuring@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4110,8 +4155,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4120,8 +4165,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4129,8 +4174,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4139,8 +4184,8 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5) /@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4149,8 +4194,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4159,8 +4204,8 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5) /@babel/plugin-transform-flow-strip-types@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-iIYPIWt3dUmUKKE10s3W+jsQ3icFkw0JyRVyY1B7G4yK/nngAOHLVx8xlhA6b/Jzl/Y0nis8gjqhqKtRDQqHWQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-iIYPIWt3dUmUKKE10s3W+jsQ3icFkw0JyRVyY1B7G4yK/nngAOHLVx8xlhA6b/Jzl/Y0nis8gjqhqKtRDQqHWQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4169,8 +4214,8 @@ packages: '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.5) /@babel/plugin-transform-for-of@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4179,8 +4224,8 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 /@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4190,8 +4235,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4200,8 +4245,8 @@ packages: '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5) /@babel/plugin-transform-literals@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4209,8 +4254,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4219,8 +4264,8 @@ packages: '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5) /@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4228,8 +4273,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4238,8 +4283,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4249,8 +4294,8 @@ packages: '@babel/helper-simple-access': 7.24.5 /@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4261,8 +4306,8 @@ packages: '@babel/helper-validator-identifier': 7.24.5 /@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4271,8 +4316,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.5): - resolution: { integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -4281,8 +4326,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4290,8 +4335,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4300,8 +4345,8 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5) /@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4310,8 +4355,8 @@ packages: '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5) /@babel/plugin-transform-object-rest-spread@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4322,8 +4367,8 @@ packages: '@babel/plugin-transform-parameters': 7.24.5(@babel/core@7.24.5) /@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4332,8 +4377,8 @@ packages: '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) /@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4342,8 +4387,8 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5) /@babel/plugin-transform-optional-chaining@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4353,8 +4398,8 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5) /@babel/plugin-transform-parameters@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4362,8 +4407,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4372,8 +4417,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-private-property-in-object@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4384,8 +4429,8 @@ packages: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5) /@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4393,8 +4438,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-react-display-name@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4402,8 +4447,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-react-jsx-self@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-RtCJoUO2oYrYwFPtR1/jkoBEcFuI1ae9a9IMxeyAVa3a1Ap4AnxmyIKG2b2FaJKqkidw/0cxRbWN+HOs6ZWd1w== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-RtCJoUO2oYrYwFPtR1/jkoBEcFuI1ae9a9IMxeyAVa3a1Ap4AnxmyIKG2b2FaJKqkidw/0cxRbWN+HOs6ZWd1w==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4411,8 +4456,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4420,8 +4465,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.5): - resolution: { integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4433,8 +4478,8 @@ packages: '@babel/types': 7.24.5 /@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4443,8 +4488,8 @@ packages: regenerator-transform: 0.15.2 /@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4452,8 +4497,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-runtime@7.24.3(@babel/core@7.24.5): - resolution: { integrity: sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4468,8 +4513,8 @@ packages: - supports-color /@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4477,8 +4522,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4487,8 +4532,8 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 /@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4496,8 +4541,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4505,8 +4550,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-typeof-symbol@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4514,8 +4559,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-typescript@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4526,8 +4571,8 @@ packages: '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.5) /@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4535,8 +4580,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4545,8 +4590,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4555,8 +4600,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -4565,8 +4610,8 @@ packages: '@babel/helper-plugin-utils': 7.24.5 /@babel/preset-env@7.24.5(@babel/core@7.24.5): - resolution: { integrity: sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4656,8 +4701,8 @@ packages: - supports-color /@babel/preset-flow@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-sWCV2G9pcqZf+JHyv/RyqEIpFypxdCSxWIxQjpdaQxenNog7cN1pr76hg8u0Fz8Qgg0H4ETkGcJnXL8d4j0PPA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-sWCV2G9pcqZf+JHyv/RyqEIpFypxdCSxWIxQjpdaQxenNog7cN1pr76hg8u0Fz8Qgg0H4ETkGcJnXL8d4j0PPA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4667,7 +4712,7 @@ packages: '@babel/plugin-transform-flow-strip-types': 7.24.1(@babel/core@7.24.5) /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.5): - resolution: { integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA== } + resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: @@ -4677,8 +4722,8 @@ packages: esutils: 2.0.3 /@babel/preset-typescript@7.24.1(@babel/core@7.24.5): - resolution: { integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4690,8 +4735,8 @@ packages: '@babel/plugin-transform-typescript': 7.24.5(@babel/core@7.24.5) /@babel/register@7.23.7(@babel/core@7.24.5): - resolution: { integrity: sha512-EjJeB6+kvpk+Y5DAkEAmbOBEFkh9OASx0huoEkqYTFxAZHzOAX2Oh5uwAUuL2rUddqfM0SA+KPXV2TbzoZ2kvQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-EjJeB6+kvpk+Y5DAkEAmbOBEFkh9OASx0huoEkqYTFxAZHzOAX2Oh5uwAUuL2rUddqfM0SA+KPXV2TbzoZ2kvQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -4703,25 +4748,25 @@ packages: source-map-support: 0.5.21 /@babel/regjsgen@0.8.0: - resolution: { integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== } + resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} /@babel/runtime@7.24.5: - resolution: { integrity: sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==} + engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.1 /@babel/template@7.24.0: - resolution: { integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} + engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.2 '@babel/parser': 7.24.5 '@babel/types': 7.24.5 /@babel/traverse@7.24.5: - resolution: { integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==} + engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.2 '@babel/generator': 7.24.5 @@ -4737,36 +4782,36 @@ packages: - supports-color /@babel/types@7.24.5: - resolution: { integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==} + engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.24.1 '@babel/helper-validator-identifier': 7.24.5 to-fast-properties: 2.0.0 /@bcoe/v8-coverage@0.2.3: - resolution: { integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== } + resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true /@bitauth/libauth@1.19.1: - resolution: { integrity: sha512-R524tD5VwOt3QRHr7N518nqTVR/HKgfWL4LypekcGuNQN8R4PWScvuRcRzrY39A28kLztMv+TJdiKuMNbkU1ug== } - engines: { node: '>=8.9' } + resolution: {integrity: sha512-R524tD5VwOt3QRHr7N518nqTVR/HKgfWL4LypekcGuNQN8R4PWScvuRcRzrY39A28kLztMv+TJdiKuMNbkU1ug==} + engines: {node: '>=8.9'} /@colors/colors@1.5.0: - resolution: { integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== } - engines: { node: '>=0.1.90' } + resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} + engines: {node: '>=0.1.90'} requiresBuild: true dev: true optional: true /@cspotcode/source-map-support@0.8.1: - resolution: { integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw== } - engines: { node: '>=12' } + resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} + engines: {node: '>=12'} dependencies: '@jridgewell/trace-mapping': 0.3.9 /@decentralized-identity/ion-sdk@0.6.0: - resolution: { integrity: sha512-dOwpl9YK5A3f2Cmw2NB8AlzzFlB2u3on/nFxsp2KxR8fQMLYeGNYnC5eOdSwInFgZNeQVgnNhKpZU1YiSf6hQA== } + resolution: {integrity: sha512-dOwpl9YK5A3f2Cmw2NB8AlzzFlB2u3on/nFxsp2KxR8fQMLYeGNYnC5eOdSwInFgZNeQVgnNhKpZU1YiSf6hQA==} dependencies: '@noble/ed25519': 1.7.1 '@noble/secp256k1': 1.7.0 @@ -4777,14 +4822,14 @@ packages: dev: true /@did-core/data-model@0.1.1-unstable.15: - resolution: { integrity: sha512-l7gxLxegcXW7389G+j6o+S24lS8uasmJx5txWpW3QadNvOawKwvWn8bV59SdHSK806xNzIZaCLKmXKxebs8yAQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-l7gxLxegcXW7389G+j6o+S24lS8uasmJx5txWpW3QadNvOawKwvWn8bV59SdHSK806xNzIZaCLKmXKxebs8yAQ==} + engines: {node: '>=10'} dependencies: factory.ts: 0.5.2 /@did-core/did-ld-json@0.1.1-unstable.15: - resolution: { integrity: sha512-p2jKRxSU+eJJqd+ewCklYp/XZ6ysISk8VU2/kANCoB/WwUy/kVgw2rUNScRDXw2utr9Qj36P8EZTYi4aj7vRCQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-p2jKRxSU+eJJqd+ewCklYp/XZ6ysISk8VU2/kANCoB/WwUy/kVgw2rUNScRDXw2utr9Qj36P8EZTYi4aj7vRCQ==} + engines: {node: '>=10'} dependencies: '@transmute/did-context': 0.6.1-unstable.37 jsonld-checker: 0.1.8 @@ -4792,23 +4837,23 @@ packages: - encoding /@digitalbazaar/bitstring@3.1.0: - resolution: { integrity: sha512-Cii+Sl++qaexOvv3vchhgZFfSmtHPNIPzGegaq4ffPnflVXFu+V2qrJ17aL2+gfLxrlC/zazZFuAltyKTPq7eg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-Cii+Sl++qaexOvv3vchhgZFfSmtHPNIPzGegaq4ffPnflVXFu+V2qrJ17aL2+gfLxrlC/zazZFuAltyKTPq7eg==} + engines: {node: '>=16'} dependencies: base64url-universal: 2.0.0 pako: 2.1.0 dev: false /@digitalbazaar/security-context@1.0.1: - resolution: { integrity: sha512-0WZa6tPiTZZF8leBtQgYAfXQePFQp2z5ivpCEN/iZguYYZ0TB9qRmWtan5XH6mNFuusHtMcyIzAcReyE6rZPhA== } + resolution: {integrity: sha512-0WZa6tPiTZZF8leBtQgYAfXQePFQp2z5ivpCEN/iZguYYZ0TB9qRmWtan5XH6mNFuusHtMcyIzAcReyE6rZPhA==} /@digitalbazaar/vc-status-list-context@3.1.1: - resolution: { integrity: sha512-cMVtd+EV+4KN2kUG4/vsV74JVsGE6dcpod6zRoFB/AJA2W/sZbJqR44KL3G6P262+GcAECNhtnSsKsTnQ6y8+w== } + resolution: {integrity: sha512-cMVtd+EV+4KN2kUG4/vsV74JVsGE6dcpod6zRoFB/AJA2W/sZbJqR44KL3G6P262+GcAECNhtnSsKsTnQ6y8+w==} dev: false /@digitalbazaar/vc-status-list@7.1.0: - resolution: { integrity: sha512-p5uxKJlX13N8TcTuv9qFDeej+6bndU+Rh1Cez2MT+bXQE6Jpn5t336FBSHmcECB4yUfZQpkmV/LOcYU4lW8Ojw== } - engines: { node: '>=16' } + resolution: {integrity: sha512-p5uxKJlX13N8TcTuv9qFDeej+6bndU+Rh1Cez2MT+bXQE6Jpn5t336FBSHmcECB4yUfZQpkmV/LOcYU4lW8Ojw==} + engines: {node: '>=16'} dependencies: '@digitalbazaar/bitstring': 3.1.0 '@digitalbazaar/vc': 5.0.0 @@ -4817,8 +4862,8 @@ packages: dev: false /@digitalbazaar/vc@5.0.0: - resolution: { integrity: sha512-XmLM7Ag5W+XidGnFuxFIyUFSMnHnWEMJlHei602GG94+WzFJ6Ik8txzPQL8T18egSoiTsd1VekymbIlSimhuaQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-XmLM7Ag5W+XidGnFuxFIyUFSMnHnWEMJlHei602GG94+WzFJ6Ik8txzPQL8T18egSoiTsd1VekymbIlSimhuaQ==} + engines: {node: '>=14'} dependencies: credentials-context: 2.0.0 jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld @@ -4826,27 +4871,27 @@ packages: dev: false /@digitalcredentials/base58-universal@1.0.1: - resolution: { integrity: sha512-1xKdJnfITMvrF/sCgwBx2C4p7qcNAARyIvrAOZGqIHmBaT/hAenpC8bf44qVY+UIMuCYP23kqpIfJQebQDThDQ== } - engines: { node: '>=12' } + resolution: {integrity: sha512-1xKdJnfITMvrF/sCgwBx2C4p7qcNAARyIvrAOZGqIHmBaT/hAenpC8bf44qVY+UIMuCYP23kqpIfJQebQDThDQ==} + engines: {node: '>=12'} /@digitalcredentials/base64url-universal@2.0.6: - resolution: { integrity: sha512-QJyK6xS8BYNnkKLhEAgQc6Tb9DMe+GkHnBAWJKITCxVRXJAFLhJnr+FsJnCThS3x2Y0UiiDAXoWjwMqtUrp4Kg== } - engines: { node: '>=14' } + resolution: {integrity: sha512-QJyK6xS8BYNnkKLhEAgQc6Tb9DMe+GkHnBAWJKITCxVRXJAFLhJnr+FsJnCThS3x2Y0UiiDAXoWjwMqtUrp4Kg==} + engines: {node: '>=14'} dependencies: base64url: 3.0.1 dev: false /@digitalcredentials/bitstring@2.0.1: - resolution: { integrity: sha512-9priXvsEJGI4LYHPwLqf5jv9HtQGlG0MgeuY8Q4NHN+xWz5rYMylh1TYTVThKa3XI6xF2pR2oEfKZD21eWXveQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-9priXvsEJGI4LYHPwLqf5jv9HtQGlG0MgeuY8Q4NHN+xWz5rYMylh1TYTVThKa3XI6xF2pR2oEfKZD21eWXveQ==} + engines: {node: '>=14'} dependencies: '@digitalcredentials/base64url-universal': 2.0.6 pako: 2.1.0 dev: false /@digitalcredentials/ed25519-signature-2020@3.0.2: - resolution: { integrity: sha512-R8IrR21Dh+75CYriQov3nVHKaOVusbxfk9gyi6eCAwLHKn6fllUt+2LQfuUrL7Ts/sGIJqQcev7YvkX9GvyYRA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-R8IrR21Dh+75CYriQov3nVHKaOVusbxfk9gyi6eCAwLHKn6fllUt+2LQfuUrL7Ts/sGIJqQcev7YvkX9GvyYRA==} + engines: {node: '>=14'} dependencies: '@digitalcredentials/base58-universal': 1.0.1 '@digitalcredentials/ed25519-verification-key-2020': 3.2.2 @@ -4858,8 +4903,8 @@ packages: - web-streams-polyfill /@digitalcredentials/ed25519-verification-key-2020@3.2.2: - resolution: { integrity: sha512-ZfxNFZlA379MZpf+gV2tUYyiZ15eGVgjtCQLWlyu3frWxsumUgv++o0OJlMnrDsWGwzFMRrsXcosd5+752rLOA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-ZfxNFZlA379MZpf+gV2tUYyiZ15eGVgjtCQLWlyu3frWxsumUgv++o0OJlMnrDsWGwzFMRrsXcosd5+752rLOA==} + engines: {node: '>=14'} dependencies: '@digitalcredentials/base58-universal': 1.0.1 '@stablelib/ed25519': 1.0.3 @@ -4867,8 +4912,8 @@ packages: crypto-ld: 6.0.0 /@digitalcredentials/ed25519-verification-key-2020@4.0.0: - resolution: { integrity: sha512-GrfITgp1guFbExZckj2q6LOxxm08PFSScr0lBYtDRezJa6CTpA9XQ8yXSSXE3LvpEi5/2uOMFxxIfKAtL1J2ww== } - engines: { node: '>=18' } + resolution: {integrity: sha512-GrfITgp1guFbExZckj2q6LOxxm08PFSScr0lBYtDRezJa6CTpA9XQ8yXSSXE3LvpEi5/2uOMFxxIfKAtL1J2ww==} + engines: {node: '>=18'} dependencies: '@digitalcredentials/keypair': 1.0.5 '@noble/ed25519': 1.7.3 @@ -4876,8 +4921,8 @@ packages: dev: false /@digitalcredentials/http-client@1.2.2: - resolution: { integrity: sha512-YOwaE+vUDSwiDhZT0BbXSWVg+bvp1HA1eg/gEc8OCwCOj9Bn9FRQdu8P9Y/fnYqyFCioDwwTRzGxgJLl50baEg== } - engines: { node: '>=12.0.0' } + resolution: {integrity: sha512-YOwaE+vUDSwiDhZT0BbXSWVg+bvp1HA1eg/gEc8OCwCOj9Bn9FRQdu8P9Y/fnYqyFCioDwwTRzGxgJLl50baEg==} + engines: {node: '>=12.0.0'} dependencies: ky: 0.25.1 ky-universal: 0.8.2(ky@0.25.1) @@ -4886,8 +4931,8 @@ packages: - web-streams-polyfill /@digitalcredentials/jsonld-signatures@9.4.0: - resolution: { integrity: sha512-DnR+HDTm7qpcDd0wcD1w6GdlAwfHjQSgu+ahion8REkCkkMRywF+CLunU7t8AZpFB2Gr/+N8naUtiEBNje1Oew== } - engines: { node: '>=18' } + resolution: {integrity: sha512-DnR+HDTm7qpcDd0wcD1w6GdlAwfHjQSgu+ahion8REkCkkMRywF+CLunU7t8AZpFB2Gr/+N8naUtiEBNje1Oew==} + engines: {node: '>=18'} dependencies: '@digitalbazaar/security-context': 1.0.1 '@digitalcredentials/jsonld': 6.0.0 @@ -4899,8 +4944,8 @@ packages: - web-streams-polyfill /@digitalcredentials/jsonld@5.2.2: - resolution: { integrity: sha512-hz7YR3kv6+8UUdgMyTGl1o8NjVKKwnMry/Rh/rWeAvwL+NqgoUHorWzI3rM+PW+MPFyDC0ieXStClt9n9D9SGA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-hz7YR3kv6+8UUdgMyTGl1o8NjVKKwnMry/Rh/rWeAvwL+NqgoUHorWzI3rM+PW+MPFyDC0ieXStClt9n9D9SGA==} + engines: {node: '>=12'} dependencies: '@digitalcredentials/http-client': 1.2.2 '@digitalcredentials/rdf-canonize': 1.0.0 @@ -4911,8 +4956,8 @@ packages: - web-streams-polyfill /@digitalcredentials/jsonld@6.0.0: - resolution: { integrity: sha512-5tTakj0/GsqAJi8beQFVMQ97wUJZnuxViW9xRuAATL6eOBIefGBwHkVryAgEq2I4J/xKgb/nEyw1ZXX0G8wQJQ== } - engines: { node: '>=12' } + resolution: {integrity: sha512-5tTakj0/GsqAJi8beQFVMQ97wUJZnuxViW9xRuAATL6eOBIefGBwHkVryAgEq2I4J/xKgb/nEyw1ZXX0G8wQJQ==} + engines: {node: '>=12'} dependencies: '@digitalcredentials/http-client': 1.2.2 '@digitalcredentials/rdf-canonize': 1.0.0 @@ -4923,24 +4968,24 @@ packages: - web-streams-polyfill /@digitalcredentials/keypair@1.0.5: - resolution: { integrity: sha512-g0QvhJMTSFCoUkEvSeggwVTJa2jFkQXjf/mpTn9sePkz+5OouMEDfXUWL61juTaxK5JWPEFc0PKlolXzHaHHHQ== } - engines: { node: '>=16.0' } + resolution: {integrity: sha512-g0QvhJMTSFCoUkEvSeggwVTJa2jFkQXjf/mpTn9sePkz+5OouMEDfXUWL61juTaxK5JWPEFc0PKlolXzHaHHHQ==} + engines: {node: '>=16.0'} dev: false /@digitalcredentials/open-badges-context@2.1.0: - resolution: { integrity: sha512-VK7X5u6OoBFxkyIFplNqUPVbo+8vFSAEoam8tSozpj05KPfcGw41Tp5p9fqMnY38oPfwtZR2yDNSctj/slrE0A== } + resolution: {integrity: sha512-VK7X5u6OoBFxkyIFplNqUPVbo+8vFSAEoam8tSozpj05KPfcGw41Tp5p9fqMnY38oPfwtZR2yDNSctj/slrE0A==} dev: false /@digitalcredentials/rdf-canonize@1.0.0: - resolution: { integrity: sha512-z8St0Ex2doecsExCFK1uI4gJC+a5EqYYu1xpRH1pKmqSS9l/nxfuVxexNFyaeEum4dUdg1EetIC2rTwLIFhPRA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-z8St0Ex2doecsExCFK1uI4gJC+a5EqYYu1xpRH1pKmqSS9l/nxfuVxexNFyaeEum4dUdg1EetIC2rTwLIFhPRA==} + engines: {node: '>=12'} dependencies: fast-text-encoding: 1.0.6 isomorphic-webcrypto: link:node_modules/@sphereon/isomorphic-webcrypto /@digitalcredentials/vc-status-list@5.0.2: - resolution: { integrity: sha512-PI0N7SM0tXpaNLelbCNsMAi34AjOeuhUzMSYTkHdeqRPX7oT2F3ukyOssgr4koEqDxw9shHtxHu3fSJzrzcPMQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-PI0N7SM0tXpaNLelbCNsMAi34AjOeuhUzMSYTkHdeqRPX7oT2F3ukyOssgr4koEqDxw9shHtxHu3fSJzrzcPMQ==} + engines: {node: '>=14'} dependencies: '@digitalbazaar/vc-status-list-context': 3.1.1 '@digitalcredentials/bitstring': 2.0.1 @@ -4952,8 +4997,8 @@ packages: dev: false /@digitalcredentials/vc@4.2.0: - resolution: { integrity: sha512-8Rxpn77JghJN7noBQdcMuzm/tB8vhDwPoFepr3oGd5w+CyJxOk2RnBlgIGlAAGA+mALFWECPv1rANfXno+hdjA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-8Rxpn77JghJN7noBQdcMuzm/tB8vhDwPoFepr3oGd5w+CyJxOk2RnBlgIGlAAGA+mALFWECPv1rANfXno+hdjA==} + engines: {node: '>=12'} dependencies: '@digitalcredentials/jsonld': 5.2.2 '@digitalcredentials/jsonld-signatures': 9.4.0 @@ -4964,8 +5009,8 @@ packages: dev: false /@digitalcredentials/vc@5.0.0: - resolution: { integrity: sha512-87ARRxlAdIuUPArbMYJ8vUY7QqkIvJGFrBwfTH1PcB8Wz1E/M4q3oc/WLrDyJNg4o/irVVB5gkA9iIntTYSpoA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-87ARRxlAdIuUPArbMYJ8vUY7QqkIvJGFrBwfTH1PcB8Wz1E/M4q3oc/WLrDyJNg4o/irVVB5gkA9iIntTYSpoA==} + engines: {node: '>=12'} dependencies: '@digitalcredentials/jsonld': 5.2.2 '@digitalcredentials/jsonld-signatures': 9.4.0 @@ -4975,8 +5020,8 @@ packages: - web-streams-polyfill /@digitalcredentials/vc@6.0.1: - resolution: { integrity: sha512-TZgLoi00Jc9uv3b6jStH+G8+bCqpHIqFw9DYODz+fVjNh197ksvcYqSndUDHa2oi0HCcK+soI8j4ba3Sa4Pl4w== } - engines: { node: '>=12' } + resolution: {integrity: sha512-TZgLoi00Jc9uv3b6jStH+G8+bCqpHIqFw9DYODz+fVjNh197ksvcYqSndUDHa2oi0HCcK+soI8j4ba3Sa4Pl4w==} + engines: {node: '>=12'} dependencies: '@digitalbazaar/vc-status-list': 7.1.0 '@digitalcredentials/ed25519-signature-2020': 3.0.2 @@ -4993,12 +5038,12 @@ packages: dev: false /@digitalcredentials/x25519-key-agreement-2020-context@1.0.0: - resolution: { integrity: sha512-dfYTL4iZBSTVd9yvYctPYJ/rh2snWSwuOMn5bj7gGR7TeUWXCCkuxPT1JsNdbYX8opSHHnhaaCWx3B46a1smiw== } + resolution: {integrity: sha512-dfYTL4iZBSTVd9yvYctPYJ/rh2snWSwuOMn5bj7gGR7TeUWXCCkuxPT1JsNdbYX8opSHHnhaaCWx3B46a1smiw==} dev: false /@eslint-community/eslint-utils@4.4.0(eslint@8.57.0): - resolution: { integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: @@ -5007,13 +5052,13 @@ packages: dev: true /@eslint-community/regexpp@4.10.0: - resolution: { integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== } - engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } + resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true /@eslint/eslintrc@0.4.3: - resolution: { integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw== } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} + engines: {node: ^10.12.0 || >=12.0.0} dependencies: ajv: 6.12.6 debug: 4.3.5 @@ -5029,8 +5074,8 @@ packages: dev: true /@eslint/eslintrc@2.1.4: - resolution: { integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.5 @@ -5046,25 +5091,25 @@ packages: dev: true /@eslint/js@8.57.0: - resolution: { integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true /@ethereumjs/common@3.2.0: - resolution: { integrity: sha512-pksvzI0VyLgmuEF2FA/JR/4/y6hcPq8OUail3/AvycBaW1d5VSauOZzqGvJ3RTmR4MU35lWE8KseKOsEhrFRBA== } + resolution: {integrity: sha512-pksvzI0VyLgmuEF2FA/JR/4/y6hcPq8OUail3/AvycBaW1d5VSauOZzqGvJ3RTmR4MU35lWE8KseKOsEhrFRBA==} dependencies: '@ethereumjs/util': 8.1.0 crc-32: 1.2.2 dev: false /@ethereumjs/rlp@4.0.1: - resolution: { integrity: sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw== } - engines: { node: '>=14' } + resolution: {integrity: sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw==} + engines: {node: '>=14'} hasBin: true /@ethereumjs/tx@4.2.0: - resolution: { integrity: sha512-1nc6VO4jtFd172BbSnTnDQVr9IYBFl1y4xPzZdtkrkKIncBCkdbgfdRV+MiTkJYAtTxvV12GRZLqBFT1PNK6Yw== } - engines: { node: '>=14' } + resolution: {integrity: sha512-1nc6VO4jtFd172BbSnTnDQVr9IYBFl1y4xPzZdtkrkKIncBCkdbgfdRV+MiTkJYAtTxvV12GRZLqBFT1PNK6Yw==} + engines: {node: '>=14'} dependencies: '@ethereumjs/common': 3.2.0 '@ethereumjs/rlp': 4.0.1 @@ -5073,15 +5118,15 @@ packages: dev: false /@ethereumjs/util@8.1.0: - resolution: { integrity: sha512-zQ0IqbdX8FZ9aw11vP+dZkKDkS+kgIvQPHnSAXzP9pLu+Rfu3D3XEeLbicvoXJTYnhZiPmsZUxgdzXwNKxRPbA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-zQ0IqbdX8FZ9aw11vP+dZkKDkS+kgIvQPHnSAXzP9pLu+Rfu3D3XEeLbicvoXJTYnhZiPmsZUxgdzXwNKxRPbA==} + engines: {node: '>=14'} dependencies: '@ethereumjs/rlp': 4.0.1 ethereum-cryptography: 2.1.3 micro-ftch: 0.3.1 /@ethersproject/abi@5.7.0: - resolution: { integrity: sha512-351ktp42TiRcYB3H1OP8yajPeAQstMW/yCFokj/AthP9bLHzQFPlOrxOcwYEDkUAICmOHljvN4K39OMTMUa9RA== } + resolution: {integrity: sha512-351ktp42TiRcYB3H1OP8yajPeAQstMW/yCFokj/AthP9bLHzQFPlOrxOcwYEDkUAICmOHljvN4K39OMTMUa9RA==} dependencies: '@ethersproject/address': 5.7.0 '@ethersproject/bignumber': 5.7.0 @@ -5094,7 +5139,7 @@ packages: '@ethersproject/strings': 5.7.0 /@ethersproject/abstract-provider@5.7.0: - resolution: { integrity: sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw== } + resolution: {integrity: sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw==} dependencies: '@ethersproject/bignumber': 5.7.0 '@ethersproject/bytes': 5.7.0 @@ -5105,7 +5150,7 @@ packages: '@ethersproject/web': 5.7.1 /@ethersproject/abstract-signer@5.7.0: - resolution: { integrity: sha512-a16V8bq1/Cz+TGCkE2OPMTOUDLS3grCpdjoJCYNnVBbdYEMSgKrU0+B90s8b6H+ByYTBZN7a3g76jdIJi7UfKQ== } + resolution: {integrity: sha512-a16V8bq1/Cz+TGCkE2OPMTOUDLS3grCpdjoJCYNnVBbdYEMSgKrU0+B90s8b6H+ByYTBZN7a3g76jdIJi7UfKQ==} dependencies: '@ethersproject/abstract-provider': 5.7.0 '@ethersproject/bignumber': 5.7.0 @@ -5114,7 +5159,7 @@ packages: '@ethersproject/properties': 5.7.0 /@ethersproject/address@5.7.0: - resolution: { integrity: sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA== } + resolution: {integrity: sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==} dependencies: '@ethersproject/bignumber': 5.7.0 '@ethersproject/bytes': 5.7.0 @@ -5123,35 +5168,35 @@ packages: '@ethersproject/rlp': 5.7.0 /@ethersproject/base64@5.7.0: - resolution: { integrity: sha512-Dr8tcHt2mEbsZr/mwTPIQAf3Ai0Bks/7gTw9dSqk1mQvhW3XvRlmDJr/4n+wg1JmCl16NZue17CDh8xb/vZ0sQ== } + resolution: {integrity: sha512-Dr8tcHt2mEbsZr/mwTPIQAf3Ai0Bks/7gTw9dSqk1mQvhW3XvRlmDJr/4n+wg1JmCl16NZue17CDh8xb/vZ0sQ==} dependencies: '@ethersproject/bytes': 5.7.0 /@ethersproject/basex@5.7.0: - resolution: { integrity: sha512-ywlh43GwZLv2Voc2gQVTKBoVQ1mti3d8HK5aMxsfu/nRDnMmNqaSJ3r3n85HBByT8OpoY96SXM1FogC533T4zw== } + resolution: {integrity: sha512-ywlh43GwZLv2Voc2gQVTKBoVQ1mti3d8HK5aMxsfu/nRDnMmNqaSJ3r3n85HBByT8OpoY96SXM1FogC533T4zw==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/properties': 5.7.0 /@ethersproject/bignumber@5.7.0: - resolution: { integrity: sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw== } + resolution: {integrity: sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/logger': 5.7.0 bn.js: 5.2.1 /@ethersproject/bytes@5.7.0: - resolution: { integrity: sha512-nsbxwgFXWh9NyYWo+U8atvmMsSdKJprTcICAkvbBffT75qDocbuggBU0SJiVK2MuTrp0q+xvLkTnGMPK1+uA9A== } + resolution: {integrity: sha512-nsbxwgFXWh9NyYWo+U8atvmMsSdKJprTcICAkvbBffT75qDocbuggBU0SJiVK2MuTrp0q+xvLkTnGMPK1+uA9A==} dependencies: '@ethersproject/logger': 5.7.0 /@ethersproject/constants@5.7.0: - resolution: { integrity: sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA== } + resolution: {integrity: sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA==} dependencies: '@ethersproject/bignumber': 5.7.0 /@ethersproject/contracts@5.7.0: - resolution: { integrity: sha512-5GJbzEU3X+d33CdfPhcyS+z8MzsTrBGk/sc+G+59+tPa9yFkl6HQ9D6L0QMgNTA9q8dT0XKxxkyp883XsQvbbg== } + resolution: {integrity: sha512-5GJbzEU3X+d33CdfPhcyS+z8MzsTrBGk/sc+G+59+tPa9yFkl6HQ9D6L0QMgNTA9q8dT0XKxxkyp883XsQvbbg==} dependencies: '@ethersproject/abi': 5.7.0 '@ethersproject/abstract-provider': 5.7.0 @@ -5165,7 +5210,7 @@ packages: '@ethersproject/transactions': 5.7.0 /@ethersproject/hash@5.7.0: - resolution: { integrity: sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g== } + resolution: {integrity: sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g==} dependencies: '@ethersproject/abstract-signer': 5.7.0 '@ethersproject/address': 5.7.0 @@ -5178,7 +5223,7 @@ packages: '@ethersproject/strings': 5.7.0 /@ethersproject/hdnode@5.7.0: - resolution: { integrity: sha512-OmyYo9EENBPPf4ERhR7oj6uAtUAhYGqOnIS+jE5pTXvdKBS99ikzq1E7Iv0ZQZ5V36Lqx1qZLeak0Ra16qpeOg== } + resolution: {integrity: sha512-OmyYo9EENBPPf4ERhR7oj6uAtUAhYGqOnIS+jE5pTXvdKBS99ikzq1E7Iv0ZQZ5V36Lqx1qZLeak0Ra16qpeOg==} dependencies: '@ethersproject/abstract-signer': 5.7.0 '@ethersproject/basex': 5.7.0 @@ -5194,7 +5239,7 @@ packages: '@ethersproject/wordlists': 5.7.0 /@ethersproject/json-wallets@5.7.0: - resolution: { integrity: sha512-8oee5Xgu6+RKgJTkvEMl2wDgSPSAQ9MB/3JYjFV9jlKvcYHUXZC+cQp0njgmxdHkYWn8s6/IqIZYm0YWCjO/0g== } + resolution: {integrity: sha512-8oee5Xgu6+RKgJTkvEMl2wDgSPSAQ9MB/3JYjFV9jlKvcYHUXZC+cQp0njgmxdHkYWn8s6/IqIZYm0YWCjO/0g==} dependencies: '@ethersproject/abstract-signer': 5.7.0 '@ethersproject/address': 5.7.0 @@ -5211,32 +5256,32 @@ packages: scrypt-js: 3.0.1 /@ethersproject/keccak256@5.7.0: - resolution: { integrity: sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg== } + resolution: {integrity: sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg==} dependencies: '@ethersproject/bytes': 5.7.0 js-sha3: 0.8.0 /@ethersproject/logger@5.7.0: - resolution: { integrity: sha512-0odtFdXu/XHtjQXJYA3u9G0G8btm0ND5Cu8M7i5vhEcE8/HmF4Lbdqanwyv4uQTr2tx6b7fQRmgLrsnpQlmnig== } + resolution: {integrity: sha512-0odtFdXu/XHtjQXJYA3u9G0G8btm0ND5Cu8M7i5vhEcE8/HmF4Lbdqanwyv4uQTr2tx6b7fQRmgLrsnpQlmnig==} /@ethersproject/networks@5.7.1: - resolution: { integrity: sha512-n/MufjFYv3yFcUyfhnXotyDlNdFb7onmkSy8aQERi2PjNcnWQ66xXxa3XlS8nCcA8aJKJjIIMNJTC7tu80GwpQ== } + resolution: {integrity: sha512-n/MufjFYv3yFcUyfhnXotyDlNdFb7onmkSy8aQERi2PjNcnWQ66xXxa3XlS8nCcA8aJKJjIIMNJTC7tu80GwpQ==} dependencies: '@ethersproject/logger': 5.7.0 /@ethersproject/pbkdf2@5.7.0: - resolution: { integrity: sha512-oR/dBRZR6GTyaofd86DehG72hY6NpAjhabkhxgr3X2FpJtJuodEl2auADWBZfhDHgVCbu3/H/Ocq2uC6dpNjjw== } + resolution: {integrity: sha512-oR/dBRZR6GTyaofd86DehG72hY6NpAjhabkhxgr3X2FpJtJuodEl2auADWBZfhDHgVCbu3/H/Ocq2uC6dpNjjw==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/sha2': 5.7.0 /@ethersproject/properties@5.7.0: - resolution: { integrity: sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw== } + resolution: {integrity: sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw==} dependencies: '@ethersproject/logger': 5.7.0 /@ethersproject/providers@5.7.2: - resolution: { integrity: sha512-g34EWZ1WWAVgr4aptGlVBF8mhl3VWjv+8hoAnzStu8Ah22VHBsuGzP17eb6xDVRzw895G4W7vvx60lFFur/1Rg== } + resolution: {integrity: sha512-g34EWZ1WWAVgr4aptGlVBF8mhl3VWjv+8hoAnzStu8Ah22VHBsuGzP17eb6xDVRzw895G4W7vvx60lFFur/1Rg==} dependencies: '@ethersproject/abstract-provider': 5.7.0 '@ethersproject/abstract-signer': 5.7.0 @@ -5263,26 +5308,26 @@ packages: - utf-8-validate /@ethersproject/random@5.7.0: - resolution: { integrity: sha512-19WjScqRA8IIeWclFme75VMXSBvi4e6InrUNuaR4s5pTF2qNhcGdCUwdxUVGtDDqC00sDLCO93jPQoDUH4HVmQ== } + resolution: {integrity: sha512-19WjScqRA8IIeWclFme75VMXSBvi4e6InrUNuaR4s5pTF2qNhcGdCUwdxUVGtDDqC00sDLCO93jPQoDUH4HVmQ==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/logger': 5.7.0 /@ethersproject/rlp@5.7.0: - resolution: { integrity: sha512-rBxzX2vK8mVF7b0Tol44t5Tb8gomOHkj5guL+HhzQ1yBh/ydjGnpw6at+X6Iw0Kp3OzzzkcKp8N9r0W4kYSs9w== } + resolution: {integrity: sha512-rBxzX2vK8mVF7b0Tol44t5Tb8gomOHkj5guL+HhzQ1yBh/ydjGnpw6at+X6Iw0Kp3OzzzkcKp8N9r0W4kYSs9w==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/logger': 5.7.0 /@ethersproject/sha2@5.7.0: - resolution: { integrity: sha512-gKlH42riwb3KYp0reLsFTokByAKoJdgFCwI+CCiX/k+Jm2mbNs6oOaCjYQSlI1+XBVejwH2KrmCbMAT/GnRDQw== } + resolution: {integrity: sha512-gKlH42riwb3KYp0reLsFTokByAKoJdgFCwI+CCiX/k+Jm2mbNs6oOaCjYQSlI1+XBVejwH2KrmCbMAT/GnRDQw==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/logger': 5.7.0 hash.js: 1.1.7 /@ethersproject/signing-key@5.7.0: - resolution: { integrity: sha512-MZdy2nL3wO0u7gkB4nA/pEf8lu1TlFswPNmy8AiYkfKTdO6eXBJyUdmHO/ehm/htHw9K/qF8ujnTyUAD+Ry54Q== } + resolution: {integrity: sha512-MZdy2nL3wO0u7gkB4nA/pEf8lu1TlFswPNmy8AiYkfKTdO6eXBJyUdmHO/ehm/htHw9K/qF8ujnTyUAD+Ry54Q==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/logger': 5.7.0 @@ -5292,7 +5337,7 @@ packages: hash.js: 1.1.7 /@ethersproject/solidity@5.7.0: - resolution: { integrity: sha512-HmabMd2Dt/raavyaGukF4XxizWKhKQ24DoLtdNbBmNKUOPqwjsKQSdV9GQtj9CBEea9DlzETlVER1gYeXXBGaA== } + resolution: {integrity: sha512-HmabMd2Dt/raavyaGukF4XxizWKhKQ24DoLtdNbBmNKUOPqwjsKQSdV9GQtj9CBEea9DlzETlVER1gYeXXBGaA==} dependencies: '@ethersproject/bignumber': 5.7.0 '@ethersproject/bytes': 5.7.0 @@ -5303,14 +5348,14 @@ packages: dev: false /@ethersproject/strings@5.7.0: - resolution: { integrity: sha512-/9nu+lj0YswRNSH0NXYqrh8775XNyEdUQAuf3f+SmOrnVewcJ5SBNAjF7lpgehKi4abvNNXyf+HX86czCdJ8Mg== } + resolution: {integrity: sha512-/9nu+lj0YswRNSH0NXYqrh8775XNyEdUQAuf3f+SmOrnVewcJ5SBNAjF7lpgehKi4abvNNXyf+HX86czCdJ8Mg==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/constants': 5.7.0 '@ethersproject/logger': 5.7.0 /@ethersproject/transactions@5.7.0: - resolution: { integrity: sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ== } + resolution: {integrity: sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ==} dependencies: '@ethersproject/address': 5.7.0 '@ethersproject/bignumber': 5.7.0 @@ -5323,7 +5368,7 @@ packages: '@ethersproject/signing-key': 5.7.0 /@ethersproject/units@5.7.0: - resolution: { integrity: sha512-pD3xLMy3SJu9kG5xDGI7+xhTEmGXlEqXU4OfNapmfnxLVY4EMSSRp7j1k7eezutBPH7RBN/7QPnwR7hzNlEFeg== } + resolution: {integrity: sha512-pD3xLMy3SJu9kG5xDGI7+xhTEmGXlEqXU4OfNapmfnxLVY4EMSSRp7j1k7eezutBPH7RBN/7QPnwR7hzNlEFeg==} dependencies: '@ethersproject/bignumber': 5.7.0 '@ethersproject/constants': 5.7.0 @@ -5331,7 +5376,7 @@ packages: dev: false /@ethersproject/wallet@5.7.0: - resolution: { integrity: sha512-MhmXlJXEJFBFVKrDLB4ZdDzxcBxQ3rLyCkhNqVu3CDYvR97E+8r01UgrI+TI99Le+aYm/in/0vp86guJuM7FCA== } + resolution: {integrity: sha512-MhmXlJXEJFBFVKrDLB4ZdDzxcBxQ3rLyCkhNqVu3CDYvR97E+8r01UgrI+TI99Le+aYm/in/0vp86guJuM7FCA==} dependencies: '@ethersproject/abstract-provider': 5.7.0 '@ethersproject/abstract-signer': 5.7.0 @@ -5350,7 +5395,7 @@ packages: '@ethersproject/wordlists': 5.7.0 /@ethersproject/web@5.7.1: - resolution: { integrity: sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w== } + resolution: {integrity: sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w==} dependencies: '@ethersproject/base64': 5.7.0 '@ethersproject/bytes': 5.7.0 @@ -5359,7 +5404,7 @@ packages: '@ethersproject/strings': 5.7.0 /@ethersproject/wordlists@5.7.0: - resolution: { integrity: sha512-S2TFNJNfHWVHNE6cNDjbVlZ6MgE17MIxMbMg2zv3wn+3XSJGosL1m9ZVv3GXCf/2ymSsQ+hRI5IzoMJTG6aoVA== } + resolution: {integrity: sha512-S2TFNJNfHWVHNE6cNDjbVlZ6MgE17MIxMbMg2zv3wn+3XSJGosL1m9ZVv3GXCf/2ymSsQ+hRI5IzoMJTG6aoVA==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/hash': 5.7.0 @@ -5368,24 +5413,24 @@ packages: '@ethersproject/strings': 5.7.0 /@fastify/busboy@2.1.1: - resolution: { integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} + engines: {node: '>=14'} dev: true /@gar/promisify@1.1.3: - resolution: { integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== } + resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} /@hapi/hoek@9.3.0: - resolution: { integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ== } + resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} /@hapi/topo@5.1.0: - resolution: { integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg== } + resolution: {integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==} dependencies: '@hapi/hoek': 9.3.0 /@humanwhocodes/config-array@0.11.14: - resolution: { integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg== } - engines: { node: '>=10.10.0' } + resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} + engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 2.0.3 debug: 4.3.5 @@ -5395,8 +5440,8 @@ packages: dev: true /@humanwhocodes/config-array@0.5.0: - resolution: { integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg== } - engines: { node: '>=10.10.0' } + resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==} + engines: {node: '>=10.10.0'} deprecated: Use @eslint/config-array instead dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -5407,31 +5452,31 @@ packages: dev: true /@humanwhocodes/module-importer@1.0.1: - resolution: { integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== } - engines: { node: '>=12.22' } + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} dev: true /@humanwhocodes/object-schema@1.2.1: - resolution: { integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== } + resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} deprecated: Use @eslint/object-schema instead dev: true /@humanwhocodes/object-schema@2.0.3: - resolution: { integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA== } + resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} dev: true /@hutson/parse-repository-url@3.0.2: - resolution: { integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} + engines: {node: '>=6.9.0'} dev: true /@inquirer/figures@1.0.2: - resolution: { integrity: sha512-4F1MBwVr3c/m4bAUef6LgkvBfSjzwH+OfldgHqcuacWwSUetFebM2wi58WfG9uk1rR98U6GwLed4asLJbwdV5w== } - engines: { node: '>=18' } + resolution: {integrity: sha512-4F1MBwVr3c/m4bAUef6LgkvBfSjzwH+OfldgHqcuacWwSUetFebM2wi58WfG9uk1rR98U6GwLed4asLJbwdV5w==} + engines: {node: '>=18'} dev: false /@inrupt/jest-jsdom-polyfills@1.8.0: - resolution: { integrity: sha512-2LKAkafRVpGzQARfK42Y4jCD2ZcTFARiz3HQzO1eZnKOF5V1OF4V+Ls3uCH/LUVA9K1pzDZr7zpiH++c6YbRcw== } + resolution: {integrity: sha512-2LKAkafRVpGzQARfK42Y4jCD2ZcTFARiz3HQzO1eZnKOF5V1OF4V+Ls3uCH/LUVA9K1pzDZr7zpiH++c6YbRcw==} dependencies: '@peculiar/webcrypto': 1.4.6 '@web-std/blob': 3.0.5 @@ -5440,8 +5485,8 @@ packages: dev: true /@isaacs/cliui@8.0.2: - resolution: { integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} dependencies: string-width: 5.1.2 string-width-cjs: /string-width@4.2.3 @@ -5451,12 +5496,12 @@ packages: wrap-ansi-cjs: /wrap-ansi@7.0.0 /@isaacs/ttlcache@1.4.1: - resolution: { integrity: sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==} + engines: {node: '>=12'} /@istanbuljs/load-nyc-config@1.1.0: - resolution: { integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} + engines: {node: '>=8'} dependencies: camelcase: 5.3.1 find-up: 4.1.0 @@ -5466,13 +5511,13 @@ packages: dev: true /@istanbuljs/schema@0.1.3: - resolution: { integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} + engines: {node: '>=8'} dev: true /@jest/console@27.5.1: - resolution: { integrity: sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 '@types/node': 18.19.33 @@ -5483,8 +5528,8 @@ packages: dev: true /@jest/console@29.7.0: - resolution: { integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 '@types/node': 18.19.33 @@ -5495,8 +5540,8 @@ packages: dev: true /@jest/core@27.5.1(ts-node@10.9.2): - resolution: { integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: @@ -5540,8 +5585,8 @@ packages: dev: true /@jest/core@29.7.0(ts-node@10.9.2): - resolution: { integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: @@ -5583,14 +5628,14 @@ packages: dev: true /@jest/create-cache-key-function@29.7.0: - resolution: { integrity: sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 /@jest/environment@27.5.1: - resolution: { integrity: sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 @@ -5599,8 +5644,8 @@ packages: dev: true /@jest/environment@29.7.0: - resolution: { integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 @@ -5608,15 +5653,15 @@ packages: jest-mock: 29.7.0 /@jest/expect-utils@29.7.0: - resolution: { integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.6.3 dev: true /@jest/expect@29.7.0: - resolution: { integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: expect: 29.7.0 jest-snapshot: 29.7.0 @@ -5625,8 +5670,8 @@ packages: dev: true /@jest/fake-timers@27.5.1: - resolution: { integrity: sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 @@ -5637,8 +5682,8 @@ packages: dev: true /@jest/fake-timers@29.7.0: - resolution: { integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 @@ -5648,8 +5693,8 @@ packages: jest-util: 29.7.0 /@jest/globals@27.5.1: - resolution: { integrity: sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/environment': 27.5.1 '@jest/types': 27.5.1 @@ -5657,8 +5702,8 @@ packages: dev: true /@jest/globals@29.7.0: - resolution: { integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/environment': 29.7.0 '@jest/expect': 29.7.0 @@ -5669,8 +5714,8 @@ packages: dev: true /@jest/reporters@27.5.1: - resolution: { integrity: sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: @@ -5707,8 +5752,8 @@ packages: dev: true /@jest/reporters@29.7.0: - resolution: { integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: @@ -5744,14 +5789,14 @@ packages: dev: true /@jest/schemas@29.6.3: - resolution: { integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@sinclair/typebox': 0.27.8 /@jest/source-map@27.5.1: - resolution: { integrity: sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: callsites: 3.1.0 graceful-fs: 4.2.11 @@ -5759,8 +5804,8 @@ packages: dev: true /@jest/source-map@29.6.3: - resolution: { integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jridgewell/trace-mapping': 0.3.25 callsites: 3.1.0 @@ -5768,8 +5813,8 @@ packages: dev: true /@jest/test-result@27.5.1: - resolution: { integrity: sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/console': 27.5.1 '@jest/types': 27.5.1 @@ -5778,8 +5823,8 @@ packages: dev: true /@jest/test-result@29.7.0: - resolution: { integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/console': 29.7.0 '@jest/types': 29.6.3 @@ -5788,8 +5833,8 @@ packages: dev: true /@jest/test-sequencer@27.5.1: - resolution: { integrity: sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/test-result': 27.5.1 graceful-fs: 4.2.11 @@ -5800,8 +5845,8 @@ packages: dev: true /@jest/test-sequencer@29.7.0: - resolution: { integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/test-result': 29.7.0 graceful-fs: 4.2.11 @@ -5810,8 +5855,8 @@ packages: dev: true /@jest/transform@27.5.1: - resolution: { integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.24.5 '@jest/types': 27.5.1 @@ -5833,8 +5878,8 @@ packages: dev: true /@jest/transform@29.7.0: - resolution: { integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.24.5 '@jest/types': 29.6.3 @@ -5856,8 +5901,8 @@ packages: dev: true /@jest/types@26.6.2: - resolution: { integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== } - engines: { node: '>= 10.14.2' } + resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} + engines: {node: '>= 10.14.2'} dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 @@ -5866,8 +5911,8 @@ packages: chalk: 4.1.2 /@jest/types@27.5.1: - resolution: { integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 @@ -5877,8 +5922,8 @@ packages: dev: true /@jest/types@29.6.3: - resolution: { integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 @@ -5888,52 +5933,52 @@ packages: chalk: 4.1.2 /@jridgewell/gen-mapping@0.3.5: - resolution: { integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== } - engines: { node: '>=6.0.0' } + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.25 /@jridgewell/resolve-uri@3.1.2: - resolution: { integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== } - engines: { node: '>=6.0.0' } + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} /@jridgewell/set-array@1.2.1: - resolution: { integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== } - engines: { node: '>=6.0.0' } + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} /@jridgewell/source-map@0.3.6: - resolution: { integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ== } + resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} dependencies: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 /@jridgewell/sourcemap-codec@1.4.15: - resolution: { integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== } + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} /@jridgewell/trace-mapping@0.3.25: - resolution: { integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== } + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} dependencies: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 /@jridgewell/trace-mapping@0.3.9: - resolution: { integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ== } + resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 /@keyv/compress-brotli@1.1.6: - resolution: { integrity: sha512-n1Ak6ZlNhn5pCuymEZd08eHqa5eB5k0DDKX+tk/pVNeX7r9SuKM4C3mYGwVnko/6pe++2Mi35BGAa/t1ip+SZQ== } - engines: { node: '>= 12' } + resolution: {integrity: sha512-n1Ak6ZlNhn5pCuymEZd08eHqa5eB5k0DDKX+tk/pVNeX7r9SuKM4C3mYGwVnko/6pe++2Mi35BGAa/t1ip+SZQ==} + engines: {node: '>= 12'} dependencies: compress-brotli: 1.3.12 dev: true /@keyv/compress-gzip@1.2.3: - resolution: { integrity: sha512-nwPlHX18bWXNKbmIi0nGfwJlXvqusISbX9IpQssY0Uj/olddhz4s0K8hKJAFr13iEsD8PhJA5stnKB2UNwBasQ== } - engines: { node: '>= 12' } + resolution: {integrity: sha512-nwPlHX18bWXNKbmIi0nGfwJlXvqusISbX9IpQssY0Uj/olddhz4s0K8hKJAFr13iEsD8PhJA5stnKB2UNwBasQ==} + engines: {node: '>= 12'} dependencies: '@types/pako': 2.0.3 json-buffer: 3.0.1 @@ -5941,8 +5986,8 @@ packages: dev: true /@keyv/sqlite@3.6.5: - resolution: { integrity: sha512-PZPsXcZYHPKUCX1DO7e6dTMGmk5aX7uW8QFzEavOPRMVloIp2QMv+Glt162pu+Dw5NunJinCbvD2DvYwinyNZw== } - engines: { node: '>= 12' } + resolution: {integrity: sha512-PZPsXcZYHPKUCX1DO7e6dTMGmk5aX7uW8QFzEavOPRMVloIp2QMv+Glt162pu+Dw5NunJinCbvD2DvYwinyNZw==} + engines: {node: '>= 12'} dependencies: pify: 5.0.0 sqlite3: 5.1.7 @@ -5952,7 +5997,7 @@ packages: dev: true /@keyv/test-suite@1.9.5: - resolution: { integrity: sha512-TYMfykWn9mi9+XQl7Dc2I4i6rsHp9ZZyci9n0iMUCJ/wi7htJGl6Nw5eMXtqqJxjCJW1T82v22YayJPHrVraCw== } + resolution: {integrity: sha512-TYMfykWn9mi9+XQl7Dc2I4i6rsHp9ZZyci9n0iMUCJ/wi7htJGl6Nw5eMXtqqJxjCJW1T82v22YayJPHrVraCw==} dependencies: bignumber.js: 9.1.2 json-bigint: 1.0.0 @@ -5964,8 +6009,8 @@ packages: dev: true /@lerna/create@8.1.3(typescript@5.4.2): - resolution: { integrity: sha512-JFvIYrlvR8Txa8h7VZx8VIQDltukEKOKaZL/muGO7Q/5aE2vjOKHsD/jkWYe/2uFy1xv37ubdx17O1UXQNadPg== } - engines: { node: '>=18.0.0' } + resolution: {integrity: sha512-JFvIYrlvR8Txa8h7VZx8VIQDltukEKOKaZL/muGO7Q/5aE2vjOKHsD/jkWYe/2uFy1xv37ubdx17O1UXQNadPg==} + engines: {node: '>=18.0.0'} dependencies: '@npmcli/run-script': 7.0.2 '@nx/devkit': 19.0.6(nx@19.0.6) @@ -6042,14 +6087,14 @@ packages: dev: true /@ljharb/through@2.3.13: - resolution: { integrity: sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 dev: false /@lto-network/lto-crypto@1.1.1: - resolution: { integrity: sha512-YA6ATCP+RfWN/0Tvb6CZKs2meUAUAf3cvEVa5tpNNkJjhozxloAONxPP/9DxhUjkmiqWU6fy8xPD2eCYv3lvmQ== } + resolution: {integrity: sha512-YA6ATCP+RfWN/0Tvb6CZKs2meUAUAf3cvEVa5tpNNkJjhozxloAONxPP/9DxhUjkmiqWU6fy8xPD2eCYv3lvmQ==} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. dependencies: '@types/crypto-js': 3.1.47 @@ -6058,7 +6103,7 @@ packages: dev: true /@lto-network/lto-transactions@1.2.12(debug@4.3.5)(typescript@5.4.2): - resolution: { integrity: sha512-bUCwN1xFMr8HFg+rdpxfj5vyCM/2aBSq8kyXyhFw2t8Ovl6BL4rI9zK+4UnOHl5e5z72UWsHgdT3taicxPQiug== } + resolution: {integrity: sha512-bUCwN1xFMr8HFg+rdpxfj5vyCM/2aBSq8kyXyhFw2t8Ovl6BL4rI9zK+4UnOHl5e5z72UWsHgdT3taicxPQiug==} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. peerDependencies: typescript: ^3.2.2 @@ -6075,7 +6120,7 @@ packages: dev: true /@lto-network/signature-generator@1.0.0: - resolution: { integrity: sha512-NhfsINt8rBoY7F8xijB7fGcY7fzr5dkqLcw3EE9fvVBBhyoI11LxTX78UlokY5T2+X8NvpNpXSSek2yJqYJxHg== } + resolution: {integrity: sha512-NhfsINt8rBoY7F8xijB7fGcY7fzr5dkqLcw3EE9fvVBBhyoI11LxTX78UlokY5T2+X8NvpNpXSSek2yJqYJxHg==} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. dependencies: '@types/crypto-js': 3.1.47 @@ -6087,7 +6132,7 @@ packages: dev: true /@mapbox/node-pre-gyp@1.0.11: - resolution: { integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ== } + resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} hasBin: true requiresBuild: true dependencies: @@ -6107,8 +6152,8 @@ packages: optional: true /@mattrglobal/bbs-signatures@1.3.1: - resolution: { integrity: sha512-syZGkapPpktD2el4lPTCQRw/LSia6/NwBS83hzCKu4dTlaJRO636qo5NCiiQb+iBYWyZQQEzN0jdRik8N9EUGA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-syZGkapPpktD2el4lPTCQRw/LSia6/NwBS83hzCKu4dTlaJRO636qo5NCiiQb+iBYWyZQQEzN0jdRik8N9EUGA==} + engines: {node: '>=14'} dependencies: '@stablelib/random': 1.0.0 optionalDependencies: @@ -6119,8 +6164,8 @@ packages: dev: true /@mattrglobal/bls12381-key-pair@1.2.1: - resolution: { integrity: sha512-Xh63NP1iSGBLW10N5uRpDyoPo2LtNHHh/TRGVJEHRgo+07yxgl8tS06Q2zO9gN9+b+GU5COKvR3lACwrvn+MYw== } - engines: { node: '>=14.0.0' } + resolution: {integrity: sha512-Xh63NP1iSGBLW10N5uRpDyoPo2LtNHHh/TRGVJEHRgo+07yxgl8tS06Q2zO9gN9+b+GU5COKvR3lACwrvn+MYw==} + engines: {node: '>=14.0.0'} dependencies: '@mattrglobal/bbs-signatures': 1.3.1 bs58: 4.0.1 @@ -6131,8 +6176,8 @@ packages: dev: true /@mattrglobal/node-bbs-signatures@0.18.1: - resolution: { integrity: sha512-s9ccL/1TTvCP1N//4QR84j/d5D/stx/AI1kPcRgiE4O3KrxyF7ZdL9ca8fmFuN6yh9LAbn/OiGRnOXgvn38Dgg== } - engines: { node: '>=14', yarn: 1.x } + resolution: {integrity: sha512-s9ccL/1TTvCP1N//4QR84j/d5D/stx/AI1kPcRgiE4O3KrxyF7ZdL9ca8fmFuN6yh9LAbn/OiGRnOXgvn38Dgg==} + engines: {node: '>=14', yarn: 1.x} requiresBuild: true dependencies: '@mapbox/node-pre-gyp': 1.0.11 @@ -6144,8 +6189,8 @@ packages: optional: true /@metamask/abi-utils@1.2.0: - resolution: { integrity: sha512-Hf7fnBDM9ptCPDtq/wQffWbw859CdVGMwlpWUEsTH6gLXhXONGrRXHA2piyYPRuia8YYTdJvRC/zSK1/nyLvYg== } - engines: { node: '>=14.0.0' } + resolution: {integrity: sha512-Hf7fnBDM9ptCPDtq/wQffWbw859CdVGMwlpWUEsTH6gLXhXONGrRXHA2piyYPRuia8YYTdJvRC/zSK1/nyLvYg==} + engines: {node: '>=14.0.0'} dependencies: '@metamask/utils': 3.6.0 superstruct: 1.0.4 @@ -6154,8 +6199,8 @@ packages: dev: false /@metamask/eth-sig-util@5.1.0: - resolution: { integrity: sha512-mlgziIHYlA9pi/XZerChqg4NocdOgBPB9NmxgXWQO2U2hH8RGOJQrz6j/AIKkYxgCMIE2PY000+joOwXfzeTDQ== } - engines: { node: '>=14.0.0' } + resolution: {integrity: sha512-mlgziIHYlA9pi/XZerChqg4NocdOgBPB9NmxgXWQO2U2hH8RGOJQrz6j/AIKkYxgCMIE2PY000+joOwXfzeTDQ==} + engines: {node: '>=14.0.0'} dependencies: '@ethereumjs/util': 8.1.0 bn.js: 4.12.0 @@ -6166,8 +6211,8 @@ packages: dev: true /@metamask/eth-sig-util@6.0.2: - resolution: { integrity: sha512-D6IIefM2vS+4GUGGtezdBbkwUYQC4bCosYx/JteUuF0zfe6lyxR4cruA8+2QHoUg7F7edNH1xymYpqYq1BeOkw== } - engines: { node: '>=14.0.0' } + resolution: {integrity: sha512-D6IIefM2vS+4GUGGtezdBbkwUYQC4bCosYx/JteUuF0zfe6lyxR4cruA8+2QHoUg7F7edNH1xymYpqYq1BeOkw==} + engines: {node: '>=14.0.0'} dependencies: '@ethereumjs/util': 8.1.0 '@metamask/abi-utils': 1.2.0 @@ -6181,8 +6226,8 @@ packages: dev: false /@metamask/utils@3.6.0: - resolution: { integrity: sha512-9cIRrfkWvHblSiNDVXsjivqa9Ak0RYo/1H6tqTqTbAx+oBK2Sva0lWDHxGchOqA7bySGUJKAWSNJvH6gdHZ0gQ== } - engines: { node: '>=14.0.0' } + resolution: {integrity: sha512-9cIRrfkWvHblSiNDVXsjivqa9Ak0RYo/1H6tqTqTbAx+oBK2Sva0lWDHxGchOqA7bySGUJKAWSNJvH6gdHZ0gQ==} + engines: {node: '>=14.0.0'} dependencies: '@types/debug': 4.1.12 debug: 4.3.5 @@ -6193,8 +6238,8 @@ packages: dev: false /@metamask/utils@5.0.2: - resolution: { integrity: sha512-yfmE79bRQtnMzarnKfX7AEJBwFTxvTyw3nBQlu/5rmGXrjAeAMltoGxO62TFurxrQAFMNa/fEjIHNvungZp0+g== } - engines: { node: '>=14.0.0' } + resolution: {integrity: sha512-yfmE79bRQtnMzarnKfX7AEJBwFTxvTyw3nBQlu/5rmGXrjAeAMltoGxO62TFurxrQAFMNa/fEjIHNvungZp0+g==} + engines: {node: '>=14.0.0'} dependencies: '@ethereumjs/tx': 4.2.0 '@types/debug': 4.1.12 @@ -6206,7 +6251,7 @@ packages: dev: false /@microsoft/api-extractor-model@7.28.18(@types/node@18.19.33): - resolution: { integrity: sha512-5j8Vp4IiXD68Auccf9wP/VQ0GYfI5x3bW447SLwJOqinvnnXfNZlaYp7sj3u/LyzhrJFsynJ+tBJlN/koDGfZg== } + resolution: {integrity: sha512-5j8Vp4IiXD68Auccf9wP/VQ0GYfI5x3bW447SLwJOqinvnnXfNZlaYp7sj3u/LyzhrJFsynJ+tBJlN/koDGfZg==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 @@ -6215,7 +6260,7 @@ packages: - '@types/node' /@microsoft/api-extractor@7.43.8(@types/node@18.19.33): - resolution: { integrity: sha512-rGEFjr9xnjP/5YwDpPL10BBPQnWEz7X7sSF8twHevZVJTlBFKRetMLE7v8tIw6CX1iIJeYO6NWQcUz23cGthdA== } + resolution: {integrity: sha512-rGEFjr9xnjP/5YwDpPL10BBPQnWEz7X7sSF8twHevZVJTlBFKRetMLE7v8tIw6CX1iIJeYO6NWQcUz23cGthdA==} hasBin: true dependencies: '@microsoft/api-extractor-model': 7.28.18(@types/node@18.19.33) @@ -6235,7 +6280,7 @@ packages: - '@types/node' /@microsoft/tsdoc-config@0.16.2: - resolution: { integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw== } + resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} dependencies: '@microsoft/tsdoc': 0.14.2 ajv: 6.12.6 @@ -6243,65 +6288,65 @@ packages: resolve: 1.19.0 /@microsoft/tsdoc@0.14.2: - resolution: { integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug== } + resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} /@multiformats/base-x@4.0.1: - resolution: { integrity: sha512-eMk0b9ReBbV23xXU693TAIrLyeO5iTgBZGSJfpqriG8UkYvr/hC9u9pyMlAakDNHWmbhMZCDs6KQO0jzKD8OTw== } + resolution: {integrity: sha512-eMk0b9ReBbV23xXU693TAIrLyeO5iTgBZGSJfpqriG8UkYvr/hC9u9pyMlAakDNHWmbhMZCDs6KQO0jzKD8OTw==} dev: true /@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3: - resolution: { integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ== } + resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} requiresBuild: true dev: true optional: true /@noble/curves@1.2.0: - resolution: { integrity: sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw== } + resolution: {integrity: sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==} dependencies: '@noble/hashes': 1.2.0 dev: false /@noble/curves@1.3.0: - resolution: { integrity: sha512-t01iSXPuN+Eqzb4eBX0S5oubSqXbK/xXa1Ne18Hj8f9pStxztHCE2gfboSp/dZRLSqfuLpRK2nDXDK+W9puocA== } + resolution: {integrity: sha512-t01iSXPuN+Eqzb4eBX0S5oubSqXbK/xXa1Ne18Hj8f9pStxztHCE2gfboSp/dZRLSqfuLpRK2nDXDK+W9puocA==} dependencies: '@noble/hashes': 1.2.0 /@noble/ed25519@1.7.1: - resolution: { integrity: sha512-Rk4SkJFaXZiznFyC/t77Q0NKS4FL7TLJJsVG2V2oiEq3kJVeTdxysEe/yRWSpnWMe808XRDJ+VFh5pt/FN5plw== } + resolution: {integrity: sha512-Rk4SkJFaXZiznFyC/t77Q0NKS4FL7TLJJsVG2V2oiEq3kJVeTdxysEe/yRWSpnWMe808XRDJ+VFh5pt/FN5plw==} dev: true /@noble/ed25519@1.7.3: - resolution: { integrity: sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ== } + resolution: {integrity: sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ==} dev: false /@noble/hashes@1.2.0: - resolution: { integrity: sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ== } + resolution: {integrity: sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ==} /@noble/secp256k1@1.7.0: - resolution: { integrity: sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw== } + resolution: {integrity: sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==} dev: true /@nodelib/fs.scandir@2.1.5: - resolution: { integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 /@nodelib/fs.stat@2.0.5: - resolution: { integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} /@nodelib/fs.walk@1.2.8: - resolution: { integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 /@npmcli/agent@2.2.2: - resolution: { integrity: sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: agent-base: 7.1.1 http-proxy-agent: 7.0.2 @@ -6313,21 +6358,21 @@ packages: dev: true /@npmcli/fs@1.1.1: - resolution: { integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ== } + resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==} dependencies: '@gar/promisify': 1.1.3 semver: 7.6.2 /@npmcli/fs@3.1.1: - resolution: { integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: semver: 7.6.2 dev: true /@npmcli/git@5.0.7: - resolution: { integrity: sha512-WaOVvto604d5IpdCRV2KjQu8PzkfE96d50CQGKgywXh2GxXmDeUO5EWcBC4V57uFyrNqx83+MewuJh3WTR3xPA== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-WaOVvto604d5IpdCRV2KjQu8PzkfE96d50CQGKgywXh2GxXmDeUO5EWcBC4V57uFyrNqx83+MewuJh3WTR3xPA==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@npmcli/promise-spawn': 7.0.2 lru-cache: 10.2.2 @@ -6342,8 +6387,8 @@ packages: dev: true /@npmcli/installed-package-contents@2.1.0: - resolution: { integrity: sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: npm-bundled: 3.0.1 @@ -6351,33 +6396,33 @@ packages: dev: true /@npmcli/move-file@1.1.2: - resolution: { integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==} + engines: {node: '>=10'} deprecated: This functionality has been moved to @npmcli/fs dependencies: mkdirp: 1.0.4 rimraf: 3.0.2 /@npmcli/node-gyp@3.0.0: - resolution: { integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true /@npmcli/promise-spawn@7.0.2: - resolution: { integrity: sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: which: 4.0.0 dev: true /@npmcli/redact@1.1.0: - resolution: { integrity: sha512-PfnWuOkQgu7gCbnSsAisaX7hKOdZ4wSAhAzH3/ph5dSGau52kCRrMMGbiSQLwyTZpgldkZ49b0brkOr1AzGBHQ== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-PfnWuOkQgu7gCbnSsAisaX7hKOdZ4wSAhAzH3/ph5dSGau52kCRrMMGbiSQLwyTZpgldkZ49b0brkOr1AzGBHQ==} + engines: {node: ^16.14.0 || >=18.0.0} dev: true /@npmcli/run-script@7.0.2: - resolution: { integrity: sha512-Omu0rpA8WXvcGeY6DDzyRoY1i5DkCBkzyJ+m2u7PD6quzb0TvSqdIPOkTn8ZBOj7LbbcbMfZ3c5skwSu6m8y2w== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-Omu0rpA8WXvcGeY6DDzyRoY1i5DkCBkzyJ+m2u7PD6quzb0TvSqdIPOkTn8ZBOj7LbbcbMfZ3c5skwSu6m8y2w==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@npmcli/node-gyp': 3.0.0 '@npmcli/promise-spawn': 7.0.2 @@ -6389,7 +6434,7 @@ packages: dev: true /@nrwl/devkit@19.0.6(nx@19.0.6): - resolution: { integrity: sha512-pXJwwQ4j4RXNqGfpz3h9O+bgDrwDpnhG/MuDOYvQLnxQtdMacfWIgMb+rhuSsN1T0cmKphWHKtgNEkSwyunRnQ== } + resolution: {integrity: sha512-pXJwwQ4j4RXNqGfpz3h9O+bgDrwDpnhG/MuDOYvQLnxQtdMacfWIgMb+rhuSsN1T0cmKphWHKtgNEkSwyunRnQ==} dependencies: '@nx/devkit': 19.0.6(nx@19.0.6) transitivePeerDependencies: @@ -6397,7 +6442,7 @@ packages: dev: true /@nrwl/tao@19.0.6: - resolution: { integrity: sha512-rMuX7QWimlBCFwA+a2Qn4+DDqjpfxg6m4rodjVkqe5mb8Q+EAW1Eoqw9dyhYmqBeje6Cdylkg3LsOl2IBjkFQA== } + resolution: {integrity: sha512-rMuX7QWimlBCFwA+a2Qn4+DDqjpfxg6m4rodjVkqe5mb8Q+EAW1Eoqw9dyhYmqBeje6Cdylkg3LsOl2IBjkFQA==} hasBin: true dependencies: nx: 19.0.6 @@ -6409,7 +6454,7 @@ packages: dev: true /@nx/devkit@19.0.6(nx@19.0.6): - resolution: { integrity: sha512-NszY8/YV1QpaPE+c4R/IQK4nq5+k4bBaDQB3+EGm4nWZcBzURx57yaAdP4lIEvG2T+5jsepsYTyMHSmQPHhJ6Q== } + resolution: {integrity: sha512-NszY8/YV1QpaPE+c4R/IQK4nq5+k4bBaDQB3+EGm4nWZcBzURx57yaAdP4lIEvG2T+5jsepsYTyMHSmQPHhJ6Q==} peerDependencies: nx: '>= 17 <= 20' dependencies: @@ -6426,8 +6471,8 @@ packages: dev: true /@nx/nx-darwin-arm64@19.0.6: - resolution: { integrity: sha512-tC0yJDFo7zfRKUR1CtwIpcGbaSqRVH+l82XnmJYP7YT/NnR1TZMVh/KM17jx4Jjyny/dWEp+qyqG9txgZxCG8g== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-tC0yJDFo7zfRKUR1CtwIpcGbaSqRVH+l82XnmJYP7YT/NnR1TZMVh/KM17jx4Jjyny/dWEp+qyqG9txgZxCG8g==} + engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true @@ -6435,8 +6480,8 @@ packages: optional: true /@nx/nx-darwin-x64@19.0.6: - resolution: { integrity: sha512-JEl0lE2+hOwA5rjgXxqXDTskfWQU7LwuusarpZ5JuQFDVGFZPnhXZbBXaRKru8tPAJ4rJvPAV4Sh+xYM+opx4A== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-JEl0lE2+hOwA5rjgXxqXDTskfWQU7LwuusarpZ5JuQFDVGFZPnhXZbBXaRKru8tPAJ4rJvPAV4Sh+xYM+opx4A==} + engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true @@ -6444,8 +6489,8 @@ packages: optional: true /@nx/nx-freebsd-x64@19.0.6: - resolution: { integrity: sha512-Bg0p+Zygp25K0Lq5UiIQSY9FvqNsZm0XzZ3BU5guj5YCkBKABtRGgMArm8NJTxJ090EYmSAM+A+40oNroXGTFQ== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-Bg0p+Zygp25K0Lq5UiIQSY9FvqNsZm0XzZ3BU5guj5YCkBKABtRGgMArm8NJTxJ090EYmSAM+A+40oNroXGTFQ==} + engines: {node: '>= 10'} cpu: [x64] os: [freebsd] requiresBuild: true @@ -6453,8 +6498,8 @@ packages: optional: true /@nx/nx-linux-arm-gnueabihf@19.0.6: - resolution: { integrity: sha512-8P54dFDPSwew+ZL+U4L3ERNjtBUkfBbJ7RCtwfVhFpNzTTi4Icy1Nw6UVUu/HUF6aJeDR/Wz+BYV3NyMkWys7w== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-8P54dFDPSwew+ZL+U4L3ERNjtBUkfBbJ7RCtwfVhFpNzTTi4Icy1Nw6UVUu/HUF6aJeDR/Wz+BYV3NyMkWys7w==} + engines: {node: '>= 10'} cpu: [arm] os: [linux] requiresBuild: true @@ -6462,8 +6507,8 @@ packages: optional: true /@nx/nx-linux-arm64-gnu@19.0.6: - resolution: { integrity: sha512-zKHC/MB1RQHpI2nw7AxyILN6qnofjpS6JA9ZtjVx3lkDS112PJuA/81Ffftdt5ubAOziczRA08xbQF73PprW8Q== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-zKHC/MB1RQHpI2nw7AxyILN6qnofjpS6JA9ZtjVx3lkDS112PJuA/81Ffftdt5ubAOziczRA08xbQF73PprW8Q==} + engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true @@ -6471,8 +6516,8 @@ packages: optional: true /@nx/nx-linux-arm64-musl@19.0.6: - resolution: { integrity: sha512-BvmIBxsSnljOcUaiYSLZM2ePYcp8t/18q0hHgEPuXdEs0QBy46cleCXVy2ffqHJi20wWpC1hER0ByOGIMui1XQ== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-BvmIBxsSnljOcUaiYSLZM2ePYcp8t/18q0hHgEPuXdEs0QBy46cleCXVy2ffqHJi20wWpC1hER0ByOGIMui1XQ==} + engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true @@ -6480,8 +6525,8 @@ packages: optional: true /@nx/nx-linux-x64-gnu@19.0.6: - resolution: { integrity: sha512-evpG6HTqFlAhFatdW0ueZpoH2Y1mHnk7cEojcNO1+aVflSGzndmdwO0ovUX4VKVutn0bK0PYt/v4/HR1+2XamA== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-evpG6HTqFlAhFatdW0ueZpoH2Y1mHnk7cEojcNO1+aVflSGzndmdwO0ovUX4VKVutn0bK0PYt/v4/HR1+2XamA==} + engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true @@ -6489,8 +6534,8 @@ packages: optional: true /@nx/nx-linux-x64-musl@19.0.6: - resolution: { integrity: sha512-HEXq/85Eb6jlnxGLEwlyROp0/MkTfpmdUmyIr0lIf0RijDdAOL8MGdzrD21dcde2cUVUkBuTs2OQt6sB28hoTQ== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-HEXq/85Eb6jlnxGLEwlyROp0/MkTfpmdUmyIr0lIf0RijDdAOL8MGdzrD21dcde2cUVUkBuTs2OQt6sB28hoTQ==} + engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true @@ -6498,8 +6543,8 @@ packages: optional: true /@nx/nx-win32-arm64-msvc@19.0.6: - resolution: { integrity: sha512-FS3oz2WRWoyxAxegQ/kJyR4qPLh0se6WOmG9bXttc16/n9a0b8trh6mzG2LPxP5/mxMdbJsRcOsphShHcIR9+A== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-FS3oz2WRWoyxAxegQ/kJyR4qPLh0se6WOmG9bXttc16/n9a0b8trh6mzG2LPxP5/mxMdbJsRcOsphShHcIR9+A==} + engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true @@ -6507,8 +6552,8 @@ packages: optional: true /@nx/nx-win32-x64-msvc@19.0.6: - resolution: { integrity: sha512-BGNAXvNvxzNqqjHb0Kba5m27Z6xYdMqnPGusAx3GYfEGzSe+K06yMQpTUxjQ4oKAQQrVJYq9Eyyf3lWrqmyeCg== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-BGNAXvNvxzNqqjHb0Kba5m27Z6xYdMqnPGusAx3GYfEGzSe+K06yMQpTUxjQ4oKAQQrVJYq9Eyyf3lWrqmyeCg==} + engines: {node: '>= 10'} cpu: [x64] os: [win32] requiresBuild: true @@ -6516,13 +6561,13 @@ packages: optional: true /@octokit/auth-token@3.0.4: - resolution: { integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==} + engines: {node: '>= 14'} dev: true /@octokit/core@4.2.4: - resolution: { integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==} + engines: {node: '>= 14'} dependencies: '@octokit/auth-token': 3.0.4 '@octokit/graphql': 5.0.6 @@ -6536,8 +6581,8 @@ packages: dev: true /@octokit/endpoint@7.0.6: - resolution: { integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==} + engines: {node: '>= 14'} dependencies: '@octokit/types': 9.3.2 is-plain-object: 5.0.0 @@ -6545,8 +6590,8 @@ packages: dev: true /@octokit/graphql@5.0.6: - resolution: { integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==} + engines: {node: '>= 14'} dependencies: '@octokit/request': 6.2.8 '@octokit/types': 9.3.2 @@ -6556,16 +6601,16 @@ packages: dev: true /@octokit/openapi-types@18.1.1: - resolution: { integrity: sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw== } + resolution: {integrity: sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==} dev: true /@octokit/plugin-enterprise-rest@6.0.1: - resolution: { integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw== } + resolution: {integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==} dev: true /@octokit/plugin-paginate-rest@6.1.2(@octokit/core@4.2.4): - resolution: { integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==} + engines: {node: '>= 14'} peerDependencies: '@octokit/core': '>=4' dependencies: @@ -6575,7 +6620,7 @@ packages: dev: true /@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.4): - resolution: { integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA== } + resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} peerDependencies: '@octokit/core': '>=3' dependencies: @@ -6583,8 +6628,8 @@ packages: dev: true /@octokit/plugin-rest-endpoint-methods@7.2.3(@octokit/core@4.2.4): - resolution: { integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==} + engines: {node: '>= 14'} peerDependencies: '@octokit/core': '>=3' dependencies: @@ -6593,8 +6638,8 @@ packages: dev: true /@octokit/plugin-retry@4.1.6(@octokit/core@4.2.4): - resolution: { integrity: sha512-obkYzIgEC75r8+9Pnfiiqy3y/x1bc3QLE5B7qvv9wi9Kj0R5tGQFC6QMBg1154WQ9lAVypuQDGyp3hNpp15gQQ== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-obkYzIgEC75r8+9Pnfiiqy3y/x1bc3QLE5B7qvv9wi9Kj0R5tGQFC6QMBg1154WQ9lAVypuQDGyp3hNpp15gQQ==} + engines: {node: '>= 14'} peerDependencies: '@octokit/core': '>=3' dependencies: @@ -6604,8 +6649,8 @@ packages: dev: true /@octokit/plugin-throttling@5.2.3(@octokit/core@4.2.4): - resolution: { integrity: sha512-C9CFg9mrf6cugneKiaI841iG8DOv6P5XXkjmiNNut+swePxQ7RWEdAZRp5rJoE1hjsIqiYcKa/ZkOQ+ujPI39Q== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-C9CFg9mrf6cugneKiaI841iG8DOv6P5XXkjmiNNut+swePxQ7RWEdAZRp5rJoE1hjsIqiYcKa/ZkOQ+ujPI39Q==} + engines: {node: '>= 14'} peerDependencies: '@octokit/core': ^4.0.0 dependencies: @@ -6615,8 +6660,8 @@ packages: dev: true /@octokit/request-error@3.0.3: - resolution: { integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==} + engines: {node: '>= 14'} dependencies: '@octokit/types': 9.3.2 deprecation: 2.3.1 @@ -6624,8 +6669,8 @@ packages: dev: true /@octokit/request@6.2.8: - resolution: { integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==} + engines: {node: '>= 14'} dependencies: '@octokit/endpoint': 7.0.6 '@octokit/request-error': 3.0.3 @@ -6638,8 +6683,8 @@ packages: dev: true /@octokit/rest@19.0.11: - resolution: { integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==} + engines: {node: '>= 14'} dependencies: '@octokit/core': 4.2.4 '@octokit/plugin-paginate-rest': 6.1.2(@octokit/core@4.2.4) @@ -6650,37 +6695,37 @@ packages: dev: true /@octokit/tsconfig@1.0.2: - resolution: { integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA== } + resolution: {integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==} dev: true /@octokit/types@10.0.0: - resolution: { integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg== } + resolution: {integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==} dependencies: '@octokit/openapi-types': 18.1.1 dev: true /@octokit/types@9.3.2: - resolution: { integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA== } + resolution: {integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==} dependencies: '@octokit/openapi-types': 18.1.1 dev: true /@peculiar/asn1-schema@2.3.8: - resolution: { integrity: sha512-ULB1XqHKx1WBU/tTFIA+uARuRoBVZ4pNdOA878RDrRbBfBGcSzi5HBkdScC6ZbHn8z7L8gmKCgPC1LHRrP46tA== } + resolution: {integrity: sha512-ULB1XqHKx1WBU/tTFIA+uARuRoBVZ4pNdOA878RDrRbBfBGcSzi5HBkdScC6ZbHn8z7L8gmKCgPC1LHRrP46tA==} dependencies: asn1js: 3.0.5 pvtsutils: 1.3.5 tslib: 2.6.2 /@peculiar/json-schema@1.1.12: - resolution: { integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w== } - engines: { node: '>=8.0.0' } + resolution: {integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==} + engines: {node: '>=8.0.0'} dependencies: tslib: 2.6.2 /@peculiar/webcrypto@1.4.6: - resolution: { integrity: sha512-YBcMfqNSwn3SujUJvAaySy5tlYbYm6tVt9SKoXu8BaTdKGROiJDgPR3TXpZdAKUfklzm3lRapJEAltiMQtBgZg== } - engines: { node: '>=10.12.0' } + resolution: {integrity: sha512-YBcMfqNSwn3SujUJvAaySy5tlYbYm6tVt9SKoXu8BaTdKGROiJDgPR3TXpZdAKUfklzm3lRapJEAltiMQtBgZg==} + engines: {node: '>=10.12.0'} dependencies: '@peculiar/asn1-schema': 2.3.8 '@peculiar/json-schema': 1.1.12 @@ -6689,26 +6734,26 @@ packages: webcrypto-core: 1.7.9 /@pkgjs/parseargs@0.11.0: - resolution: { integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== } - engines: { node: '>=14' } + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} requiresBuild: true optional: true /@pnpm/config.env-replace@1.1.0: - resolution: { integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w== } - engines: { node: '>=12.22.0' } + resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==} + engines: {node: '>=12.22.0'} dev: true /@pnpm/network.ca-file@1.0.2: - resolution: { integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA== } - engines: { node: '>=12.22.0' } + resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==} + engines: {node: '>=12.22.0'} dependencies: graceful-fs: 4.2.10 dev: true /@pnpm/npm-conf@2.2.2: - resolution: { integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==} + engines: {node: '>=12'} dependencies: '@pnpm/config.env-replace': 1.1.0 '@pnpm/network.ca-file': 1.0.2 @@ -6716,7 +6761,7 @@ packages: dev: true /@react-native-community/cli-clean@13.6.6: - resolution: { integrity: sha512-cBwJTwl0NyeA4nyMxbhkWZhxtILYkbU3TW3k8AXLg+iGphe0zikYMGB3T+haTvTc6alTyEFwPbimk9bGIqkjAQ== } + resolution: {integrity: sha512-cBwJTwl0NyeA4nyMxbhkWZhxtILYkbU3TW3k8AXLg+iGphe0zikYMGB3T+haTvTc6alTyEFwPbimk9bGIqkjAQ==} dependencies: '@react-native-community/cli-tools': 13.6.6 chalk: 4.1.2 @@ -6726,7 +6771,7 @@ packages: - encoding /@react-native-community/cli-config@13.6.6: - resolution: { integrity: sha512-mbG425zCKr8JZhv/j11382arezwS/70juWMsn8j2lmrGTrP1cUdW0MF15CCIFtJsqyK3Qs+FTmqttRpq81QfSg== } + resolution: {integrity: sha512-mbG425zCKr8JZhv/j11382arezwS/70juWMsn8j2lmrGTrP1cUdW0MF15CCIFtJsqyK3Qs+FTmqttRpq81QfSg==} dependencies: '@react-native-community/cli-tools': 13.6.6 chalk: 4.1.2 @@ -6738,14 +6783,14 @@ packages: - encoding /@react-native-community/cli-debugger-ui@13.6.6: - resolution: { integrity: sha512-Vv9u6eS4vKSDAvdhA0OiQHoA7y39fiPIgJ6biT32tN4avHDtxlc6TWZGiqv7g98SBvDWvoVAmdPLcRf3kU+c8g== } + resolution: {integrity: sha512-Vv9u6eS4vKSDAvdhA0OiQHoA7y39fiPIgJ6biT32tN4avHDtxlc6TWZGiqv7g98SBvDWvoVAmdPLcRf3kU+c8g==} dependencies: serve-static: 1.15.0 transitivePeerDependencies: - supports-color /@react-native-community/cli-doctor@13.6.6: - resolution: { integrity: sha512-TWZb5g6EmQe2Ua2TEWNmyaEayvlWH4GmdD9ZC+p8EpKFpB1NpDGMK6sXbpb42TDvwZg5s4TDRplK0PBEA/SVDg== } + resolution: {integrity: sha512-TWZb5g6EmQe2Ua2TEWNmyaEayvlWH4GmdD9ZC+p8EpKFpB1NpDGMK6sXbpb42TDvwZg5s4TDRplK0PBEA/SVDg==} dependencies: '@react-native-community/cli-config': 13.6.6 '@react-native-community/cli-platform-android': 13.6.6 @@ -6768,7 +6813,7 @@ packages: - encoding /@react-native-community/cli-hermes@13.6.6: - resolution: { integrity: sha512-La5Ie+NGaRl3klei6WxKoOxmCUSGGxpOk6vU5pEGf0/O7ky+Ay0io+zXYUZqlNMi/cGpO7ZUijakBYOB/uyuFg== } + resolution: {integrity: sha512-La5Ie+NGaRl3klei6WxKoOxmCUSGGxpOk6vU5pEGf0/O7ky+Ay0io+zXYUZqlNMi/cGpO7ZUijakBYOB/uyuFg==} dependencies: '@react-native-community/cli-platform-android': 13.6.6 '@react-native-community/cli-tools': 13.6.6 @@ -6778,7 +6823,7 @@ packages: - encoding /@react-native-community/cli-platform-android@13.6.6: - resolution: { integrity: sha512-/tMwkBeNxh84syiSwNlYtmUz/Ppc+HfKtdopL/5RB+fd3SV1/5/NPNjMlyLNgFKnpxvKCInQ7dnl6jGHJjeHjg== } + resolution: {integrity: sha512-/tMwkBeNxh84syiSwNlYtmUz/Ppc+HfKtdopL/5RB+fd3SV1/5/NPNjMlyLNgFKnpxvKCInQ7dnl6jGHJjeHjg==} dependencies: '@react-native-community/cli-tools': 13.6.6 chalk: 4.1.2 @@ -6790,7 +6835,7 @@ packages: - encoding /@react-native-community/cli-platform-apple@13.6.6: - resolution: { integrity: sha512-bOmSSwoqNNT3AmCRZXEMYKz1Jf1l2F86Nhs7qBcXdY/sGiJ+Flng564LOqvdAlVLTbkgz47KjNKCS2pP4Jg0Mg== } + resolution: {integrity: sha512-bOmSSwoqNNT3AmCRZXEMYKz1Jf1l2F86Nhs7qBcXdY/sGiJ+Flng564LOqvdAlVLTbkgz47KjNKCS2pP4Jg0Mg==} dependencies: '@react-native-community/cli-tools': 13.6.6 chalk: 4.1.2 @@ -6802,14 +6847,14 @@ packages: - encoding /@react-native-community/cli-platform-ios@13.6.6: - resolution: { integrity: sha512-vjDnRwhlSN5ryqKTas6/DPkxuouuyFBAqAROH4FR1cspTbn6v78JTZKDmtQy9JMMo7N5vZj1kASU5vbFep9IOQ== } + resolution: {integrity: sha512-vjDnRwhlSN5ryqKTas6/DPkxuouuyFBAqAROH4FR1cspTbn6v78JTZKDmtQy9JMMo7N5vZj1kASU5vbFep9IOQ==} dependencies: '@react-native-community/cli-platform-apple': 13.6.6 transitivePeerDependencies: - encoding /@react-native-community/cli-server-api@13.6.6: - resolution: { integrity: sha512-ZtCXxoFlM7oDv3iZ3wsrT3SamhtUJuIkX2WePLPlN5bcbq7zimbPm2lHyicNJtpcGQ5ymsgpUWPCNZsWQhXBqQ== } + resolution: {integrity: sha512-ZtCXxoFlM7oDv3iZ3wsrT3SamhtUJuIkX2WePLPlN5bcbq7zimbPm2lHyicNJtpcGQ5ymsgpUWPCNZsWQhXBqQ==} dependencies: '@react-native-community/cli-debugger-ui': 13.6.6 '@react-native-community/cli-tools': 13.6.6 @@ -6827,7 +6872,7 @@ packages: - utf-8-validate /@react-native-community/cli-tools@13.6.6: - resolution: { integrity: sha512-ptOnn4AJczY5njvbdK91k4hcYazDnGtEPrqIwEI+k/CTBHNdb27Rsm2OZ7ye6f7otLBqF8gj/hK6QzJs8CEMgw== } + resolution: {integrity: sha512-ptOnn4AJczY5njvbdK91k4hcYazDnGtEPrqIwEI+k/CTBHNdb27Rsm2OZ7ye6f7otLBqF8gj/hK6QzJs8CEMgw==} dependencies: appdirsjs: 1.2.7 chalk: 4.1.2 @@ -6844,13 +6889,13 @@ packages: - encoding /@react-native-community/cli-types@13.6.6: - resolution: { integrity: sha512-733iaYzlmvNK7XYbnWlMjdE+2k0hlTBJW071af/xb6Bs+hbJqBP9c03FZuYH2hFFwDDntwj05bkri/P7VgSxug== } + resolution: {integrity: sha512-733iaYzlmvNK7XYbnWlMjdE+2k0hlTBJW071af/xb6Bs+hbJqBP9c03FZuYH2hFFwDDntwj05bkri/P7VgSxug==} dependencies: joi: 17.13.1 /@react-native-community/cli@13.6.6: - resolution: { integrity: sha512-IqclB7VQ84ye8Fcs89HOpOscY4284VZg2pojHNl8H0Lzd4DadXJWQoxC7zWm8v2f8eyeX2kdhxp2ETD5tceIgA== } - engines: { node: '>=18' } + resolution: {integrity: sha512-IqclB7VQ84ye8Fcs89HOpOscY4284VZg2pojHNl8H0Lzd4DadXJWQoxC7zWm8v2f8eyeX2kdhxp2ETD5tceIgA==} + engines: {node: '>=18'} hasBin: true dependencies: '@react-native-community/cli-clean': 13.6.6 @@ -6877,12 +6922,12 @@ packages: - utf-8-validate /@react-native/assets-registry@0.74.83: - resolution: { integrity: sha512-2vkLMVnp+YTZYTNSDIBZojSsjz8sl5PscP3j4GcV6idD8V978SZfwFlk8K0ti0BzRs11mzL0Pj17km597S/eTQ== } - engines: { node: '>=18' } + resolution: {integrity: sha512-2vkLMVnp+YTZYTNSDIBZojSsjz8sl5PscP3j4GcV6idD8V978SZfwFlk8K0ti0BzRs11mzL0Pj17km597S/eTQ==} + engines: {node: '>=18'} /@react-native/babel-plugin-codegen@0.74.83(@babel/preset-env@7.24.5): - resolution: { integrity: sha512-+S0st3t4Ro00bi9gjT1jnK8qTFOU+CwmziA7U9odKyWrCoRJrgmrvogq/Dr1YXlpFxexiGIupGut1VHxr+fxJA== } - engines: { node: '>=18' } + resolution: {integrity: sha512-+S0st3t4Ro00bi9gjT1jnK8qTFOU+CwmziA7U9odKyWrCoRJrgmrvogq/Dr1YXlpFxexiGIupGut1VHxr+fxJA==} + engines: {node: '>=18'} dependencies: '@react-native/codegen': 0.74.83(@babel/preset-env@7.24.5) transitivePeerDependencies: @@ -6890,8 +6935,8 @@ packages: - supports-color /@react-native/babel-preset@0.74.83(@babel/core@7.24.5)(@babel/preset-env@7.24.5): - resolution: { integrity: sha512-KJuu3XyVh3qgyUer+rEqh9a/JoUxsDOzkJNfRpDyXiAyjDRoVch60X/Xa/NcEQ93iCVHAWs0yQ+XGNGIBCYE6g== } - engines: { node: '>=18' } + resolution: {integrity: sha512-KJuu3XyVh3qgyUer+rEqh9a/JoUxsDOzkJNfRpDyXiAyjDRoVch60X/Xa/NcEQ93iCVHAWs0yQ+XGNGIBCYE6g==} + engines: {node: '>=18'} peerDependencies: '@babel/core': '*' dependencies: @@ -6943,8 +6988,8 @@ packages: - supports-color /@react-native/codegen@0.74.83(@babel/preset-env@7.24.5): - resolution: { integrity: sha512-GgvgHS3Aa2J8/mp1uC/zU8HuTh8ZT5jz7a4mVMWPw7+rGyv70Ba8uOVBq6UH2Q08o617IATYc+0HfyzAfm4n0w== } - engines: { node: '>=18' } + resolution: {integrity: sha512-GgvgHS3Aa2J8/mp1uC/zU8HuTh8ZT5jz7a4mVMWPw7+rGyv70Ba8uOVBq6UH2Q08o617IATYc+0HfyzAfm4n0w==} + engines: {node: '>=18'} peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: @@ -6960,8 +7005,8 @@ packages: - supports-color /@react-native/community-cli-plugin@0.74.83(@babel/core@7.24.5)(@babel/preset-env@7.24.5): - resolution: { integrity: sha512-7GAFjFOg1mFSj8bnFNQS4u8u7+QtrEeflUIDVZGEfBZQ3wMNI5ycBzbBGycsZYiq00Xvoc6eKFC7kvIaqeJpUQ== } - engines: { node: '>=18' } + resolution: {integrity: sha512-7GAFjFOg1mFSj8bnFNQS4u8u7+QtrEeflUIDVZGEfBZQ3wMNI5ycBzbBGycsZYiq00Xvoc6eKFC7kvIaqeJpUQ==} + engines: {node: '>=18'} dependencies: '@react-native-community/cli-server-api': 13.6.6 '@react-native-community/cli-tools': 13.6.6 @@ -6984,12 +7029,12 @@ packages: - utf-8-validate /@react-native/debugger-frontend@0.74.83: - resolution: { integrity: sha512-RGQlVUegBRxAUF9c1ss1ssaHZh6CO+7awgtI9sDeU0PzDZY/40ImoPD5m0o0SI6nXoVzbPtcMGzU+VO590pRfA== } - engines: { node: '>=18' } + resolution: {integrity: sha512-RGQlVUegBRxAUF9c1ss1ssaHZh6CO+7awgtI9sDeU0PzDZY/40ImoPD5m0o0SI6nXoVzbPtcMGzU+VO590pRfA==} + engines: {node: '>=18'} /@react-native/dev-middleware@0.74.83: - resolution: { integrity: sha512-UH8iriqnf7N4Hpi20D7M2FdvSANwTVStwFCSD7VMU9agJX88Yk0D1T6Meh2RMhUu4kY2bv8sTkNRm7LmxvZqgA== } - engines: { node: '>=18' } + resolution: {integrity: sha512-UH8iriqnf7N4Hpi20D7M2FdvSANwTVStwFCSD7VMU9agJX88Yk0D1T6Meh2RMhUu4kY2bv8sTkNRm7LmxvZqgA==} + engines: {node: '>=18'} dependencies: '@isaacs/ttlcache': 1.4.1 '@react-native/debugger-frontend': 0.74.83 @@ -7011,16 +7056,16 @@ packages: - utf-8-validate /@react-native/gradle-plugin@0.74.83: - resolution: { integrity: sha512-Pw2BWVyOHoBuJVKxGVYF6/GSZRf6+v1Ygc+ULGz5t20N8qzRWPa2fRZWqoxsN7TkNLPsECYY8gooOl7okOcPAQ== } - engines: { node: '>=18' } + resolution: {integrity: sha512-Pw2BWVyOHoBuJVKxGVYF6/GSZRf6+v1Ygc+ULGz5t20N8qzRWPa2fRZWqoxsN7TkNLPsECYY8gooOl7okOcPAQ==} + engines: {node: '>=18'} /@react-native/js-polyfills@0.74.83: - resolution: { integrity: sha512-/t74n8r6wFhw4JEoOj3bN71N1NDLqaawB75uKAsSjeCwIR9AfCxlzZG0etsXtOexkY9KMeZIQ7YwRPqUdNXuqw== } - engines: { node: '>=18' } + resolution: {integrity: sha512-/t74n8r6wFhw4JEoOj3bN71N1NDLqaawB75uKAsSjeCwIR9AfCxlzZG0etsXtOexkY9KMeZIQ7YwRPqUdNXuqw==} + engines: {node: '>=18'} /@react-native/metro-babel-transformer@0.74.83(@babel/core@7.24.5)(@babel/preset-env@7.24.5): - resolution: { integrity: sha512-hGdx5N8diu8y+GW/ED39vTZa9Jx1di2ZZ0aapbhH4egN1agIAusj5jXTccfNBwwWF93aJ5oVbRzfteZgjbutKg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-hGdx5N8diu8y+GW/ED39vTZa9Jx1di2ZZ0aapbhH4egN1agIAusj5jXTccfNBwwWF93aJ5oVbRzfteZgjbutKg==} + engines: {node: '>=18'} peerDependencies: '@babel/core': '*' dependencies: @@ -7033,11 +7078,11 @@ packages: - supports-color /@react-native/normalize-colors@0.74.83: - resolution: { integrity: sha512-jhCY95gRDE44qYawWVvhTjTplW1g+JtKTKM3f8xYT1dJtJ8QWv+gqEtKcfmOHfDkSDaMKG0AGBaDTSK8GXLH8Q== } + resolution: {integrity: sha512-jhCY95gRDE44qYawWVvhTjTplW1g+JtKTKM3f8xYT1dJtJ8QWv+gqEtKcfmOHfDkSDaMKG0AGBaDTSK8GXLH8Q==} /@react-native/virtualized-lists@0.74.83(react-native@0.74.1)(react@18.2.0): - resolution: { integrity: sha512-rmaLeE34rj7py4FxTod7iMTC7BAsm+HrGA8WxYmEJeyTV7WSaxAkosKoYBz8038mOiwnG9VwA/7FrB6bEQvn1A== } - engines: { node: '>=18' } + resolution: {integrity: sha512-rmaLeE34rj7py4FxTod7iMTC7BAsm+HrGA8WxYmEJeyTV7WSaxAkosKoYBz8038mOiwnG9VwA/7FrB6bEQvn1A==} + engines: {node: '>=18'} peerDependencies: '@types/react': ^18.2.6 react: '*' @@ -7052,8 +7097,8 @@ packages: react-native: 0.74.1(@babel/core@7.24.5)(@babel/preset-env@7.24.5)(react@18.2.0) /@rnx-kit/chromium-edge-launcher@1.0.0: - resolution: { integrity: sha512-lzD84av1ZQhYUS+jsGqJiCMaJO2dn9u+RTT9n9q6D3SaKVwWqv+7AoRKqBu19bkwyE+iFRl1ymr40QS90jVFYg== } - engines: { node: '>=14.15' } + resolution: {integrity: sha512-lzD84av1ZQhYUS+jsGqJiCMaJO2dn9u+RTT9n9q6D3SaKVwWqv+7AoRKqBu19bkwyE+iFRl1ymr40QS90jVFYg==} + engines: {node: '>=14.15'} dependencies: '@types/node': 18.19.33 escape-string-regexp: 4.0.0 @@ -7065,7 +7110,7 @@ packages: - supports-color /@rushstack/node-core-library@5.0.0(@types/node@18.19.33): - resolution: { integrity: sha512-5VpOqJ48ADNTl3AOQlFbck6ig0fFGxT22eXAFtW0zOfCtrqJi50lyzEWjhJ8o+xyfEh+mD6ay0cJImkWJYoshg== } + resolution: {integrity: sha512-5VpOqJ48ADNTl3AOQlFbck6ig0fFGxT22eXAFtW0zOfCtrqJi50lyzEWjhJ8o+xyfEh+mD6ay0cJImkWJYoshg==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -7083,13 +7128,13 @@ packages: semver: 7.5.4 /@rushstack/rig-package@0.5.2: - resolution: { integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA== } + resolution: {integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA==} dependencies: resolve: 1.22.8 strip-json-comments: 3.1.1 /@rushstack/terminal@0.11.1(@types/node@18.19.33): - resolution: { integrity: sha512-DtTYA8ujZFJZUYD+dJkH3soAeOJ710Bu/5sLO5T0QBoMFR1PkCUUBYsGo9r8f2vLKSATbAJCeWH9ijoP7hhN9w== } + resolution: {integrity: sha512-DtTYA8ujZFJZUYD+dJkH3soAeOJ710Bu/5sLO5T0QBoMFR1PkCUUBYsGo9r8f2vLKSATbAJCeWH9ijoP7hhN9w==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -7101,7 +7146,7 @@ packages: supports-color: 8.1.1 /@rushstack/ts-command-line@4.21.1(@types/node@18.19.33): - resolution: { integrity: sha512-D4sNIzGqgPRPSJ3UirnpMmxlVzs+x7vL+hwC0b73CE0aflFoU87P/93Fm2QJFGYM099ErM4Usxa1JR4eICIiKw== } + resolution: {integrity: sha512-D4sNIzGqgPRPSJ3UirnpMmxlVzs+x7vL+hwC0b73CE0aflFoU87P/93Fm2QJFGYM099ErM4Usxa1JR4eICIiKw==} dependencies: '@rushstack/terminal': 0.11.1(@types/node@18.19.33) '@types/argparse': 1.0.38 @@ -7111,24 +7156,24 @@ packages: - '@types/node' /@scure/base@1.1.6: - resolution: { integrity: sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g== } + resolution: {integrity: sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g==} /@scure/bip32@1.3.3: - resolution: { integrity: sha512-LJaN3HwRbfQK0X1xFSi0Q9amqOgzQnnDngIt+ZlsBC3Bm7/nE7K0kwshZHyaru79yIVRv/e1mQAjZyuZG6jOFQ== } + resolution: {integrity: sha512-LJaN3HwRbfQK0X1xFSi0Q9amqOgzQnnDngIt+ZlsBC3Bm7/nE7K0kwshZHyaru79yIVRv/e1mQAjZyuZG6jOFQ==} dependencies: '@noble/curves': 1.3.0 '@noble/hashes': 1.2.0 '@scure/base': 1.1.6 /@scure/bip39@1.2.2: - resolution: { integrity: sha512-HYf9TUXG80beW+hGAt3TRM8wU6pQoYur9iNypTROm42dorCGmLnFe3eWjz3gOq6G62H2WRh0FCzAR1PI+29zIA== } + resolution: {integrity: sha512-HYf9TUXG80beW+hGAt3TRM8wU6pQoYur9iNypTROm42dorCGmLnFe3eWjz3gOq6G62H2WRh0FCzAR1PI+29zIA==} dependencies: '@noble/hashes': 1.2.0 '@scure/base': 1.1.6 /@sd-jwt/core@0.6.1: - resolution: { integrity: sha512-egFTb23o6BGWF93vnjopN02rSiC1HOOnkk9BI8Kao3jz9ipZAHdO6wF7gwfZm5Nlol/Kd1/KSLhbOUPYt++FjA== } - engines: { node: '>=16' } + resolution: {integrity: sha512-egFTb23o6BGWF93vnjopN02rSiC1HOOnkk9BI8Kao3jz9ipZAHdO6wF7gwfZm5Nlol/Kd1/KSLhbOUPYt++FjA==} + engines: {node: '>=16'} dependencies: '@sd-jwt/decode': 0.6.1 '@sd-jwt/present': 0.6.1 @@ -7137,41 +7182,41 @@ packages: dev: false /@sd-jwt/decode@0.6.1: - resolution: { integrity: sha512-QgTIoYd5zyKKLgXB4xEYJTrvumVwtsj5Dog0v0L9UH9ZvHekDaeexS247X7A4iSdzTvmZzUpGskgABOa4D8NmQ== } - engines: { node: '>=16' } + resolution: {integrity: sha512-QgTIoYd5zyKKLgXB4xEYJTrvumVwtsj5Dog0v0L9UH9ZvHekDaeexS247X7A4iSdzTvmZzUpGskgABOa4D8NmQ==} + engines: {node: '>=16'} dependencies: '@sd-jwt/types': 0.6.1 '@sd-jwt/utils': 0.6.1 /@sd-jwt/present@0.6.1: - resolution: { integrity: sha512-QRD3TUDLj4PqQNZ70bBxh8FLLrOE9mY8V9qiZrJSsaDOLFs2p1CtZG+v9ig62fxFYJZMf4bWKwYjz+qqGAtxCg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-QRD3TUDLj4PqQNZ70bBxh8FLLrOE9mY8V9qiZrJSsaDOLFs2p1CtZG+v9ig62fxFYJZMf4bWKwYjz+qqGAtxCg==} + engines: {node: '>=16'} dependencies: '@sd-jwt/decode': 0.6.1 '@sd-jwt/types': 0.6.1 '@sd-jwt/utils': 0.6.1 /@sd-jwt/sd-jwt-vc@0.6.1: - resolution: { integrity: sha512-eF7NAFvedBCx+vrw4TVY3evUz5rAG8/FtB/CUudYEigKcpanLgfuNGhk93D45k+lLDG0b24w+qorqbpLZzHA2g== } - engines: { node: '>=16' } + resolution: {integrity: sha512-eF7NAFvedBCx+vrw4TVY3evUz5rAG8/FtB/CUudYEigKcpanLgfuNGhk93D45k+lLDG0b24w+qorqbpLZzHA2g==} + engines: {node: '>=16'} dependencies: '@sd-jwt/core': 0.6.1 dev: false /@sd-jwt/types@0.6.1: - resolution: { integrity: sha512-LKpABZJGT77jNhOLvAHIkNNmGqXzyfwBT+6r+DN9zNzMx1CzuNR0qXk1GMUbast9iCfPkGbnEpUv/jHTBvlIvg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-LKpABZJGT77jNhOLvAHIkNNmGqXzyfwBT+6r+DN9zNzMx1CzuNR0qXk1GMUbast9iCfPkGbnEpUv/jHTBvlIvg==} + engines: {node: '>=16'} /@sd-jwt/utils@0.6.1: - resolution: { integrity: sha512-1NHZ//+GecGQJb+gSdDicnrHG0DvACUk9jTnXA5yLZhlRjgkjyfJLNsCZesYeCyVp/SiyvIC9B+JwoY4kI0TwQ== } - engines: { node: '>=16' } + resolution: {integrity: sha512-1NHZ//+GecGQJb+gSdDicnrHG0DvACUk9jTnXA5yLZhlRjgkjyfJLNsCZesYeCyVp/SiyvIC9B+JwoY4kI0TwQ==} + engines: {node: '>=16'} dependencies: '@sd-jwt/types': 0.6.1 js-base64: 3.7.7 /@semantic-release/commit-analyzer@9.0.2(semantic-release@19.0.5): - resolution: { integrity: sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g== } - engines: { node: '>=14.17' } + resolution: {integrity: sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==} + engines: {node: '>=14.17'} peerDependencies: semantic-release: '>=18.0.0-beta.1' dependencies: @@ -7188,13 +7233,13 @@ packages: dev: true /@semantic-release/error@3.0.0: - resolution: { integrity: sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw== } - engines: { node: '>=14.17' } + resolution: {integrity: sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==} + engines: {node: '>=14.17'} dev: true /@semantic-release/github@8.1.0(semantic-release@19.0.5): - resolution: { integrity: sha512-erR9E5rpdsz0dW1I7785JtndQuMWN/iDcemcptf67tBNOmBUN0b2YNOgcjYUnBpgRpZ5ozfBHrK7Bz+2ets/Dg== } - engines: { node: '>=14.17' } + resolution: {integrity: sha512-erR9E5rpdsz0dW1I7785JtndQuMWN/iDcemcptf67tBNOmBUN0b2YNOgcjYUnBpgRpZ5ozfBHrK7Bz+2ets/Dg==} + engines: {node: '>=14.17'} peerDependencies: semantic-release: '>=18.0.0-beta.1' dependencies: @@ -7222,8 +7267,8 @@ packages: dev: true /@semantic-release/npm@9.0.2(semantic-release@19.0.5): - resolution: { integrity: sha512-zgsynF6McdzxPnFet+a4iO9HpAlARXOM5adz7VGVCvj0ne8wtL2ZOQoDV2wZPDmdEotDIbVeJjafhelZjs9j6g== } - engines: { node: '>=16 || ^14.17' } + resolution: {integrity: sha512-zgsynF6McdzxPnFet+a4iO9HpAlARXOM5adz7VGVCvj0ne8wtL2ZOQoDV2wZPDmdEotDIbVeJjafhelZjs9j6g==} + engines: {node: '>=16 || ^14.17'} peerDependencies: semantic-release: '>=19.0.0' dependencies: @@ -7244,8 +7289,8 @@ packages: dev: true /@semantic-release/release-notes-generator@10.0.3(semantic-release@19.0.5): - resolution: { integrity: sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w== } - engines: { node: '>=14.17' } + resolution: {integrity: sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==} + engines: {node: '>=14.17'} peerDependencies: semantic-release: '>=18.0.0-beta.1' dependencies: @@ -7265,48 +7310,48 @@ packages: dev: true /@sideway/address@4.1.5: - resolution: { integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q== } + resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==} dependencies: '@hapi/hoek': 9.3.0 /@sideway/formula@3.0.1: - resolution: { integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg== } + resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==} /@sideway/pinpoint@2.0.0: - resolution: { integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== } + resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} /@sigstore/bundle@1.1.0: - resolution: { integrity: sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@sigstore/protobuf-specs': 0.2.1 dev: true /@sigstore/bundle@2.3.2: - resolution: { integrity: sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@sigstore/protobuf-specs': 0.3.2 dev: true /@sigstore/core@1.1.0: - resolution: { integrity: sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==} + engines: {node: ^16.14.0 || >=18.0.0} dev: true /@sigstore/protobuf-specs@0.2.1: - resolution: { integrity: sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true /@sigstore/protobuf-specs@0.3.2: - resolution: { integrity: sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==} + engines: {node: ^16.14.0 || >=18.0.0} dev: true /@sigstore/sign@1.0.0: - resolution: { integrity: sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@sigstore/bundle': 1.1.0 '@sigstore/protobuf-specs': 0.2.1 @@ -7316,8 +7361,8 @@ packages: dev: true /@sigstore/sign@2.3.2: - resolution: { integrity: sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@sigstore/bundle': 2.3.2 '@sigstore/core': 1.1.0 @@ -7330,8 +7375,8 @@ packages: dev: true /@sigstore/tuf@1.0.3: - resolution: { integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@sigstore/protobuf-specs': 0.2.1 tuf-js: 1.1.7 @@ -7340,8 +7385,8 @@ packages: dev: true /@sigstore/tuf@2.3.4: - resolution: { integrity: sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@sigstore/protobuf-specs': 0.3.2 tuf-js: 2.2.1 @@ -7350,8 +7395,8 @@ packages: dev: true /@sigstore/verify@1.2.1: - resolution: { integrity: sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@sigstore/bundle': 2.3.2 '@sigstore/core': 1.1.0 @@ -7359,33 +7404,33 @@ packages: dev: true /@sinclair/typebox@0.27.8: - resolution: { integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== } + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} /@sinonjs/commons@1.8.6: - resolution: { integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ== } + resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} dependencies: type-detect: 4.0.8 dev: true /@sinonjs/commons@3.0.1: - resolution: { integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ== } + resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} dependencies: type-detect: 4.0.8 /@sinonjs/fake-timers@10.3.0: - resolution: { integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA== } + resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} dependencies: '@sinonjs/commons': 3.0.1 /@sinonjs/fake-timers@8.1.0: - resolution: { integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg== } + resolution: {integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==} dependencies: '@sinonjs/commons': 1.8.6 dev: true /@sphereon/did-auth-siop@0.6.4: - resolution: { integrity: sha512-0hw/lypy7kHpChJc/206XFd1XVhfUEIg2RIuw2u0RE3POqMeuOL5DWiPHh3e7Oo0nzG9gdgJC8Yffv69d9QIrg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-0hw/lypy7kHpChJc/206XFd1XVhfUEIg2RIuw2u0RE3POqMeuOL5DWiPHh3e7Oo0nzG9gdgJC8Yffv69d9QIrg==} + engines: {node: '>=18'} dependencies: '@astronautlabs/jsonpath': 1.1.2 '@sphereon/did-uni-client': 0.6.3 @@ -7408,7 +7453,7 @@ packages: dev: false /@sphereon/did-uni-client@0.4.0: - resolution: { integrity: sha512-PJr0xi46iEMtQ7vJW6rAoc2T+gPT8P7q0FjVcOVI3l8so4XJ+iY+wkeF2osEFGmjVS/Q76uhcDCBXTXxPDFdcQ== } + resolution: {integrity: sha512-PJr0xi46iEMtQ7vJW6rAoc2T+gPT8P7q0FjVcOVI3l8so4XJ+iY+wkeF2osEFGmjVS/Q76uhcDCBXTXxPDFdcQ==} dependencies: cross-fetch: 3.1.8 did-resolver: 3.2.2 @@ -7417,7 +7462,7 @@ packages: dev: true /@sphereon/did-uni-client@0.6.3: - resolution: { integrity: sha512-g7LD7ofbE36slHN7Bhr5dwUrj6t0BuZeXBYJMaVY/pOeL1vJxW1cZHbZqu0NSfOmzyBg4nsYVlgTjyi/Aua2ew== } + resolution: {integrity: sha512-g7LD7ofbE36slHN7Bhr5dwUrj6t0BuZeXBYJMaVY/pOeL1vJxW1cZHbZqu0NSfOmzyBg4nsYVlgTjyi/Aua2ew==} dependencies: cross-fetch: 3.1.8 did-resolver: 4.1.0 @@ -7425,7 +7470,7 @@ packages: - encoding /@sphereon/ion-pow@0.2.0(@sphereon/react-native-argon2@2.0.9)(react-native@0.74.1): - resolution: { integrity: sha512-SpEG4mV5D+K/jrqGI9QSBPPKO5+Kpu6F3cINBKbWiz+ZI4boWwz9JAdNspD45YnnMqTbR14CDEGtHwOaHboJQg== } + resolution: {integrity: sha512-SpEG4mV5D+K/jrqGI9QSBPPKO5+Kpu6F3cINBKbWiz+ZI4boWwz9JAdNspD45YnnMqTbR14CDEGtHwOaHboJQg==} peerDependencies: '@sphereon/react-native-argon2': ^2.0.7 dependencies: @@ -7441,7 +7486,7 @@ packages: dev: true /@sphereon/isomorphic-argon2@1.0.1(@sphereon/react-native-argon2@2.0.9)(react-native@0.74.1): - resolution: { integrity: sha512-Z40mdiuuZjII19FfIsti9JFGqX56jhpaeZb135BZayJPaRSbi8JnbJ3pzulJJAHsymkWzVqMqt242fBKpualHg== } + resolution: {integrity: sha512-Z40mdiuuZjII19FfIsti9JFGqX56jhpaeZb135BZayJPaRSbi8JnbJ3pzulJJAHsymkWzVqMqt242fBKpualHg==} peerDependencies: '@sphereon/react-native-argon2': ^2.0.9 react-native: '>=0.60.0' @@ -7453,7 +7498,7 @@ packages: dev: true /@sphereon/isomorphic-webcrypto@2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: { integrity: sha512-08rCBqZIL9XdUXnVbdpxCzqE0JVFYqYAtGCHEOes4q+fHX1ut9+MIXoGswPXmzwyJsfDGvr2ACuu8mfUzfjUFw== } + resolution: {integrity: sha512-08rCBqZIL9XdUXnVbdpxCzqE0JVFYqYAtGCHEOes4q+fHX1ut9+MIXoGswPXmzwyJsfDGvr2ACuu8mfUzfjUFw==} peerDependencies: expo: '*' expo-crypto: '*' @@ -7487,7 +7532,7 @@ packages: webcrypto-shim: 0.1.7 /@sphereon/lto-did-ts@0.1.8-unstable.0(debug@4.3.5)(typescript@5.4.2): - resolution: { integrity: sha512-3jzwwuYX/VYuze+T9/yg4PcsJ5iNNwAfTp4WfS4aSfPFBErDAfKXqn6kOb0wFYGkhejr3Jz+rljPC2iKZiHiGA== } + resolution: {integrity: sha512-3jzwwuYX/VYuze+T9/yg4PcsJ5iNNwAfTp4WfS4aSfPFBErDAfKXqn6kOb0wFYGkhejr3Jz+rljPC2iKZiHiGA==} dependencies: '@lto-network/lto-crypto': 1.1.1 '@lto-network/lto-transactions': 1.2.12(debug@4.3.5)(typescript@5.4.2) @@ -7502,8 +7547,8 @@ packages: dev: true /@sphereon/oid4vci-client@0.14.0: - resolution: { integrity: sha512-4QuXPnGI4TBH6YytTBEWSHCMLdTvUnTpTZEVrFM2H/wZxYd+EpCvULX3g6GQtEsDV2svuqH80cZaTv78RSnq2A== } - engines: { node: '>=18' } + resolution: {integrity: sha512-4QuXPnGI4TBH6YytTBEWSHCMLdTvUnTpTZEVrFM2H/wZxYd+EpCvULX3g6GQtEsDV2svuqH80cZaTv78RSnq2A==} + engines: {node: '>=18'} dependencies: '@sphereon/oid4vci-common': 0.14.0 '@sphereon/ssi-types': link:packages/ssi-types @@ -7514,8 +7559,8 @@ packages: - supports-color /@sphereon/oid4vci-common@0.14.0: - resolution: { integrity: sha512-AubbtqNTnW5U+RFaiVWR28RsWdsvKnmmLKYsUW7T2Q+mmwHCAVNZhc8BP+JRdxN0cRYC4JVaXiUS797Odfiavg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-AubbtqNTnW5U+RFaiVWR28RsWdsvKnmmLKYsUW7T2Q+mmwHCAVNZhc8BP+JRdxN0cRYC4JVaXiUS797Odfiavg==} + engines: {node: '>=18'} dependencies: '@sphereon/ssi-types': link:packages/ssi-types cross-fetch: 3.1.8 @@ -7526,8 +7571,8 @@ packages: - encoding /@sphereon/oid4vci-issuer-server@0.14.0: - resolution: { integrity: sha512-pnPTyNm7x7aP88TSxa3bq0TQBeE4SQOUA/ENwAZks5/M+CZu2U1zCBNbrskc0RtaHx7q6wS16LRbwPpIZNqiGA== } - engines: { node: '>=18' } + resolution: {integrity: sha512-pnPTyNm7x7aP88TSxa3bq0TQBeE4SQOUA/ENwAZks5/M+CZu2U1zCBNbrskc0RtaHx7q6wS16LRbwPpIZNqiGA==} + engines: {node: '>=18'} dependencies: '@sphereon/oid4vci-common': 0.14.0 '@sphereon/oid4vci-issuer': 0.14.0 @@ -7551,8 +7596,8 @@ packages: dev: false /@sphereon/oid4vci-issuer@0.14.0: - resolution: { integrity: sha512-GImbDB/yesPK7iAD575J1ZNF8bjs4DinrMuLFfXqFPzLeJeyYZf8NgqG0W7KHtS37njNtchGsuGnammHFJl5ZA== } - engines: { node: '>=18' } + resolution: {integrity: sha512-GImbDB/yesPK7iAD575J1ZNF8bjs4DinrMuLFfXqFPzLeJeyYZf8NgqG0W7KHtS37njNtchGsuGnammHFJl5ZA==} + engines: {node: '>=18'} peerDependencies: awesome-qr: ^2.1.5-rc.0 peerDependenciesMeta: @@ -7567,11 +7612,11 @@ packages: dev: false /@sphereon/pex-models@2.2.4: - resolution: { integrity: sha512-pGlp+wplneE1+Lk3U48/2htYKTbONMeG5/x7vhO6AnPUOsnOXeJdftPrBYWVSzz/JH5GJptAc6+pAyYE1zMu4Q== } + resolution: {integrity: sha512-pGlp+wplneE1+Lk3U48/2htYKTbONMeG5/x7vhO6AnPUOsnOXeJdftPrBYWVSzz/JH5GJptAc6+pAyYE1zMu4Q==} /@sphereon/pex@3.3.3: - resolution: { integrity: sha512-CXwdEcMTUh2z/5AriBn3OuShEG06l2tgiIr7qDJthnkez8DQ3sZo2vr4NEQWKKAL+DeAWAI4FryQGO4KuK7yfg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-CXwdEcMTUh2z/5AriBn3OuShEG06l2tgiIr7qDJthnkez8DQ3sZo2vr4NEQWKKAL+DeAWAI4FryQGO4KuK7yfg==} + engines: {node: '>=18'} requiresBuild: true dependencies: '@astronautlabs/jsonpath': 1.1.2 @@ -7588,7 +7633,7 @@ packages: uint8arrays: 3.1.1 /@sphereon/react-native-argon2@2.0.9(react-native@0.74.1): - resolution: { integrity: sha512-mXcp3meaKbv5TpEPxItZ1ZuRqkdNf8vjx3EM+GqNVQ8QQF9pbD3jw6wQfuFRPc+8kN+m9GEiVVbd9I0m50OPBg== } + resolution: {integrity: sha512-mXcp3meaKbv5TpEPxItZ1ZuRqkdNf8vjx3EM+GqNVQ8QQF9pbD3jw6wQfuFRPc+8kN+m9GEiVVbd9I0m50OPBg==} peerDependencies: react-native: '>=0.67.0' dependencies: @@ -7596,7 +7641,7 @@ packages: dev: true /@sphereon/ssi-express-support@0.26.1-next.6: - resolution: { integrity: sha512-Wo5Qa/ILGHCzef67JuwkOAHHTlC8R7YRkVitW/g+HCzHzaEEwoMh44cgYf65fufem00dYvPN15/gNWNQPaJZOw== } + resolution: {integrity: sha512-Wo5Qa/ILGHCzef67JuwkOAHHTlC8R7YRkVitW/g+HCzHzaEEwoMh44cgYf65fufem00dYvPN15/gNWNQPaJZOw==} peerDependencies: '@noble/hashes': 1.2.0 passport-azure-ad: ^4.3.5 @@ -7627,7 +7672,7 @@ packages: dev: false /@sphereon/ssi-sdk-ext.did-provider-jwk@0.22.0(msrcrypto@1.5.8): - resolution: { integrity: sha512-eeGReoWLzcdWZD84i4GaWsjaqvwSDGOFkK03A8np7QoxKP2RC6v5srITFatIrjZIC71bEimxrmfkcDRknqpIfg== } + resolution: {integrity: sha512-eeGReoWLzcdWZD84i4GaWsjaqvwSDGOFkK03A8np7QoxKP2RC6v5srITFatIrjZIC71bEimxrmfkcDRknqpIfg==} dependencies: '@ethersproject/random': 5.7.0 '@sphereon/ssi-sdk-ext.did-utils': 0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) @@ -7651,7 +7696,7 @@ packages: dev: true /@sphereon/ssi-sdk-ext.did-provider-key@0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: { integrity: sha512-ee2gYKkaNgWlQBG2hGMW+mNmT3GXuAUsOJC3ArB9IhBfvpRtW3oiwEtM0nb5rKEHIQLC4993V9NAl/b71d8tGw== } + resolution: {integrity: sha512-ee2gYKkaNgWlQBG2hGMW+mNmT3GXuAUsOJC3ArB9IhBfvpRtW3oiwEtM0nb5rKEHIQLC4993V9NAl/b71d8tGw==} dependencies: '@sphereon/ssi-sdk-ext.did-resolver-key': 0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': 0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) @@ -7675,7 +7720,7 @@ packages: dev: true /@sphereon/ssi-sdk-ext.did-provider-lto@0.22.0(typescript@5.4.2): - resolution: { integrity: sha512-UlH0ihRccmRMCjMhww59NnVFXomZaOsdNmIW3SptRiQ72WvIQnbZa9Dj6hH90tJCvYN063qIYZcGQRB3spuQfw== } + resolution: {integrity: sha512-UlH0ihRccmRMCjMhww59NnVFXomZaOsdNmIW3SptRiQ72WvIQnbZa9Dj6hH90tJCvYN063qIYZcGQRB3spuQfw==} dependencies: '@lto-network/lto-crypto': 1.1.1 '@lto-network/lto-transactions': 1.2.12(debug@4.3.5)(typescript@5.4.2) @@ -7693,7 +7738,7 @@ packages: dev: true /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.22.0: - resolution: { integrity: sha512-6ZRpCAjSinTEmqs7CnWlIpiP4i79Ja2M8vhT1e2QLLEl58Ssi33BZ9uVCwsX157kZtVTT8jwqVZLwxm1xX/XfA== } + resolution: {integrity: sha512-6ZRpCAjSinTEmqs7CnWlIpiP4i79Ja2M8vhT1e2QLLEl58Ssi33BZ9uVCwsX157kZtVTT8jwqVZLwxm1xX/XfA==} dependencies: cross-fetch: 3.1.8 did-resolver: 4.1.0 @@ -7703,7 +7748,7 @@ packages: dev: false /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.22.0: - resolution: { integrity: sha512-pEUu8XGcs+F/Peg5s7vup8M51pbHEvmQm/DvdxkCUU64X6Qh4VwzDqdwEHiEt+oa7CV1fcnVcOjI84WZQ/ufSg== } + resolution: {integrity: sha512-pEUu8XGcs+F/Peg5s7vup8M51pbHEvmQm/DvdxkCUU64X6Qh4VwzDqdwEHiEt+oa7CV1fcnVcOjI84WZQ/ufSg==} dependencies: '@sphereon/ssi-types': link:packages/ssi-types base64url: 3.0.1 @@ -7715,7 +7760,7 @@ packages: dev: true /@sphereon/ssi-sdk-ext.did-resolver-key@0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: { integrity: sha512-LhghPs2Ez9OfhAmaOw3HsWA1jpvsJF/0uAg/T3uJ9mEhXJaO29vflTcXpc2LVOLA4O77+ivTiyIDRjbZOXbD2g== } + resolution: {integrity: sha512-LhghPs2Ez9OfhAmaOw3HsWA1jpvsJF/0uAg/T3uJ9mEhXJaO29vflTcXpc2LVOLA4O77+ivTiyIDRjbZOXbD2g==} dependencies: '@sphereon/ssi-sdk-ext.key-utils': 0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@stablelib/ed25519': 1.0.3 @@ -7738,7 +7783,7 @@ packages: dev: true /@sphereon/ssi-sdk-ext.did-utils@0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: { integrity: sha512-nFjfO4p99DgU5+bLlnocstmiUY07IF9Fh3YLHOEoeL4CD6zgHa+0fUJ67TtggwRUF+vTc9P4cQca4N3wSfr0uQ== } + resolution: {integrity: sha512-nFjfO4p99DgU5+bLlnocstmiUY07IF9Fh3YLHOEoeL4CD6zgHa+0fUJ67TtggwRUF+vTc9P4cQca4N3wSfr0uQ==} dependencies: '@ethersproject/networks': 5.7.1 '@ethersproject/transactions': 5.7.0 @@ -7762,7 +7807,7 @@ packages: - supports-color /@sphereon/ssi-sdk-ext.key-manager@0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: { integrity: sha512-rVOXEIgUv+455LDBZ/Z4yO66z7WNWmQhUAdIG2h6XykYlQxdsgb3ThG8b9qGQBgnmfmO2fP3bv20KQtaLuFNCA== } + resolution: {integrity: sha512-rVOXEIgUv+455LDBZ/Z4yO66z7WNWmQhUAdIG2h6XykYlQxdsgb3ThG8b9qGQBgnmfmO2fP3bv20KQtaLuFNCA==} dependencies: '@sphereon/ssi-sdk-ext.kms-local': 0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -7778,7 +7823,7 @@ packages: - supports-color /@sphereon/ssi-sdk-ext.key-utils@0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: { integrity: sha512-g2H/X12JcD1Sqi0/L8JxeFRrr+dYMs2C2X0TGiAUtN2k3JyZptlBSZgiDF8UZgRn+dAyiIOmcnEQEkVi2rS7sQ== } + resolution: {integrity: sha512-g2H/X12JcD1Sqi0/L8JxeFRrr+dYMs2C2X0TGiAUtN2k3JyZptlBSZgiDF8UZgRn+dAyiIOmcnEQEkVi2rS7sQ==} dependencies: '@ethersproject/random': 5.7.0 '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) @@ -7804,7 +7849,7 @@ packages: - supports-color /@sphereon/ssi-sdk-ext.kms-local@0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: { integrity: sha512-RqJRFqvUUU9G1P+jb6Sxk16tbBr8V5DwXWG2w7I7SDD2gngWZfDqGro1sUsypSx06/sVpbD2T/4irKbRnsasNw== } + resolution: {integrity: sha512-RqJRFqvUUU9G1P+jb6Sxk16tbBr8V5DwXWG2w7I7SDD2gngWZfDqGro1sUsypSx06/sVpbD2T/4irKbRnsasNw==} peerDependencies: '@mattrglobal/bbs-signatures': ^1.3.1 peerDependenciesMeta: @@ -7830,8 +7875,8 @@ packages: - supports-color /@sphereon/vc-status-list@7.0.0-next.0: - resolution: { integrity: sha512-4GIZq12SXbEbO4vCh5TwWzWk7tviDUP8aOzRGsEw6UW2344qZ31CLsU+bHurdnG4OlLRyosv4khN1ha6OiJHZQ== } - engines: { node: '>=16' } + resolution: {integrity: sha512-4GIZq12SXbEbO4vCh5TwWzWk7tviDUP8aOzRGsEw6UW2344qZ31CLsU+bHurdnG4OlLRyosv4khN1ha6OiJHZQ==} + engines: {node: '>=16'} dependencies: '@digitalbazaar/vc-status-list-context': 3.1.1 '@digitalcredentials/bitstring': 2.0.1 @@ -7843,7 +7888,7 @@ packages: dev: false /@sphereon/wellknown-dids-client@0.1.3: - resolution: { integrity: sha512-TAT24L3RoXD8ocrkTcsz7HuJmgjNjdoV6IXP1p3DdaI/GqkynytXE3J1+F7vUFMRYwY5nW2RaXSgDQhrFJemaA== } + resolution: {integrity: sha512-TAT24L3RoXD8ocrkTcsz7HuJmgjNjdoV6IXP1p3DdaI/GqkynytXE3J1+F7vUFMRYwY5nW2RaXSgDQhrFJemaA==} dependencies: '@sphereon/ssi-types': link:packages/ssi-types cross-fetch: 3.1.8 @@ -7853,13 +7898,13 @@ packages: dev: false /@sqltools/formatter@1.2.5: - resolution: { integrity: sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw== } + resolution: {integrity: sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==} /@stablelib/aead@1.0.1: - resolution: { integrity: sha512-q39ik6sxGHewqtO0nP4BuSe3db5G1fEJE8ukvngS2gLkBXyy6E7pLubhbYgnkDFv6V8cWaxcE4Xn0t6LWcJkyg== } + resolution: {integrity: sha512-q39ik6sxGHewqtO0nP4BuSe3db5G1fEJE8ukvngS2gLkBXyy6E7pLubhbYgnkDFv6V8cWaxcE4Xn0t6LWcJkyg==} /@stablelib/aes-kw@1.0.1: - resolution: { integrity: sha512-KrOkiRex1tQTbWk+hFB5fFw4vqKhNnTUtlCRf1bhUEOFp7hadWe49/sLa/P4X4FBQVoh3Z9Lj0zS1OWu/AHA1w== } + resolution: {integrity: sha512-KrOkiRex1tQTbWk+hFB5fFw4vqKhNnTUtlCRf1bhUEOFp7hadWe49/sLa/P4X4FBQVoh3Z9Lj0zS1OWu/AHA1w==} dependencies: '@stablelib/aes': 1.0.1 '@stablelib/binary': 1.0.1 @@ -7868,25 +7913,25 @@ packages: '@stablelib/wipe': 1.0.1 /@stablelib/aes@1.0.1: - resolution: { integrity: sha512-bMiezJDeFONDHbMEa+Kic26962+bwkZfsHPAmcqTjLaHCAhEQuK3i1H0POPOkcHCdj75oVRIqFCraCA0cyHPvw== } + resolution: {integrity: sha512-bMiezJDeFONDHbMEa+Kic26962+bwkZfsHPAmcqTjLaHCAhEQuK3i1H0POPOkcHCdj75oVRIqFCraCA0cyHPvw==} dependencies: '@stablelib/binary': 1.0.1 '@stablelib/blockcipher': 1.0.1 '@stablelib/wipe': 1.0.1 /@stablelib/binary@1.0.1: - resolution: { integrity: sha512-ClJWvmL6UBM/wjkvv/7m5VP3GMr9t0osr4yVgLZsLCOz4hGN9gIAFEqnJ0TsSMAN+n840nf2cHZnA5/KFqHC7Q== } + resolution: {integrity: sha512-ClJWvmL6UBM/wjkvv/7m5VP3GMr9t0osr4yVgLZsLCOz4hGN9gIAFEqnJ0TsSMAN+n840nf2cHZnA5/KFqHC7Q==} dependencies: '@stablelib/int': 1.0.1 /@stablelib/blockcipher@1.0.1: - resolution: { integrity: sha512-4bkpV8HUAv0CgI1fUqkPUEEvv3RXQ3qBkuZaSWhshXGAz1JCpriesgiO9Qs4f0KzBJkCtvcho5n7d/RKvnHbew== } + resolution: {integrity: sha512-4bkpV8HUAv0CgI1fUqkPUEEvv3RXQ3qBkuZaSWhshXGAz1JCpriesgiO9Qs4f0KzBJkCtvcho5n7d/RKvnHbew==} /@stablelib/bytes@1.0.1: - resolution: { integrity: sha512-Kre4Y4kdwuqL8BR2E9hV/R5sOrUj6NanZaZis0V6lX5yzqC3hBuVSDXUIBqQv/sCpmuWRiHLwqiT1pqqjuBXoQ== } + resolution: {integrity: sha512-Kre4Y4kdwuqL8BR2E9hV/R5sOrUj6NanZaZis0V6lX5yzqC3hBuVSDXUIBqQv/sCpmuWRiHLwqiT1pqqjuBXoQ==} /@stablelib/chacha20poly1305@1.0.1: - resolution: { integrity: sha512-MmViqnqHd1ymwjOQfghRKw2R/jMIGT3wySN7cthjXCBdO+qErNPUBnRzqNpnvIwg7JBCg3LdeCZZO4de/yEhVA== } + resolution: {integrity: sha512-MmViqnqHd1ymwjOQfghRKw2R/jMIGT3wySN7cthjXCBdO+qErNPUBnRzqNpnvIwg7JBCg3LdeCZZO4de/yEhVA==} dependencies: '@stablelib/aead': 1.0.1 '@stablelib/binary': 1.0.1 @@ -7896,34 +7941,34 @@ packages: '@stablelib/wipe': 1.0.1 /@stablelib/chacha@1.0.1: - resolution: { integrity: sha512-Pmlrswzr0pBzDofdFuVe1q7KdsHKhhU24e8gkEwnTGOmlC7PADzLVxGdn2PoNVBBabdg0l/IfLKg6sHAbTQugg== } + resolution: {integrity: sha512-Pmlrswzr0pBzDofdFuVe1q7KdsHKhhU24e8gkEwnTGOmlC7PADzLVxGdn2PoNVBBabdg0l/IfLKg6sHAbTQugg==} dependencies: '@stablelib/binary': 1.0.1 '@stablelib/wipe': 1.0.1 /@stablelib/constant-time@1.0.1: - resolution: { integrity: sha512-tNOs3uD0vSJcK6z1fvef4Y+buN7DXhzHDPqRLSXUel1UfqMB1PWNsnnAezrKfEwTLpN0cGH2p9NNjs6IqeD0eg== } + resolution: {integrity: sha512-tNOs3uD0vSJcK6z1fvef4Y+buN7DXhzHDPqRLSXUel1UfqMB1PWNsnnAezrKfEwTLpN0cGH2p9NNjs6IqeD0eg==} /@stablelib/ed25519@1.0.3: - resolution: { integrity: sha512-puIMWaX9QlRsbhxfDc5i+mNPMY+0TmQEskunY1rZEBPi1acBCVQAhnsk/1Hk50DGPtVsZtAWQg4NHGlVaO9Hqg== } + resolution: {integrity: sha512-puIMWaX9QlRsbhxfDc5i+mNPMY+0TmQEskunY1rZEBPi1acBCVQAhnsk/1Hk50DGPtVsZtAWQg4NHGlVaO9Hqg==} dependencies: '@stablelib/random': 1.0.2 '@stablelib/sha512': 1.0.1 '@stablelib/wipe': 1.0.1 /@stablelib/hash@1.0.1: - resolution: { integrity: sha512-eTPJc/stDkdtOcrNMZ6mcMK1e6yBbqRBaNW55XA1jU8w/7QdnCF0CmMmOD1m7VSkBR44PWrMHU2l6r8YEQHMgg== } + resolution: {integrity: sha512-eTPJc/stDkdtOcrNMZ6mcMK1e6yBbqRBaNW55XA1jU8w/7QdnCF0CmMmOD1m7VSkBR44PWrMHU2l6r8YEQHMgg==} /@stablelib/int@1.0.1: - resolution: { integrity: sha512-byr69X/sDtDiIjIV6m4roLVWnNNlRGzsvxw+agj8CIEazqWGOQp2dTYgQhtyVXV9wpO6WyXRQUzLV/JRNumT2w== } + resolution: {integrity: sha512-byr69X/sDtDiIjIV6m4roLVWnNNlRGzsvxw+agj8CIEazqWGOQp2dTYgQhtyVXV9wpO6WyXRQUzLV/JRNumT2w==} /@stablelib/keyagreement@1.0.1: - resolution: { integrity: sha512-VKL6xBwgJnI6l1jKrBAfn265cspaWBPAPEc62VBQrWHLqVgNRE09gQ/AnOEyKUWrrqfD+xSQ3u42gJjLDdMDQg== } + resolution: {integrity: sha512-VKL6xBwgJnI6l1jKrBAfn265cspaWBPAPEc62VBQrWHLqVgNRE09gQ/AnOEyKUWrrqfD+xSQ3u42gJjLDdMDQg==} dependencies: '@stablelib/bytes': 1.0.1 /@stablelib/nacl@1.0.4: - resolution: { integrity: sha512-PJ2U/MrkXSKUM8C4qFs87WeCNxri7KQwR8Cdwm9q2sweGuAtTvOJGuW0F3N+zn+ySLPJA98SYWSSpogMJ1gCmw== } + resolution: {integrity: sha512-PJ2U/MrkXSKUM8C4qFs87WeCNxri7KQwR8Cdwm9q2sweGuAtTvOJGuW0F3N+zn+ySLPJA98SYWSSpogMJ1gCmw==} dependencies: '@stablelib/poly1305': 1.0.1 '@stablelib/random': 1.0.2 @@ -7932,64 +7977,64 @@ packages: '@stablelib/xsalsa20': 1.0.2 /@stablelib/poly1305@1.0.1: - resolution: { integrity: sha512-1HlG3oTSuQDOhSnLwJRKeTRSAdFNVB/1djy2ZbS35rBSJ/PFqx9cf9qatinWghC2UbfOYD8AcrtbUQl8WoxabA== } + resolution: {integrity: sha512-1HlG3oTSuQDOhSnLwJRKeTRSAdFNVB/1djy2ZbS35rBSJ/PFqx9cf9qatinWghC2UbfOYD8AcrtbUQl8WoxabA==} dependencies: '@stablelib/constant-time': 1.0.1 '@stablelib/wipe': 1.0.1 /@stablelib/random@1.0.0: - resolution: { integrity: sha512-G9vwwKrNCGMI/uHL6XeWe2Nk4BuxkYyWZagGaDU9wrsuV+9hUwNI1lok2WVo8uJDa2zx7ahNwN7Ij983hOUFEw== } + resolution: {integrity: sha512-G9vwwKrNCGMI/uHL6XeWe2Nk4BuxkYyWZagGaDU9wrsuV+9hUwNI1lok2WVo8uJDa2zx7ahNwN7Ij983hOUFEw==} dependencies: '@stablelib/binary': 1.0.1 '@stablelib/wipe': 1.0.1 dev: true /@stablelib/random@1.0.2: - resolution: { integrity: sha512-rIsE83Xpb7clHPVRlBj8qNe5L8ISQOzjghYQm/dZ7VaM2KHYwMW5adjQjrzTZCchFnNCNhkwtnOBa9HTMJCI8w== } + resolution: {integrity: sha512-rIsE83Xpb7clHPVRlBj8qNe5L8ISQOzjghYQm/dZ7VaM2KHYwMW5adjQjrzTZCchFnNCNhkwtnOBa9HTMJCI8w==} dependencies: '@stablelib/binary': 1.0.1 '@stablelib/wipe': 1.0.1 /@stablelib/salsa20@1.0.2: - resolution: { integrity: sha512-nfjKzw0KTKrrKBasEP+j7UP4I8Xudom8lVZIBCp0kQNARXq72IlSic0oabg2FC1NU68L4RdHrNJDd8bFwrphYA== } + resolution: {integrity: sha512-nfjKzw0KTKrrKBasEP+j7UP4I8Xudom8lVZIBCp0kQNARXq72IlSic0oabg2FC1NU68L4RdHrNJDd8bFwrphYA==} dependencies: '@stablelib/binary': 1.0.1 '@stablelib/constant-time': 1.0.1 '@stablelib/wipe': 1.0.1 /@stablelib/sha256@1.0.1: - resolution: { integrity: sha512-GIIH3e6KH+91FqGV42Kcj71Uefd/QEe7Dy42sBTeqppXV95ggCcxLTk39bEr+lZfJmp+ghsR07J++ORkRELsBQ== } + resolution: {integrity: sha512-GIIH3e6KH+91FqGV42Kcj71Uefd/QEe7Dy42sBTeqppXV95ggCcxLTk39bEr+lZfJmp+ghsR07J++ORkRELsBQ==} dependencies: '@stablelib/binary': 1.0.1 '@stablelib/hash': 1.0.1 '@stablelib/wipe': 1.0.1 /@stablelib/sha512@1.0.1: - resolution: { integrity: sha512-13gl/iawHV9zvDKciLo1fQ8Bgn2Pvf7OV6amaRVKiq3pjQ3UmEpXxWiAfV8tYjUpeZroBxtyrwtdooQT/i3hzw== } + resolution: {integrity: sha512-13gl/iawHV9zvDKciLo1fQ8Bgn2Pvf7OV6amaRVKiq3pjQ3UmEpXxWiAfV8tYjUpeZroBxtyrwtdooQT/i3hzw==} dependencies: '@stablelib/binary': 1.0.1 '@stablelib/hash': 1.0.1 '@stablelib/wipe': 1.0.1 /@stablelib/wipe@1.0.1: - resolution: { integrity: sha512-WfqfX/eXGiAd3RJe4VU2snh/ZPwtSjLG4ynQ/vYzvghTh7dHFcI1wl+nrkWG6lGhukOxOsUHfv8dUXr58D0ayg== } + resolution: {integrity: sha512-WfqfX/eXGiAd3RJe4VU2snh/ZPwtSjLG4ynQ/vYzvghTh7dHFcI1wl+nrkWG6lGhukOxOsUHfv8dUXr58D0ayg==} /@stablelib/x25519@1.0.3: - resolution: { integrity: sha512-KnTbKmUhPhHavzobclVJQG5kuivH+qDLpe84iRqX3CLrKp881cF160JvXJ+hjn1aMyCwYOKeIZefIH/P5cJoRw== } + resolution: {integrity: sha512-KnTbKmUhPhHavzobclVJQG5kuivH+qDLpe84iRqX3CLrKp881cF160JvXJ+hjn1aMyCwYOKeIZefIH/P5cJoRw==} dependencies: '@stablelib/keyagreement': 1.0.1 '@stablelib/random': 1.0.2 '@stablelib/wipe': 1.0.1 /@stablelib/xchacha20@1.0.1: - resolution: { integrity: sha512-1YkiZnFF4veUwBVhDnDYwo6EHeKzQK4FnLiO7ezCl/zu64uG0bCCAUROJaBkaLH+5BEsO3W7BTXTguMbSLlWSw== } + resolution: {integrity: sha512-1YkiZnFF4veUwBVhDnDYwo6EHeKzQK4FnLiO7ezCl/zu64uG0bCCAUROJaBkaLH+5BEsO3W7BTXTguMbSLlWSw==} dependencies: '@stablelib/binary': 1.0.1 '@stablelib/chacha': 1.0.1 '@stablelib/wipe': 1.0.1 /@stablelib/xchacha20poly1305@1.0.1: - resolution: { integrity: sha512-B1Abj0sMJ8h3HNmGnJ7vHBrAvxuNka6cJJoZ1ILN7iuacXp7sUYcgOVEOTLWj+rtQMpspY9tXSCRLPmN1mQNWg== } + resolution: {integrity: sha512-B1Abj0sMJ8h3HNmGnJ7vHBrAvxuNka6cJJoZ1ILN7iuacXp7sUYcgOVEOTLWj+rtQMpspY9tXSCRLPmN1mQNWg==} dependencies: '@stablelib/aead': 1.0.1 '@stablelib/chacha20poly1305': 1.0.1 @@ -7998,15 +8043,15 @@ packages: '@stablelib/xchacha20': 1.0.1 /@stablelib/xsalsa20@1.0.2: - resolution: { integrity: sha512-7XdBGbcNgBShmuhDXv1G1WPVCkjZdkb1oPMzSidO7Fve0MHntH6TjFkj5bfLI+aRE+61weO076vYpP/jmaAYog== } + resolution: {integrity: sha512-7XdBGbcNgBShmuhDXv1G1WPVCkjZdkb1oPMzSidO7Fve0MHntH6TjFkj5bfLI+aRE+61weO076vYpP/jmaAYog==} dependencies: '@stablelib/binary': 1.0.1 '@stablelib/salsa20': 1.0.2 '@stablelib/wipe': 1.0.1 /@testing-library/dom@9.3.4: - resolution: { integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==} + engines: {node: '>=14'} dependencies: '@babel/code-frame': 7.24.2 '@babel/runtime': 7.24.5 @@ -8019,8 +8064,8 @@ packages: dev: true /@testing-library/jest-dom@5.17.0: - resolution: { integrity: sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg== } - engines: { node: '>=8', npm: '>=6', yarn: '>=1' } + resolution: {integrity: sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==} + engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@adobe/css-tools': 4.3.3 '@babel/runtime': 7.24.5 @@ -8034,8 +8079,8 @@ packages: dev: true /@testing-library/react@14.3.1(react-dom@18.3.1)(react@18.3.1): - resolution: { integrity: sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==} + engines: {node: '>=14'} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -8048,17 +8093,17 @@ packages: dev: true /@tootallnate/once@1.1.2: - resolution: { integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} + engines: {node: '>= 6'} /@tootallnate/once@2.0.0: - resolution: { integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} + engines: {node: '>= 10'} dev: true /@transmute/bls12381-key-pair@0.7.0-unstable.81: - resolution: { integrity: sha512-r0MIYw6MNr42AeYHSdbR5bJty9dpyTfuP8r7f45zZd5mvJkp/ryzDGu7JOQpeY+7VnzW/d9CVWTUmdrgq9oDqQ== } - engines: { node: '>=16' } + resolution: {integrity: sha512-r0MIYw6MNr42AeYHSdbR5bJty9dpyTfuP8r7f45zZd5mvJkp/ryzDGu7JOQpeY+7VnzW/d9CVWTUmdrgq9oDqQ==} + engines: {node: '>=16'} dependencies: '@mattrglobal/bls12381-key-pair': 1.2.1 '@transmute/ld-key-pair': 0.7.0-unstable.82 @@ -8068,26 +8113,26 @@ packages: dev: true /@transmute/compressable-bitstring@0.7.0-unstable.82: - resolution: { integrity: sha512-+dOPvcVDi5LE9IKk1cAIqLOB8LzOaVmbUZAp4yAhqW/AmmXR7+xpmhfvgs86LwtIqEoYncXwUkKAkyOfwrLViA== } - engines: { node: '>=16' } + resolution: {integrity: sha512-+dOPvcVDi5LE9IKk1cAIqLOB8LzOaVmbUZAp4yAhqW/AmmXR7+xpmhfvgs86LwtIqEoYncXwUkKAkyOfwrLViA==} + engines: {node: '>=16'} dependencies: base64url: 3.0.1 pako: 2.1.0 dev: false /@transmute/credentials-context@0.7.0-unstable.82: - resolution: { integrity: sha512-2cB6UcMKeEK6kqvl5Uhpoe5iUUAcVURlRHl9nVa/Xx2JymNHyBvyXi+CGjIwf/eEk7hsgMIwDfGqq5Mcnbk5cw== } + resolution: {integrity: sha512-2cB6UcMKeEK6kqvl5Uhpoe5iUUAcVURlRHl9nVa/Xx2JymNHyBvyXi+CGjIwf/eEk7hsgMIwDfGqq5Mcnbk5cw==} /@transmute/did-context@0.6.1-unstable.37: - resolution: { integrity: sha512-p/QnG3QKS4218hjIDgdvJOFATCXsAnZKgy4egqRrJLlo3Y6OaDBg7cA73dixOwUPoEKob0K6rLIGcsCI/L1acw== } + resolution: {integrity: sha512-p/QnG3QKS4218hjIDgdvJOFATCXsAnZKgy4egqRrJLlo3Y6OaDBg7cA73dixOwUPoEKob0K6rLIGcsCI/L1acw==} /@transmute/did-context@0.7.0-unstable.82: - resolution: { integrity: sha512-tAVzbkGvXNfCip12imBzicDSjVbRpiBT9Xz7FmxyEXq155CYnCandEL/o95tvUMmu8m89ggHtH4x5mQBR8GIJw== } + resolution: {integrity: sha512-tAVzbkGvXNfCip12imBzicDSjVbRpiBT9Xz7FmxyEXq155CYnCandEL/o95tvUMmu8m89ggHtH4x5mQBR8GIJw==} dev: false /@transmute/did-key-bls12381@0.3.0-unstable.10: - resolution: { integrity: sha512-ExSADdvDxrYeCx8RsKXZGMjJmHrOJ9vyYtziZUaJ97K/sn1uVlvIOTp9V4xHa6j9cT1wTzSqJ325euwGFeK+WQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-ExSADdvDxrYeCx8RsKXZGMjJmHrOJ9vyYtziZUaJ97K/sn1uVlvIOTp9V4xHa6j9cT1wTzSqJ325euwGFeK+WQ==} + engines: {node: '>=14'} dependencies: '@transmute/bls12381-key-pair': 0.7.0-unstable.81 '@transmute/did-key-common': 0.3.0-unstable.10 @@ -8097,8 +8142,8 @@ packages: dev: true /@transmute/did-key-cipher@0.2.1-unstable.42: - resolution: { integrity: sha512-drD/G7R2yQkK6PnGkmLOlOieL3ybtiEXsubaebaBayoRsWqBRX/IJ0ufGwjRgohTvvlSoKWd4Ustyyhi9kK+Mw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-drD/G7R2yQkK6PnGkmLOlOieL3ybtiEXsubaebaBayoRsWqBRX/IJ0ufGwjRgohTvvlSoKWd4Ustyyhi9kK+Mw==} + engines: {node: '>=10'} dependencies: '@peculiar/webcrypto': 1.4.6 '@stablelib/aes-kw': 1.0.1 @@ -8108,8 +8153,8 @@ packages: dev: false /@transmute/did-key-common@0.2.1-unstable.42: - resolution: { integrity: sha512-mJ58IKEBxa6SorCrIBSPu0OcEj94Y5+0/qUKqbNTTqfCOsPi6E5BEzMIgpf3Unrb59u+u5JBL0T/Sy7coOSO1A== } - engines: { node: '>=10' } + resolution: {integrity: sha512-mJ58IKEBxa6SorCrIBSPu0OcEj94Y5+0/qUKqbNTTqfCOsPi6E5BEzMIgpf3Unrb59u+u5JBL0T/Sy7coOSO1A==} + engines: {node: '>=10'} dependencies: base64url: 3.0.1 borc: 2.1.2 @@ -8118,8 +8163,8 @@ packages: dev: false /@transmute/did-key-common@0.3.0-unstable.10: - resolution: { integrity: sha512-Iryh/HcGIvmTtWFTRaG/JEgbUsqI5OqKqkR2676yQWK4ajLMsyNattz5n0ZfFQk/4U7Ee6pJvvKRduFDAqqV0Q== } - engines: { node: '>=14' } + resolution: {integrity: sha512-Iryh/HcGIvmTtWFTRaG/JEgbUsqI5OqKqkR2676yQWK4ajLMsyNattz5n0ZfFQk/4U7Ee6pJvvKRduFDAqqV0Q==} + engines: {node: '>=14'} dependencies: '@did-core/data-model': 0.1.1-unstable.15 '@did-core/did-ld-json': 0.1.1-unstable.15 @@ -8130,8 +8175,8 @@ packages: - encoding /@transmute/did-key-ed25519@0.2.1-unstable.42: - resolution: { integrity: sha512-FObeBtLd5Dl2rng8pBXQ0ddGAUpv9Upl07mDNWanfCWNxsO3csLv1JskLgp5ZTKwDaoWkUMMU+DTOQVVcHKpPw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-FObeBtLd5Dl2rng8pBXQ0ddGAUpv9Upl07mDNWanfCWNxsO3csLv1JskLgp5ZTKwDaoWkUMMU+DTOQVVcHKpPw==} + engines: {node: '>=10'} dependencies: '@stablelib/ed25519': 1.0.3 '@transmute/did-key-common': 0.2.1-unstable.42 @@ -8143,8 +8188,8 @@ packages: dev: false /@transmute/did-key-ed25519@0.3.0-unstable.10: - resolution: { integrity: sha512-9QdXl58DjwqBuOJBx6DtvaNW2bZLmVBxMSq2En4RAQcGIz1GGulyEQ1NB7PLIAgnam3LIFxiK6RiQGQTfJmmJg== } - engines: { node: '>=14' } + resolution: {integrity: sha512-9QdXl58DjwqBuOJBx6DtvaNW2bZLmVBxMSq2En4RAQcGIz1GGulyEQ1NB7PLIAgnam3LIFxiK6RiQGQTfJmmJg==} + engines: {node: '>=14'} dependencies: '@transmute/did-key-common': 0.3.0-unstable.10 '@transmute/ed25519-key-pair': 0.6.1-unstable.37 @@ -8152,8 +8197,8 @@ packages: - encoding /@transmute/did-key-secp256k1@0.3.0-unstable.10: - resolution: { integrity: sha512-C/Gyu2U3NQZ9Gxu4WVwUk8h0ERbY9Z4Kjk0P49p3IQFrWK19XmVXjA+b1RiqffhYzWJ6fH5TPYIt2LW5MRQmUA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-C/Gyu2U3NQZ9Gxu4WVwUk8h0ERbY9Z4Kjk0P49p3IQFrWK19XmVXjA+b1RiqffhYzWJ6fH5TPYIt2LW5MRQmUA==} + engines: {node: '>=14'} dependencies: '@transmute/did-key-common': 0.3.0-unstable.10 '@transmute/secp256k1-key-pair': 0.7.0-unstable.81 @@ -8162,8 +8207,8 @@ packages: dev: true /@transmute/did-key-x25519@0.2.1-unstable.42: - resolution: { integrity: sha512-pInHZaepvjmfym1fBDrdbL5isUVbYHR1nYBsH3uD9EPn7SwZfEBe0Vg9hUop81b4x/6+VVWuGm2dIhpVBxsRPQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-pInHZaepvjmfym1fBDrdbL5isUVbYHR1nYBsH3uD9EPn7SwZfEBe0Vg9hUop81b4x/6+VVWuGm2dIhpVBxsRPQ==} + engines: {node: '>=10'} dependencies: '@stablelib/ed25519': 1.0.3 '@stablelib/x25519': 1.0.3 @@ -8176,8 +8221,8 @@ packages: dev: false /@transmute/did-key-x25519@0.3.0-unstable.10: - resolution: { integrity: sha512-Jm5UxwI9EhlfVQ9D0Clj9RlMvhOi8nqAgQG30KMzjFMVGfWqIPwQNZFvmL+XsQ7g3dfTo5iQwXBY0de/f+RoMA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-Jm5UxwI9EhlfVQ9D0Clj9RlMvhOi8nqAgQG30KMzjFMVGfWqIPwQNZFvmL+XsQ7g3dfTo5iQwXBY0de/f+RoMA==} + engines: {node: '>=14'} dependencies: '@transmute/did-key-common': 0.3.0-unstable.10 '@transmute/x25519-key-pair': 0.7.0-unstable.82 @@ -8186,32 +8231,32 @@ packages: dev: true /@transmute/ed25519-key-pair@0.6.1-unstable.37: - resolution: { integrity: sha512-l34yzE/QnQwmdk5xY9g2kD55e4XPp/jTZQzPu7I6J4Ar+bMaL/0RLL/pgvwyI7qUpsddxRf4WPZCCcZveqPcdA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-l34yzE/QnQwmdk5xY9g2kD55e4XPp/jTZQzPu7I6J4Ar+bMaL/0RLL/pgvwyI7qUpsddxRf4WPZCCcZveqPcdA==} + engines: {node: '>=10'} dependencies: '@stablelib/ed25519': 1.0.3 '@transmute/ld-key-pair': 0.6.1-unstable.37 '@transmute/x25519-key-pair': 0.6.1-unstable.37 /@transmute/ed25519-key-pair@0.7.0-unstable.2: - resolution: { integrity: sha512-B0jg348Z8F0+lGWQic28xVxBZiXOJYbisWp6EfP4fQdMV3G4sES9YubpdiuoZHjesDZrf6xZ7cEB81mjGJMUkA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-B0jg348Z8F0+lGWQic28xVxBZiXOJYbisWp6EfP4fQdMV3G4sES9YubpdiuoZHjesDZrf6xZ7cEB81mjGJMUkA==} + engines: {node: '>=10'} dependencies: '@stablelib/ed25519': 1.0.3 '@transmute/ld-key-pair': 0.7.0-unstable.82 '@transmute/x25519-key-pair': 0.7.0-unstable.82 /@transmute/ed25519-key-pair@0.7.0-unstable.81: - resolution: { integrity: sha512-Jz3PhNe/2pMxfz5/6q7MizaWLSMUEzgI2Lc1UFEMIW59TjTkgbE9LZ5e+QK+fh59KWwYpUG4AFk6VGHBZgUCDA== } - engines: { node: '>=16' } + resolution: {integrity: sha512-Jz3PhNe/2pMxfz5/6q7MizaWLSMUEzgI2Lc1UFEMIW59TjTkgbE9LZ5e+QK+fh59KWwYpUG4AFk6VGHBZgUCDA==} + engines: {node: '>=16'} dependencies: '@stablelib/ed25519': 1.0.3 '@transmute/ld-key-pair': 0.7.0-unstable.82 '@transmute/x25519-key-pair': 0.7.0-unstable.82 /@transmute/ed25519-key-pair@0.7.0-unstable.82: - resolution: { integrity: sha512-ZPMlPXAzQ59ImUP5j0EPp05ZA7H3voM23+zWINZawd4tehTaUpyCXVBPyAyHscJ4isS/l+XZnnOnYcvl9+YrXg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-ZPMlPXAzQ59ImUP5j0EPp05ZA7H3voM23+zWINZawd4tehTaUpyCXVBPyAyHscJ4isS/l+XZnnOnYcvl9+YrXg==} + engines: {node: '>=16'} dependencies: '@stablelib/ed25519': 1.0.3 '@transmute/ld-key-pair': 0.7.0-unstable.82 @@ -8219,8 +8264,8 @@ packages: dev: false /@transmute/ed25519-signature-2018@0.7.0-unstable.82: - resolution: { integrity: sha512-WvD+x7EpeacXEtOTmOQltSNdevwHJZ3Y53Yj8SZJ0CGzVKyqj3/F7wGvagbEUWxALe2rXrby5F6FPVS7mJwgCg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-WvD+x7EpeacXEtOTmOQltSNdevwHJZ3Y53Yj8SZJ0CGzVKyqj3/F7wGvagbEUWxALe2rXrby5F6FPVS7mJwgCg==} + engines: {node: '>=16'} dependencies: '@transmute/credentials-context': 0.7.0-unstable.82 '@transmute/ed25519-key-pair': 0.7.0-unstable.2 @@ -8229,8 +8274,8 @@ packages: '@transmute/security-context': 0.7.0-unstable.82 /@transmute/jose-ld@0.7.0-unstable.81: - resolution: { integrity: sha512-xLwqoweaBjeuK9qvl8WZBPkwn0ubSgiaE0Vf6QuZgUZqwB7LhBI0wopUNFmINnbfuTfUbGuC4kdH1W+1HM445g== } - engines: { node: '>=16' } + resolution: {integrity: sha512-xLwqoweaBjeuK9qvl8WZBPkwn0ubSgiaE0Vf6QuZgUZqwB7LhBI0wopUNFmINnbfuTfUbGuC4kdH1W+1HM445g==} + engines: {node: '>=16'} dependencies: '@peculiar/webcrypto': 1.4.6 '@stablelib/aes-kw': 1.0.1 @@ -8240,8 +8285,8 @@ packages: web-streams-polyfill: 3.3.3 /@transmute/jose-ld@0.7.0-unstable.82: - resolution: { integrity: sha512-FBDbb0bGs7Ssd1H6NXEXqzfF2cnIGRW2ggR13MaTeQR51CEX2lfWlf2fdioOZa0Bk1GZlmUtyEvhPTEjp302WQ== } - engines: { node: '>=16' } + resolution: {integrity: sha512-FBDbb0bGs7Ssd1H6NXEXqzfF2cnIGRW2ggR13MaTeQR51CEX2lfWlf2fdioOZa0Bk1GZlmUtyEvhPTEjp302WQ==} + engines: {node: '>=16'} dependencies: '@peculiar/webcrypto': 1.4.6 '@stablelib/aes-kw': 1.0.1 @@ -8251,8 +8296,8 @@ packages: web-streams-polyfill: 3.3.3 /@transmute/json-web-signature@0.7.0-unstable.81: - resolution: { integrity: sha512-RFC34CnF571dK/K8uRr8dLLZySgrAr5vhhMB2YgGEy51cWzgYeLuhJw6Pzmm67E/r4CAa+r7/+hqVUfgihkNXw== } - engines: { node: '>=16' } + resolution: {integrity: sha512-RFC34CnF571dK/K8uRr8dLLZySgrAr5vhhMB2YgGEy51cWzgYeLuhJw6Pzmm67E/r4CAa+r7/+hqVUfgihkNXw==} + engines: {node: '>=16'} dependencies: '@transmute/ed25519-key-pair': 0.7.0-unstable.81 '@transmute/jose-ld': 0.7.0-unstable.81 @@ -8262,8 +8307,8 @@ packages: '@transmute/web-crypto-key-pair': 0.7.0-unstable.81 /@transmute/json-web-signature@0.7.0-unstable.82: - resolution: { integrity: sha512-Snku9yg5sN10zkSy678n7VnHZgd7s0EQmjRylhW+mg4n9aL1SXPSbmRx6wUXfdXe1RGY1oNfDd7R5WegZVg9ew== } - engines: { node: '>=16' } + resolution: {integrity: sha512-Snku9yg5sN10zkSy678n7VnHZgd7s0EQmjRylhW+mg4n9aL1SXPSbmRx6wUXfdXe1RGY1oNfDd7R5WegZVg9ew==} + engines: {node: '>=16'} dependencies: '@transmute/ed25519-key-pair': 0.7.0-unstable.82 '@transmute/jose-ld': 0.7.0-unstable.82 @@ -8274,15 +8319,15 @@ packages: dev: false /@transmute/jsonld-document-loader@0.7.0-unstable.82: - resolution: { integrity: sha512-qJHxdd7hUao9qq2Xkb/lRGwIr01M8Y6UzrM+THbfCwaBnPzKGtX5ZKORsihRlvGagdy+8Crhwg+fpEXWwXZVkg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-qJHxdd7hUao9qq2Xkb/lRGwIr01M8Y6UzrM+THbfCwaBnPzKGtX5ZKORsihRlvGagdy+8Crhwg+fpEXWwXZVkg==} + engines: {node: '>=16'} dependencies: factory.ts: 1.4.1 dev: false /@transmute/jsonld-schema@0.7.0-unstable.82: - resolution: { integrity: sha512-WrPwYXLNvb5o8xg9yTb8PBiMvX5tyLOGPYDOuX7mlr/2HmAJyyplxprJEKCixmb817O06keU5jrkCwiYaAcyfg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-WrPwYXLNvb5o8xg9yTb8PBiMvX5tyLOGPYDOuX7mlr/2HmAJyyplxprJEKCixmb817O06keU5jrkCwiYaAcyfg==} + engines: {node: '>=16'} dependencies: '@transmute/jsonld': 0.0.4 ajv: 8.13.0 @@ -8290,21 +8335,21 @@ packages: dev: false /@transmute/jsonld@0.0.4: - resolution: { integrity: sha512-6G++8imMYW9dtTvATPHNfrV3lLeX5E57DOmlgIDfO0A0yjkBCss1usB80NfONS26ynyveb8vTbp4nQDW9Ki4Rw== } - engines: { node: '>=16' } + resolution: {integrity: sha512-6G++8imMYW9dtTvATPHNfrV3lLeX5E57DOmlgIDfO0A0yjkBCss1usB80NfONS26ynyveb8vTbp4nQDW9Ki4Rw==} + engines: {node: '>=16'} dependencies: json-pointer: 0.6.2 jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld /@transmute/ld-key-pair@0.6.1-unstable.37: - resolution: { integrity: sha512-DcTpEruAQBfOd2laZkg3uCQ+67Y7dw2hsvo42NAQ5tItCIx5AClP7zccri7T2JUcfDUFaE32z/BLTMEKYt3XZQ== } + resolution: {integrity: sha512-DcTpEruAQBfOd2laZkg3uCQ+67Y7dw2hsvo42NAQ5tItCIx5AClP7zccri7T2JUcfDUFaE32z/BLTMEKYt3XZQ==} /@transmute/ld-key-pair@0.7.0-unstable.82: - resolution: { integrity: sha512-XWnVNCL1LeohldBLu7O12tc53rzdCYjZiaMrWvEH/sNpqnZBiNWAsdLWengXhF67LqAXWMwstfbCLNTPCD+EGg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-XWnVNCL1LeohldBLu7O12tc53rzdCYjZiaMrWvEH/sNpqnZBiNWAsdLWengXhF67LqAXWMwstfbCLNTPCD+EGg==} + engines: {node: '>=16'} /@transmute/lds-ecdsa-secp256k1-recovery2020@0.0.7: - resolution: { integrity: sha512-OjVYDdfdDJXoCkPGWb2JsQ3a319jz6JTrdf1+j2E6WMf/83Zx2+BN7ahwgYdsstCWlWaysnsVp4F41ALvZk8/A== } + resolution: {integrity: sha512-OjVYDdfdDJXoCkPGWb2JsQ3a319jz6JTrdf1+j2E6WMf/83Zx2+BN7ahwgYdsstCWlWaysnsVp4F41ALvZk8/A==} dependencies: '@trust/keyto': 0.3.7 base64url: 3.0.1 @@ -8317,8 +8362,8 @@ packages: dev: true /@transmute/linked-data-proof@0.2.1-unstable.10: - resolution: { integrity: sha512-RvIIpv+Pzd6/h+3e5fUB2J39gabyEQMNcp7+8Ze1+EH5eh+w+b3r846SjzxJx18SdzijR/xIRZWF3dteMU3CTg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-RvIIpv+Pzd6/h+3e5fUB2J39gabyEQMNcp7+8Ze1+EH5eh+w+b3r846SjzxJx18SdzijR/xIRZWF3dteMU3CTg==} + engines: {node: '>=10'} dependencies: '@transmute/security-context': 0.0.4-unstable.2 jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld @@ -8326,8 +8371,8 @@ packages: dev: false /@transmute/linked-data-proof@0.7.0-unstable.82: - resolution: { integrity: sha512-ZJHxRmPhTmWOg71wz6Thg6o338J7h8SNZ+5m0ja5f9O22603zBcLbq7WcpHcs4GzXazPBTlsow2hl7C8u2JmJg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-ZJHxRmPhTmWOg71wz6Thg6o338J7h8SNZ+5m0ja5f9O22603zBcLbq7WcpHcs4GzXazPBTlsow2hl7C8u2JmJg==} + engines: {node: '>=16'} dependencies: '@transmute/did-key-ed25519': 0.3.0-unstable.10 serialize-error: 7.0.1 @@ -8336,20 +8381,20 @@ packages: dev: false /@transmute/revocation-list-context@0.7.0-unstable.82: - resolution: { integrity: sha512-jJKG+D4Xzcd/irkV2calC0NUkyY6JEk541jFNM4j5/Iqiuw+CUUXJlMaR8A6D8mu0/Ho5SF00IPaWAwErDZYOA== } + resolution: {integrity: sha512-jJKG+D4Xzcd/irkV2calC0NUkyY6JEk541jFNM4j5/Iqiuw+CUUXJlMaR8A6D8mu0/Ho5SF00IPaWAwErDZYOA==} dev: false /@transmute/secp256k1-key-pair@0.7.0-unstable.81: - resolution: { integrity: sha512-kofomMOOLkdTOAV2bQAEZAC0REuiI/RDqxYJJg/qpXnguyGTtv5DVHD8UXmUDKJLJkAql1lbksfs/roYYVBN7g== } - engines: { node: '>=16' } + resolution: {integrity: sha512-kofomMOOLkdTOAV2bQAEZAC0REuiI/RDqxYJJg/qpXnguyGTtv5DVHD8UXmUDKJLJkAql1lbksfs/roYYVBN7g==} + engines: {node: '>=16'} dependencies: '@bitauth/libauth': 1.19.1 '@transmute/ld-key-pair': 0.7.0-unstable.82 secp256k1: 4.0.3 /@transmute/secp256k1-key-pair@0.7.0-unstable.82: - resolution: { integrity: sha512-X+txATKPpwodcr0B5TPvcsi2UnSrS3UFkrALa2ui0B1zNLj56pUVMJ0FdX9eHUKdP7t5tB9iE73Y7/8NWL6exA== } - engines: { node: '>=16' } + resolution: {integrity: sha512-X+txATKPpwodcr0B5TPvcsi2UnSrS3UFkrALa2ui0B1zNLj56pUVMJ0FdX9eHUKdP7t5tB9iE73Y7/8NWL6exA==} + engines: {node: '>=16'} dependencies: '@bitauth/libauth': 1.19.1 '@transmute/ld-key-pair': 0.7.0-unstable.82 @@ -8357,21 +8402,21 @@ packages: dev: false /@transmute/security-context@0.0.4-unstable.2: - resolution: { integrity: sha512-4Z+GvyADU2ol78mrngn6zMHG7bvhEwCs2acNczavtwQR2S5Zkhg9P4ndeDA0PlOgZpaTQY6tnWp2XMcBKxXzhg== } + resolution: {integrity: sha512-4Z+GvyADU2ol78mrngn6zMHG7bvhEwCs2acNczavtwQR2S5Zkhg9P4ndeDA0PlOgZpaTQY6tnWp2XMcBKxXzhg==} dev: false /@transmute/security-context@0.6.1-unstable.37: - resolution: { integrity: sha512-GtLmG65qlORrz/2S4I74DT+vA4+qXsFxrMr0cNOXjUqZBd/AW1PTrFnryLF9907BfoiD58HC9qb1WVGWjSlBYw== } + resolution: {integrity: sha512-GtLmG65qlORrz/2S4I74DT+vA4+qXsFxrMr0cNOXjUqZBd/AW1PTrFnryLF9907BfoiD58HC9qb1WVGWjSlBYw==} /@transmute/security-context@0.7.0-unstable.81: - resolution: { integrity: sha512-5y7N/LIGPl1LtSCWyAlkIK/nDofsxM+AV0GoXuIIXFfgN8jnP9vuCRaMxsUCnoNQ+Aihe0fVNH7PkEm5y9HlKg== } + resolution: {integrity: sha512-5y7N/LIGPl1LtSCWyAlkIK/nDofsxM+AV0GoXuIIXFfgN8jnP9vuCRaMxsUCnoNQ+Aihe0fVNH7PkEm5y9HlKg==} /@transmute/security-context@0.7.0-unstable.82: - resolution: { integrity: sha512-Hih4A3iatK8daSREtuF/y9hGnrLZGRTfBYBUlUeaGEoCrcnhNcZrn8EQmW2dqj/7VZ2W5ResxQLPljA9pVJt5w== } + resolution: {integrity: sha512-Hih4A3iatK8daSREtuF/y9hGnrLZGRTfBYBUlUeaGEoCrcnhNcZrn8EQmW2dqj/7VZ2W5ResxQLPljA9pVJt5w==} /@transmute/vc-status-rl-2020@0.7.0-unstable.81: - resolution: { integrity: sha512-RAM4DxpdC/oZLHjIkpz7y64DpxxbY4VXnCKYd4tbP20t7tvSMN1FXuieKSoyU0COAMum6StpMkjxPM8mQWUneg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-RAM4DxpdC/oZLHjIkpz7y64DpxxbY4VXnCKYd4tbP20t7tvSMN1FXuieKSoyU0COAMum6StpMkjxPM8mQWUneg==} + engines: {node: '>=16'} dependencies: '@transmute/compressable-bitstring': 0.7.0-unstable.82 '@transmute/credentials-context': 0.7.0-unstable.82 @@ -8386,8 +8431,8 @@ packages: dev: false /@transmute/vc.js@0.7.0-unstable.82: - resolution: { integrity: sha512-P/QGvnybAhtz4jQiX38bPXquTE+mjxbXsE60cDn41TdijiUNK8Ge3c1jmLKFMqrwDRaK1aVqJWBxtMYvQ+0QMw== } - engines: { node: '>=16' } + resolution: {integrity: sha512-P/QGvnybAhtz4jQiX38bPXquTE+mjxbXsE60cDn41TdijiUNK8Ge3c1jmLKFMqrwDRaK1aVqJWBxtMYvQ+0QMw==} + engines: {node: '>=16'} dependencies: '@transmute/did-key-ed25519': 0.3.0-unstable.10 '@transmute/json-web-signature': 0.7.0-unstable.82 @@ -8400,16 +8445,16 @@ packages: dev: false /@transmute/web-crypto-key-pair@0.7.0-unstable.81: - resolution: { integrity: sha512-oTHub0iFdwJdugQxohcuG1CZaxfuSUPisDkPsxaEHGEOU9+hBBym2Ugr3ZX9H+nT29UNXPlTKNKsSxV4UCtc5w== } - engines: { node: '>=16' } + resolution: {integrity: sha512-oTHub0iFdwJdugQxohcuG1CZaxfuSUPisDkPsxaEHGEOU9+hBBym2Ugr3ZX9H+nT29UNXPlTKNKsSxV4UCtc5w==} + engines: {node: '>=16'} dependencies: '@peculiar/webcrypto': 1.4.6 '@transmute/ld-key-pair': 0.7.0-unstable.82 big-integer: 1.6.52 /@transmute/web-crypto-key-pair@0.7.0-unstable.82: - resolution: { integrity: sha512-xhaFpW/jcYgmOZanBVkm034YX728ukVVPO0Bb53d5IcL5MiMSWjPDQfhOyX8+EZfa7rSNDOAi6zCsZMggtB9fg== } - engines: { node: '>=16' } + resolution: {integrity: sha512-xhaFpW/jcYgmOZanBVkm034YX728ukVVPO0Bb53d5IcL5MiMSWjPDQfhOyX8+EZfa7rSNDOAi6zCsZMggtB9fg==} + engines: {node: '>=16'} dependencies: '@peculiar/webcrypto': 1.4.6 '@transmute/ld-key-pair': 0.7.0-unstable.82 @@ -8417,21 +8462,21 @@ packages: dev: false /@transmute/x25519-key-pair@0.6.1-unstable.37: - resolution: { integrity: sha512-j6zR9IoJmgVhUCVH8YVGpsgQf99SxPKZ00LGnUheBAQzgj2lULGBQ44G+GqBCdzfT0qweptTfp1RjqqHEpizeA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-j6zR9IoJmgVhUCVH8YVGpsgQf99SxPKZ00LGnUheBAQzgj2lULGBQ44G+GqBCdzfT0qweptTfp1RjqqHEpizeA==} + engines: {node: '>=10'} dependencies: '@stablelib/x25519': 1.0.3 '@transmute/ld-key-pair': 0.6.1-unstable.37 /@transmute/x25519-key-pair@0.7.0-unstable.82: - resolution: { integrity: sha512-y4lPzk/SY/Cy1dUCa17ES3kqvShNQwevTO16dvbuevu6YcTYBAdSCYvW9JL+ppFqPYI5NSDPUwT6kkd4wNWmsA== } - engines: { node: '>=16' } + resolution: {integrity: sha512-y4lPzk/SY/Cy1dUCa17ES3kqvShNQwevTO16dvbuevu6YcTYBAdSCYvW9JL+ppFqPYI5NSDPUwT6kkd4wNWmsA==} + engines: {node: '>=16'} dependencies: '@stablelib/x25519': 1.0.3 '@transmute/ld-key-pair': 0.7.0-unstable.82 /@trust/keyto@0.3.7: - resolution: { integrity: sha512-t5kWWCTkPgg24JWVuCTPMx7l13F7YHdxBeJkT1vmoHjROgiOIEAN8eeY+iRmP1Hwsx+S7U55HyuqSsECr08a8A== } + resolution: {integrity: sha512-t5kWWCTkPgg24JWVuCTPMx7l13F7YHdxBeJkT1vmoHjROgiOIEAN8eeY+iRmP1Hwsx+S7U55HyuqSsECr08a8A==} dependencies: asn1.js: 5.4.1 base64url: 3.0.1 @@ -8439,72 +8484,72 @@ packages: dev: true /@trust/keyto@1.0.1: - resolution: { integrity: sha512-OXTmKkrnkwktCX86XA7eWs1TQ6u64enm0syzAfNhjigbuGLy5aLhbhRYWtjt4zzdG/irWudluheRZ9Ic9pCwsA== } + resolution: {integrity: sha512-OXTmKkrnkwktCX86XA7eWs1TQ6u64enm0syzAfNhjigbuGLy5aLhbhRYWtjt4zzdG/irWudluheRZ9Ic9pCwsA==} dependencies: asn1.js: 5.4.1 base64url: 3.0.1 elliptic: 6.5.4 /@trust/keyto@2.0.0-alpha1: - resolution: { integrity: sha512-VmlOa+nOaDzhEUfprnVp7RxFQyuEwA4fJ5+smnsud5WM01gU16yQnO/ejZnDVMGXuq/sUwTa5pCej4JhkKA5Sg== } + resolution: {integrity: sha512-VmlOa+nOaDzhEUfprnVp7RxFQyuEwA4fJ5+smnsud5WM01gU16yQnO/ejZnDVMGXuq/sUwTa5pCej4JhkKA5Sg==} dependencies: asn1.js: 5.4.1 base64url: 3.0.1 elliptic: 6.5.4 /@tsconfig/node10@1.0.11: - resolution: { integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw== } + resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==} /@tsconfig/node12@1.0.11: - resolution: { integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag== } + resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} /@tsconfig/node14@1.0.3: - resolution: { integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow== } + resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} /@tsconfig/node16@1.0.4: - resolution: { integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA== } + resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} /@tufjs/canonical-json@1.0.0: - resolution: { integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true /@tufjs/canonical-json@2.0.0: - resolution: { integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} + engines: {node: ^16.14.0 || >=18.0.0} dev: true /@tufjs/models@1.0.4: - resolution: { integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@tufjs/canonical-json': 1.0.0 minimatch: 9.0.4 dev: true /@tufjs/models@2.0.1: - resolution: { integrity: sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@tufjs/canonical-json': 2.0.0 minimatch: 9.0.4 dev: true /@types/accepts@1.3.7: - resolution: { integrity: sha512-Pay9fq2lM2wXPWbteBsRAGiWH2hig4ZE2asK+mm7kUzlxRTfL961rj89I6zV/E3PcIkDqyuBEcMxFT7rccugeQ== } + resolution: {integrity: sha512-Pay9fq2lM2wXPWbteBsRAGiWH2hig4ZE2asK+mm7kUzlxRTfL961rj89I6zV/E3PcIkDqyuBEcMxFT7rccugeQ==} dependencies: '@types/node': 18.19.33 dev: true /@types/argparse@1.0.38: - resolution: { integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA== } + resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} /@types/aria-query@5.0.4: - resolution: { integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw== } + resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} dev: true /@types/babel__core@7.20.5: - resolution: { integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA== } + resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: '@babel/parser': 7.24.5 '@babel/types': 7.24.5 @@ -8514,62 +8559,62 @@ packages: dev: true /@types/babel__generator@7.6.8: - resolution: { integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw== } + resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} dependencies: '@babel/types': 7.24.5 dev: true /@types/babel__template@7.4.4: - resolution: { integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A== } + resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: '@babel/parser': 7.24.5 '@babel/types': 7.24.5 dev: true /@types/babel__traverse@7.20.6: - resolution: { integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg== } + resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} dependencies: '@babel/types': 7.24.5 dev: true /@types/blessed@0.1.25: - resolution: { integrity: sha512-kQsjBgtsbJLmG6CJA+Z6Nujj+tq1fcSE3UIowbDvzQI4wWmoTV7djUDhSo5lDjgwpIN0oRvks0SA5mMdKE5eFg== } + resolution: {integrity: sha512-kQsjBgtsbJLmG6CJA+Z6Nujj+tq1fcSE3UIowbDvzQI4wWmoTV7djUDhSo5lDjgwpIN0oRvks0SA5mMdKE5eFg==} dependencies: '@types/node': 18.19.33 dev: true /@types/body-parser@1.19.5: - resolution: { integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg== } + resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 '@types/node': 18.19.33 dev: true /@types/connect@3.4.38: - resolution: { integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug== } + resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: '@types/node': 18.19.33 dev: true /@types/content-disposition@0.5.8: - resolution: { integrity: sha512-QVSSvno3dE0MgO76pJhmv4Qyi/j0Yk9pBp0Y7TJ2Tlj+KCgJWY6qX7nnxCOLkZ3VYRSIk1WTxCvwUSdx6CCLdg== } + resolution: {integrity: sha512-QVSSvno3dE0MgO76pJhmv4Qyi/j0Yk9pBp0Y7TJ2Tlj+KCgJWY6qX7nnxCOLkZ3VYRSIk1WTxCvwUSdx6CCLdg==} dev: true /@types/cookie-parser@1.4.7: - resolution: { integrity: sha512-Fvuyi354Z+uayxzIGCwYTayFKocfV7TuDYZClCdIP9ckhvAu/ixDtCB6qx2TT0FKjPLf1f3P/J1rgf6lPs64mw== } + resolution: {integrity: sha512-Fvuyi354Z+uayxzIGCwYTayFKocfV7TuDYZClCdIP9ckhvAu/ixDtCB6qx2TT0FKjPLf1f3P/J1rgf6lPs64mw==} dependencies: '@types/express': 4.17.21 dev: true /@types/cookie-session@2.0.49: - resolution: { integrity: sha512-4E/bBjlqLhU5l4iGPR+NkVJH593hpNsT4dC3DJDr+ODm6Qpe13kZQVkezRIb+TYDXaBMemS3yLQ+0leba3jlkQ== } + resolution: {integrity: sha512-4E/bBjlqLhU5l4iGPR+NkVJH593hpNsT4dC3DJDr+ODm6Qpe13kZQVkezRIb+TYDXaBMemS3yLQ+0leba3jlkQ==} dependencies: '@types/express': 4.17.21 '@types/keygrip': 1.0.6 dev: true /@types/cookies@0.9.0: - resolution: { integrity: sha512-40Zk8qR147RABiQ7NQnBzWzDcjKzNrntB5BAmeGCb2p/MIyOE+4BVvc17wumsUqUw00bJYqoXFHYygQnEFh4/Q== } + resolution: {integrity: sha512-40Zk8qR147RABiQ7NQnBzWzDcjKzNrntB5BAmeGCb2p/MIyOE+4BVvc17wumsUqUw00bJYqoXFHYygQnEFh4/Q==} dependencies: '@types/connect': 3.4.38 '@types/express': 4.17.21 @@ -8578,32 +8623,32 @@ packages: dev: true /@types/cors@2.8.17: - resolution: { integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA== } + resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} dependencies: '@types/node': 18.19.33 dev: true /@types/crypto-js@3.1.47: - resolution: { integrity: sha512-eI6gvpcGHLk3dAuHYnRCAjX+41gMv1nz/VP55wAe5HtmAKDOoPSfr3f6vkMc08ov1S0NsjvUBxDtHHxqQY1LGA== } + resolution: {integrity: sha512-eI6gvpcGHLk3dAuHYnRCAjX+41gMv1nz/VP55wAe5HtmAKDOoPSfr3f6vkMc08ov1S0NsjvUBxDtHHxqQY1LGA==} dev: true /@types/debug@4.1.12: - resolution: { integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ== } + resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} dependencies: '@types/ms': 0.7.34 /@types/dotenv-flow@3.3.3: - resolution: { integrity: sha512-aJjBsKw4bfGjvaRwrxBtEOfYZxCAq+LiFTpZ4DGTEK2b9eLVt/IAClapSxMfgV4Mi/2bIBKKjoTCO0lOh4ACLg== } + resolution: {integrity: sha512-aJjBsKw4bfGjvaRwrxBtEOfYZxCAq+LiFTpZ4DGTEK2b9eLVt/IAClapSxMfgV4Mi/2bIBKKjoTCO0lOh4ACLg==} dev: true /@types/express-http-proxy@1.6.6: - resolution: { integrity: sha512-J8ZqHG76rq1UB716IZ3RCmUhg406pbWxsM3oFCFccl5xlWUPzoR4if6Og/cE4juK8emH0H9quZa5ltn6ZdmQJg== } + resolution: {integrity: sha512-J8ZqHG76rq1UB716IZ3RCmUhg406pbWxsM3oFCFccl5xlWUPzoR4if6Og/cE4juK8emH0H9quZa5ltn6ZdmQJg==} dependencies: '@types/express': 4.17.21 dev: true /@types/express-serve-static-core@4.19.1: - resolution: { integrity: sha512-ej0phymbFLoCB26dbbq5PGScsf2JAJ4IJHjG10LalgUV36XKTmA4GdA+PVllKvRk0sEKt64X8975qFnkSi0hqA== } + resolution: {integrity: sha512-ej0phymbFLoCB26dbbq5PGScsf2JAJ4IJHjG10LalgUV36XKTmA4GdA+PVllKvRk0sEKt64X8975qFnkSi0hqA==} dependencies: '@types/node': 18.19.33 '@types/qs': 6.9.15 @@ -8612,13 +8657,13 @@ packages: dev: true /@types/express-session@1.18.0: - resolution: { integrity: sha512-27JdDRgor6PoYlURY+Y5kCakqp5ulC0kmf7y+QwaY+hv9jEFuQOThgkjyA53RP3jmKuBsH5GR6qEfFmvb8mwOA== } + resolution: {integrity: sha512-27JdDRgor6PoYlURY+Y5kCakqp5ulC0kmf7y+QwaY+hv9jEFuQOThgkjyA53RP3jmKuBsH5GR6qEfFmvb8mwOA==} dependencies: '@types/express': 4.17.21 dev: true /@types/express@4.17.13: - resolution: { integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA== } + resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==} dependencies: '@types/body-parser': 1.19.5 '@types/express-serve-static-core': 4.19.1 @@ -8627,7 +8672,7 @@ packages: dev: true /@types/express@4.17.21: - resolution: { integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ== } + resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} dependencies: '@types/body-parser': 1.19.5 '@types/express-serve-static-core': 4.19.1 @@ -8636,92 +8681,92 @@ packages: dev: true /@types/graceful-fs@4.1.9: - resolution: { integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ== } + resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} dependencies: '@types/node': 18.19.33 dev: true /@types/http-assert@1.5.5: - resolution: { integrity: sha512-4+tE/lwdAahgZT1g30Jkdm9PzFRde0xwxBNUyRsCitRvCQB90iuA2uJYdUnhnANRcqGXaWOGY4FEoxeElNAK2g== } + resolution: {integrity: sha512-4+tE/lwdAahgZT1g30Jkdm9PzFRde0xwxBNUyRsCitRvCQB90iuA2uJYdUnhnANRcqGXaWOGY4FEoxeElNAK2g==} dev: true /@types/http-errors@2.0.4: - resolution: { integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA== } + resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} dev: true /@types/http-terminator@2.0.5: - resolution: { integrity: sha512-/aynyldxPiDBRxW2qlf8SiwQm2CxcCID/F+FDt7Qd/U7aUCh/QMlMRUNRYVakBQ+YSi9NVQqSRrI7pyCO23Qpw== } + resolution: {integrity: sha512-/aynyldxPiDBRxW2qlf8SiwQm2CxcCID/F+FDt7Qd/U7aUCh/QMlMRUNRYVakBQ+YSi9NVQqSRrI7pyCO23Qpw==} dependencies: '@types/node': 18.19.33 dev: true /@types/i18n-js@3.8.9: - resolution: { integrity: sha512-bSxgya4x5O+x+QhfCGckiDDE+17XGPp1TNBgBA/vfF5EwdiZC70F4cKG5QK2v44+v62oY7/t/InreRhxskulcA== } + resolution: {integrity: sha512-bSxgya4x5O+x+QhfCGckiDDE+17XGPp1TNBgBA/vfF5EwdiZC70F4cKG5QK2v44+v62oY7/t/InreRhxskulcA==} dev: true /@types/inquirer-autocomplete-prompt@3.0.3: - resolution: { integrity: sha512-OQCW09mEECgvhcppbQRgZSmWskWv58l+WwyUvWB1oxTu3CZj8keYSDZR9U8owUzJ5Zeux5kacN9iVPJLXcoLXg== } + resolution: {integrity: sha512-OQCW09mEECgvhcppbQRgZSmWskWv58l+WwyUvWB1oxTu3CZj8keYSDZR9U8owUzJ5Zeux5kacN9iVPJLXcoLXg==} dependencies: '@types/inquirer': 9.0.7 dev: true /@types/inquirer@9.0.7: - resolution: { integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g== } + resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} dependencies: '@types/through': 0.0.33 rxjs: 7.8.1 dev: true /@types/istanbul-lib-coverage@2.0.6: - resolution: { integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w== } + resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} /@types/istanbul-lib-report@3.0.3: - resolution: { integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA== } + resolution: {integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==} dependencies: '@types/istanbul-lib-coverage': 2.0.6 /@types/istanbul-reports@3.0.4: - resolution: { integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ== } + resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} dependencies: '@types/istanbul-lib-report': 3.0.3 /@types/jest@27.5.2: - resolution: { integrity: sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA== } + resolution: {integrity: sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==} dependencies: jest-matcher-utils: 27.5.1 pretty-format: 27.5.1 dev: true /@types/jest@29.5.12: - resolution: { integrity: sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw== } + resolution: {integrity: sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==} dependencies: expect: 29.7.0 pretty-format: 29.7.0 dev: true /@types/json-buffer@3.0.2: - resolution: { integrity: sha512-JdDf/nA+fafue3dkRhEYyUx8j7dCXr3LT2DQadS6sfyg4+tUQlsSYwwpxYTml0sLEnzP1cVamcFTkUaMIzkbCQ== } + resolution: {integrity: sha512-JdDf/nA+fafue3dkRhEYyUx8j7dCXr3LT2DQadS6sfyg4+tUQlsSYwwpxYTml0sLEnzP1cVamcFTkUaMIzkbCQ==} dev: true /@types/json-schema@7.0.15: - resolution: { integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== } + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} /@types/json5@0.0.29: - resolution: { integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== } + resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true /@types/keygrip@1.0.6: - resolution: { integrity: sha512-lZuNAY9xeJt7Bx4t4dx0rYCDqGPW8RXhQZK1td7d4H6E9zYbLoOtjBvfwdTKpsyxQI/2jv+armjX/RW+ZNpXOQ== } + resolution: {integrity: sha512-lZuNAY9xeJt7Bx4t4dx0rYCDqGPW8RXhQZK1td7d4H6E9zYbLoOtjBvfwdTKpsyxQI/2jv+armjX/RW+ZNpXOQ==} dev: true /@types/koa-compose@3.2.8: - resolution: { integrity: sha512-4Olc63RY+MKvxMwVknCUDhRQX1pFQoBZ/lXcRLP69PQkEpze/0cr8LNqJQe5NFb/b19DWi2a5bTi2VAlQzhJuA== } + resolution: {integrity: sha512-4Olc63RY+MKvxMwVknCUDhRQX1pFQoBZ/lXcRLP69PQkEpze/0cr8LNqJQe5NFb/b19DWi2a5bTi2VAlQzhJuA==} dependencies: '@types/koa': 2.15.0 dev: true /@types/koa@2.15.0: - resolution: { integrity: sha512-7QFsywoE5URbuVnG3loe03QXuGajrnotr3gQkXcEBShORai23MePfFYdhz90FEtBBpkyIYQbVD+evKtloCgX3g== } + resolution: {integrity: sha512-7QFsywoE5URbuVnG3loe03QXuGajrnotr3gQkXcEBShORai23MePfFYdhz90FEtBBpkyIYQbVD+evKtloCgX3g==} dependencies: '@types/accepts': 1.3.7 '@types/content-disposition': 0.5.8 @@ -8734,38 +8779,38 @@ packages: dev: true /@types/lodash.memoize@4.1.9: - resolution: { integrity: sha512-glY1nQuoqX4Ft8Uk+KfJudOD7DQbbEDF6k9XpGncaohW3RW4eSWBlx6AA0fZCrh40tZcQNH4jS/Oc59J6Eq+aw== } + resolution: {integrity: sha512-glY1nQuoqX4Ft8Uk+KfJudOD7DQbbEDF6k9XpGncaohW3RW4eSWBlx6AA0fZCrh40tZcQNH4jS/Oc59J6Eq+aw==} dependencies: '@types/lodash': 4.17.4 dev: true /@types/lodash@4.17.4: - resolution: { integrity: sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ== } + resolution: {integrity: sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==} dev: true /@types/mime@1.3.5: - resolution: { integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w== } + resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} dev: true /@types/minimatch@3.0.5: - resolution: { integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== } + resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} dev: true /@types/minimist@1.2.5: - resolution: { integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag== } + resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} dev: true /@types/morgan@1.9.9: - resolution: { integrity: sha512-iRYSDKVaC6FkGSpEVVIvrRGw0DfJMiQzIn3qr2G5B3C//AWkulhXgaBd7tS9/J79GWSYMTHGs7PfI5b3Y8m+RQ== } + resolution: {integrity: sha512-iRYSDKVaC6FkGSpEVVIvrRGw0DfJMiQzIn3qr2G5B3C//AWkulhXgaBd7tS9/J79GWSYMTHGs7PfI5b3Y8m+RQ==} dependencies: '@types/node': 18.19.33 dev: true /@types/ms@0.7.34: - resolution: { integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g== } + resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} /@types/nock@11.1.0: - resolution: { integrity: sha512-jI/ewavBQ7X5178262JQR0ewicPAcJhXS/iFaNJl0VHLfyosZ/kwSrsa6VNQNSO8i9d8SqdRgOtZSOKJ/+iNMw== } + resolution: {integrity: sha512-jI/ewavBQ7X5178262JQR0ewicPAcJhXS/iFaNJl0VHLfyosZ/kwSrsa6VNQNSO8i9d8SqdRgOtZSOKJ/+iNMw==} deprecated: This is a stub types definition. nock provides its own type definitions, so you do not need this installed. dependencies: nock: 13.5.4 @@ -8774,54 +8819,54 @@ packages: dev: true /@types/node-forge@1.3.11: - resolution: { integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ== } + resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} dependencies: '@types/node': 18.19.33 /@types/node@18.15.13: - resolution: { integrity: sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q== } + resolution: {integrity: sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==} dev: false /@types/node@18.15.3: - resolution: { integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw== } + resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==} dev: true /@types/node@18.19.33: - resolution: { integrity: sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A== } + resolution: {integrity: sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==} dependencies: undici-types: 5.26.5 /@types/node@20.14.5: - resolution: { integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA== } + resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==} dependencies: undici-types: 5.26.5 dev: true /@types/normalize-package-data@2.4.4: - resolution: { integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA== } + resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} dev: true /@types/object-hash@3.0.6: - resolution: { integrity: sha512-fOBV8C1FIu2ELinoILQ+ApxcUKz4ngq+IWUYrxSGjXzzjUALijilampwkMgEtJ+h2njAW3pi853QpzNVCHB73w== } + resolution: {integrity: sha512-fOBV8C1FIu2ELinoILQ+ApxcUKz4ngq+IWUYrxSGjXzzjUALijilampwkMgEtJ+h2njAW3pi853QpzNVCHB73w==} dev: true /@types/pako@2.0.3: - resolution: { integrity: sha512-bq0hMV9opAcrmE0Byyo0fY3Ew4tgOevJmQ9grUhpXQhYfyLJ1Kqg3P33JT5fdbT2AjeAjR51zqqVjAL/HMkx7Q== } + resolution: {integrity: sha512-bq0hMV9opAcrmE0Byyo0fY3Ew4tgOevJmQ9grUhpXQhYfyLJ1Kqg3P33JT5fdbT2AjeAjR51zqqVjAL/HMkx7Q==} dev: true /@types/parse-json@4.0.2: - resolution: { integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw== } + resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} dev: true /@types/passport-azure-ad@4.3.6: - resolution: { integrity: sha512-1/CWGFAtsG/5wPk8nGpEIPMiIz/X/IYNjLJVL4Kl5WyGFMdjml0GG1kw82SkY+8tW1RUi4b9mangemJ0qVTLNg== } + resolution: {integrity: sha512-1/CWGFAtsG/5wPk8nGpEIPMiIz/X/IYNjLJVL4Kl5WyGFMdjml0GG1kw82SkY+8tW1RUi4b9mangemJ0qVTLNg==} dependencies: '@types/express': 4.17.21 '@types/passport': 1.0.16 dev: true /@types/passport-http-bearer@1.0.41: - resolution: { integrity: sha512-ecW+9e8C+0id5iz3YZ+uIarsk/vaRPkKSajt1i1Am66t0mC9gDfQDKXZz9fnPOW2xKUufbmCSou4005VM94Feg== } + resolution: {integrity: sha512-ecW+9e8C+0id5iz3YZ+uIarsk/vaRPkKSajt1i1Am66t0mC9gDfQDKXZz9fnPOW2xKUufbmCSou4005VM94Feg==} dependencies: '@types/express': 4.17.21 '@types/koa': 2.15.0 @@ -8829,53 +8874,53 @@ packages: dev: true /@types/passport@1.0.16: - resolution: { integrity: sha512-FD0qD5hbPWQzaM0wHUnJ/T0BBCJBxCeemtnCwc/ThhTg3x9jfrAcRUmj5Dopza+MfFS9acTe3wk7rcVnRIp/0A== } + resolution: {integrity: sha512-FD0qD5hbPWQzaM0wHUnJ/T0BBCJBxCeemtnCwc/ThhTg3x9jfrAcRUmj5Dopza+MfFS9acTe3wk7rcVnRIp/0A==} dependencies: '@types/express': 4.17.21 dev: true /@types/prettier@2.7.3: - resolution: { integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA== } + resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} dev: true /@types/prop-types@15.7.12: - resolution: { integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q== } + resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} dev: true /@types/qs@6.9.15: - resolution: { integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg== } + resolution: {integrity: sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==} dev: true /@types/range-parser@1.2.7: - resolution: { integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ== } + resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} dev: true /@types/react-dom@18.3.0: - resolution: { integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg== } + resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} dependencies: '@types/react': 18.3.2 dev: true /@types/react@18.3.2: - resolution: { integrity: sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w== } + resolution: {integrity: sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==} dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 dev: true /@types/semver@7.5.8: - resolution: { integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ== } + resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} dev: true /@types/send@0.17.4: - resolution: { integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA== } + resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 '@types/node': 18.19.33 dev: true /@types/serve-static@1.15.7: - resolution: { integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw== } + resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} dependencies: '@types/http-errors': 2.0.4 '@types/node': 18.19.33 @@ -8883,74 +8928,74 @@ packages: dev: true /@types/stack-utils@2.0.3: - resolution: { integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw== } + resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} /@types/swagger-ui-express@4.1.6: - resolution: { integrity: sha512-UVSiGYXa5IzdJJG3hrc86e8KdZWLYxyEsVoUI4iPXc7CO4VZ3AfNP8d/8+hrDRIqz+HAaSMtZSqAsF3Nq2X/Dg== } + resolution: {integrity: sha512-UVSiGYXa5IzdJJG3hrc86e8KdZWLYxyEsVoUI4iPXc7CO4VZ3AfNP8d/8+hrDRIqz+HAaSMtZSqAsF3Nq2X/Dg==} dependencies: '@types/express': 4.17.21 '@types/serve-static': 1.15.7 dev: true /@types/testing-library__jest-dom@5.14.9: - resolution: { integrity: sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw== } + resolution: {integrity: sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==} dependencies: '@types/jest': 27.5.2 dev: true /@types/through@0.0.33: - resolution: { integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ== } + resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} dependencies: '@types/node': 18.19.33 dev: true /@types/url-parse@1.4.11: - resolution: { integrity: sha512-FKvKIqRaykZtd4n47LbK/W/5fhQQ1X7cxxzG9A48h0BGN+S04NH7ervcCjM8tyR0lyGru83FAHSmw2ObgKoESg== } + resolution: {integrity: sha512-FKvKIqRaykZtd4n47LbK/W/5fhQQ1X7cxxzG9A48h0BGN+S04NH7ervcCjM8tyR0lyGru83FAHSmw2ObgKoESg==} dev: true /@types/uuid@10.0.0: - resolution: { integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ== } + resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==} dev: true /@types/uuid@8.3.4: - resolution: { integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw== } + resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} dev: true /@types/uuid@9.0.8: - resolution: { integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA== } + resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==} /@types/validator@13.11.10: - resolution: { integrity: sha512-e2PNXoXLr6Z+dbfx5zSh9TRlXJrELycxiaXznp4S5+D2M3b9bqJEitNHA5923jhnB2zzFiZHa2f0SI1HoIahpg== } + resolution: {integrity: sha512-e2PNXoXLr6Z+dbfx5zSh9TRlXJrELycxiaXznp4S5+D2M3b9bqJEitNHA5923jhnB2zzFiZHa2f0SI1HoIahpg==} dev: false /@types/ws@8.5.3: - resolution: { integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w== } + resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: '@types/node': 18.19.33 dev: false /@types/yargs-parser@21.0.3: - resolution: { integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ== } + resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} /@types/yargs@15.0.19: - resolution: { integrity: sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA== } + resolution: {integrity: sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==} dependencies: '@types/yargs-parser': 21.0.3 /@types/yargs@16.0.9: - resolution: { integrity: sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA== } + resolution: {integrity: sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==} dependencies: '@types/yargs-parser': 21.0.3 dev: true /@types/yargs@17.0.32: - resolution: { integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog== } + resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} dependencies: '@types/yargs-parser': 21.0.3 /@typescript-eslint/eslint-plugin@4.33.0(@typescript-eslint/parser@4.33.0)(eslint@7.32.0)(typescript@5.4.2): - resolution: { integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg== } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==} + engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -8975,8 +9020,8 @@ packages: dev: true /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.4.2): - resolution: { integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -9003,8 +9048,8 @@ packages: dev: true /@typescript-eslint/experimental-utils@4.33.0(eslint@7.32.0)(typescript@5.4.2): - resolution: { integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q== } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} + engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: '*' dependencies: @@ -9021,8 +9066,8 @@ packages: dev: true /@typescript-eslint/parser@4.33.0(eslint@7.32.0)(typescript@5.4.2): - resolution: { integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA== } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} + engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 typescript: '*' @@ -9041,8 +9086,8 @@ packages: dev: true /@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.4.2): - resolution: { integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '*' @@ -9061,24 +9106,24 @@ packages: dev: true /@typescript-eslint/scope-manager@4.33.0: - resolution: { integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ== } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } + resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: '@typescript-eslint/types': 4.33.0 '@typescript-eslint/visitor-keys': 4.33.0 dev: true /@typescript-eslint/scope-manager@5.62.0: - resolution: { integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 dev: true /@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.4.2): - resolution: { integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' typescript: '*' @@ -9097,18 +9142,18 @@ packages: dev: true /@typescript-eslint/types@4.33.0: - resolution: { integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } + resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true /@typescript-eslint/types@5.62.0: - resolution: { integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true /@typescript-eslint/typescript-estree@4.33.0(typescript@5.4.2): - resolution: { integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA== } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} + engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -9128,8 +9173,8 @@ packages: dev: true /@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.2): - resolution: { integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -9149,8 +9194,8 @@ packages: dev: true /@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.4.2): - resolution: { integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: @@ -9169,27 +9214,27 @@ packages: dev: true /@typescript-eslint/visitor-keys@4.33.0: - resolution: { integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg== } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } + resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: '@typescript-eslint/types': 4.33.0 eslint-visitor-keys: 2.1.0 dev: true /@typescript-eslint/visitor-keys@5.62.0: - resolution: { integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 dev: true /@ungap/structured-clone@1.2.0: - resolution: { integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== } + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true /@veramo/cli@4.2.0(@types/node@18.19.33)(ts-node@10.9.2): - resolution: { integrity: sha512-73jG//N0ikpqbpUtokmydIjDKQeOysmHX0LFMP+zXh81kFhkGvEWk7Am9BBibKuWtq0uDCAXvk0TqsnK+Ajcqg== } + resolution: {integrity: sha512-73jG//N0ikpqbpUtokmydIjDKQeOysmHX0LFMP+zXh81kFhkGvEWk7Am9BBibKuWtq0uDCAXvk0TqsnK+Ajcqg==} hasBin: true dependencies: '@microsoft/api-extractor': 7.43.8(@types/node@18.19.33) @@ -9276,7 +9321,7 @@ packages: dev: true /@veramo/core@4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau): - resolution: { integrity: sha512-HIqbXfCbwOAJelR5Ohsm22vr63cy6ND8Ua/+9wfMDAiymUUS7NryaJ/v6NRtnmIrNZqUMDdR9/TWdp4cCq5eBg== } + resolution: {integrity: sha512-HIqbXfCbwOAJelR5Ohsm22vr63cy6ND8Ua/+9wfMDAiymUUS7NryaJ/v6NRtnmIrNZqUMDdR9/TWdp4cCq5eBg==} dependencies: credential-status: 2.0.6 debug: 4.3.4 @@ -9289,7 +9334,7 @@ packages: patched: true /@veramo/credential-eip712@4.2.0: - resolution: { integrity: sha512-jPeRFH7Z/ajct4RYV56w42H8RJzrwZo476mWaFv1nVK68Yn18edqZj3xfGs1ADxpHoOW7QUPLW4oIp73+Ychsw== } + resolution: {integrity: sha512-jPeRFH7Z/ajct4RYV56w42H8RJzrwZo476mWaFv1nVK68Yn18edqZj3xfGs1ADxpHoOW7QUPLW4oIp73+Ychsw==} dependencies: '@metamask/eth-sig-util': 5.1.0 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -9302,7 +9347,7 @@ packages: dev: true /@veramo/credential-ld@4.2.0: - resolution: { integrity: sha512-NatTOEtqudRF8ag5wNrcaNvLAdOsPtDqujZbB16HBVlVavrcVPorPCMbFCUflTKabfDeVfXaoOuvP+W3EXBijQ== } + resolution: {integrity: sha512-NatTOEtqudRF8ag5wNrcaNvLAdOsPtDqujZbB16HBVlVavrcVPorPCMbFCUflTKabfDeVfXaoOuvP+W3EXBijQ==} dependencies: '@digitalcredentials/ed25519-signature-2020': 3.0.2 '@digitalcredentials/jsonld': 5.2.2 @@ -9325,7 +9370,7 @@ packages: - web-streams-polyfill /@veramo/credential-status@4.2.0: - resolution: { integrity: sha512-JWYzfFlr7TwUJzfUXGSDWIK4lzDfnNHuQzthAYrFRnu9NlqODWYemPEdshpMgBnQt9ZzmMw3Wg8/sUtd2Ymi0A== } + resolution: {integrity: sha512-JWYzfFlr7TwUJzfUXGSDWIK4lzDfnNHuQzthAYrFRnu9NlqODWYemPEdshpMgBnQt9ZzmMw3Wg8/sUtd2Ymi0A==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/utils': 4.2.0 @@ -9338,7 +9383,7 @@ packages: dev: false /@veramo/credential-w3c@4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi): - resolution: { integrity: sha512-zfZnFAV2hVdwqsT0N3zBr+iHDo3i/JYFTDdNhLzKcQasz3V6NERyEtWmqv60/LPCGTufuGIqYbB+OKJrS9Ogpw== } + resolution: {integrity: sha512-zfZnFAV2hVdwqsT0N3zBr+iHDo3i/JYFTDdNhLzKcQasz3V6NERyEtWmqv60/LPCGTufuGIqYbB+OKJrS9Ogpw==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-jwt': 4.2.0 @@ -9361,7 +9406,7 @@ packages: patched: true /@veramo/data-store@4.2.0(patch_hash=feb5u2ygzsdf67qbxr2lxgqjyy)(pg@8.11.5)(sqlite3@5.1.7)(ts-node@10.9.2): - resolution: { integrity: sha512-gwinKYd//jOCXrdr2NefXOHnuUT8Vz2sHvSMFvm41UVD9QMpeKpTrTEqGoYG/eDg/1+U9aQlb+AI6bFUNNsk0Q== } + resolution: {integrity: sha512-gwinKYd//jOCXrdr2NefXOHnuUT8Vz2sHvSMFvm41UVD9QMpeKpTrTEqGoYG/eDg/1+U9aQlb+AI6bFUNNsk0Q==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-discovery': 4.2.0 @@ -9393,7 +9438,7 @@ packages: patched: true /@veramo/did-comm@4.2.0: - resolution: { integrity: sha512-plnAYAXFmtEjoJE/kSxFZdVYOynNLkIUdnwkSrQOi5MPhcj8AEKQfXt8DecyIkfFCxuvdHPjEerBVbka1q7kZw== } + resolution: {integrity: sha512-plnAYAXFmtEjoJE/kSxFZdVYOynNLkIUdnwkSrQOi5MPhcj8AEKQfXt8DecyIkfFCxuvdHPjEerBVbka1q7kZw==} dependencies: '@ethersproject/signing-key': 5.7.0 '@stablelib/ed25519': 1.0.3 @@ -9412,7 +9457,7 @@ packages: dev: true /@veramo/did-discovery@4.2.0: - resolution: { integrity: sha512-U2baTL/KXgj84TF7hJxvUzh8oyfEQSsWSpqbRTQITE6bbSBaZiM/ZfgHRty8wuDFMFVV/f+xbkwdkOf3nY7SpQ== } + resolution: {integrity: sha512-U2baTL/KXgj84TF7hJxvUzh8oyfEQSsWSpqbRTQITE6bbSBaZiM/ZfgHRty8wuDFMFVV/f+xbkwdkOf3nY7SpQ==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) debug: 4.3.5 @@ -9420,7 +9465,7 @@ packages: - supports-color /@veramo/did-jwt@4.2.0: - resolution: { integrity: sha512-5CVuKhkYUjyAL7nDO5x+ET3FF66Rf8X6V+tufk874m/pjGTa+dGkMr9YAOvwoQCIQL50ZMT5gX/YDycYsWMLsg== } + resolution: {integrity: sha512-5CVuKhkYUjyAL7nDO5x+ET3FF66Rf8X6V+tufk874m/pjGTa+dGkMr9YAOvwoQCIQL50ZMT5gX/YDycYsWMLsg==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/message-handler': 4.2.0 @@ -9431,7 +9476,7 @@ packages: - supports-color /@veramo/did-manager@4.2.0: - resolution: { integrity: sha512-hkJvDcCWiVTD0QUo3THOT+F7McIAv0wB1HjzkauY4rk7cBUDH59S4QjDOZie4J4L0zcFmYlu9zVJl52JbFhJWQ== } + resolution: {integrity: sha512-hkJvDcCWiVTD0QUo3THOT+F7McIAv0wB1HjzkauY4rk7cBUDH59S4QjDOZie4J4L0zcFmYlu9zVJl52JbFhJWQ==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-discovery': 4.2.0 @@ -9439,7 +9484,7 @@ packages: - supports-color /@veramo/did-provider-ethr@4.2.0: - resolution: { integrity: sha512-Qu0ap9YXBXY+SbKISpEgL6OFVyX4GhMkJ6+Y18e6qQpWcw7CvSevrf0JWq0V671NFhnS2on8dsJXfpbKddGHsw== } + resolution: {integrity: sha512-Qu0ap9YXBXY+SbKISpEgL6OFVyX4GhMkJ6+Y18e6qQpWcw7CvSevrf0JWq0V671NFhnS2on8dsJXfpbKddGHsw==} dependencies: '@ethersproject/abstract-provider': 5.7.0 '@ethersproject/abstract-signer': 5.7.0 @@ -9459,7 +9504,7 @@ packages: dev: true /@veramo/did-provider-ion@4.2.0(@sphereon/react-native-argon2@2.0.9)(react-native@0.74.1): - resolution: { integrity: sha512-Fo5L7wd587ohFXEYbRb2a8H7n8RjqcCyc2KABrCkmHi5rdhuOf3/3k5RqJ6xtFq76NBwb9UMtNt9spm7aFrIFg== } + resolution: {integrity: sha512-Fo5L7wd587ohFXEYbRb2a8H7n8RjqcCyc2KABrCkmHi5rdhuOf3/3k5RqJ6xtFq76NBwb9UMtNt9spm7aFrIFg==} peerDependencies: '@sphereon/react-native-argon2': ^2.0.7 dependencies: @@ -9475,7 +9520,7 @@ packages: '@veramo/key-manager': 4.2.0 '@veramo/kms-local': 4.2.0 canonicalize: 1.0.8 - debug: 4.3.4 + debug: 4.3.5 uint8arrays: 3.1.1 transitivePeerDependencies: - encoding @@ -9484,7 +9529,7 @@ packages: dev: true /@veramo/did-provider-key@4.2.0: - resolution: { integrity: sha512-VSNhgzU54Hu6P3kpJImzbrEdiFjpRJ+PLgPZAR+pFLPIfibvizOMY2LZjOi8tQyxbxwBUAhbrSLlTM+bauE+Ow== } + resolution: {integrity: sha512-VSNhgzU54Hu6P3kpJImzbrEdiFjpRJ+PLgPZAR+pFLPIfibvizOMY2LZjOi8tQyxbxwBUAhbrSLlTM+bauE+Ow==} dependencies: '@transmute/did-key-ed25519': 0.3.0-unstable.10 '@transmute/did-key-secp256k1': 0.3.0-unstable.10 @@ -9500,7 +9545,7 @@ packages: dev: true /@veramo/did-provider-web@4.2.0: - resolution: { integrity: sha512-M5XdzeiIAoynb5I1oG6R+VJNI9+VmnSI0jJZ6eXpg4D1Tvyib38ehwgGFVCMsuhLsaCopA4+ZPm7U9PZWuCZ3Q== } + resolution: {integrity: sha512-M5XdzeiIAoynb5I1oG6R+VJNI9+VmnSI0jJZ6eXpg4D1Tvyib38ehwgGFVCMsuhLsaCopA4+ZPm7U9PZWuCZ3Q==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-manager': 4.2.0 @@ -9510,7 +9555,7 @@ packages: dev: true /@veramo/did-resolver@4.2.0: - resolution: { integrity: sha512-+ju1bi/aF4iaJSCHQy8AV2lrq3ajW4+oiYCYFqBs7ogogbXIgPFR6zngZYWtQg69quziAxtPIaFp8sEhhPVfdA== } + resolution: {integrity: sha512-+ju1bi/aF4iaJSCHQy8AV2lrq3ajW4+oiYCYFqBs7ogogbXIgPFR6zngZYWtQg69quziAxtPIaFp8sEhhPVfdA==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/utils': 4.2.0 @@ -9522,7 +9567,7 @@ packages: - supports-color /@veramo/key-manager@4.2.0: - resolution: { integrity: sha512-v/swPrxxI155iFxWjcJDmeyfMLOnAu/VRxJJE+cv8Ld9mmPi5xljaoO9/ozt0j4Cz92n6lFKqfVOxs2ECV85UA== } + resolution: {integrity: sha512-v/swPrxxI155iFxWjcJDmeyfMLOnAu/VRxJJE+cv8Ld9mmPi5xljaoO9/ozt0j4Cz92n6lFKqfVOxs2ECV85UA==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/strings': 5.7.0 @@ -9536,7 +9581,7 @@ packages: - supports-color /@veramo/kms-local@4.2.0: - resolution: { integrity: sha512-qDi6rxctKzzYK4G1tbu+MsKLBgIWCL8gaBzSRyuNPiU2BN2l3IxVXAffiV7iCLqP15WB+dexATndjdqVES4Yfg== } + resolution: {integrity: sha512-qDi6rxctKzzYK4G1tbu+MsKLBgIWCL8gaBzSRyuNPiU2BN2l3IxVXAffiV7iCLqP15WB+dexATndjdqVES4Yfg==} dependencies: '@ethersproject/abstract-provider': 5.7.0 '@ethersproject/bytes': 5.7.0 @@ -9558,31 +9603,31 @@ packages: - supports-color /@veramo/message-handler@4.2.0: - resolution: { integrity: sha512-bllhDlHl/4KUwlSFJjCWEHl8EqtcA+J8Va1qxJfInAeg6+XOR7ldKrrb3MVmsreuEkzUasdwQtdjHBzZCnMzcQ== } + resolution: {integrity: sha512-bllhDlHl/4KUwlSFJjCWEHl8EqtcA+J8Va1qxJfInAeg6+XOR7ldKrrb3MVmsreuEkzUasdwQtdjHBzZCnMzcQ==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) transitivePeerDependencies: - supports-color /@veramo/remote-client@4.2.0: - resolution: { integrity: sha512-XVd9V3WlGT5YVbtrXhGSRZREKvRr73p//lugy56dtGh0tNvCg8UIQW8vqYJBBTq5YjlobAkwTQHykGAkBH1bdQ== } + resolution: {integrity: sha512-XVd9V3WlGT5YVbtrXhGSRZREKvRr73p//lugy56dtGh0tNvCg8UIQW8vqYJBBTq5YjlobAkwTQHykGAkBH1bdQ==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) cross-fetch: 3.1.8 - debug: 4.3.4 + debug: 4.3.5 openapi-types: 12.0.2 transitivePeerDependencies: - encoding - supports-color /@veramo/remote-server@4.2.0(express@4.19.2): - resolution: { integrity: sha512-nSUwb3szUKYzTObW84BybdgHkvDLPWDrWJTgrZmH6BScUoRWAkz7WNkPI5Wrw3ZUHYY6iglAzPUOEWEj1cApjg== } + resolution: {integrity: sha512-nSUwb3szUKYzTObW84BybdgHkvDLPWDrWJTgrZmH6BScUoRWAkz7WNkPI5Wrw3ZUHYY6iglAzPUOEWEj1cApjg==} peerDependencies: express: ^4.18.2 dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/remote-client': 4.2.0 - debug: 4.3.4 + debug: 4.3.5 did-resolver: 4.1.0 express: 4.19.2 passport: 0.6.0 @@ -9593,7 +9638,7 @@ packages: - supports-color /@veramo/selective-disclosure@4.2.0: - resolution: { integrity: sha512-yMvg0xWk1SawhgiR1HE+QRCJsrogXU3IjOCG1LX/eEhcLtgHE12BzLaX69dyh4+ZYCJGqguwODic4RzQDx2CNg== } + resolution: {integrity: sha512-yMvg0xWk1SawhgiR1HE+QRCJsrogXU3IjOCG1LX/eEhcLtgHE12BzLaX69dyh4+ZYCJGqguwODic4RzQDx2CNg==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/credential-w3c': 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) @@ -9610,7 +9655,7 @@ packages: dev: true /@veramo/url-handler@4.2.0: - resolution: { integrity: sha512-IfU4bPLbTPT06VGI9L+RftvcwdrDfOrM56GR6ovSkA6znswzv+uGHMs2Z+ngJof0dD6M7w5JpEdgB9ec7IGbEA== } + resolution: {integrity: sha512-IfU4bPLbTPT06VGI9L+RftvcwdrDfOrM56GR6ovSkA6znswzv+uGHMs2Z+ngJof0dD6M7w5JpEdgB9ec7IGbEA==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/message-handler': 4.2.0 @@ -9623,7 +9668,7 @@ packages: dev: true /@veramo/utils@4.2.0: - resolution: { integrity: sha512-jHkli0Qz9rFsWzPAdfJP3P2MFxvVMZPDXZvtVBm8x1fjAGrw/Htz/c5drhDAeBXnqPd9011/7cyvp6AOvdbc8Q== } + resolution: {integrity: sha512-jHkli0Qz9rFsWzPAdfJP3P2MFxvVMZPDXZvtVBm8x1fjAGrw/Htz/c5drhDAeBXnqPd9011/7cyvp6AOvdbc8Q==} dependencies: '@ethersproject/transactions': 5.7.0 '@stablelib/ed25519': 1.0.3 @@ -9642,57 +9687,57 @@ packages: - supports-color /@waves/ts-lib-crypto@1.4.4-beta.1: - resolution: { integrity: sha512-tlvThkMCoCDicOznW82wDZWQqfAWcm6ulQnuNzR++X9o0EOHM3Cj8LlS2pkgF0YjZrqEYHTp/4e0RXXYVY+dpw== } + resolution: {integrity: sha512-tlvThkMCoCDicOznW82wDZWQqfAWcm6ulQnuNzR++X9o0EOHM3Cj8LlS2pkgF0YjZrqEYHTp/4e0RXXYVY+dpw==} dependencies: js-sha3: 0.8.0 node-forge: 0.10.0 dev: true /@web-std/blob@3.0.5: - resolution: { integrity: sha512-Lm03qr0eT3PoLBuhkvFBLf0EFkAsNz/G/AYCzpOdi483aFaVX86b4iQs0OHhzHJfN5C15q17UtDbyABjlzM96A== } + resolution: {integrity: sha512-Lm03qr0eT3PoLBuhkvFBLf0EFkAsNz/G/AYCzpOdi483aFaVX86b4iQs0OHhzHJfN5C15q17UtDbyABjlzM96A==} dependencies: '@web-std/stream': 1.0.0 web-encoding: 1.1.5 dev: true /@web-std/file@3.0.3: - resolution: { integrity: sha512-X7YYyvEERBbaDfJeC9lBKC5Q5lIEWYCP1SNftJNwNH/VbFhdHm+3neKOQP+kWEYJmosbDFq+NEUG7+XIvet/Jw== } + resolution: {integrity: sha512-X7YYyvEERBbaDfJeC9lBKC5Q5lIEWYCP1SNftJNwNH/VbFhdHm+3neKOQP+kWEYJmosbDFq+NEUG7+XIvet/Jw==} dependencies: '@web-std/blob': 3.0.5 dev: true /@web-std/stream@1.0.0: - resolution: { integrity: sha512-jyIbdVl+0ZJyKGTV0Ohb9E6UnxP+t7ZzX4Do3AHjZKxUXKMs9EmqnBDQgHF7bEw0EzbQygOjtt/7gvtmi//iCQ== } + resolution: {integrity: sha512-jyIbdVl+0ZJyKGTV0Ohb9E6UnxP+t7ZzX4Do3AHjZKxUXKMs9EmqnBDQgHF7bEw0EzbQygOjtt/7gvtmi//iCQ==} dependencies: web-streams-polyfill: 3.3.3 dev: true /@yarnpkg/lockfile@1.1.0: - resolution: { integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== } + resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} dev: true /@yarnpkg/parsers@3.0.0-rc.46: - resolution: { integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q== } - engines: { node: '>=14.15.0' } + resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} + engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 tslib: 2.6.2 dev: true /@zkochan/js-yaml@0.0.7: - resolution: { integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ== } + resolution: {integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==} hasBin: true dependencies: argparse: 2.0.1 dev: true /@zxing/text-encoding@0.9.0: - resolution: { integrity: sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA== } + resolution: {integrity: sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==} requiresBuild: true optional: true /JSONStream@1.3.5: - resolution: { integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ== } + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true dependencies: jsonparse: 1.3.1 @@ -9700,49 +9745,49 @@ packages: dev: true /abab@2.0.6: - resolution: { integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA== } + resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} deprecated: Use your platform's native atob() and btoa() methods instead dev: true /abbrev@1.1.1: - resolution: { integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== } + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} requiresBuild: true optional: true /abbrev@2.0.0: - resolution: { integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true /abort-controller@3.0.0: - resolution: { integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== } - engines: { node: '>=6.5' } + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} dependencies: event-target-shim: 5.0.1 /accepts@1.3.8: - resolution: { integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} + engines: {node: '>= 0.6'} dependencies: mime-types: 2.1.35 negotiator: 0.6.3 /acorn-globals@6.0.0: - resolution: { integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg== } + resolution: {integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==} dependencies: acorn: 7.4.1 acorn-walk: 7.2.0 dev: true /acorn-globals@7.0.1: - resolution: { integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q== } + resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} dependencies: acorn: 8.11.3 acorn-walk: 8.3.2 dev: true /acorn-jsx@5.3.2(acorn@7.4.1): - resolution: { integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== } + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: @@ -9750,7 +9795,7 @@ packages: dev: true /acorn-jsx@5.3.2(acorn@8.11.3): - resolution: { integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== } + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: @@ -9758,47 +9803,47 @@ packages: dev: true /acorn-walk@7.2.0: - resolution: { integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== } - engines: { node: '>=0.4.0' } + resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} + engines: {node: '>=0.4.0'} dev: true /acorn-walk@8.3.2: - resolution: { integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A== } - engines: { node: '>=0.4.0' } + resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} + engines: {node: '>=0.4.0'} /acorn@7.4.1: - resolution: { integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== } - engines: { node: '>=0.4.0' } + resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + engines: {node: '>=0.4.0'} hasBin: true dev: true /acorn@8.11.3: - resolution: { integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== } - engines: { node: '>=0.4.0' } + resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} + engines: {node: '>=0.4.0'} hasBin: true /add-stream@1.0.0: - resolution: { integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ== } + resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} dev: true /aes-js@3.0.0: - resolution: { integrity: sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw== } + resolution: {integrity: sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw==} /aes-js@4.0.0-beta.5: - resolution: { integrity: sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q== } + resolution: {integrity: sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==} dev: false /agent-base@6.0.2: - resolution: { integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== } - engines: { node: '>= 6.0.0' } + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} dependencies: debug: 4.3.5 transitivePeerDependencies: - supports-color /agent-base@7.1.1: - resolution: { integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} + engines: {node: '>= 14'} dependencies: debug: 4.3.5 transitivePeerDependencies: @@ -9806,20 +9851,20 @@ packages: dev: true /agentkeepalive@4.5.0: - resolution: { integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew== } - engines: { node: '>= 8.0.0' } + resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} + engines: {node: '>= 8.0.0'} dependencies: humanize-ms: 1.2.1 /aggregate-error@3.1.0: - resolution: { integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} dependencies: clean-stack: 2.2.0 indent-string: 4.0.0 /ajv-draft-04@1.0.0(ajv@8.13.0): - resolution: { integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw== } + resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==} peerDependencies: ajv: ^8.5.0 peerDependenciesMeta: @@ -9829,7 +9874,7 @@ packages: ajv: 8.13.0 /ajv-formats@2.1.1(ajv@8.13.0): - resolution: { integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== } + resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} peerDependencies: ajv: ^8.0.0 peerDependenciesMeta: @@ -9839,7 +9884,7 @@ packages: ajv: 8.13.0 /ajv-formats@3.0.1(ajv@8.13.0): - resolution: { integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ== } + resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} peerDependencies: ajv: ^8.0.0 peerDependenciesMeta: @@ -9849,7 +9894,7 @@ packages: ajv: 8.13.0 /ajv@6.12.6: - resolution: { integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== } + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 @@ -9857,7 +9902,7 @@ packages: uri-js: 4.4.1 /ajv@8.13.0: - resolution: { integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA== } + resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -9865,93 +9910,93 @@ packages: uri-js: 4.4.1 /anser@1.4.10: - resolution: { integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww== } + resolution: {integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==} /ansi-colors@4.1.3: - resolution: { integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== } - engines: { node: '>=6' } + resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} + engines: {node: '>=6'} dev: true /ansi-escapes@4.3.2: - resolution: { integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} dependencies: type-fest: 0.21.3 /ansi-escapes@6.2.1: - resolution: { integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig== } - engines: { node: '>=14.16' } + resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==} + engines: {node: '>=14.16'} /ansi-fragments@0.2.1: - resolution: { integrity: sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w== } + resolution: {integrity: sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==} dependencies: colorette: 1.4.0 slice-ansi: 2.1.0 strip-ansi: 5.2.0 /ansi-regex@4.1.1: - resolution: { integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g== } - engines: { node: '>=6' } + resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} + engines: {node: '>=6'} /ansi-regex@5.0.1: - resolution: { integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} /ansi-regex@6.0.1: - resolution: { integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} /ansi-styles@3.2.1: - resolution: { integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} dependencies: color-convert: 1.9.3 /ansi-styles@4.3.0: - resolution: { integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} dependencies: color-convert: 2.0.1 /ansi-styles@5.2.0: - resolution: { integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} + engines: {node: '>=10'} /ansi-styles@6.2.1: - resolution: { integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== } - engines: { node: '>=12' } + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} /ansicolors@0.3.2: - resolution: { integrity: sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg== } + resolution: {integrity: sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==} dev: true /any-base@1.1.0: - resolution: { integrity: sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg== } + resolution: {integrity: sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==} dev: false /any-promise@1.3.0: - resolution: { integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== } + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} /anymatch@3.1.3: - resolution: { integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 /app-root-path@3.1.0: - resolution: { integrity: sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA== } - engines: { node: '>= 6.0.0' } + resolution: {integrity: sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==} + engines: {node: '>= 6.0.0'} /appdirsjs@1.2.7: - resolution: { integrity: sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw== } + resolution: {integrity: sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==} /aproba@2.0.0: - resolution: { integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== } + resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} /are-we-there-yet@2.0.0: - resolution: { integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} + engines: {node: '>=10'} deprecated: This package is no longer supported. requiresBuild: true dependencies: @@ -9961,92 +10006,92 @@ packages: optional: true /are-we-there-yet@3.0.1: - resolution: { integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg== } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} deprecated: This package is no longer supported. dependencies: delegates: 1.0.0 readable-stream: 3.6.2 /arg@4.1.3: - resolution: { integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== } + resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} /argon2-browser@1.18.0: - resolution: { integrity: sha512-ImVAGIItnFnvET1exhsQB7apRztcoC5TnlSqernMJDUjbc/DLq3UEYeXFrLPrlaIl8cVfwnXb6wX2KpFf2zxHw== } + resolution: {integrity: sha512-ImVAGIItnFnvET1exhsQB7apRztcoC5TnlSqernMJDUjbc/DLq3UEYeXFrLPrlaIl8cVfwnXb6wX2KpFf2zxHw==} dev: true /argparse@1.0.10: - resolution: { integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== } + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: sprintf-js: 1.0.3 /argparse@2.0.1: - resolution: { integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== } + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true /argv-formatter@1.0.0: - resolution: { integrity: sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw== } + resolution: {integrity: sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==} dev: true /argv@0.0.2: - resolution: { integrity: sha512-dEamhpPEwRUBpLNHeuCm/v+g0anFByHahxodVO/BbAarHVBBg2MccCwf9K+o1Pof+2btdnkJelYVUWjW/VrATw== } - engines: { node: '>=0.6.10' } + resolution: {integrity: sha512-dEamhpPEwRUBpLNHeuCm/v+g0anFByHahxodVO/BbAarHVBBg2MccCwf9K+o1Pof+2btdnkJelYVUWjW/VrATw==} + engines: {node: '>=0.6.10'} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. dev: true /aria-query@5.1.3: - resolution: { integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ== } + resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} dependencies: deep-equal: 2.2.3 dev: true /aria-query@5.3.0: - resolution: { integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A== } + resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} dependencies: dequal: 2.0.3 dev: true /array-back@3.1.0: - resolution: { integrity: sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q== } - engines: { node: '>=6' } + resolution: {integrity: sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==} + engines: {node: '>=6'} requiresBuild: true dev: true optional: true /array-back@4.0.2: - resolution: { integrity: sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==} + engines: {node: '>=8'} requiresBuild: true dev: true optional: true /array-buffer-byte-length@1.0.1: - resolution: { integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 is-array-buffer: 3.0.4 /array-differ@3.0.0: - resolution: { integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} + engines: {node: '>=8'} dev: true /array-find-index@1.0.2: - resolution: { integrity: sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==} + engines: {node: '>=0.10.0'} dev: true /array-flatten@1.1.1: - resolution: { integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg== } + resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} /array-ify@1.0.0: - resolution: { integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== } + resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} dev: true /array-includes@3.1.8: - resolution: { integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -10057,13 +10102,13 @@ packages: dev: true /array-union@2.1.0: - resolution: { integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} dev: true /array.prototype.findlastindex@1.2.5: - resolution: { integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -10074,8 +10119,8 @@ packages: dev: true /array.prototype.flat@1.3.2: - resolution: { integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -10084,8 +10129,8 @@ packages: dev: true /array.prototype.flatmap@1.3.2: - resolution: { integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -10094,8 +10139,8 @@ packages: dev: true /arraybuffer.prototype.slice@1.0.3: - resolution: { integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} + engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.1 call-bind: 1.0.7 @@ -10107,23 +10152,23 @@ packages: is-shared-array-buffer: 1.0.3 /arrify@1.0.1: - resolution: { integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} + engines: {node: '>=0.10.0'} dev: true /arrify@2.0.1: - resolution: { integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== } - engines: { node: '>=8' } + resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} + engines: {node: '>=8'} dev: true /asap@2.0.6: - resolution: { integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== } + resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} /asmcrypto.js@2.3.2: - resolution: { integrity: sha512-3FgFARf7RupsZETQ1nHnhLUUvpcttcCq1iZCaVAbJZbCZ5VNRrNyvpDyHTOb0KC3llFcsyOT/a99NZcCbeiEsA== } + resolution: {integrity: sha512-3FgFARf7RupsZETQ1nHnhLUUvpcttcCq1iZCaVAbJZbCZ5VNRrNyvpDyHTOb0KC3llFcsyOT/a99NZcCbeiEsA==} /asn1.js@5.4.1: - resolution: { integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== } + resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} dependencies: bn.js: 4.12.0 inherits: 2.0.4 @@ -10131,58 +10176,58 @@ packages: safer-buffer: 2.1.2 /asn1js@3.0.5: - resolution: { integrity: sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ== } - engines: { node: '>=12.0.0' } + resolution: {integrity: sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==} + engines: {node: '>=12.0.0'} dependencies: pvtsutils: 1.3.5 pvutils: 1.1.3 tslib: 2.6.2 /ast-types@0.15.2: - resolution: { integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg== } - engines: { node: '>=4' } + resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} + engines: {node: '>=4'} dependencies: tslib: 2.6.2 /astral-regex@1.0.0: - resolution: { integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== } - engines: { node: '>=4' } + resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} + engines: {node: '>=4'} /astral-regex@2.0.0: - resolution: { integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} + engines: {node: '>=8'} dev: true /async-limiter@1.0.1: - resolution: { integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== } + resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} /async@3.2.3: - resolution: { integrity: sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== } + resolution: {integrity: sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==} /async@3.2.5: - resolution: { integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg== } + resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} /asynckit@0.4.0: - resolution: { integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== } + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} dev: true /at-least-node@1.0.0: - resolution: { integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== } - engines: { node: '>= 4.0.0' } + resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} + engines: {node: '>= 4.0.0'} dev: true /available-typed-arrays@1.0.7: - resolution: { integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} + engines: {node: '>= 0.4'} dependencies: possible-typed-array-names: 1.0.0 /await-lock@2.2.2: - resolution: { integrity: sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw== } + resolution: {integrity: sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==} dev: false /axios@0.21.4(debug@4.3.5): - resolution: { integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg== } + resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} dependencies: follow-redirects: 1.15.6(debug@4.3.5) transitivePeerDependencies: @@ -10190,7 +10235,7 @@ packages: dev: true /axios@1.7.2: - resolution: { integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw== } + resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==} dependencies: follow-redirects: 1.15.6(debug@4.3.5) form-data: 4.0.0 @@ -10200,25 +10245,25 @@ packages: dev: true /b64-lite@1.4.0: - resolution: { integrity: sha512-aHe97M7DXt+dkpa8fHlCcm1CnskAHrJqEfMI0KN7dwqlzml/aUe1AGt6lk51HzrSfVD67xOso84sOpr+0wIe2w== } + resolution: {integrity: sha512-aHe97M7DXt+dkpa8fHlCcm1CnskAHrJqEfMI0KN7dwqlzml/aUe1AGt6lk51HzrSfVD67xOso84sOpr+0wIe2w==} dependencies: base-64: 0.1.0 /b64u-lite@1.1.0: - resolution: { integrity: sha512-929qWGDVCRph7gQVTC6koHqQIpF4vtVaSbwLltFQo44B1bYUquALswZdBKFfrJCPEnsCOvWkJsPdQYZ/Ukhw8A== } + resolution: {integrity: sha512-929qWGDVCRph7gQVTC6koHqQIpF4vtVaSbwLltFQo44B1bYUquALswZdBKFfrJCPEnsCOvWkJsPdQYZ/Ukhw8A==} dependencies: b64-lite: 1.4.0 /babel-core@7.0.0-bridge.0(@babel/core@7.24.5): - resolution: { integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== } + resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.24.5 /babel-jest@27.5.1(@babel/core@7.24.5): - resolution: { integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: @@ -10236,8 +10281,8 @@ packages: dev: true /babel-jest@29.7.0(@babel/core@7.24.5): - resolution: { integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: @@ -10254,8 +10299,8 @@ packages: dev: true /babel-plugin-istanbul@6.1.1: - resolution: { integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} + engines: {node: '>=8'} dependencies: '@babel/helper-plugin-utils': 7.24.5 '@istanbuljs/load-nyc-config': 1.1.0 @@ -10267,8 +10312,8 @@ packages: dev: true /babel-plugin-jest-hoist@27.5.1: - resolution: { integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/template': 7.24.0 '@babel/types': 7.24.5 @@ -10277,8 +10322,8 @@ packages: dev: true /babel-plugin-jest-hoist@29.6.3: - resolution: { integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.24.0 '@babel/types': 7.24.5 @@ -10287,7 +10332,7 @@ packages: dev: true /babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.24.5): - resolution: { integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q== } + resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: @@ -10299,7 +10344,7 @@ packages: - supports-color /babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.5): - resolution: { integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg== } + resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: @@ -10310,7 +10355,7 @@ packages: - supports-color /babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.24.5): - resolution: { integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg== } + resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: @@ -10320,14 +10365,14 @@ packages: - supports-color /babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.24.5): - resolution: { integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ== } + resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} dependencies: '@babel/plugin-syntax-flow': 7.24.1(@babel/core@7.24.5) transitivePeerDependencies: - '@babel/core' /babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.5): - resolution: { integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== } + resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -10347,8 +10392,8 @@ packages: dev: true /babel-preset-jest@27.5.1(@babel/core@7.24.5): - resolution: { integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -10358,8 +10403,8 @@ packages: dev: true /babel-preset-jest@29.6.3(@babel/core@7.24.5): - resolution: { integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -10369,132 +10414,132 @@ packages: dev: true /balanced-match@1.0.2: - resolution: { integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== } + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} /base-58@0.0.1: - resolution: { integrity: sha512-denlKTnozZTVWuh1QkbXf10kkFNc+0/eno29RR+6g5al0yGI+iAOFt/cIA2tvnKoADlUFLZHs50ZdWF+c9WBnw== } + resolution: {integrity: sha512-denlKTnozZTVWuh1QkbXf10kkFNc+0/eno29RR+6g5al0yGI+iAOFt/cIA2tvnKoADlUFLZHs50ZdWF+c9WBnw==} /base-64@0.1.0: - resolution: { integrity: sha512-Y5gU45svrR5tI2Vt/X9GPd3L0HNIKzGu202EjxrXMpuc2V2CiKgemAbUUsqYmZJvPtCXoUKjNZwBJzsNScUbXA== } + resolution: {integrity: sha512-Y5gU45svrR5tI2Vt/X9GPd3L0HNIKzGu202EjxrXMpuc2V2CiKgemAbUUsqYmZJvPtCXoUKjNZwBJzsNScUbXA==} /base-x@3.0.9: - resolution: { integrity: sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ== } + resolution: {integrity: sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==} dependencies: safe-buffer: 5.2.1 /base-x@4.0.0: - resolution: { integrity: sha512-FuwxlW4H5kh37X/oW59pwTzzTKRzfrrQwhmyspRM7swOEZcHtDZSCt45U6oKgtuFE+WYPblePMVIPR4RZrh/hw== } + resolution: {integrity: sha512-FuwxlW4H5kh37X/oW59pwTzzTKRzfrrQwhmyspRM7swOEZcHtDZSCt45U6oKgtuFE+WYPblePMVIPR4RZrh/hw==} dev: false /base64-js@1.3.0: - resolution: { integrity: sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw== } + resolution: {integrity: sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==} dev: true /base64-js@1.5.1: - resolution: { integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== } + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} /base64url-universal@1.1.0: - resolution: { integrity: sha512-WyftvZqye29YQ10ZnuiBeEj0lk8SN8xHU9hOznkLc85wS1cLTp6RpzlMrHxMPD9nH7S55gsBqMqgGyz93rqmkA== } - engines: { node: '>=8.3.0' } + resolution: {integrity: sha512-WyftvZqye29YQ10ZnuiBeEj0lk8SN8xHU9hOznkLc85wS1cLTp6RpzlMrHxMPD9nH7S55gsBqMqgGyz93rqmkA==} + engines: {node: '>=8.3.0'} dependencies: base64url: 3.0.1 /base64url-universal@2.0.0: - resolution: { integrity: sha512-6Hpg7EBf3t148C3+fMzjf+CHnADVDafWzlJUXAqqqbm4MKNXbsoPdOkWeRTjNlkYG7TpyjIpRO1Gk0SnsFD1rw== } - engines: { node: '>=14' } + resolution: {integrity: sha512-6Hpg7EBf3t148C3+fMzjf+CHnADVDafWzlJUXAqqqbm4MKNXbsoPdOkWeRTjNlkYG7TpyjIpRO1Gk0SnsFD1rw==} + engines: {node: '>=14'} dependencies: base64url: 3.0.1 dev: false /base64url@3.0.1: - resolution: { integrity: sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A== } - engines: { node: '>=6.0.0' } + resolution: {integrity: sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==} + engines: {node: '>=6.0.0'} /basic-auth@2.0.1: - resolution: { integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==} + engines: {node: '>= 0.8'} dependencies: safe-buffer: 5.1.2 /bech32@1.1.4: - resolution: { integrity: sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ== } + resolution: {integrity: sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ==} /bech32@2.0.0: - resolution: { integrity: sha512-LcknSilhIGatDAsY1ak2I8VtGaHNhgMSYVxFrGLXv+xLHytaKZKcaUJJUE7qmBr7h33o5YQwP55pMI0xmkpJwg== } + resolution: {integrity: sha512-LcknSilhIGatDAsY1ak2I8VtGaHNhgMSYVxFrGLXv+xLHytaKZKcaUJJUE7qmBr7h33o5YQwP55pMI0xmkpJwg==} /before-after-hook@2.2.3: - resolution: { integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ== } + resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} dev: true /big-integer@1.6.52: - resolution: { integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg== } - engines: { node: '>=0.6' } + resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} + engines: {node: '>=0.6'} /bigint-mod-arith@3.3.1: - resolution: { integrity: sha512-pX/cYW3dCa87Jrzv6DAr8ivbbJRzEX5yGhdt8IutnX/PCIXfpx+mabWNK/M8qqh+zQ0J3thftUBHW0ByuUlG0w== } - engines: { node: '>=10.4.0' } + resolution: {integrity: sha512-pX/cYW3dCa87Jrzv6DAr8ivbbJRzEX5yGhdt8IutnX/PCIXfpx+mabWNK/M8qqh+zQ0J3thftUBHW0ByuUlG0w==} + engines: {node: '>=10.4.0'} dev: true /bignumber.js@4.1.0: - resolution: { integrity: sha512-eJzYkFYy9L4JzXsbymsFn3p54D+llV27oTQ+ziJG7WFRheJcNZilgVXMG0LoZtlQSKBsJdWtLFqOD0u+U0jZKA== } + resolution: {integrity: sha512-eJzYkFYy9L4JzXsbymsFn3p54D+llV27oTQ+ziJG7WFRheJcNZilgVXMG0LoZtlQSKBsJdWtLFqOD0u+U0jZKA==} dev: true /bignumber.js@8.1.1: - resolution: { integrity: sha512-QD46ppGintwPGuL1KqmwhR0O+N2cZUg8JG/VzwI2e28sM9TqHjQB10lI4QAaMHVbLzwVLLAwEglpKPViWX+5NQ== } + resolution: {integrity: sha512-QD46ppGintwPGuL1KqmwhR0O+N2cZUg8JG/VzwI2e28sM9TqHjQB10lI4QAaMHVbLzwVLLAwEglpKPViWX+5NQ==} dev: true /bignumber.js@9.1.2: - resolution: { integrity: sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug== } + resolution: {integrity: sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==} /binary-extensions@2.3.0: - resolution: { integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} + engines: {node: '>=8'} requiresBuild: true dev: true optional: true /bindings@1.5.0: - resolution: { integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== } + resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} dependencies: file-uri-to-path: 1.0.0 /bip66@1.1.5: - resolution: { integrity: sha512-nemMHz95EmS38a26XbbdxIYj5csHd3RMP3H5bwQknX0WYHF01qhpufP42mLOwVICuH2JmhIhXiWs89MfUGL7Xw== } + resolution: {integrity: sha512-nemMHz95EmS38a26XbbdxIYj5csHd3RMP3H5bwQknX0WYHF01qhpufP42mLOwVICuH2JmhIhXiWs89MfUGL7Xw==} dependencies: safe-buffer: 5.2.1 dev: true /bitcoin-ts@1.15.2: - resolution: { integrity: sha512-N5cjC+PjAuTvU3mMcO9aZI5w6lseHickKh6tX6n5p89i2rrUbhgq0KHeOOCYNIbnFcemjGea8uuSXMFBRDl7NQ== } - engines: { node: '>=8.9' } + resolution: {integrity: sha512-N5cjC+PjAuTvU3mMcO9aZI5w6lseHickKh6tX6n5p89i2rrUbhgq0KHeOOCYNIbnFcemjGea8uuSXMFBRDl7NQ==} + engines: {node: '>=8.9'} deprecated: The 'bitcoin-ts' package has been renamed to '@bitauth/libauth', and the 'bitcoin-ts' package is no longer maintained. Please switch to '@bitauth/libauth'. dev: true /bl@4.1.0: - resolution: { integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== } + resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} dependencies: buffer: 5.7.1 inherits: 2.0.4 readable-stream: 3.6.2 /blakejs@1.2.1: - resolution: { integrity: sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ== } + resolution: {integrity: sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==} /blessed@0.1.81: - resolution: { integrity: sha512-LoF5gae+hlmfORcG1M5+5XZi4LBmvlXTzwJWzUlPryN/SJdSflZvROM2TwkT0GMpq7oqT48NRd4GS7BiVBc5OQ== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-LoF5gae+hlmfORcG1M5+5XZi4LBmvlXTzwJWzUlPryN/SJdSflZvROM2TwkT0GMpq7oqT48NRd4GS7BiVBc5OQ==} + engines: {node: '>= 0.8.0'} hasBin: true dev: true /bn.js@4.12.0: - resolution: { integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== } + resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} /bn.js@5.2.1: - resolution: { integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ== } + resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} /body-parser@1.20.2: - resolution: { integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA== } - engines: { node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16 } + resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -10512,12 +10557,12 @@ packages: - supports-color /boolean@3.2.0: - resolution: { integrity: sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw== } + resolution: {integrity: sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==} dev: false /borc@2.1.2: - resolution: { integrity: sha512-Sy9eoUi4OiKzq7VovMn246iTo17kzuyHJKomCfpWMlI6RpfN1gk95w7d7gH264nApVLg0HZfcpz62/g4VH1Y4w== } - engines: { node: '>=4' } + resolution: {integrity: sha512-Sy9eoUi4OiKzq7VovMn246iTo17kzuyHJKomCfpWMlI6RpfN1gk95w7d7gH264nApVLg0HZfcpz62/g4VH1Y4w==} + engines: {node: '>=4'} dependencies: bignumber.js: 9.1.2 buffer: 5.7.1 @@ -10529,35 +10574,35 @@ packages: dev: false /bottleneck@2.19.5: - resolution: { integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw== } + resolution: {integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==} dev: true /brace-expansion@1.1.11: - resolution: { integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== } + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 /brace-expansion@2.0.1: - resolution: { integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== } + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} dependencies: balanced-match: 1.0.2 /braces@3.0.3: - resolution: { integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} dependencies: fill-range: 7.1.1 /brorand@1.1.0: - resolution: { integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w== } + resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} /browser-process-hrtime@1.0.0: - resolution: { integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== } + resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} dev: true /browserify-aes@1.2.0: - resolution: { integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== } + resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} dependencies: buffer-xor: 1.0.3 cipher-base: 1.0.4 @@ -10568,8 +10613,8 @@ packages: dev: true /browserslist@4.23.0: - resolution: { integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ== } - engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } + resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: caniuse-lite: 1.0.30001621 @@ -10578,57 +10623,57 @@ packages: update-browserslist-db: 1.0.16(browserslist@4.23.0) /bs-logger@0.2.6: - resolution: { integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} + engines: {node: '>= 6'} dependencies: fast-json-stable-stringify: 2.1.0 dev: true /bs58@4.0.1: - resolution: { integrity: sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw== } + resolution: {integrity: sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==} dependencies: base-x: 3.0.9 /bser@2.1.1: - resolution: { integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== } + resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} dependencies: node-int64: 0.4.0 /buffer-equal-constant-time@1.0.1: - resolution: { integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA== } + resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} /buffer-from@1.1.2: - resolution: { integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== } + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} /buffer-xor@1.0.3: - resolution: { integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ== } + resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} dev: true /buffer@5.7.1: - resolution: { integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== } + resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 /buffer@6.0.3: - resolution: { integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== } + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 /builtins@1.0.3: - resolution: { integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ== } + resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} dev: true /builtins@5.1.0: - resolution: { integrity: sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg== } + resolution: {integrity: sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==} dependencies: semver: 7.6.2 dev: true /bunyan@1.8.15: - resolution: { integrity: sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig== } - engines: { '0': node >=0.10.0 } + resolution: {integrity: sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig==} + engines: {'0': node >=0.10.0} hasBin: true optionalDependencies: dtrace-provider: 0.8.8 @@ -10637,21 +10682,21 @@ packages: safe-json-stringify: 1.2.0 /byte-size@8.1.1: - resolution: { integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg== } - engines: { node: '>=12.17' } + resolution: {integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==} + engines: {node: '>=12.17'} dev: true /bytes@3.0.0: - resolution: { integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} + engines: {node: '>= 0.8'} /bytes@3.1.2: - resolution: { integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} + engines: {node: '>= 0.8'} /cacache@15.3.0: - resolution: { integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==} + engines: {node: '>= 10'} dependencies: '@npmcli/fs': 1.1.1 '@npmcli/move-file': 1.1.2 @@ -10675,8 +10720,8 @@ packages: - bluebird /cacache@17.1.4: - resolution: { integrity: sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@npmcli/fs': 3.1.1 fs-minipass: 3.0.3 @@ -10693,8 +10738,8 @@ packages: dev: true /cacache@18.0.3: - resolution: { integrity: sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@npmcli/fs': 3.1.1 fs-minipass: 3.0.3 @@ -10711,15 +10756,15 @@ packages: dev: true /cache-manager@3.6.3: - resolution: { integrity: sha512-dS4DnV6c6cQcVH5OxzIU1XZaACXwvVIiUPkFytnRmLOACuBGv3GQgRQ1RJGRRw4/9DF14ZK2RFlZu1TUgDniMg== } + resolution: {integrity: sha512-dS4DnV6c6cQcVH5OxzIU1XZaACXwvVIiUPkFytnRmLOACuBGv3GQgRQ1RJGRRw4/9DF14ZK2RFlZu1TUgDniMg==} dependencies: async: 3.2.3 lodash.clonedeep: 4.5.0 lru-cache: 6.0.0 /call-bind@1.0.7: - resolution: { integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} dependencies: es-define-property: 1.0.0 es-errors: 1.3.0 @@ -10728,29 +10773,29 @@ packages: set-function-length: 1.2.2 /caller-callsite@2.0.0: - resolution: { integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} + engines: {node: '>=4'} dependencies: callsites: 2.0.0 /caller-path@2.0.0: - resolution: { integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A== } - engines: { node: '>=4' } + resolution: {integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==} + engines: {node: '>=4'} dependencies: caller-callsite: 2.0.0 /callsites@2.0.0: - resolution: { integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==} + engines: {node: '>=4'} /callsites@3.1.0: - resolution: { integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} dev: true /camelcase-keys@4.2.0: - resolution: { integrity: sha512-Ej37YKYbFUI8QiYlvj9YHb6/Z60dZyPJW0Cs8sFilMbd2lP0bw3ylAq9yJkK4lcTA2dID5fG8LjmJYbO7kWb7Q== } - engines: { node: '>=4' } + resolution: {integrity: sha512-Ej37YKYbFUI8QiYlvj9YHb6/Z60dZyPJW0Cs8sFilMbd2lP0bw3ylAq9yJkK4lcTA2dID5fG8LjmJYbO7kWb7Q==} + engines: {node: '>=4'} dependencies: camelcase: 4.1.0 map-obj: 2.0.0 @@ -10758,8 +10803,8 @@ packages: dev: true /camelcase-keys@6.2.2: - resolution: { integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} + engines: {node: '>=8'} dependencies: camelcase: 5.3.1 map-obj: 4.3.0 @@ -10767,33 +10812,33 @@ packages: dev: true /camelcase@4.1.0: - resolution: { integrity: sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==} + engines: {node: '>=4'} dev: true /camelcase@5.3.1: - resolution: { integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} /camelcase@6.3.0: - resolution: { integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} /caniuse-lite@1.0.30001621: - resolution: { integrity: sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA== } + resolution: {integrity: sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==} /canonicalize@1.0.1: - resolution: { integrity: sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg== } + resolution: {integrity: sha512-N3cmB3QLhS5TJ5smKFf1w42rJXWe6C1qP01z4dxJiI5v269buii4fLHWETDyf7yEd0azGLNC63VxNMiPd2u0Cg==} dev: true /canonicalize@1.0.8: - resolution: { integrity: sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A== } + resolution: {integrity: sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A==} /canonicalize@2.0.0: - resolution: { integrity: sha512-ulDEYPv7asdKvqahuAY35c1selLdzDwHqugK92hfkzvlDCwXRRelDkR+Er33md/PtnpqHemgkuDPanZ4fiYZ8w== } + resolution: {integrity: sha512-ulDEYPv7asdKvqahuAY35c1selLdzDwHqugK92hfkzvlDCwXRRelDkR+Er33md/PtnpqHemgkuDPanZ4fiYZ8w==} /cardinal@2.1.1: - resolution: { integrity: sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw== } + resolution: {integrity: sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==} hasBin: true dependencies: ansicolors: 0.3.2 @@ -10801,7 +10846,7 @@ packages: dev: true /casbin@5.30.0: - resolution: { integrity: sha512-GDc8sImStd+ddBVBfLpe5fJPBWRjeEaz7fkiAGuw0+LTHF2TVvVsMALIMOx+ofzQhm+EHCH7mfiJsrS1Kgef2w== } + resolution: {integrity: sha512-GDc8sImStd+ddBVBfLpe5fJPBWRjeEaz7fkiAGuw0+LTHF2TVvVsMALIMOx+ofzQhm+EHCH7mfiJsrS1Kgef2w==} dependencies: await-lock: 2.2.2 buffer: 6.0.3 @@ -10811,59 +10856,59 @@ packages: dev: false /cbor@5.2.0: - resolution: { integrity: sha512-5IMhi9e1QU76ppa5/ajP1BmMWZ2FHkhAhjeVKQ/EFCgYSEaeVaoGtL7cxJskf9oCCk+XjzaIdc3IuU/dbA/o2A== } - engines: { node: '>=6.0.0' } + resolution: {integrity: sha512-5IMhi9e1QU76ppa5/ajP1BmMWZ2FHkhAhjeVKQ/EFCgYSEaeVaoGtL7cxJskf9oCCk+XjzaIdc3IuU/dbA/o2A==} + engines: {node: '>=6.0.0'} dependencies: bignumber.js: 9.1.2 nofilter: 1.0.4 dev: false /chalk@2.4.2: - resolution: { integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 supports-color: 5.5.0 /chalk@3.0.0: - resolution: { integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} + engines: {node: '>=8'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: true /chalk@4.1.0: - resolution: { integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== } - engines: { node: '>=10' } + resolution: {integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: true /chalk@4.1.2: - resolution: { integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 /chalk@5.3.0: - resolution: { integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== } - engines: { node: ^12.17.0 || ^14.13 || >=16.0.0 } + resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} /char-regex@1.0.2: - resolution: { integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} + engines: {node: '>=10'} dev: true /chardet@0.7.0: - resolution: { integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== } + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} /chokidar@3.6.0: - resolution: { integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw== } - engines: { node: '>= 8.10.0' } + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} + engines: {node: '>= 8.10.0'} requiresBuild: true dependencies: anymatch: 3.1.3 @@ -10879,15 +10924,15 @@ packages: optional: true /chownr@1.1.4: - resolution: { integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== } + resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} /chownr@2.0.0: - resolution: { integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} /chrome-launcher@0.15.2: - resolution: { integrity: sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ== } - engines: { node: '>=12.13.0' } + resolution: {integrity: sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==} + engines: {node: '>=12.13.0'} hasBin: true dependencies: '@types/node': 18.19.33 @@ -10898,24 +10943,24 @@ packages: - supports-color /ci-info@2.0.0: - resolution: { integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== } + resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} /ci-info@3.9.0: - resolution: { integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} + engines: {node: '>=8'} /cipher-base@1.0.4: - resolution: { integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== } + resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 /cjs-module-lexer@1.3.1: - resolution: { integrity: sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q== } + resolution: {integrity: sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==} dev: true /class-validator@0.14.1: - resolution: { integrity: sha512-2VEG9JICxIqTpoK1eMzZqaV+u/EiwEJkMGzTrZf6sU/fwsnOITVgYJ8yojSy6CaXtO9V0Cc6ZQZ8h8m4UBuLwQ== } + resolution: {integrity: sha512-2VEG9JICxIqTpoK1eMzZqaV+u/EiwEJkMGzTrZf6sU/fwsnOITVgYJ8yojSy6CaXtO9V0Cc6ZQZ8h8m4UBuLwQ==} dependencies: '@types/validator': 13.11.10 libphonenumber-js: 1.11.1 @@ -10923,18 +10968,18 @@ packages: dev: false /clean-stack@2.2.0: - resolution: { integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== } - engines: { node: '>=6' } + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} /cli-cursor@3.1.0: - resolution: { integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} dependencies: restore-cursor: 3.1.0 /cli-highlight@2.1.11: - resolution: { integrity: sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg== } - engines: { node: '>=8.0.0', npm: '>=5.0.0' } + resolution: {integrity: sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==} + engines: {node: '>=8.0.0', npm: '>=5.0.0'} hasBin: true dependencies: chalk: 4.1.2 @@ -10945,17 +10990,17 @@ packages: yargs: 16.2.0 /cli-spinners@2.6.1: - resolution: { integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== } - engines: { node: '>=6' } + resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} + engines: {node: '>=6'} dev: true /cli-spinners@2.9.2: - resolution: { integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} + engines: {node: '>=6'} /cli-table3@0.6.5: - resolution: { integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ== } - engines: { node: 10.* || >= 12.* } + resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==} + engines: {node: 10.* || >= 12.*} dependencies: string-width: 4.2.3 optionalDependencies: @@ -10963,62 +11008,62 @@ packages: dev: true /cli-width@3.0.0: - resolution: { integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} + engines: {node: '>= 10'} dev: true /cli-width@4.1.0: - resolution: { integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ== } - engines: { node: '>= 12' } + resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} + engines: {node: '>= 12'} dev: false /cliui@6.0.0: - resolution: { integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== } + resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 6.2.0 /cliui@7.0.4: - resolution: { integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== } + resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 /cliui@8.0.1: - resolution: { integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== } - engines: { node: '>=12' } + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 /clone-deep@4.0.1: - resolution: { integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} + engines: {node: '>=6'} dependencies: is-plain-object: 2.0.4 kind-of: 6.0.3 shallow-clone: 3.0.1 /clone@1.0.4: - resolution: { integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== } - engines: { node: '>=0.8' } + resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} + engines: {node: '>=0.8'} /cmd-shim@6.0.1: - resolution: { integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true /co@4.6.0: - resolution: { integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ== } - engines: { iojs: '>= 1.0.0', node: '>= 0.12.0' } + resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} + engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} dev: true /codecov@3.8.3: - resolution: { integrity: sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA== } - engines: { node: '>=4.0' } + resolution: {integrity: sha512-Y8Hw+V3HgR7V71xWH2vQ9lyS358CbGCldWlJFR0JirqoGtOoas3R3/OclRTvgUYFK29mmJICDPauVKmpqbwhOA==} + engines: {node: '>=4.0'} deprecated: https://about.codecov.io/blog/codecov-uploader-deprecation-plan/ hasBin: true dependencies: @@ -11033,54 +11078,54 @@ packages: dev: true /collect-v8-coverage@1.0.2: - resolution: { integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q== } + resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==} dev: true /color-convert@1.9.3: - resolution: { integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== } + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: color-name: 1.1.3 /color-convert@2.0.1: - resolution: { integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== } - engines: { node: '>=7.0.0' } + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 /color-name@1.1.3: - resolution: { integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== } + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} /color-name@1.1.4: - resolution: { integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== } + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} /color-support@1.1.3: - resolution: { integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== } + resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} hasBin: true /colorette@1.4.0: - resolution: { integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== } + resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} /columnify@1.6.0: - resolution: { integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q== } - engines: { node: '>=8.0.0' } + resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} + engines: {node: '>=8.0.0'} dependencies: strip-ansi: 6.0.1 wcwidth: 1.0.1 dev: true /combined-stream@1.0.8: - resolution: { integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 dev: true /command-exists@1.2.9: - resolution: { integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== } + resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==} /command-line-args@5.2.1: - resolution: { integrity: sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg== } - engines: { node: '>=4.0.0' } + resolution: {integrity: sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==} + engines: {node: '>=4.0.0'} requiresBuild: true dependencies: array-back: 3.1.0 @@ -11091,8 +11136,8 @@ packages: optional: true /command-line-commands@3.0.2: - resolution: { integrity: sha512-ac6PdCtdR6q7S3HN+JiVLIWGHY30PRYIEl2qPo+FuEuzwAUk0UYyimrngrg7FvF/mCr4Jgoqv5ZnHZgads50rw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-ac6PdCtdR6q7S3HN+JiVLIWGHY30PRYIEl2qPo+FuEuzwAUk0UYyimrngrg7FvF/mCr4Jgoqv5ZnHZgads50rw==} + engines: {node: '>=8'} requiresBuild: true dependencies: array-back: 4.0.2 @@ -11100,8 +11145,8 @@ packages: optional: true /command-line-usage@6.1.3: - resolution: { integrity: sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw== } - engines: { node: '>=8.0.0' } + resolution: {integrity: sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw==} + engines: {node: '>=8.0.0'} requiresBuild: true dependencies: array-back: 4.0.2 @@ -11112,53 +11157,53 @@ packages: optional: true /commander@10.0.1: - resolution: { integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== } - engines: { node: '>=14' } + resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} + engines: {node: '>=14'} dev: false /commander@12.1.0: - resolution: { integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA== } - engines: { node: '>=18' } + resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} + engines: {node: '>=18'} /commander@2.20.3: - resolution: { integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== } + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} /commander@4.1.1: - resolution: { integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} dev: true /commander@9.5.0: - resolution: { integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ== } - engines: { node: ^12.20.0 || >=14 } + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + engines: {node: ^12.20.0 || >=14} /commondir@1.0.1: - resolution: { integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg== } + resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} /compare-func@2.0.0: - resolution: { integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA== } + resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} dependencies: array-ify: 1.0.0 dot-prop: 5.3.0 dev: true /compress-brotli@1.3.12: - resolution: { integrity: sha512-gTRNCFqLQSTnID5v4NlEF/wd3NkUjMeDRAwht79hyfR4JgzzKfjxdxifCSg2oQ3zRU/B33WIlrzZsJ8nqfuXqA== } - engines: { node: '>= 12' } + resolution: {integrity: sha512-gTRNCFqLQSTnID5v4NlEF/wd3NkUjMeDRAwht79hyfR4JgzzKfjxdxifCSg2oQ3zRU/B33WIlrzZsJ8nqfuXqA==} + engines: {node: '>= 12'} dependencies: '@types/json-buffer': 3.0.2 json-buffer: 3.0.1 dev: true /compressible@2.0.18: - resolution: { integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} + engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 /compression@1.7.4: - resolution: { integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} + engines: {node: '>= 0.8.0'} dependencies: accepts: 1.3.8 bytes: 3.0.0 @@ -11171,11 +11216,11 @@ packages: - supports-color /concat-map@0.0.1: - resolution: { integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== } + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} /concat-stream@2.0.0: - resolution: { integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A== } - engines: { '0': node >= 6.0 } + resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} + engines: {'0': node >= 6.0} dependencies: buffer-from: 1.1.2 inherits: 2.0.4 @@ -11184,15 +11229,15 @@ packages: dev: true /config-chain@1.1.13: - resolution: { integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ== } + resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} dependencies: ini: 1.3.8 proto-list: 1.2.4 dev: true /connect@3.7.0: - resolution: { integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ== } - engines: { node: '>= 0.10.0' } + resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} + engines: {node: '>= 0.10.0'} dependencies: debug: 2.6.9 finalhandler: 1.1.2 @@ -11202,42 +11247,42 @@ packages: - supports-color /console-control-strings@1.1.0: - resolution: { integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== } + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} /console-table-printer@2.12.0: - resolution: { integrity: sha512-Q/Ax+UOpZw0oPZGmv8bH8/W5NpC2rAYy6cX20BVLGQ45v944oL+srmLTZAse/5a3vWDl0MXR/0GTEdsz2dDTbg== } + resolution: {integrity: sha512-Q/Ax+UOpZw0oPZGmv8bH8/W5NpC2rAYy6cX20BVLGQ45v944oL+srmLTZAse/5a3vWDl0MXR/0GTEdsz2dDTbg==} dependencies: simple-wcswidth: 1.0.1 dev: true /content-disposition@0.5.4: - resolution: { integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} + engines: {node: '>= 0.6'} dependencies: safe-buffer: 5.2.1 /content-type@1.0.5: - resolution: { integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + engines: {node: '>= 0.6'} /conventional-changelog-angular@5.0.13: - resolution: { integrity: sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==} + engines: {node: '>=10'} dependencies: compare-func: 2.0.0 q: 1.5.1 dev: true /conventional-changelog-angular@7.0.0: - resolution: { integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ== } - engines: { node: '>=16' } + resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} + engines: {node: '>=16'} dependencies: compare-func: 2.0.0 dev: true /conventional-changelog-core@5.0.1: - resolution: { integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A== } - engines: { node: '>=14' } + resolution: {integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==} + engines: {node: '>=14'} dependencies: add-stream: 1.0.0 conventional-changelog-writer: 6.0.1 @@ -11253,13 +11298,13 @@ packages: dev: true /conventional-changelog-preset-loader@3.0.0: - resolution: { integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==} + engines: {node: '>=14'} dev: true /conventional-changelog-writer@5.0.1: - resolution: { integrity: sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==} + engines: {node: '>=10'} hasBin: true dependencies: conventional-commits-filter: 2.0.7 @@ -11274,8 +11319,8 @@ packages: dev: true /conventional-changelog-writer@6.0.1: - resolution: { integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==} + engines: {node: '>=14'} hasBin: true dependencies: conventional-commits-filter: 3.0.0 @@ -11288,24 +11333,24 @@ packages: dev: true /conventional-commits-filter@2.0.7: - resolution: { integrity: sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==} + engines: {node: '>=10'} dependencies: lodash.ismatch: 4.4.0 modify-values: 1.0.1 dev: true /conventional-commits-filter@3.0.0: - resolution: { integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q== } - engines: { node: '>=14' } + resolution: {integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==} + engines: {node: '>=14'} dependencies: lodash.ismatch: 4.4.0 modify-values: 1.0.1 dev: true /conventional-commits-parser@3.2.4: - resolution: { integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q== } - engines: { node: '>=10' } + resolution: {integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==} + engines: {node: '>=10'} hasBin: true dependencies: JSONStream: 1.3.5 @@ -11317,8 +11362,8 @@ packages: dev: true /conventional-commits-parser@4.0.0: - resolution: { integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg== } - engines: { node: '>=14' } + resolution: {integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==} + engines: {node: '>=14'} hasBin: true dependencies: JSONStream: 1.3.5 @@ -11328,8 +11373,8 @@ packages: dev: true /conventional-recommended-bump@7.0.1: - resolution: { integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==} + engines: {node: '>=14'} hasBin: true dependencies: concat-stream: 2.0.0 @@ -11342,23 +11387,23 @@ packages: dev: true /convert-source-map@1.9.0: - resolution: { integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== } + resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} dev: true /convert-source-map@2.0.0: - resolution: { integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== } + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} /cookie-parser@1.4.6: - resolution: { integrity: sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==} + engines: {node: '>= 0.8.0'} dependencies: cookie: 0.4.1 cookie-signature: 1.0.6 dev: false /cookie-session@2.1.0: - resolution: { integrity: sha512-u73BDmR8QLGcs+Lprs0cfbcAPKl2HnPcjpwRXT41sEV4DRJ2+W0vJEEZkG31ofkx+HZflA70siRIjiTdIodmOQ== } - engines: { node: '>= 0.10' } + resolution: {integrity: sha512-u73BDmR8QLGcs+Lprs0cfbcAPKl2HnPcjpwRXT41sEV4DRJ2+W0vJEEZkG31ofkx+HZflA70siRIjiTdIodmOQ==} + engines: {node: '>= 0.10'} dependencies: cookies: 0.9.1 debug: 3.2.7 @@ -11369,30 +11414,30 @@ packages: dev: false /cookie-signature@1.0.6: - resolution: { integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ== } + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} /cookie-signature@1.0.7: - resolution: { integrity: sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA== } + resolution: {integrity: sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==} /cookie@0.4.1: - resolution: { integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==} + engines: {node: '>= 0.6'} dev: false /cookie@0.6.0: - resolution: { integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} + engines: {node: '>= 0.6'} /cookies@0.9.1: - resolution: { integrity: sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==} + engines: {node: '>= 0.8'} dependencies: depd: 2.0.0 keygrip: 1.1.0 dev: false /copyfiles@2.4.1: - resolution: { integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg== } + resolution: {integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==} hasBin: true dependencies: glob: 7.2.3 @@ -11404,23 +11449,23 @@ packages: yargs: 16.2.0 /core-js-compat@3.37.1: - resolution: { integrity: sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg== } + resolution: {integrity: sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==} dependencies: browserslist: 4.23.0 /core-util-is@1.0.3: - resolution: { integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== } + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} /cors@2.8.5: - resolution: { integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g== } - engines: { node: '>= 0.10' } + resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} + engines: {node: '>= 0.10'} dependencies: object-assign: 4.1.1 vary: 1.1.2 /cosmiconfig@5.2.1: - resolution: { integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==} + engines: {node: '>=4'} dependencies: import-fresh: 2.0.0 is-directory: 0.3.1 @@ -11428,8 +11473,8 @@ packages: parse-json: 4.0.0 /cosmiconfig@7.1.0: - resolution: { integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} + engines: {node: '>=10'} dependencies: '@types/parse-json': 4.0.2 import-fresh: 3.3.0 @@ -11439,8 +11484,8 @@ packages: dev: true /cosmiconfig@8.3.6(typescript@5.4.2): - resolution: { integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} + engines: {node: '>=14'} peerDependencies: typescript: '>=4.9.5' peerDependenciesMeta: @@ -11455,13 +11500,13 @@ packages: dev: true /crc-32@1.2.2: - resolution: { integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ== } - engines: { node: '>=0.8' } + resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} + engines: {node: '>=0.8'} hasBin: true dev: false /create-hash@1.2.0: - resolution: { integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== } + resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} dependencies: cipher-base: 1.0.4 inherits: 2.0.4 @@ -11470,7 +11515,7 @@ packages: sha.js: 2.4.11 /create-hmac@1.1.7: - resolution: { integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== } + resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} dependencies: cipher-base: 1.0.4 create-hash: 1.2.0 @@ -11481,8 +11526,8 @@ packages: dev: true /create-jest@29.7.0(@types/node@18.19.33)(ts-node@10.9.2): - resolution: { integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true dependencies: '@jest/types': 29.6.3 @@ -11500,54 +11545,54 @@ packages: dev: true /create-require@1.1.1: - resolution: { integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== } + resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} /credential-status@2.0.6: - resolution: { integrity: sha512-l5ZwSbX/UXFJ3DQ3dFt4rc2BtfUu/rhlkefR7BL9EZsKPyCe21okJA9mDy4h/nXvMEwpYjSQEa5vzR7KZqhI9g== } + resolution: {integrity: sha512-l5ZwSbX/UXFJ3DQ3dFt4rc2BtfUu/rhlkefR7BL9EZsKPyCe21okJA9mDy4h/nXvMEwpYjSQEa5vzR7KZqhI9g==} dependencies: did-jwt: 6.11.6(patch_hash=afqywxnnjnsy6hwgax66dyyiey) did-resolver: 4.1.0 /credentials-context@2.0.0: - resolution: { integrity: sha512-/mFKax6FK26KjgV2KW2D4YqKgoJ5DVJpNt87X2Jc9IxT2HBMy7nEIlc+n7pEi+YFFe721XqrvZPd+jbyyBjsvQ== } + resolution: {integrity: sha512-/mFKax6FK26KjgV2KW2D4YqKgoJ5DVJpNt87X2Jc9IxT2HBMy7nEIlc+n7pEi+YFFe721XqrvZPd+jbyyBjsvQ==} /cross-env@7.0.3: - resolution: { integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw== } - engines: { node: '>=10.14', npm: '>=6', yarn: '>=1' } + resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} + engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'} hasBin: true dependencies: cross-spawn: 7.0.3 dev: true /cross-fetch@3.1.8: - resolution: { integrity: sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg== } + resolution: {integrity: sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==} dependencies: node-fetch: 2.7.0 transitivePeerDependencies: - encoding /cross-fetch@4.0.0: - resolution: { integrity: sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g== } + resolution: {integrity: sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==} dependencies: node-fetch: 2.7.0 transitivePeerDependencies: - encoding /cross-spawn@7.0.3: - resolution: { integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} dependencies: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 /crypto-js@3.3.0: - resolution: { integrity: sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q== } + resolution: {integrity: sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==} dev: true /crypto-ld@3.9.0: - resolution: { integrity: sha512-PFE7V6A2QNnUp6iiPVEZI4p8wsztkEWLbY1BAXVnclm/aw4KGwpJ+1Ds4vQUCJ5BsWxj15fwE5rHQ8AWaWB2nw== } - engines: { node: '>=8.3.0' } + resolution: {integrity: sha512-PFE7V6A2QNnUp6iiPVEZI4p8wsztkEWLbY1BAXVnclm/aw4KGwpJ+1Ds4vQUCJ5BsWxj15fwE5rHQ8AWaWB2nw==} + engines: {node: '>=8.3.0'} dependencies: base64url-universal: 1.1.0 bs58: 4.0.1 @@ -11557,71 +11602,71 @@ packages: sodium-native: 3.4.1 /crypto-ld@6.0.0: - resolution: { integrity: sha512-XWL1LslqggNoaCI/m3I7HcvaSt9b2tYzdrXO+jHLUj9G1BvRfvV7ZTFDVY5nifYuIGAPdAGu7unPxLRustw3VA== } - engines: { node: '>=8.3.0' } + resolution: {integrity: sha512-XWL1LslqggNoaCI/m3I7HcvaSt9b2tYzdrXO+jHLUj9G1BvRfvV7ZTFDVY5nifYuIGAPdAGu7unPxLRustw3VA==} + engines: {node: '>=8.3.0'} /crypto-ld@7.0.0: - resolution: { integrity: sha512-RrXy6aB0TOhSiqsgavTQt1G8mKomKIaNLb2JZxj7A/Vi0EwmXguuBQoeiAvePfK6bDR3uQbqYnaLLs4irTWwgw== } - engines: { node: '>=14' } + resolution: {integrity: sha512-RrXy6aB0TOhSiqsgavTQt1G8mKomKIaNLb2JZxj7A/Vi0EwmXguuBQoeiAvePfK6bDR3uQbqYnaLLs4irTWwgw==} + engines: {node: '>=14'} /crypto-random-string@2.0.0: - resolution: { integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} + engines: {node: '>=8'} dev: true /css.escape@1.5.1: - resolution: { integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg== } + resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} dev: true /cssom@0.3.8: - resolution: { integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== } + resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} dev: true /cssom@0.4.4: - resolution: { integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw== } + resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==} dev: true /cssstyle@2.3.0: - resolution: { integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== } - engines: { node: '>=8' } + resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==} + engines: {node: '>=8'} dependencies: cssom: 0.3.8 dev: true /cssstyle@3.0.0: - resolution: { integrity: sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg== } - engines: { node: '>=14' } + resolution: {integrity: sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==} + engines: {node: '>=14'} dependencies: rrweb-cssom: 0.6.0 dev: true /csstype@3.1.3: - resolution: { integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== } + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} dev: true /csv-parse@5.5.6: - resolution: { integrity: sha512-uNpm30m/AGSkLxxy7d9yRXpJQFrZzVWLFBkS+6ngPcZkw/5k3L/jjFuj7tVnEpRn+QgmiXr21nDlhCiUK4ij2A== } + resolution: {integrity: sha512-uNpm30m/AGSkLxxy7d9yRXpJQFrZzVWLFBkS+6ngPcZkw/5k3L/jjFuj7tVnEpRn+QgmiXr21nDlhCiUK4ij2A==} dev: false /currently-unhandled@0.4.1: - resolution: { integrity: sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==} + engines: {node: '>=0.10.0'} dependencies: array-find-index: 1.0.2 dev: true /dargs@7.0.0: - resolution: { integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} + engines: {node: '>=8'} dev: true /data-uri-to-buffer@3.0.1: - resolution: { integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} + engines: {node: '>= 6'} /data-urls@2.0.0: - resolution: { integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} + engines: {node: '>=10'} dependencies: abab: 2.0.6 whatwg-mimetype: 2.3.0 @@ -11629,8 +11674,8 @@ packages: dev: true /data-urls@4.0.0: - resolution: { integrity: sha512-/mMTei/JXPqvFqQtfyTowxmJVwr2PVAeCcDxyFf6LhoOu/09TX2OX3kb2wzi4DMXcfj4OItwDOnhl5oziPnT6g== } - engines: { node: '>=14' } + resolution: {integrity: sha512-/mMTei/JXPqvFqQtfyTowxmJVwr2PVAeCcDxyFf6LhoOu/09TX2OX3kb2wzi4DMXcfj4OItwDOnhl5oziPnT6g==} + engines: {node: '>=14'} dependencies: abab: 2.0.6 whatwg-mimetype: 3.0.0 @@ -11638,45 +11683,45 @@ packages: dev: true /data-view-buffer@1.0.1: - resolution: { integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-data-view: 1.0.1 /data-view-byte-length@1.0.1: - resolution: { integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-data-view: 1.0.1 /data-view-byte-offset@1.0.0: - resolution: { integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-data-view: 1.0.1 /date-fns@2.30.0: - resolution: { integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw== } - engines: { node: '>=0.11' } + resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} + engines: {node: '>=0.11'} dependencies: '@babel/runtime': 7.24.5 dev: true /dateformat@3.0.3: - resolution: { integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== } + resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: true /dayjs@1.11.11: - resolution: { integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg== } + resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==} /debug@2.6.9: - resolution: { integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== } + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: supports-color: '*' peerDependenciesMeta: @@ -11686,7 +11731,7 @@ packages: ms: 2.0.0 /debug@3.2.7: - resolution: { integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== } + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: supports-color: '*' peerDependenciesMeta: @@ -11696,8 +11741,8 @@ packages: ms: 2.1.3 /debug@4.3.4: - resolution: { integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== } - engines: { node: '>=6.0' } + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} peerDependencies: supports-color: '*' peerDependenciesMeta: @@ -11707,8 +11752,8 @@ packages: ms: 2.1.2 /debug@4.3.5: - resolution: { integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg== } - engines: { node: '>=6.0' } + resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} + engines: {node: '>=6.0'} peerDependencies: supports-color: '*' peerDependenciesMeta: @@ -11718,33 +11763,33 @@ packages: ms: 2.1.2 /decamelize-keys@1.1.1: - resolution: { integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} + engines: {node: '>=0.10.0'} dependencies: decamelize: 1.2.0 map-obj: 1.0.1 dev: true /decamelize@1.2.0: - resolution: { integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} + engines: {node: '>=0.10.0'} /decimal.js@10.4.3: - resolution: { integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA== } + resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} dev: true /decompress-response@6.0.0: - resolution: { integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} + engines: {node: '>=10'} dependencies: mimic-response: 3.1.0 /dedent@0.7.0: - resolution: { integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== } + resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} dev: true /dedent@1.5.3: - resolution: { integrity: sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ== } + resolution: {integrity: sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==} peerDependencies: babel-plugin-macros: ^3.1.0 peerDependenciesMeta: @@ -11753,8 +11798,8 @@ packages: dev: true /deep-equal@2.2.3: - resolution: { integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} + engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.1 call-bind: 1.0.7 @@ -11777,45 +11822,45 @@ packages: dev: true /deep-extend@0.6.0: - resolution: { integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== } - engines: { node: '>=4.0.0' } + resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} + engines: {node: '>=4.0.0'} /deep-is@0.1.4: - resolution: { integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== } + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} /deepmerge@4.3.1: - resolution: { integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} + engines: {node: '>=0.10.0'} /defaults@1.0.4: - resolution: { integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== } + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} dependencies: clone: 1.0.4 /define-data-property@1.1.4: - resolution: { integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} dependencies: es-define-property: 1.0.0 es-errors: 1.3.0 gopd: 1.0.1 /define-lazy-prop@2.0.0: - resolution: { integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== } - engines: { node: '>=8' } + resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} + engines: {node: '>=8'} dev: true /define-properties@1.2.1: - resolution: { integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} dependencies: define-data-property: 1.1.4 has-property-descriptors: 1.0.2 object-keys: 1.1.1 /del@6.1.1: - resolution: { integrity: sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==} + engines: {node: '>=10'} dependencies: globby: 11.1.0 graceful-fs: 4.2.11 @@ -11828,69 +11873,69 @@ packages: dev: true /delay@5.0.0: - resolution: { integrity: sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==} + engines: {node: '>=10'} dev: false /delayed-stream@1.0.0: - resolution: { integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== } - engines: { node: '>=0.4.0' } + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} dev: true /delegates@1.0.0: - resolution: { integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ== } + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} /delimit-stream@0.1.0: - resolution: { integrity: sha512-a02fiQ7poS5CnjiJBAsjGLPp5EwVoGHNeu9sziBd9huppRfsAFIpv5zNLv0V1gbop53ilngAf5Kf331AwcoRBQ== } + resolution: {integrity: sha512-a02fiQ7poS5CnjiJBAsjGLPp5EwVoGHNeu9sziBd9huppRfsAFIpv5zNLv0V1gbop53ilngAf5Kf331AwcoRBQ==} dev: false /denodeify@1.2.1: - resolution: { integrity: sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg== } + resolution: {integrity: sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg==} /depd@2.0.0: - resolution: { integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} + engines: {node: '>= 0.8'} /deprecation@2.3.1: - resolution: { integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== } + resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} dev: true /dequal@2.0.3: - resolution: { integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA== } - engines: { node: '>=6' } + resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} + engines: {node: '>=6'} dev: true /destroy@1.2.0: - resolution: { integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== } - engines: { node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16 } + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} /detect-indent@5.0.0: - resolution: { integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g== } - engines: { node: '>=4' } + resolution: {integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==} + engines: {node: '>=4'} dev: true /detect-libc@2.0.3: - resolution: { integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} + engines: {node: '>=8'} /detect-newline@3.1.0: - resolution: { integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} + engines: {node: '>=8'} dev: true /did-context@3.1.1: - resolution: { integrity: sha512-iFpszgSxc7d1kNBJWC+PAzNTpe5LPalzsIunTMIpbG3O37Q7Zi7u4iIaedaM7UhziBhT+Agr9DyvAiXSUyfepQ== } + resolution: {integrity: sha512-iFpszgSxc7d1kNBJWC+PAzNTpe5LPalzsIunTMIpbG3O37Q7Zi7u4iIaedaM7UhziBhT+Agr9DyvAiXSUyfepQ==} dev: false /did-jwt-vc@3.1.3: - resolution: { integrity: sha512-qB1FiQ0sT/FUR5+mQ//P5lS0Gllrtes2OxC3WVMOt8ND0LolF92ohozv50ukyOvB2zBzgfm5durcIPqQcoI+LA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-qB1FiQ0sT/FUR5+mQ//P5lS0Gllrtes2OxC3WVMOt8ND0LolF92ohozv50ukyOvB2zBzgfm5durcIPqQcoI+LA==} + engines: {node: '>=14'} dependencies: did-jwt: 6.11.6(patch_hash=afqywxnnjnsy6hwgax66dyyiey) did-resolver: 4.1.0 /did-jwt@6.11.6(patch_hash=afqywxnnjnsy6hwgax66dyyiey): - resolution: { integrity: sha512-OfbWknRxJuUqH6Lk0x+H1FsuelGugLbBDEwsoJnicFOntIG/A4y19fn0a8RLxaQbWQ5gXg0yDq5E2huSBiiXzw== } + resolution: {integrity: sha512-OfbWknRxJuUqH6Lk0x+H1FsuelGugLbBDEwsoJnicFOntIG/A4y19fn0a8RLxaQbWQ5gXg0yDq5E2huSBiiXzw==} dependencies: '@stablelib/ed25519': 1.0.3 '@stablelib/random': 1.0.2 @@ -11907,103 +11952,103 @@ packages: patched: true /did-resolver@3.2.2: - resolution: { integrity: sha512-Eeo2F524VM5N3W4GwglZrnul2y6TLTwMQP3In62JdG34NZoqihYyOZLk+5wUW8sSgvIYIcJM8Dlt3xsdKZZ3tg== } + resolution: {integrity: sha512-Eeo2F524VM5N3W4GwglZrnul2y6TLTwMQP3In62JdG34NZoqihYyOZLk+5wUW8sSgvIYIcJM8Dlt3xsdKZZ3tg==} dev: true /did-resolver@4.1.0: - resolution: { integrity: sha512-S6fWHvCXkZg2IhS4RcVHxwuyVejPR7c+a4Go0xbQ9ps5kILa8viiYQgrM4gfTyeTjJ0ekgJH9gk/BawTpmkbZA== } + resolution: {integrity: sha512-S6fWHvCXkZg2IhS4RcVHxwuyVejPR7c+a4Go0xbQ9ps5kILa8viiYQgrM4gfTyeTjJ0ekgJH9gk/BawTpmkbZA==} /diff-sequences@27.5.1: - resolution: { integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true /diff-sequences@29.6.3: - resolution: { integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true /diff@4.0.2: - resolution: { integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== } - engines: { node: '>=0.3.1' } + resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} + engines: {node: '>=0.3.1'} /dir-glob@3.0.1: - resolution: { integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} dependencies: path-type: 4.0.0 dev: true /doctrine@2.1.0: - resolution: { integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} + engines: {node: '>=0.10.0'} dependencies: esutils: 2.0.3 dev: true /doctrine@3.0.0: - resolution: { integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== } - engines: { node: '>=6.0.0' } + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 dev: true /dom-accessibility-api@0.5.16: - resolution: { integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg== } + resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} dev: true /domexception@2.0.1: - resolution: { integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==} + engines: {node: '>=8'} deprecated: Use your platform's native DOMException instead dependencies: webidl-conversions: 5.0.0 dev: true /domexception@4.0.0: - resolution: { integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw== } - engines: { node: '>=12' } + resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==} + engines: {node: '>=12'} deprecated: Use your platform's native DOMException instead dependencies: webidl-conversions: 7.0.0 dev: true /dot-prop@5.3.0: - resolution: { integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== } - engines: { node: '>=8' } + resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} + engines: {node: '>=8'} dependencies: is-obj: 2.0.0 dev: true /dotenv-expand@10.0.0: - resolution: { integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A== } - engines: { node: '>=12' } + resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==} + engines: {node: '>=12'} dev: true /dotenv-flow@3.3.0: - resolution: { integrity: sha512-GLSvRqDZ1TGhloS6ZCZ5chdqqv/3XMqZxAnX9rliJiHn6uyJLguKeu+3M2kcagBkoVCnLWYfbR4rfFe1xSU39A== } - engines: { node: '>= 8.0.0' } + resolution: {integrity: sha512-GLSvRqDZ1TGhloS6ZCZ5chdqqv/3XMqZxAnX9rliJiHn6uyJLguKeu+3M2kcagBkoVCnLWYfbR4rfFe1xSU39A==} + engines: {node: '>= 8.0.0'} dependencies: dotenv: 8.6.0 dev: false /dotenv@16.3.2: - resolution: { integrity: sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ== } - engines: { node: '>=12' } + resolution: {integrity: sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==} + engines: {node: '>=12'} dev: true /dotenv@16.4.5: - resolution: { integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg== } - engines: { node: '>=12' } + resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} + engines: {node: '>=12'} /dotenv@8.6.0: - resolution: { integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== } - engines: { node: '>=10' } + resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==} + engines: {node: '>=10'} dev: false /drbg.js@1.0.1: - resolution: { integrity: sha512-F4wZ06PvqxYLFEZKkFxTDcns9oFNk34hvmJSEwdzsxVQ8YI5YaxtACgQatkYgv2VI2CFkUd2Y+xosPQnHv809g== } - engines: { node: '>=0.10' } + resolution: {integrity: sha512-F4wZ06PvqxYLFEZKkFxTDcns9oFNk34hvmJSEwdzsxVQ8YI5YaxtACgQatkYgv2VI2CFkUd2Y+xosPQnHv809g==} + engines: {node: '>=0.10'} dependencies: browserify-aes: 1.2.0 create-hash: 1.2.0 @@ -12011,59 +12056,59 @@ packages: dev: true /dtrace-provider@0.8.8: - resolution: { integrity: sha512-b7Z7cNtHPhH9EJhNNbbeqTcXB8LGFFZhq1PGgEvpeHlzd36bhbdTWoE/Ba/YguqpBSlAPKnARWhVlhunCMwfxg== } - engines: { node: '>=0.10' } + resolution: {integrity: sha512-b7Z7cNtHPhH9EJhNNbbeqTcXB8LGFFZhq1PGgEvpeHlzd36bhbdTWoE/Ba/YguqpBSlAPKnARWhVlhunCMwfxg==} + engines: {node: '>=0.10'} requiresBuild: true dependencies: nan: 2.19.0 optional: true /duplexer2@0.1.4: - resolution: { integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA== } + resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==} dependencies: readable-stream: 2.3.8 dev: true /duplexer@0.1.2: - resolution: { integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== } + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} dev: true /eastasianwidth@0.2.0: - resolution: { integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== } + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} /ecdsa-sig-formatter@1.0.11: - resolution: { integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ== } + resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} dependencies: safe-buffer: 5.2.1 /ed25519-signature-2018-context@1.1.0: - resolution: { integrity: sha512-ppDWYMNwwp9bploq0fS4l048vHIq41nWsAbPq6H4mNVx9G/GxW3fwg4Ln0mqctP13MoEpREK7Biz8TbVVdYXqA== } + resolution: {integrity: sha512-ppDWYMNwwp9bploq0fS4l048vHIq41nWsAbPq6H4mNVx9G/GxW3fwg4Ln0mqctP13MoEpREK7Biz8TbVVdYXqA==} /ed25519-signature-2020-context@1.1.0: - resolution: { integrity: sha512-dBGSmoUIK6h2vadDctrDnhhTO01PR2hJk0mRNEfrRDPCjaIwrfy4J+eziEQ9Q1m8By4f/CSRgKM1h53ydKfdNg== } + resolution: {integrity: sha512-dBGSmoUIK6h2vadDctrDnhhTO01PR2hJk0mRNEfrRDPCjaIwrfy4J+eziEQ9Q1m8By4f/CSRgKM1h53ydKfdNg==} /ee-first@1.1.1: - resolution: { integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== } + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} /eip-712-types-generation@0.1.6: - resolution: { integrity: sha512-O2zjZcGFKyuXxW3s5ATxA1EJzszWHKYASBqpIyIhXzvFW6YFkYdDIgsoAdLnX3ClZd6908xaOPPPbTVgXy0URQ== } + resolution: {integrity: sha512-O2zjZcGFKyuXxW3s5ATxA1EJzszWHKYASBqpIyIhXzvFW6YFkYdDIgsoAdLnX3ClZd6908xaOPPPbTVgXy0URQ==} dependencies: json-canonicalize: 1.0.6 dev: true /ejs@3.1.10: - resolution: { integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==} + engines: {node: '>=0.10.0'} hasBin: true dependencies: jake: 10.9.1 dev: true /electron-to-chromium@1.4.779: - resolution: { integrity: sha512-oaTiIcszNfySXVJzKcjxd2YjPxziAd+GmXyb2HbidCeFo6Z88ygOT7EimlrEQhM2U08VhSrbKhLOXP0kKUCZ6g== } + resolution: {integrity: sha512-oaTiIcszNfySXVJzKcjxd2YjPxziAd+GmXyb2HbidCeFo6Z88ygOT7EimlrEQhM2U08VhSrbKhLOXP0kKUCZ6g==} /elliptic@6.5.4: - resolution: { integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== } + resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} dependencies: bn.js: 4.12.0 brorand: 1.1.0 @@ -12074,68 +12119,68 @@ packages: minimalistic-crypto-utils: 1.0.1 /emittery@0.13.1: - resolution: { integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ== } - engines: { node: '>=12' } + resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} + engines: {node: '>=12'} dev: true /emittery@0.8.1: - resolution: { integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} + engines: {node: '>=10'} dev: true /emoji-regex@8.0.0: - resolution: { integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== } + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} /emoji-regex@9.2.2: - resolution: { integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== } + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} /encodeurl@1.0.2: - resolution: { integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} + engines: {node: '>= 0.8'} /encoding@0.1.13: - resolution: { integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== } + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} requiresBuild: true dependencies: iconv-lite: 0.6.3 optional: true /end-of-stream@1.4.4: - resolution: { integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== } + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} dependencies: once: 1.4.0 /enhanced-resolve@5.16.1: - resolution: { integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw== } - engines: { node: '>=10.13.0' } + resolution: {integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==} + engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 dev: true /enquirer@2.3.6: - resolution: { integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== } - engines: { node: '>=8.6' } + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} dependencies: ansi-colors: 4.1.3 dev: true /enquirer@2.4.1: - resolution: { integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ== } - engines: { node: '>=8.6' } + resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==} + engines: {node: '>=8.6'} dependencies: ansi-colors: 4.1.3 strip-ansi: 6.0.1 dev: true /entities@4.5.0: - resolution: { integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== } - engines: { node: '>=0.12' } + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} dev: true /env-ci@5.5.0: - resolution: { integrity: sha512-o0JdWIbOLP+WJKIUt36hz1ImQQFuN92nhsfTkHHap+J8CiI8WgGpH/a9jEGHh4/TU5BUUGjlnKXNoDb57+ne+A== } - engines: { node: '>=10.17' } + resolution: {integrity: sha512-o0JdWIbOLP+WJKIUt36hz1ImQQFuN92nhsfTkHHap+J8CiI8WgGpH/a9jEGHh4/TU5BUUGjlnKXNoDb57+ne+A==} + engines: {node: '>=10.17'} dependencies: execa: 5.1.1 fromentries: 1.3.2 @@ -12143,43 +12188,43 @@ packages: dev: true /env-paths@2.2.1: - resolution: { integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== } - engines: { node: '>=6' } + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} /envinfo@7.13.0: - resolution: { integrity: sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q== } - engines: { node: '>=4' } + resolution: {integrity: sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==} + engines: {node: '>=4'} hasBin: true /envinfo@7.8.1: - resolution: { integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==} + engines: {node: '>=4'} hasBin: true dev: true /err-code@2.0.3: - resolution: { integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== } + resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} /error-ex@1.3.2: - resolution: { integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== } + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} dependencies: is-arrayish: 0.2.1 /error-stack-parser@2.1.4: - resolution: { integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ== } + resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} dependencies: stackframe: 1.3.4 /errorhandler@1.5.1: - resolution: { integrity: sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==} + engines: {node: '>= 0.8'} dependencies: accepts: 1.3.8 escape-html: 1.0.3 /es-abstract@1.23.3: - resolution: { integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} + engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.1 arraybuffer.prototype.slice: 1.0.3 @@ -12229,17 +12274,17 @@ packages: which-typed-array: 1.1.15 /es-define-property@1.0.0: - resolution: { integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.4 /es-errors@1.3.0: - resolution: { integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} /es-get-iterator@1.1.3: - resolution: { integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw== } + resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} dependencies: call-bind: 1.0.7 get-intrinsic: 1.2.4 @@ -12253,63 +12298,63 @@ packages: dev: true /es-object-atoms@1.0.0: - resolution: { integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} + engines: {node: '>= 0.4'} dependencies: es-errors: 1.3.0 /es-set-tostringtag@2.0.3: - resolution: { integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} + engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.4 has-tostringtag: 1.0.2 hasown: 2.0.2 /es-shim-unscopables@1.0.2: - resolution: { integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw== } + resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} dependencies: hasown: 2.0.2 dev: true /es-to-primitive@1.2.1: - resolution: { integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} dependencies: is-callable: 1.2.7 is-date-object: 1.0.5 is-symbol: 1.0.4 /es6-promise@4.2.8: - resolution: { integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w== } + resolution: {integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==} /escalade@3.1.2: - resolution: { integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA== } - engines: { node: '>=6' } + resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} + engines: {node: '>=6'} /escape-html@1.0.3: - resolution: { integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== } + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} /escape-string-regexp@1.0.5: - resolution: { integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== } - engines: { node: '>=0.8.0' } + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} /escape-string-regexp@2.0.0: - resolution: { integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== } - engines: { node: '>=8' } + resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} + engines: {node: '>=8'} /escape-string-regexp@4.0.0: - resolution: { integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} /escape-string-regexp@5.0.0: - resolution: { integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== } - engines: { node: '>=12' } + resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} + engines: {node: '>=12'} dev: false /escodegen@1.14.3: - resolution: { integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== } - engines: { node: '>=4.0' } + resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==} + engines: {node: '>=4.0'} hasBin: true dependencies: esprima: 4.0.1 @@ -12320,8 +12365,8 @@ packages: source-map: 0.6.1 /escodegen@2.1.0: - resolution: { integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w== } - engines: { node: '>=6.0' } + resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} + engines: {node: '>=6.0'} hasBin: true dependencies: esprima: 4.0.1 @@ -12332,7 +12377,7 @@ packages: dev: true /eslint-config-prettier@9.1.0(eslint@8.57.0): - resolution: { integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== } + resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -12341,7 +12386,7 @@ packages: dev: true /eslint-import-resolver-node@0.3.9: - resolution: { integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g== } + resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} dependencies: debug: 3.2.7 is-core-module: 2.13.1 @@ -12351,8 +12396,8 @@ packages: dev: true /eslint-module-utils@2.8.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): - resolution: { integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q== } - engines: { node: '>=4' } + resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} + engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' eslint: '*' @@ -12380,8 +12425,8 @@ packages: dev: true /eslint-plugin-eslint-comments@3.2.0(eslint@8.57.0): - resolution: { integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ== } - engines: { node: '>=6.5.0' } + resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} + engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: @@ -12391,8 +12436,8 @@ packages: dev: true /eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0)(eslint@8.57.0): - resolution: { integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} + engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 @@ -12426,8 +12471,8 @@ packages: dev: true /eslint-plugin-promise@6.1.1(eslint@8.57.0): - resolution: { integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: @@ -12435,31 +12480,31 @@ packages: dev: true /eslint-scope@5.1.1: - resolution: { integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== } - engines: { node: '>=8.0.0' } + resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} + engines: {node: '>=8.0.0'} dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 dev: true /eslint-scope@7.2.2: - resolution: { integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 dev: true /eslint-utils@2.1.0: - resolution: { integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} + engines: {node: '>=6'} dependencies: eslint-visitor-keys: 1.3.0 dev: true /eslint-utils@3.0.0(eslint@7.32.0): - resolution: { integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== } - engines: { node: ^10.0.0 || ^12.0.0 || >= 14.0.0 } + resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} + engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: @@ -12468,23 +12513,23 @@ packages: dev: true /eslint-visitor-keys@1.3.0: - resolution: { integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} + engines: {node: '>=4'} dev: true /eslint-visitor-keys@2.1.0: - resolution: { integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} + engines: {node: '>=10'} dev: true /eslint-visitor-keys@3.4.3: - resolution: { integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true /eslint@7.32.0: - resolution: { integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA== } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} + engines: {node: ^10.12.0 || >=12.0.0} hasBin: true dependencies: '@babel/code-frame': 7.12.11 @@ -12532,8 +12577,8 @@ packages: dev: true /eslint@8.57.0: - resolution: { integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) @@ -12579,8 +12624,8 @@ packages: dev: true /espree@7.3.1: - resolution: { integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} + engines: {node: ^10.12.0 || >=12.0.0} dependencies: acorn: 7.4.1 acorn-jsx: 5.3.2(acorn@7.4.1) @@ -12588,8 +12633,8 @@ packages: dev: true /espree@9.6.1: - resolution: { integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.11.3 acorn-jsx: 5.3.2(acorn@8.11.3) @@ -12597,43 +12642,43 @@ packages: dev: true /esprima@4.0.1: - resolution: { integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== } - engines: { node: '>=4' } + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} hasBin: true /esquery@1.5.0: - resolution: { integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== } - engines: { node: '>=0.10' } + resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} + engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 dev: true /esrecurse@4.3.0: - resolution: { integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== } - engines: { node: '>=4.0' } + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} dependencies: estraverse: 5.3.0 dev: true /estraverse@4.3.0: - resolution: { integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== } - engines: { node: '>=4.0' } + resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} + engines: {node: '>=4.0'} /estraverse@5.3.0: - resolution: { integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== } - engines: { node: '>=4.0' } + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} dev: true /esutils@2.0.3: - resolution: { integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} /etag@1.8.1: - resolution: { integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} + engines: {node: '>= 0.6'} /ethereum-checksum-address@0.0.2: - resolution: { integrity: sha512-GAb7mPvGgcfi1j+Bsnwm9af9Z7dLUKp+5cFm88+kMrKACfh9gLatGLVVK5pSGEG2pOGfrmqCRcuh3RtMjIg8GQ== } + resolution: {integrity: sha512-GAb7mPvGgcfi1j+Bsnwm9af9Z7dLUKp+5cFm88+kMrKACfh9gLatGLVVK5pSGEG2pOGfrmqCRcuh3RtMjIg8GQ==} hasBin: true dependencies: keccak256: 1.0.6 @@ -12641,7 +12686,7 @@ packages: dev: true /ethereum-cryptography@2.1.3: - resolution: { integrity: sha512-BlwbIL7/P45W8FGW2r7LGuvoEZ+7PWsniMvQ4p5s2xCyw9tmaDlpfsN9HjAucbF+t/qpVHwZUisgfK24TCW8aA== } + resolution: {integrity: sha512-BlwbIL7/P45W8FGW2r7LGuvoEZ+7PWsniMvQ4p5s2xCyw9tmaDlpfsN9HjAucbF+t/qpVHwZUisgfK24TCW8aA==} dependencies: '@noble/curves': 1.3.0 '@noble/hashes': 1.2.0 @@ -12649,7 +12694,7 @@ packages: '@scure/bip39': 1.2.2 /ethereum-public-key-to-address@0.0.2: - resolution: { integrity: sha512-KRd0yrlbgESK3A62L4sHiJRk+b/UPX92Ehd0cCXWa5L7bQaq7z5q4BSRhuUuSZj++LQHQfJQQnJkskuHjDnbCQ== } + resolution: {integrity: sha512-KRd0yrlbgESK3A62L4sHiJRk+b/UPX92Ehd0cCXWa5L7bQaq7z5q4BSRhuUuSZj++LQHQfJQQnJkskuHjDnbCQ==} hasBin: true dependencies: ethereum-checksum-address: 0.0.2 @@ -12659,7 +12704,7 @@ packages: dev: true /ethers@5.7.2: - resolution: { integrity: sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg== } + resolution: {integrity: sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==} dependencies: '@ethersproject/abi': 5.7.0 '@ethersproject/abstract-provider': 5.7.0 @@ -12697,8 +12742,8 @@ packages: dev: false /ethers@6.13.1: - resolution: { integrity: sha512-hdJ2HOxg/xx97Lm9HdCWk949BfYqYWpyw4//78SiwOLgASyfrNszfMUNB2joKjvGUdwhHfaiMMFFwacVVoLR9A== } - engines: { node: '>=14.0.0' } + resolution: {integrity: sha512-hdJ2HOxg/xx97Lm9HdCWk949BfYqYWpyw4//78SiwOLgASyfrNszfMUNB2joKjvGUdwhHfaiMMFFwacVVoLR9A==} + engines: {node: '>=14.0.0'} dependencies: '@adraffy/ens-normalize': 1.10.1 '@noble/curves': 1.2.0 @@ -12713,14 +12758,14 @@ packages: dev: false /ethjs-util@0.1.6: - resolution: { integrity: sha512-CUnVOQq7gSpDHZVVrQW8ExxUETWrnrvXYvYz55wOU8Uj4VCgw56XC2B/fVqQN+f7gmrnRHSLVnFAwsCuNwji8w== } - engines: { node: '>=6.5.0', npm: '>=3' } + resolution: {integrity: sha512-CUnVOQq7gSpDHZVVrQW8ExxUETWrnrvXYvYz55wOU8Uj4VCgw56XC2B/fVqQN+f7gmrnRHSLVnFAwsCuNwji8w==} + engines: {node: '>=6.5.0', npm: '>=3'} dependencies: is-hex-prefixed: 1.0.0 strip-hex-prefix: 1.0.0 /ethr-did-resolver@8.1.2: - resolution: { integrity: sha512-dnbE3GItE1YHp/eavR11KbGDi8Il01H9GeH+wKgoSgE95pKBZufHyHYce/EK2k8VOmj6MJf8u/TIpPvxjCbK+A== } + resolution: {integrity: sha512-dnbE3GItE1YHp/eavR11KbGDi8Il01H9GeH+wKgoSgE95pKBZufHyHYce/EK2k8VOmj6MJf8u/TIpPvxjCbK+A==} dependencies: '@ethersproject/abi': 5.7.0 '@ethersproject/abstract-signer': 5.7.0 @@ -12740,7 +12785,7 @@ packages: dev: true /ethr-did@2.3.9: - resolution: { integrity: sha512-UXXfbhhHQW7hra5UOuIYiTKO93A1c93eXFh9nrlsUncYgXy7zSSUYFFxER9j/t9dD8q0bmVgRZe9SCeZh57gDg== } + resolution: {integrity: sha512-UXXfbhhHQW7hra5UOuIYiTKO93A1c93eXFh9nrlsUncYgXy7zSSUYFFxER9j/t9dD8q0bmVgRZe9SCeZh57gDg==} dependencies: '@ethersproject/abstract-signer': 5.7.0 '@ethersproject/base64': 5.7.0 @@ -12760,31 +12805,31 @@ packages: dev: true /event-target-shim@5.0.1: - resolution: { integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} /eventemitter3@4.0.7: - resolution: { integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== } + resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} dev: true /eventemitter3@5.0.1: - resolution: { integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA== } + resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} dev: false /events@3.3.0: - resolution: { integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== } - engines: { node: '>=0.8.x' } + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} /evp_bytestokey@1.0.3: - resolution: { integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== } + resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} dependencies: md5.js: 1.3.5 safe-buffer: 5.2.1 dev: true /execa@4.1.0: - resolution: { integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==} + engines: {node: '>=10'} dependencies: cross-spawn: 7.0.3 get-stream: 5.2.0 @@ -12798,8 +12843,8 @@ packages: dev: true /execa@5.0.0: - resolution: { integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==} + engines: {node: '>=10'} dependencies: cross-spawn: 7.0.3 get-stream: 6.0.0 @@ -12813,8 +12858,8 @@ packages: dev: true /execa@5.1.1: - resolution: { integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 @@ -12827,17 +12872,17 @@ packages: strip-final-newline: 2.0.0 /exit@0.1.2: - resolution: { integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} + engines: {node: '>= 0.8.0'} dev: true /expand-template@2.0.3: - resolution: { integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} + engines: {node: '>=6'} /expect@27.5.1: - resolution: { integrity: sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 jest-get-type: 27.5.1 @@ -12846,8 +12891,8 @@ packages: dev: true /expect@29.7.0: - resolution: { integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/expect-utils': 29.7.0 jest-get-type: 29.6.3 @@ -12857,12 +12902,12 @@ packages: dev: true /exponential-backoff@3.1.1: - resolution: { integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw== } + resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} dev: true /express-handlebars@6.0.7: - resolution: { integrity: sha512-iYeMFpc/hMD+E6FNAZA5fgWeXnXr4rslOSPkeEV6TwdmpJ5lEXuWX0u9vFYs31P2MURctQq2batR09oeNj0LIg== } - engines: { node: '>=v12.22.9' } + resolution: {integrity: sha512-iYeMFpc/hMD+E6FNAZA5fgWeXnXr4rslOSPkeEV6TwdmpJ5lEXuWX0u9vFYs31P2MURctQq2batR09oeNj0LIg==} + engines: {node: '>=v12.22.9'} dependencies: glob: 8.1.0 graceful-fs: 4.2.11 @@ -12870,8 +12915,8 @@ packages: dev: true /express-session@1.18.0: - resolution: { integrity: sha512-m93QLWr0ju+rOwApSsyso838LQwgfs44QtOP/WBiwtAgPIo/SAh1a5c6nn2BR6mFNZehTpqKDESzP+fRHVbxwQ== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-m93QLWr0ju+rOwApSsyso838LQwgfs44QtOP/WBiwtAgPIo/SAh1a5c6nn2BR6mFNZehTpqKDESzP+fRHVbxwQ==} + engines: {node: '>= 0.8.0'} dependencies: cookie: 0.6.0 cookie-signature: 1.0.7 @@ -12885,8 +12930,8 @@ packages: - supports-color /express@4.19.2: - resolution: { integrity: sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q== } - engines: { node: '>= 0.10.0' } + resolution: {integrity: sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==} + engines: {node: '>= 0.10.0'} dependencies: accepts: 1.3.8 array-flatten: 1.1.1 @@ -12923,41 +12968,41 @@ packages: - supports-color /expression-eval@5.0.1: - resolution: { integrity: sha512-7SL4miKp19lI834/F6y156xlNg+i9Q41tteuGNCq9C06S78f1bm3BXuvf0+QpQxv369Pv/P2R7Hb17hzxLpbDA== } + resolution: {integrity: sha512-7SL4miKp19lI834/F6y156xlNg+i9Q41tteuGNCq9C06S78f1bm3BXuvf0+QpQxv369Pv/P2R7Hb17hzxLpbDA==} deprecated: The expression-eval npm package is no longer maintained. The package was originally published as part of a now-completed personal project, and I do not have incentives to continue maintenance. dependencies: jsep: 0.3.5 dev: false /external-editor@3.1.0: - resolution: { integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== } - engines: { node: '>=4' } + resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} + engines: {node: '>=4'} dependencies: chardet: 0.7.0 iconv-lite: 0.4.24 tmp: 0.0.33 /factory.ts@0.5.2: - resolution: { integrity: sha512-I4YDKuyMW+s2PocnWh/Ekv9wSStt/MNN1ZRb1qhy0Kv056ndlzbLHDsW9KEmTAqMpLI3BtjSqEdZ7ZfdnaXn9w== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-I4YDKuyMW+s2PocnWh/Ekv9wSStt/MNN1ZRb1qhy0Kv056ndlzbLHDsW9KEmTAqMpLI3BtjSqEdZ7ZfdnaXn9w==} + engines: {node: '>= 14'} dependencies: clone-deep: 4.0.1 source-map-support: 0.5.21 /factory.ts@1.4.1: - resolution: { integrity: sha512-x5hrzGOZvQnw82ZK+fUo/p1nlbJGCi564FBx3jQWQix6xyEK8xvdCwjdgdmbaUiqfURWWfjgTJyBU5OSfs52tw== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-x5hrzGOZvQnw82ZK+fUo/p1nlbJGCi564FBx3jQWQix6xyEK8xvdCwjdgdmbaUiqfURWWfjgTJyBU5OSfs52tw==} + engines: {node: '>= 14'} dependencies: clone-deep: 4.0.1 source-map-support: 0.5.21 dev: false /fast-deep-equal@3.1.3: - resolution: { integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== } + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} /fast-glob@3.3.2: - resolution: { integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== } - engines: { node: '>=8.6.0' } + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 @@ -12966,49 +13011,49 @@ packages: micromatch: 4.0.7 /fast-json-stable-stringify@2.1.0: - resolution: { integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== } + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} /fast-levenshtein@2.0.6: - resolution: { integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== } + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} /fast-printf@1.6.9: - resolution: { integrity: sha512-FChq8hbz65WMj4rstcQsFB0O7Cy++nmbNfLYnD9cYv2cRn8EG6k/MGn9kO/tjO66t09DLDugj3yL+V2o6Qftrg== } - engines: { node: '>=10.0' } + resolution: {integrity: sha512-FChq8hbz65WMj4rstcQsFB0O7Cy++nmbNfLYnD9cYv2cRn8EG6k/MGn9kO/tjO66t09DLDugj3yL+V2o6Qftrg==} + engines: {node: '>=10.0'} dependencies: boolean: 3.2.0 dev: false /fast-safe-stringify@2.1.1: - resolution: { integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA== } + resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} /fast-text-encoding@1.0.6: - resolution: { integrity: sha512-VhXlQgj9ioXCqGstD37E/HBeqEGV/qOD/kmbVG8h5xKBYvM1L3lR1Zn4555cQ8GkYbJa8aJSipLPndE1k6zK2w== } + resolution: {integrity: sha512-VhXlQgj9ioXCqGstD37E/HBeqEGV/qOD/kmbVG8h5xKBYvM1L3lR1Zn4555cQ8GkYbJa8aJSipLPndE1k6zK2w==} /fast-url-parser@1.1.3: - resolution: { integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ== } + resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} dependencies: punycode: 1.4.1 dev: true /fast-xml-parser@4.4.0: - resolution: { integrity: sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg== } + resolution: {integrity: sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==} hasBin: true dependencies: strnum: 1.0.5 /fastq@1.17.1: - resolution: { integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w== } + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} dependencies: reusify: 1.0.4 /fb-watchman@2.0.2: - resolution: { integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA== } + resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} dependencies: bser: 2.1.1 /fetch-blob@2.1.2: - resolution: { integrity: sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow== } - engines: { node: ^10.17.0 || >=12.3.0 } + resolution: {integrity: sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==} + engines: {node: ^10.17.0 || >=12.3.0} peerDependencies: domexception: '*' peerDependenciesMeta: @@ -13016,52 +13061,52 @@ packages: optional: true /figures@2.0.0: - resolution: { integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==} + engines: {node: '>=4'} dependencies: escape-string-regexp: 1.0.5 dev: true /figures@3.2.0: - resolution: { integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} dependencies: escape-string-regexp: 1.0.5 dev: true /figures@5.0.0: - resolution: { integrity: sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg== } - engines: { node: '>=14' } + resolution: {integrity: sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==} + engines: {node: '>=14'} dependencies: escape-string-regexp: 5.0.0 is-unicode-supported: 1.3.0 dev: false /file-entry-cache@6.0.1: - resolution: { integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.2.0 dev: true /file-uri-to-path@1.0.0: - resolution: { integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== } + resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} /filelist@1.0.4: - resolution: { integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q== } + resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} dependencies: minimatch: 5.1.6 dev: true /fill-range@7.1.1: - resolution: { integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 /finalhandler@1.1.2: - resolution: { integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} + engines: {node: '>= 0.8'} dependencies: debug: 2.6.9 encodeurl: 1.0.2 @@ -13074,8 +13119,8 @@ packages: - supports-color /finalhandler@1.2.0: - resolution: { integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} + engines: {node: '>= 0.8'} dependencies: debug: 2.6.9 encodeurl: 1.0.2 @@ -13088,16 +13133,16 @@ packages: - supports-color /find-cache-dir@2.1.0: - resolution: { integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} + engines: {node: '>=6'} dependencies: commondir: 1.0.1 make-dir: 2.1.0 pkg-dir: 3.0.0 /find-replace@3.0.0: - resolution: { integrity: sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ== } - engines: { node: '>=4.0.0' } + resolution: {integrity: sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==} + engines: {node: '>=4.0.0'} requiresBuild: true dependencies: array-back: 3.1.0 @@ -13105,47 +13150,47 @@ packages: optional: true /find-up@2.1.0: - resolution: { integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} + engines: {node: '>=4'} dependencies: locate-path: 2.0.0 dev: true /find-up@3.0.0: - resolution: { integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} + engines: {node: '>=6'} dependencies: locate-path: 3.0.0 /find-up@4.1.0: - resolution: { integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} + engines: {node: '>=8'} dependencies: locate-path: 5.0.0 path-exists: 4.0.0 /find-up@5.0.0: - resolution: { integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== } - engines: { node: '>=10' } + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} dependencies: locate-path: 6.0.0 path-exists: 4.0.0 /find-versions@4.0.0: - resolution: { integrity: sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-wgpWy002tA+wgmO27buH/9KzyEOQnKsG/R0yrcjPT9BOFm0zRBVQbZ95nRGXWMywS8YR5knRbpohio0bcJABxQ==} + engines: {node: '>=10'} dependencies: semver-regex: 3.1.4 dev: true /find-yarn-workspace-root@2.0.0: - resolution: { integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ== } + resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} dependencies: micromatch: 4.0.7 dev: true /fix-esm@1.0.1: - resolution: { integrity: sha512-EZtb7wPXZS54GaGxaWxMlhd1DUDCnAg5srlYdu/1ZVeW+7wwR3Tp59nu52dXByFs3MBRq+SByx1wDOJpRvLEXw== } + resolution: {integrity: sha512-EZtb7wPXZS54GaGxaWxMlhd1DUDCnAg5srlYdu/1ZVeW+7wwR3Tp59nu52dXByFs3MBRq+SByx1wDOJpRvLEXw==} dependencies: '@babel/core': 7.24.5 '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.24.5) @@ -13155,8 +13200,8 @@ packages: dev: false /flat-cache@3.2.0: - resolution: { integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== } - engines: { node: ^10.12.0 || >=12.0.0 } + resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} + engines: {node: ^10.12.0 || >=12.0.0} dependencies: flatted: 3.3.1 keyv: 4.5.4 @@ -13164,24 +13209,24 @@ packages: dev: true /flat@5.0.2: - resolution: { integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== } + resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} hasBin: true dev: true /flatted@3.3.1: - resolution: { integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw== } + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} dev: true /flow-enums-runtime@0.0.6: - resolution: { integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw== } + resolution: {integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==} /flow-parser@0.236.0: - resolution: { integrity: sha512-0OEk9Gr+Yj7wjDW2KgaNYUypKau71jAfFyeLQF5iVtxqc6uJHag/MT7pmaEApf4qM7u86DkBcd4ualddYMfbLw== } - engines: { node: '>=0.4.0' } + resolution: {integrity: sha512-0OEk9Gr+Yj7wjDW2KgaNYUypKau71jAfFyeLQF5iVtxqc6uJHag/MT7pmaEApf4qM7u86DkBcd4ualddYMfbLw==} + engines: {node: '>=0.4.0'} /follow-redirects@1.15.6(debug@4.3.5): - resolution: { integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== } - engines: { node: '>=4.0' } + resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} + engines: {node: '>=4.0'} peerDependencies: debug: '*' peerDependenciesMeta: @@ -13192,23 +13237,23 @@ packages: dev: true /for-each@0.3.3: - resolution: { integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw== } + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: is-callable: 1.2.7 /foreach@2.0.6: - resolution: { integrity: sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg== } + resolution: {integrity: sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg==} /foreground-child@3.1.1: - resolution: { integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== } - engines: { node: '>=14' } + resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} + engines: {node: '>=14'} dependencies: cross-spawn: 7.0.3 signal-exit: 4.1.0 /form-data@3.0.1: - resolution: { integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} + engines: {node: '>= 6'} dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 @@ -13216,8 +13261,8 @@ packages: dev: true /form-data@4.0.0: - resolution: { integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} + engines: {node: '>= 6'} dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 @@ -13225,30 +13270,30 @@ packages: dev: true /forwarded@0.2.0: - resolution: { integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} + engines: {node: '>= 0.6'} /fresh@0.5.2: - resolution: { integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} + engines: {node: '>= 0.6'} /from2@2.3.0: - resolution: { integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g== } + resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==} dependencies: inherits: 2.0.4 readable-stream: 2.3.8 dev: true /fromentries@1.3.2: - resolution: { integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg== } + resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==} dev: true /fs-constants@1.0.0: - resolution: { integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== } + resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} /fs-extra@11.2.0: - resolution: { integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== } - engines: { node: '>=14.14' } + resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} + engines: {node: '>=14.14'} dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 @@ -13256,24 +13301,24 @@ packages: dev: true /fs-extra@7.0.1: - resolution: { integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== } - engines: { node: '>=6 <7 || >=8' } + resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} + engines: {node: '>=6 <7 || >=8'} dependencies: graceful-fs: 4.2.11 jsonfile: 4.0.0 universalify: 0.1.2 /fs-extra@8.1.0: - resolution: { integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== } - engines: { node: '>=6 <7 || >=8' } + resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} + engines: {node: '>=6 <7 || >=8'} dependencies: graceful-fs: 4.2.11 jsonfile: 4.0.0 universalify: 0.1.2 /fs-extra@9.1.0: - resolution: { integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} + engines: {node: '>=10'} dependencies: at-least-node: 1.0.0 graceful-fs: 4.2.11 @@ -13282,38 +13327,38 @@ packages: dev: true /fs-minipass@2.1.0: - resolution: { integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 /fs-minipass@3.0.3: - resolution: { integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 7.1.1 dev: true /fs-readdir-recursive@1.1.0: - resolution: { integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== } + resolution: {integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==} dev: true /fs.realpath@1.0.0: - resolution: { integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== } + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} /fsevents@2.3.3: - resolution: { integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== } - engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true optional: true /function-bind@1.1.2: - resolution: { integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== } + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} /function.prototype.name@1.1.6: - resolution: { integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -13321,20 +13366,20 @@ packages: functions-have-names: 1.2.3 /functional-red-black-tree@1.0.1: - resolution: { integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== } + resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} dev: true /functions-have-names@1.2.3: - resolution: { integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== } + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} /fuzzy@0.1.3: - resolution: { integrity: sha512-/gZffu4ykarLrCiP3Ygsa86UAo1E5vEVlvTrpkKywXSbP9Xhln3oSp9QSV57gEq3JFFpGJ4GZ+5zdEp3FcUh4w== } - engines: { node: '>= 0.6.0' } + resolution: {integrity: sha512-/gZffu4ykarLrCiP3Ygsa86UAo1E5vEVlvTrpkKywXSbP9Xhln3oSp9QSV57gEq3JFFpGJ4GZ+5zdEp3FcUh4w==} + engines: {node: '>= 0.6.0'} dev: true /gauge@3.0.2: - resolution: { integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q== } - engines: { node: '>=10' } + resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} + engines: {node: '>=10'} deprecated: This package is no longer supported. requiresBuild: true dependencies: @@ -13351,8 +13396,8 @@ packages: optional: true /gauge@4.0.4: - resolution: { integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg== } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} deprecated: This package is no longer supported. dependencies: aproba: 2.0.0 @@ -13365,20 +13410,20 @@ packages: wide-align: 1.1.5 /genson-js@0.0.5: - resolution: { integrity: sha512-1i1y9MIGzTRkn4TusWQwLWLu8IJGHgSE+fbQRt1fy68ZKEq2GjDZI/7NUSZFOfTbHz8bgjP4iCIOcdYrgEsMBA== } + resolution: {integrity: sha512-1i1y9MIGzTRkn4TusWQwLWLu8IJGHgSE+fbQRt1fy68ZKEq2GjDZI/7NUSZFOfTbHz8bgjP4iCIOcdYrgEsMBA==} dev: false /gensync@1.0.0-beta.2: - resolution: { integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} /get-caller-file@2.0.5: - resolution: { integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== } - engines: { node: 6.* || 8.* || >= 10.* } + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} /get-intrinsic@1.2.4: - resolution: { integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} dependencies: es-errors: 1.3.0 function-bind: 1.1.2 @@ -13387,13 +13432,13 @@ packages: hasown: 2.0.2 /get-package-type@0.1.0: - resolution: { integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== } - engines: { node: '>=8.0.0' } + resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} + engines: {node: '>=8.0.0'} dev: true /get-pkg-repo@4.2.1: - resolution: { integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA== } - engines: { node: '>=6.9.0' } + resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} + engines: {node: '>=6.9.0'} hasBin: true dependencies: '@hutson/parse-repository-url': 3.0.2 @@ -13403,36 +13448,36 @@ packages: dev: true /get-port@5.1.1: - resolution: { integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} + engines: {node: '>=8'} dev: true /get-stream@5.2.0: - resolution: { integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} + engines: {node: '>=8'} dependencies: pump: 3.0.0 dev: true /get-stream@6.0.0: - resolution: { integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==} + engines: {node: '>=10'} dev: true /get-stream@6.0.1: - resolution: { integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} /get-symbol-description@1.0.2: - resolution: { integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 es-errors: 1.3.0 get-intrinsic: 1.2.4 /git-config@0.0.7: - resolution: { integrity: sha512-LidZlYZXWzVjS+M3TEwhtYBaYwLeOZrXci1tBgqp/vDdZTBMl02atvwb6G35L64ibscYoPnxfbwwUS+VZAISLA== } + resolution: {integrity: sha512-LidZlYZXWzVjS+M3TEwhtYBaYwLeOZrXci1tBgqp/vDdZTBMl02atvwb6G35L64ibscYoPnxfbwwUS+VZAISLA==} requiresBuild: true dependencies: iniparser: 1.0.5 @@ -13440,7 +13485,7 @@ packages: optional: true /git-log-parser@1.2.0: - resolution: { integrity: sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA== } + resolution: {integrity: sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==} dependencies: argv-formatter: 1.0.0 spawn-error-forwarder: 1.0.0 @@ -13451,8 +13496,8 @@ packages: dev: true /git-raw-commits@3.0.0: - resolution: { integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw== } - engines: { node: '>=14' } + resolution: {integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==} + engines: {node: '>=14'} hasBin: true dependencies: dargs: 7.0.0 @@ -13461,16 +13506,16 @@ packages: dev: true /git-remote-origin-url@2.0.0: - resolution: { integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==} + engines: {node: '>=4'} dependencies: gitconfiglocal: 1.0.0 pify: 2.3.0 dev: true /git-semver-tags@5.0.1: - resolution: { integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==} + engines: {node: '>=14'} hasBin: true dependencies: meow: 8.1.2 @@ -13478,43 +13523,43 @@ packages: dev: true /git-up@7.0.0: - resolution: { integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ== } + resolution: {integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==} dependencies: is-ssh: 1.4.0 parse-url: 8.1.0 dev: true /git-url-parse@13.1.0: - resolution: { integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA== } + resolution: {integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==} dependencies: git-up: 7.0.0 dev: true /gitconfiglocal@1.0.0: - resolution: { integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ== } + resolution: {integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==} dependencies: ini: 1.3.8 dev: true /github-from-package@0.0.0: - resolution: { integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw== } + resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} /glob-parent@5.1.2: - resolution: { integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} dependencies: is-glob: 4.0.3 /glob-parent@6.0.2: - resolution: { integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== } - engines: { node: '>=10.13.0' } + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} dependencies: is-glob: 4.0.3 dev: true /glob@10.3.16: - resolution: { integrity: sha512-JDKXl1DiuuHJ6fVS2FXjownaavciiHNUU4mOvV/B793RLh05vZL1rcPnCSaOgv1hDT6RDlY7AB7ZUvFYAtPgAw== } - engines: { node: '>=16 || 14 >=14.18' } + resolution: {integrity: sha512-JDKXl1DiuuHJ6fVS2FXjownaavciiHNUU4mOvV/B793RLh05vZL1rcPnCSaOgv1hDT6RDlY7AB7ZUvFYAtPgAw==} + engines: {node: '>=16 || 14 >=14.18'} hasBin: true dependencies: foreground-child: 3.1.1 @@ -13524,7 +13569,7 @@ packages: path-scurry: 1.11.1 /glob@6.0.4: - resolution: { integrity: sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A== } + resolution: {integrity: sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==} deprecated: Glob versions prior to v9 are no longer supported requiresBuild: true dependencies: @@ -13536,7 +13581,7 @@ packages: optional: true /glob@7.2.3: - resolution: { integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== } + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -13546,8 +13591,8 @@ packages: path-is-absolute: 1.0.1 /glob@8.1.0: - resolution: { integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== } - engines: { node: '>=12' } + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -13556,8 +13601,8 @@ packages: once: 1.4.0 /glob@9.3.5: - resolution: { integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q== } - engines: { node: '>=16 || 14 >=14.17' } + resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: fs.realpath: 1.0.0 minimatch: 8.0.4 @@ -13566,8 +13611,8 @@ packages: dev: true /global-jsdom@8.8.0(jsdom@21.1.2): - resolution: { integrity: sha512-7DDRdzE+SYL+LUz5XCTONfmEC95wjKY83KHcfdo3f1tDmXohk2amMR35DWbb9jaZe7OgYsQshbxbe9TWShW80A== } - engines: { node: '>=12' } + resolution: {integrity: sha512-7DDRdzE+SYL+LUz5XCTONfmEC95wjKY83KHcfdo3f1tDmXohk2amMR35DWbb9jaZe7OgYsQshbxbe9TWShW80A==} + engines: {node: '>=12'} peerDependencies: jsdom: '>=10.0.0 <22' dependencies: @@ -13575,26 +13620,26 @@ packages: dev: true /globals@11.12.0: - resolution: { integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} /globals@13.24.0: - resolution: { integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} + engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: true /globalthis@1.0.4: - resolution: { integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} + engines: {node: '>= 0.4'} dependencies: define-properties: 1.2.1 gopd: 1.0.1 /globby@11.1.0: - resolution: { integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== } - engines: { node: '>=10' } + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} dependencies: array-union: 2.1.0 dir-glob: 3.0.1 @@ -13605,24 +13650,24 @@ packages: dev: true /gopd@1.0.1: - resolution: { integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== } + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: get-intrinsic: 1.2.4 /graceful-fs@4.2.10: - resolution: { integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== } + resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} dev: true /graceful-fs@4.2.11: - resolution: { integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== } + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} /graphemer@1.4.0: - resolution: { integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== } + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} dev: true /handlebars@4.7.8: - resolution: { integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ== } - engines: { node: '>=0.4.7' } + resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} + engines: {node: '>=0.4.7'} hasBin: true dependencies: minimist: 1.2.8 @@ -13634,156 +13679,156 @@ packages: dev: true /hard-rejection@2.1.0: - resolution: { integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== } - engines: { node: '>=6' } + resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} + engines: {node: '>=6'} dev: true /has-bigints@1.0.2: - resolution: { integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== } + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} /has-flag@3.0.0: - resolution: { integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} /has-flag@4.0.0: - resolution: { integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} /has-property-descriptors@1.0.2: - resolution: { integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg== } + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} dependencies: es-define-property: 1.0.0 /has-proto@1.0.3: - resolution: { integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + engines: {node: '>= 0.4'} /has-symbols@1.0.3: - resolution: { integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} /has-tostringtag@1.0.2: - resolution: { integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} + engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 /has-unicode@2.0.1: - resolution: { integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== } + resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} /hash-base@3.1.0: - resolution: { integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} + engines: {node: '>=4'} dependencies: inherits: 2.0.4 readable-stream: 3.6.2 safe-buffer: 5.2.1 /hash.js@1.1.7: - resolution: { integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== } + resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 /hasown@2.0.2: - resolution: { integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} dependencies: function-bind: 1.1.2 /hermes-estree@0.19.1: - resolution: { integrity: sha512-daLGV3Q2MKk8w4evNMKwS8zBE/rcpA800nu1Q5kM08IKijoSnPe9Uo1iIxzPKRkn95IxxsgBMPeYHt3VG4ej2g== } + resolution: {integrity: sha512-daLGV3Q2MKk8w4evNMKwS8zBE/rcpA800nu1Q5kM08IKijoSnPe9Uo1iIxzPKRkn95IxxsgBMPeYHt3VG4ej2g==} /hermes-estree@0.20.1: - resolution: { integrity: sha512-SQpZK4BzR48kuOg0v4pb3EAGNclzIlqMj3Opu/mu7bbAoFw6oig6cEt/RAi0zTFW/iW6Iz9X9ggGuZTAZ/yZHg== } + resolution: {integrity: sha512-SQpZK4BzR48kuOg0v4pb3EAGNclzIlqMj3Opu/mu7bbAoFw6oig6cEt/RAi0zTFW/iW6Iz9X9ggGuZTAZ/yZHg==} /hermes-parser@0.19.1: - resolution: { integrity: sha512-Vp+bXzxYJWrpEuJ/vXxUsLnt0+y4q9zyi4zUlkLqD8FKv4LjIfOvP69R/9Lty3dCyKh0E2BU7Eypqr63/rKT/A== } + resolution: {integrity: sha512-Vp+bXzxYJWrpEuJ/vXxUsLnt0+y4q9zyi4zUlkLqD8FKv4LjIfOvP69R/9Lty3dCyKh0E2BU7Eypqr63/rKT/A==} dependencies: hermes-estree: 0.19.1 /hermes-parser@0.20.1: - resolution: { integrity: sha512-BL5P83cwCogI8D7rrDCgsFY0tdYUtmFP9XaXtl2IQjC+2Xo+4okjfXintlTxcIwl4qeGddEl28Z11kbVIw0aNA== } + resolution: {integrity: sha512-BL5P83cwCogI8D7rrDCgsFY0tdYUtmFP9XaXtl2IQjC+2Xo+4okjfXintlTxcIwl4qeGddEl28Z11kbVIw0aNA==} dependencies: hermes-estree: 0.20.1 /hermes-profile-transformer@0.0.6: - resolution: { integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==} + engines: {node: '>=8'} dependencies: source-map: 0.7.4 /highlight.js@10.7.3: - resolution: { integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A== } + resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} /hmac-drbg@1.0.1: - resolution: { integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg== } + resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} dependencies: hash.js: 1.1.7 minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 /hook-std@2.0.0: - resolution: { integrity: sha512-zZ6T5WcuBMIUVh49iPQS9t977t7C0l7OtHrpeMb5uk48JdflRX0NSFvCekfYNmGQETnLq9W/isMyHl69kxGi8g== } - engines: { node: '>=8' } + resolution: {integrity: sha512-zZ6T5WcuBMIUVh49iPQS9t977t7C0l7OtHrpeMb5uk48JdflRX0NSFvCekfYNmGQETnLq9W/isMyHl69kxGi8g==} + engines: {node: '>=8'} dev: true /hosted-git-info@2.8.9: - resolution: { integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== } + resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: true /hosted-git-info@3.0.8: - resolution: { integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==} + engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 dev: true /hosted-git-info@4.1.0: - resolution: { integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} + engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 dev: true /hosted-git-info@6.1.1: - resolution: { integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: lru-cache: 7.18.3 dev: true /hosted-git-info@7.0.2: - resolution: { integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: lru-cache: 10.2.2 dev: true /html-encoding-sniffer@2.0.1: - resolution: { integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==} + engines: {node: '>=10'} dependencies: whatwg-encoding: 1.0.5 dev: true /html-encoding-sniffer@3.0.0: - resolution: { integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} + engines: {node: '>=12'} dependencies: whatwg-encoding: 2.0.0 dev: true /html-escaper@2.0.2: - resolution: { integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== } + resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: true /http-cache-semantics@4.1.1: - resolution: { integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== } + resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} /http-errors@2.0.0: - resolution: { integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} dependencies: depd: 2.0.0 inherits: 2.0.4 @@ -13792,8 +13837,8 @@ packages: toidentifier: 1.0.1 /http-proxy-agent@4.0.1: - resolution: { integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} + engines: {node: '>= 6'} dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 @@ -13802,8 +13847,8 @@ packages: - supports-color /http-proxy-agent@5.0.0: - resolution: { integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} + engines: {node: '>= 6'} dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2 @@ -13813,8 +13858,8 @@ packages: dev: true /http-proxy-agent@7.0.2: - resolution: { integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} + engines: {node: '>= 14'} dependencies: agent-base: 7.1.1 debug: 4.3.5 @@ -13823,8 +13868,8 @@ packages: dev: true /http-terminator@3.2.0: - resolution: { integrity: sha512-JLjck1EzPaWjsmIf8bziM3p9fgR1Y3JoUKAkyYEbZmFrIvJM6I8vVJfBGWlEtV9IWOvzNnaTtjuwZeBY2kwB4g== } - engines: { node: '>=14' } + resolution: {integrity: sha512-JLjck1EzPaWjsmIf8bziM3p9fgR1Y3JoUKAkyYEbZmFrIvJM6I8vVJfBGWlEtV9IWOvzNnaTtjuwZeBY2kwB4g==} + engines: {node: '>=14'} dependencies: delay: 5.0.0 p-wait-for: 3.2.0 @@ -13833,11 +13878,11 @@ packages: dev: false /http2-client@1.3.5: - resolution: { integrity: sha512-EC2utToWl4RKfs5zd36Mxq7nzHHBuomZboI0yYL6Y0RmBgT7Sgkq4rQ0ezFTYoIsSs7Tm9SJe+o2FcAg6GBhGA== } + resolution: {integrity: sha512-EC2utToWl4RKfs5zd36Mxq7nzHHBuomZboI0yYL6Y0RmBgT7Sgkq4rQ0ezFTYoIsSs7Tm9SJe+o2FcAg6GBhGA==} /https-proxy-agent@5.0.1: - resolution: { integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 debug: 4.3.5 @@ -13845,8 +13890,8 @@ packages: - supports-color /https-proxy-agent@7.0.4: - resolution: { integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==} + engines: {node: '>= 14'} dependencies: agent-base: 7.1.1 debug: 4.3.5 @@ -13855,108 +13900,108 @@ packages: dev: true /human-signals@1.1.1: - resolution: { integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== } - engines: { node: '>=8.12.0' } + resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} + engines: {node: '>=8.12.0'} dev: true /human-signals@2.1.0: - resolution: { integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== } - engines: { node: '>=10.17.0' } + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} /humanize-ms@1.2.1: - resolution: { integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ== } + resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} dependencies: ms: 2.1.3 /i18n-js@3.9.2: - resolution: { integrity: sha512-+Gm8h5HL0emzKhRx2avMKX+nKiVPXeaOZm7Euf2/pbbFcLQoJ3zZYiUykAzoRasijCoWos2Kl1tslmScTgAQKw== } + resolution: {integrity: sha512-+Gm8h5HL0emzKhRx2avMKX+nKiVPXeaOZm7Euf2/pbbFcLQoJ3zZYiUykAzoRasijCoWos2Kl1tslmScTgAQKw==} dev: false /iconv-lite@0.4.24: - resolution: { integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 /iconv-lite@0.6.3: - resolution: { integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 /ieee754@1.2.1: - resolution: { integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== } + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} /ignore-walk@3.0.4: - resolution: { integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ== } + resolution: {integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==} dependencies: minimatch: 3.1.2 dev: true /ignore-walk@5.0.1: - resolution: { integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw== } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: minimatch: 5.1.6 dev: true /ignore-walk@6.0.5: - resolution: { integrity: sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minimatch: 9.0.4 dev: true /ignore@4.0.6: - resolution: { integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== } - engines: { node: '>= 4' } + resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} + engines: {node: '>= 4'} dev: true /ignore@5.3.1: - resolution: { integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== } - engines: { node: '>= 4' } + resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} + engines: {node: '>= 4'} dev: true /image-size@1.1.1: - resolution: { integrity: sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ== } - engines: { node: '>=16.x' } + resolution: {integrity: sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==} + engines: {node: '>=16.x'} hasBin: true dependencies: queue: 6.0.2 /image-size@2.0.0-beta.2: - resolution: { integrity: sha512-1nDNnVxJixMWBynFgQ1q8+aVqK60TiNHpMyFAXt9xpzGZV+2lHI1IXjgdcAjBxPc4nx2ed1NdYs2I+Zfq+Zn7w== } - engines: { node: '>=18.18.0' } + resolution: {integrity: sha512-1nDNnVxJixMWBynFgQ1q8+aVqK60TiNHpMyFAXt9xpzGZV+2lHI1IXjgdcAjBxPc4nx2ed1NdYs2I+Zfq+Zn7w==} + engines: {node: '>=18.18.0'} hasBin: true dev: false /import-fresh@2.0.0: - resolution: { integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg== } - engines: { node: '>=4' } + resolution: {integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==} + engines: {node: '>=4'} dependencies: caller-path: 2.0.0 resolve-from: 3.0.0 /import-fresh@3.3.0: - resolution: { integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== } - engines: { node: '>=6' } + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 dev: true /import-from@4.0.0: - resolution: { integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ== } - engines: { node: '>=12.2' } + resolution: {integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==} + engines: {node: '>=12.2'} dev: true /import-lazy@4.0.0: - resolution: { integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} + engines: {node: '>=8'} /import-local@3.1.0: - resolution: { integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} + engines: {node: '>=8'} hasBin: true dependencies: pkg-dir: 4.2.0 @@ -13964,43 +14009,43 @@ packages: dev: true /imurmurhash@0.1.4: - resolution: { integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== } - engines: { node: '>=0.8.19' } + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} /indent-string@3.2.0: - resolution: { integrity: sha512-BYqTHXTGUIvg7t1r4sJNKcbDZkL92nkXA8YtRpbjFHRHGDL/NtUeiBJMeE60kIFN/Mg8ESaWQvftaYMGJzQZCQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-BYqTHXTGUIvg7t1r4sJNKcbDZkL92nkXA8YtRpbjFHRHGDL/NtUeiBJMeE60kIFN/Mg8ESaWQvftaYMGJzQZCQ==} + engines: {node: '>=4'} dev: true /indent-string@4.0.0: - resolution: { integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} /infer-owner@1.0.4: - resolution: { integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== } + resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} /inflight@1.0.6: - resolution: { integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== } + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. dependencies: once: 1.4.0 wrappy: 1.0.2 /inherits@2.0.4: - resolution: { integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== } + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} /ini@1.3.8: - resolution: { integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== } + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} /iniparser@1.0.5: - resolution: { integrity: sha512-i40MWqgTU6h/70NtMsDVVDLjDYWwcIR1yIEVDPfxZIJno9z9L4s83p/V7vAu2i48Vj0gpByrkGFub7ko9XvPrw== } + resolution: {integrity: sha512-i40MWqgTU6h/70NtMsDVVDLjDYWwcIR1yIEVDPfxZIJno9z9L4s83p/V7vAu2i48Vj0gpByrkGFub7ko9XvPrw==} requiresBuild: true dev: true optional: true /init-package-json@5.0.0: - resolution: { integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-package-arg: 10.1.0 promzard: 1.0.2 @@ -14012,8 +14057,8 @@ packages: dev: true /inquirer-autocomplete-prompt@2.0.1(inquirer@8.2.6): - resolution: { integrity: sha512-jUHrH0btO7j5r8DTQgANf2CBkTZChoVySD8zF/wp5fZCOLIuUbleXhf4ZY5jNBOc1owA3gdfWtfZuppfYBhcUg== } - engines: { node: '>=12' } + resolution: {integrity: sha512-jUHrH0btO7j5r8DTQgANf2CBkTZChoVySD8zF/wp5fZCOLIuUbleXhf4ZY5jNBOc1owA3gdfWtfZuppfYBhcUg==} + engines: {node: '>=12'} peerDependencies: inquirer: ^8.0.0 dependencies: @@ -14026,8 +14071,8 @@ packages: dev: true /inquirer-autocomplete-prompt@3.0.1(inquirer@9.2.22): - resolution: { integrity: sha512-DQBXwX2fVQPVUzu4v4lGgtNgyjcX2+rTyphb2MeSOQh3xUayKAfHAF4y0KgsMi06m6ZiR3xIOdzMZMfQgX2m9w== } - engines: { node: '>=16' } + resolution: {integrity: sha512-DQBXwX2fVQPVUzu4v4lGgtNgyjcX2+rTyphb2MeSOQh3xUayKAfHAF4y0KgsMi06m6ZiR3xIOdzMZMfQgX2m9w==} + engines: {node: '>=16'} peerDependencies: inquirer: ^9.1.0 dependencies: @@ -14040,8 +14085,8 @@ packages: dev: false /inquirer@7.3.3: - resolution: { integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== } - engines: { node: '>=8.0.0' } + resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} + engines: {node: '>=8.0.0'} requiresBuild: true dependencies: ansi-escapes: 4.3.2 @@ -14061,8 +14106,8 @@ packages: optional: true /inquirer@8.2.6: - resolution: { integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg== } - engines: { node: '>=12.0.0' } + resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} + engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -14082,8 +14127,8 @@ packages: dev: true /inquirer@9.2.22: - resolution: { integrity: sha512-SqLLa/Oe5rZUagTR9z+Zd6izyatHglbmbvVofo1KzuVB54YHleWzeHNLoR7FOICGOeQSqeLh1cordb3MzhGcEw== } - engines: { node: '>=18' } + resolution: {integrity: sha512-SqLLa/Oe5rZUagTR9z+Zd6izyatHglbmbvVofo1KzuVB54YHleWzeHNLoR7FOICGOeQSqeLh1cordb3MzhGcEw==} + engines: {node: '>=18'} dependencies: '@inquirer/figures': 1.0.2 '@ljharb/through': 2.3.13 @@ -14103,62 +14148,62 @@ packages: dev: false /internal-slot@1.0.7: - resolution: { integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} + engines: {node: '>= 0.4'} dependencies: es-errors: 1.3.0 hasown: 2.0.2 side-channel: 1.0.6 /into-stream@6.0.0: - resolution: { integrity: sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==} + engines: {node: '>=10'} dependencies: from2: 2.3.0 p-is-promise: 3.0.0 dev: true /invariant@2.2.4: - resolution: { integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== } + resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} dependencies: loose-envify: 1.4.0 /ip-address@9.0.5: - resolution: { integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g== } - engines: { node: '>= 12' } + resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} + engines: {node: '>= 12'} dependencies: jsbn: 1.1.0 sprintf-js: 1.1.3 /ipaddr.js@1.9.1: - resolution: { integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== } - engines: { node: '>= 0.10' } + resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} + engines: {node: '>= 0.10'} /is-arguments@1.1.1: - resolution: { integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 /is-array-buffer@3.0.4: - resolution: { integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 get-intrinsic: 1.2.4 /is-arrayish@0.2.1: - resolution: { integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== } + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} /is-bigint@1.0.4: - resolution: { integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== } + resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: has-bigints: 1.0.2 /is-binary-path@2.1.0: - resolution: { integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} requiresBuild: true dependencies: binary-extensions: 2.3.0 @@ -14166,270 +14211,270 @@ packages: optional: true /is-boolean-object@1.1.2: - resolution: { integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 /is-callable@1.2.7: - resolution: { integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} /is-ci@3.0.1: - resolution: { integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ== } + resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: ci-info: 3.9.0 dev: true /is-core-module@2.13.1: - resolution: { integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== } + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} dependencies: hasown: 2.0.2 /is-data-view@1.0.1: - resolution: { integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} + engines: {node: '>= 0.4'} dependencies: is-typed-array: 1.1.13 /is-date-object@1.0.5: - resolution: { integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.2 /is-directory@0.3.1: - resolution: { integrity: sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==} + engines: {node: '>=0.10.0'} /is-docker@2.2.1: - resolution: { integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} + engines: {node: '>=8'} hasBin: true /is-extglob@2.1.1: - resolution: { integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} /is-fullwidth-code-point@2.0.0: - resolution: { integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w== } - engines: { node: '>=4' } + resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} + engines: {node: '>=4'} /is-fullwidth-code-point@3.0.0: - resolution: { integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} /is-generator-fn@2.1.0: - resolution: { integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} + engines: {node: '>=6'} dev: true /is-generator-function@1.0.10: - resolution: { integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.2 /is-glob@4.0.3: - resolution: { integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 /is-hex-prefixed@1.0.0: - resolution: { integrity: sha512-WvtOiug1VFrE9v1Cydwm+FnXd3+w9GaeVUss5W4v/SLy3UW00vP+6iNF2SdnfiBoLy4bTqVdkftNGTUeOFVsbA== } - engines: { node: '>=6.5.0', npm: '>=3' } + resolution: {integrity: sha512-WvtOiug1VFrE9v1Cydwm+FnXd3+w9GaeVUss5W4v/SLy3UW00vP+6iNF2SdnfiBoLy4bTqVdkftNGTUeOFVsbA==} + engines: {node: '>=6.5.0', npm: '>=3'} /is-interactive@1.0.0: - resolution: { integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== } - engines: { node: '>=8' } + resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} + engines: {node: '>=8'} /is-lambda@1.0.1: - resolution: { integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== } + resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} /is-map@2.0.3: - resolution: { integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} + engines: {node: '>= 0.4'} dev: true /is-negative-zero@2.0.3: - resolution: { integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} + engines: {node: '>= 0.4'} /is-number-object@1.0.7: - resolution: { integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.2 /is-number@7.0.0: - resolution: { integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== } - engines: { node: '>=0.12.0' } + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} /is-obj@2.0.0: - resolution: { integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== } - engines: { node: '>=8' } + resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} + engines: {node: '>=8'} dev: true /is-path-cwd@2.2.0: - resolution: { integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==} + engines: {node: '>=6'} dev: true /is-path-inside@3.0.3: - resolution: { integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} dev: true /is-plain-obj@1.1.0: - resolution: { integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} + engines: {node: '>=0.10.0'} dev: true /is-plain-object@2.0.4: - resolution: { integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} + engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 /is-plain-object@5.0.0: - resolution: { integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} + engines: {node: '>=0.10.0'} dev: true /is-potential-custom-element-name@1.0.1: - resolution: { integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== } + resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} dev: true /is-regex@1.1.4: - resolution: { integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 /is-set@2.0.3: - resolution: { integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} + engines: {node: '>= 0.4'} dev: true /is-shared-array-buffer@1.0.3: - resolution: { integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 /is-ssh@1.4.0: - resolution: { integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ== } + resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==} dependencies: protocols: 2.0.1 dev: true /is-stream@2.0.0: - resolution: { integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} + engines: {node: '>=8'} dev: true /is-stream@2.0.1: - resolution: { integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} /is-string@1.0.7: - resolution: { integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.2 /is-symbol@1.0.4: - resolution: { integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 /is-text-path@1.0.1: - resolution: { integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==} + engines: {node: '>=0.10.0'} dependencies: text-extensions: 1.9.0 dev: true /is-typed-array@1.1.13: - resolution: { integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} + engines: {node: '>= 0.4'} dependencies: which-typed-array: 1.1.15 /is-typedarray@1.0.0: - resolution: { integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== } + resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} dev: true /is-unicode-supported@0.1.0: - resolution: { integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} + engines: {node: '>=10'} /is-unicode-supported@1.3.0: - resolution: { integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== } - engines: { node: '>=12' } + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} dev: false /is-weakmap@2.0.2: - resolution: { integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} + engines: {node: '>= 0.4'} dev: true /is-weakref@1.0.2: - resolution: { integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== } + resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.7 /is-weakset@2.0.3: - resolution: { integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 get-intrinsic: 1.2.4 dev: true /is-wsl@1.1.0: - resolution: { integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==} + engines: {node: '>=4'} /is-wsl@2.2.0: - resolution: { integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== } - engines: { node: '>=8' } + resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} + engines: {node: '>=8'} dependencies: is-docker: 2.2.1 /isarray@0.0.1: - resolution: { integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ== } + resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} /isarray@1.0.0: - resolution: { integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== } + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} /isarray@2.0.5: - resolution: { integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== } + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} /isexe@2.0.0: - resolution: { integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== } + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} /isexe@3.1.1: - resolution: { integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ== } - engines: { node: '>=16' } + resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} + engines: {node: '>=16'} dev: true /iso-url@0.4.7: - resolution: { integrity: sha512-27fFRDnPAMnHGLq36bWTpKET+eiXct3ENlCcdcMdk+mjXrb2kw3mhBUg1B7ewAC0kVzlOPhADzQgz1SE6Tglog== } - engines: { node: '>=10' } + resolution: {integrity: sha512-27fFRDnPAMnHGLq36bWTpKET+eiXct3ENlCcdcMdk+mjXrb2kw3mhBUg1B7ewAC0kVzlOPhADzQgz1SE6Tglog==} + engines: {node: '>=10'} dev: false /isobject@3.0.1: - resolution: { integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} + engines: {node: '>=0.10.0'} /isomorphic-ws@5.0.0(ws@8.17.1): - resolution: { integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw== } + resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} peerDependencies: ws: '*' dependencies: @@ -14437,8 +14482,8 @@ packages: dev: false /issue-parser@6.0.0: - resolution: { integrity: sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA== } - engines: { node: '>=10.13' } + resolution: {integrity: sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==} + engines: {node: '>=10.13'} dependencies: lodash.capitalize: 4.2.1 lodash.escaperegexp: 4.1.2 @@ -14448,13 +14493,13 @@ packages: dev: true /istanbul-lib-coverage@3.2.2: - resolution: { integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} + engines: {node: '>=8'} dev: true /istanbul-lib-instrument@5.2.1: - resolution: { integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} + engines: {node: '>=8'} dependencies: '@babel/core': 7.24.5 '@babel/parser': 7.24.5 @@ -14466,8 +14511,8 @@ packages: dev: true /istanbul-lib-instrument@6.0.2: - resolution: { integrity: sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==} + engines: {node: '>=10'} dependencies: '@babel/core': 7.24.5 '@babel/parser': 7.24.5 @@ -14479,8 +14524,8 @@ packages: dev: true /istanbul-lib-report@3.0.1: - resolution: { integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} + engines: {node: '>=10'} dependencies: istanbul-lib-coverage: 3.2.2 make-dir: 4.0.0 @@ -14488,8 +14533,8 @@ packages: dev: true /istanbul-lib-source-maps@4.0.1: - resolution: { integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} + engines: {node: '>=10'} dependencies: debug: 4.3.5 istanbul-lib-coverage: 3.2.2 @@ -14499,24 +14544,24 @@ packages: dev: true /istanbul-reports@3.1.7: - resolution: { integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g== } - engines: { node: '>=8' } + resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} + engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 dev: true /jackspeak@3.1.2: - resolution: { integrity: sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==} + engines: {node: '>=14'} dependencies: '@isaacs/cliui': 8.0.2 optionalDependencies: '@pkgjs/parseargs': 0.11.0 /jake@10.9.1: - resolution: { integrity: sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w== } - engines: { node: '>=10' } + resolution: {integrity: sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==} + engines: {node: '>=10'} hasBin: true dependencies: async: 3.2.5 @@ -14526,13 +14571,13 @@ packages: dev: true /java-properties@1.0.2: - resolution: { integrity: sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ== } - engines: { node: '>= 0.6.0' } + resolution: {integrity: sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==} + engines: {node: '>= 0.6.0'} dev: true /jest-changed-files@27.5.1: - resolution: { integrity: sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 execa: 5.1.1 @@ -14540,8 +14585,8 @@ packages: dev: true /jest-changed-files@29.7.0: - resolution: { integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: execa: 5.1.1 jest-util: 29.7.0 @@ -14549,8 +14594,8 @@ packages: dev: true /jest-circus@27.5.1: - resolution: { integrity: sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 @@ -14576,8 +14621,8 @@ packages: dev: true /jest-circus@29.7.0: - resolution: { integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/environment': 29.7.0 '@jest/expect': 29.7.0 @@ -14605,8 +14650,8 @@ packages: dev: true /jest-cli@27.5.1(ts-node@10.9.2): - resolution: { integrity: sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -14635,8 +14680,8 @@ packages: dev: true /jest-cli@29.7.0(@types/node@18.19.33)(ts-node@10.9.2): - resolution: { integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -14663,8 +14708,8 @@ packages: dev: true /jest-config@27.5.1(ts-node@10.9.2): - resolution: { integrity: sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: ts-node: '>=9.0.0' peerDependenciesMeta: @@ -14704,8 +14749,8 @@ packages: dev: true /jest-config@29.7.0(@types/node@18.19.33)(ts-node@10.9.2): - resolution: { integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' ts-node: '>=9.0.0' @@ -14745,8 +14790,8 @@ packages: dev: true /jest-diff@27.5.1: - resolution: { integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 diff-sequences: 27.5.1 @@ -14755,8 +14800,8 @@ packages: dev: true /jest-diff@29.7.0: - resolution: { integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.0 diff-sequences: 29.6.3 @@ -14765,22 +14810,22 @@ packages: dev: true /jest-docblock@27.5.1: - resolution: { integrity: sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: detect-newline: 3.1.0 dev: true /jest-docblock@29.7.0: - resolution: { integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: detect-newline: 3.1.0 dev: true /jest-each@27.5.1: - resolution: { integrity: sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 chalk: 4.1.2 @@ -14790,8 +14835,8 @@ packages: dev: true /jest-each@29.7.0: - resolution: { integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 @@ -14801,8 +14846,8 @@ packages: dev: true /jest-environment-jsdom@27.5.1: - resolution: { integrity: sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 @@ -14819,8 +14864,8 @@ packages: dev: true /jest-environment-node@27.5.1: - resolution: { integrity: sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 @@ -14831,8 +14876,8 @@ packages: dev: true /jest-environment-node@29.7.0: - resolution: { integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 @@ -14842,7 +14887,7 @@ packages: jest-util: 29.7.0 /jest-fetch-mock@3.0.3: - resolution: { integrity: sha512-Ux1nWprtLrdrH4XwE7O7InRY6psIi3GOsqNESJgMJ+M5cv4A8Lh7SN9d2V2kKRZ8ebAfcd1LNyZguAOb6JiDqw== } + resolution: {integrity: sha512-Ux1nWprtLrdrH4XwE7O7InRY6psIi3GOsqNESJgMJ+M5cv4A8Lh7SN9d2V2kKRZ8ebAfcd1LNyZguAOb6JiDqw==} dependencies: cross-fetch: 3.1.8 promise-polyfill: 8.3.0 @@ -14851,17 +14896,17 @@ packages: dev: true /jest-get-type@27.5.1: - resolution: { integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true /jest-get-type@29.6.3: - resolution: { integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} /jest-haste-map@27.5.1: - resolution: { integrity: sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.9 @@ -14880,8 +14925,8 @@ packages: dev: true /jest-haste-map@29.7.0: - resolution: { integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 @@ -14899,8 +14944,8 @@ packages: dev: true /jest-jasmine2@27.5.1: - resolution: { integrity: sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/environment': 27.5.1 '@jest/source-map': 27.5.1 @@ -14924,24 +14969,24 @@ packages: dev: true /jest-leak-detector@27.5.1: - resolution: { integrity: sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: jest-get-type: 27.5.1 pretty-format: 27.5.1 dev: true /jest-leak-detector@29.7.0: - resolution: { integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.6.3 pretty-format: 29.7.0 dev: true /jest-matcher-utils@27.5.1: - resolution: { integrity: sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 jest-diff: 27.5.1 @@ -14950,8 +14995,8 @@ packages: dev: true /jest-matcher-utils@29.7.0: - resolution: { integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 jest-diff: 29.7.0 @@ -14960,8 +15005,8 @@ packages: dev: true /jest-message-util@27.5.1: - resolution: { integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/code-frame': 7.24.2 '@jest/types': 27.5.1 @@ -14975,8 +15020,8 @@ packages: dev: true /jest-message-util@29.7.0: - resolution: { integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/code-frame': 7.24.2 '@jest/types': 29.6.3 @@ -14989,24 +15034,24 @@ packages: stack-utils: 2.0.6 /jest-mock@27.5.1: - resolution: { integrity: sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 '@types/node': 18.19.33 dev: true /jest-mock@29.7.0: - resolution: { integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 '@types/node': 18.19.33 jest-util: 29.7.0 /jest-pnp-resolver@1.2.3(jest-resolve@27.5.1): - resolution: { integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w== } - engines: { node: '>=6' } + resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} + engines: {node: '>=6'} peerDependencies: jest-resolve: '*' peerDependenciesMeta: @@ -15017,8 +15062,8 @@ packages: dev: true /jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): - resolution: { integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w== } - engines: { node: '>=6' } + resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} + engines: {node: '>=6'} peerDependencies: jest-resolve: '*' peerDependenciesMeta: @@ -15029,18 +15074,18 @@ packages: dev: true /jest-regex-util@27.5.1: - resolution: { integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true /jest-regex-util@29.6.3: - resolution: { integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true /jest-resolve-dependencies@27.5.1: - resolution: { integrity: sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 jest-regex-util: 27.5.1 @@ -15050,8 +15095,8 @@ packages: dev: true /jest-resolve-dependencies@29.7.0: - resolution: { integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-regex-util: 29.6.3 jest-snapshot: 29.7.0 @@ -15060,8 +15105,8 @@ packages: dev: true /jest-resolve@27.5.1: - resolution: { integrity: sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 chalk: 4.1.2 @@ -15076,8 +15121,8 @@ packages: dev: true /jest-resolve@29.7.0: - resolution: { integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.11 @@ -15091,8 +15136,8 @@ packages: dev: true /jest-runner@27.5.1: - resolution: { integrity: sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/console': 27.5.1 '@jest/environment': 27.5.1 @@ -15123,8 +15168,8 @@ packages: dev: true /jest-runner@29.7.0: - resolution: { integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/console': 29.7.0 '@jest/environment': 29.7.0 @@ -15152,8 +15197,8 @@ packages: dev: true /jest-runtime@27.5.1: - resolution: { integrity: sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 @@ -15182,8 +15227,8 @@ packages: dev: true /jest-runtime@29.7.0: - resolution: { integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 @@ -15212,16 +15257,16 @@ packages: dev: true /jest-serializer@27.5.1: - resolution: { integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@types/node': 18.19.33 graceful-fs: 4.2.11 dev: true /jest-snapshot@27.5.1: - resolution: { integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.24.5 '@babel/generator': 7.24.5 @@ -15250,8 +15295,8 @@ packages: dev: true /jest-snapshot@29.7.0: - resolution: { integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.24.5 '@babel/generator': 7.24.5 @@ -15278,8 +15323,8 @@ packages: dev: true /jest-util@27.5.1: - resolution: { integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 '@types/node': 18.19.33 @@ -15290,8 +15335,8 @@ packages: dev: true /jest-util@29.7.0: - resolution: { integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 '@types/node': 18.19.33 @@ -15301,8 +15346,8 @@ packages: picomatch: 2.3.1 /jest-validate@27.5.1: - resolution: { integrity: sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 camelcase: 6.3.0 @@ -15313,8 +15358,8 @@ packages: dev: true /jest-validate@29.7.0: - resolution: { integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 camelcase: 6.3.0 @@ -15324,8 +15369,8 @@ packages: pretty-format: 29.7.0 /jest-watcher@27.5.1: - resolution: { integrity: sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 @@ -15337,8 +15382,8 @@ packages: dev: true /jest-watcher@29.7.0: - resolution: { integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 @@ -15351,8 +15396,8 @@ packages: dev: true /jest-worker@27.5.1: - resolution: { integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== } - engines: { node: '>= 10.13.0' } + resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} + engines: {node: '>= 10.13.0'} dependencies: '@types/node': 18.19.33 merge-stream: 2.0.0 @@ -15360,8 +15405,8 @@ packages: dev: true /jest-worker@29.7.0: - resolution: { integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@types/node': 18.19.33 jest-util: 29.7.0 @@ -15369,8 +15414,8 @@ packages: supports-color: 8.1.1 /jest@27.5.1(ts-node@10.9.2): - resolution: { integrity: sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -15390,8 +15435,8 @@ packages: dev: true /jest@29.7.0(@types/node@18.19.33)(ts-node@10.9.2): - resolution: { integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -15411,10 +15456,10 @@ packages: dev: true /jju@1.4.0: - resolution: { integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA== } + resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} /joi@17.13.1: - resolution: { integrity: sha512-vaBlIKCyo4FCUtCm7Eu4QZd/q02bWcxfUO6YSXAZOWF6gzcLBeba8kwotUdYJjDLW8Cz8RywsSOqiNJZW0mNvg== } + resolution: {integrity: sha512-vaBlIKCyo4FCUtCm7Eu4QZd/q02bWcxfUO6YSXAZOWF6gzcLBeba8kwotUdYJjDLW8Cz8RywsSOqiNJZW0mNvg==} dependencies: '@hapi/hoek': 9.3.0 '@hapi/topo': 5.1.0 @@ -15423,50 +15468,50 @@ packages: '@sideway/pinpoint': 2.0.0 /jose@4.15.5: - resolution: { integrity: sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg== } + resolution: {integrity: sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==} /jose@5.3.0: - resolution: { integrity: sha512-IChe9AtAE79ru084ow8jzkN2lNrG3Ntfiv65Cvj9uOCE2m5LNsdHG+9EbxWxAoWRF9TgDOqLN5jm08++owDVRg== } + resolution: {integrity: sha512-IChe9AtAE79ru084ow8jzkN2lNrG3Ntfiv65Cvj9uOCE2m5LNsdHG+9EbxWxAoWRF9TgDOqLN5jm08++owDVRg==} dev: true /js-base64@3.7.7: - resolution: { integrity: sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw== } + resolution: {integrity: sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw==} /js-sha256@0.9.0: - resolution: { integrity: sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA== } + resolution: {integrity: sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==} dev: true /js-sha3@0.8.0: - resolution: { integrity: sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q== } + resolution: {integrity: sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==} /js-tokens@4.0.0: - resolution: { integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== } + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} /js-yaml@3.14.1: - resolution: { integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== } + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true dependencies: argparse: 1.0.10 esprima: 4.0.1 /js-yaml@4.1.0: - resolution: { integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== } + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true dependencies: argparse: 2.0.1 dev: true /jsbn@1.1.0: - resolution: { integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A== } + resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} /jsc-android@250231.0.0: - resolution: { integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw== } + resolution: {integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==} /jsc-safe-url@0.2.4: - resolution: { integrity: sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q== } + resolution: {integrity: sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==} /jscodeshift@0.14.0(@babel/preset-env@7.24.5): - resolution: { integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA== } + resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==} hasBin: true peerDependencies: '@babel/preset-env': ^7.1.6 @@ -15495,8 +15540,8 @@ packages: - supports-color /jsdom@16.7.0: - resolution: { integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==} + engines: {node: '>=10'} peerDependencies: canvas: ^2.5.0 peerDependenciesMeta: @@ -15537,8 +15582,8 @@ packages: dev: true /jsdom@21.1.2: - resolution: { integrity: sha512-sCpFmK2jv+1sjff4u7fzft+pUh2KSUbUrEHYHyfSIbGTIcmnjyp83qg6qLwdJ/I3LpTXx33ACxeRL7Lsyc6lGQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-sCpFmK2jv+1sjff4u7fzft+pUh2KSUbUrEHYHyfSIbGTIcmnjyp83qg6qLwdJ/I3LpTXx33ACxeRL7Lsyc6lGQ==} + engines: {node: '>=14'} peerDependencies: canvas: ^2.5.0 peerDependenciesMeta: @@ -15578,65 +15623,65 @@ packages: dev: true /jsep@0.3.5: - resolution: { integrity: sha512-AoRLBDc6JNnKjNcmonituEABS5bcfqDhQAWWXNTFrqu6nVXBpBAGfcoTGZMFlIrh9FjmE1CQyX9CTNwZrXMMDA== } - engines: { node: '>= 6.0.0' } + resolution: {integrity: sha512-AoRLBDc6JNnKjNcmonituEABS5bcfqDhQAWWXNTFrqu6nVXBpBAGfcoTGZMFlIrh9FjmE1CQyX9CTNwZrXMMDA==} + engines: {node: '>= 6.0.0'} dev: false /jsesc@0.5.0: - resolution: { integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== } + resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true /jsesc@2.5.2: - resolution: { integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} hasBin: true /json-bigint@1.0.0: - resolution: { integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ== } + resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} dependencies: bignumber.js: 9.1.2 dev: true /json-buffer@3.0.1: - resolution: { integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== } + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} /json-canonicalize@1.0.6: - resolution: { integrity: sha512-kP2iYpOS5SZHYhIaR1t9oG80d4uTY3jPoaBj+nimy3njtJk8+sRsVatN8pyJRDRtk9Su3+6XqA2U8k0dByJBUQ== } + resolution: {integrity: sha512-kP2iYpOS5SZHYhIaR1t9oG80d4uTY3jPoaBj+nimy3njtJk8+sRsVatN8pyJRDRtk9Su3+6XqA2U8k0dByJBUQ==} dev: true /json-parse-better-errors@1.0.2: - resolution: { integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== } + resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} /json-parse-even-better-errors@2.3.1: - resolution: { integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== } + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} dev: true /json-parse-even-better-errors@3.0.2: - resolution: { integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true /json-pointer@0.6.2: - resolution: { integrity: sha512-vLWcKbOaXlO+jvRy4qNd+TI1QUPZzfJj1tpJ3vAXDych5XJf93ftpUKe5pKCrzyIIwgBJcOcCVRUfqQP25afBw== } + resolution: {integrity: sha512-vLWcKbOaXlO+jvRy4qNd+TI1QUPZzfJj1tpJ3vAXDych5XJf93ftpUKe5pKCrzyIIwgBJcOcCVRUfqQP25afBw==} dependencies: foreach: 2.0.6 /json-schema-traverse@0.4.1: - resolution: { integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== } + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} /json-schema-traverse@1.0.0: - resolution: { integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== } + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} /json-schema@0.4.0: - resolution: { integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== } + resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} /json-stable-stringify-without-jsonify@1.0.1: - resolution: { integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== } + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: true /json-stable-stringify@1.1.1: - resolution: { integrity: sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 isarray: 2.0.5 @@ -15645,42 +15690,42 @@ packages: dev: true /json-stringify-deterministic@1.0.12: - resolution: { integrity: sha512-q3PN0lbUdv0pmurkBNdJH3pfFvOTL/Zp0lquqpvcjfKzt6Y0j49EPHAmVHCAS4Ceq/Y+PejWTzyiVpoY71+D6g== } - engines: { node: '>= 4' } + resolution: {integrity: sha512-q3PN0lbUdv0pmurkBNdJH3pfFvOTL/Zp0lquqpvcjfKzt6Y0j49EPHAmVHCAS4Ceq/Y+PejWTzyiVpoY71+D6g==} + engines: {node: '>= 4'} /json-stringify-safe@5.0.1: - resolution: { integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== } + resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} dev: true /json-text-sequence@0.1.1: - resolution: { integrity: sha512-L3mEegEWHRekSHjc7+sc8eJhba9Clq1PZ8kMkzf8OxElhXc8O4TS5MwcVlj9aEbm5dr81N90WHC5nAz3UO971w== } + resolution: {integrity: sha512-L3mEegEWHRekSHjc7+sc8eJhba9Clq1PZ8kMkzf8OxElhXc8O4TS5MwcVlj9aEbm5dr81N90WHC5nAz3UO971w==} dependencies: delimit-stream: 0.1.0 dev: false /json5@1.0.2: - resolution: { integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== } + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true dependencies: minimist: 1.2.8 dev: true /json5@2.2.3: - resolution: { integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} hasBin: true /jsonc-parser@3.2.0: - resolution: { integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w== } + resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: true /jsonfile@4.0.0: - resolution: { integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg== } + resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} optionalDependencies: graceful-fs: 4.2.11 /jsonfile@6.1.0: - resolution: { integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== } + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: universalify: 2.0.1 optionalDependencies: @@ -15688,12 +15733,12 @@ packages: dev: true /jsonify@0.0.1: - resolution: { integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg== } + resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} dev: true /jsonld-checker@0.1.8: - resolution: { integrity: sha512-jclmnPRrm5SEpaIV6IiSTJxplRAqIWHduQLsUfrYpZM41Ng48m1RN2/aUyHze/ynfO0D2UhlJBt8SdObsH5GBw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-jclmnPRrm5SEpaIV6IiSTJxplRAqIWHduQLsUfrYpZM41Ng48m1RN2/aUyHze/ynfO0D2UhlJBt8SdObsH5GBw==} + engines: {node: '>=10'} dependencies: jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld node-fetch: 2.7.0 @@ -15701,8 +15746,8 @@ packages: - encoding /jsonld-signatures@11.2.1: - resolution: { integrity: sha512-RNaHTEeRrX0jWeidPCwxMq/E/Ze94zFyEZz/v267ObbCHQlXhPO7GtkY6N5PSHQfQhZPXa8NlMBg5LiDF4dNbA== } - engines: { node: '>=14' } + resolution: {integrity: sha512-RNaHTEeRrX0jWeidPCwxMq/E/Ze94zFyEZz/v267ObbCHQlXhPO7GtkY6N5PSHQfQhZPXa8NlMBg5LiDF4dNbA==} + engines: {node: '>=14'} dependencies: '@digitalbazaar/security-context': 1.0.1 jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld @@ -15710,8 +15755,8 @@ packages: dev: false /jsonld-signatures@5.2.0: - resolution: { integrity: sha512-/dGgMElXc3oBS+/OUwMc3DTK4riHKLE9Lk7NF1Upz2ZlBTNfnOw5uLRkFQOJFBDqDEm5hK6hIfkoC/rCWFh9tQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-/dGgMElXc3oBS+/OUwMc3DTK4riHKLE9Lk7NF1Upz2ZlBTNfnOw5uLRkFQOJFBDqDEm5hK6hIfkoC/rCWFh9tQ==} + engines: {node: '>=8'} dependencies: base64url: 3.0.1 crypto-ld: 3.9.0 @@ -15722,8 +15767,8 @@ packages: dev: true /jsonld-signatures@7.0.0: - resolution: { integrity: sha512-J/nA+llcYYjErPHG9WFpXvR82TOg5fbHk/7rXbx4Ts854DPReaKAAd0hAZ+s5/P2WIIAZPIHCqA+iz1QrOqeiQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-J/nA+llcYYjErPHG9WFpXvR82TOg5fbHk/7rXbx4Ts854DPReaKAAd0hAZ+s5/P2WIIAZPIHCqA+iz1QrOqeiQ==} + engines: {node: '>=10'} dependencies: base64url: 3.0.1 crypto-ld: 3.9.0 @@ -15734,17 +15779,17 @@ packages: dev: false /jsonparse@1.3.1: - resolution: { integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== } - engines: { '0': node >= 0.2.0 } + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} dev: true /jsonpointer@5.0.1: - resolution: { integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==} + engines: {node: '>=0.10.0'} /jsonwebtoken@9.0.2: - resolution: { integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ== } - engines: { node: '>=12', npm: '>=6' } + resolution: {integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==} + engines: {node: '>=12', npm: '>=6'} dependencies: jws: 3.2.2 lodash.includes: 4.3.0 @@ -15759,27 +15804,27 @@ packages: dev: false /jwa@1.4.1: - resolution: { integrity: sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA== } + resolution: {integrity: sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==} dependencies: buffer-equal-constant-time: 1.0.1 ecdsa-sig-formatter: 1.0.11 safe-buffer: 5.2.1 /jws@3.2.2: - resolution: { integrity: sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA== } + resolution: {integrity: sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==} dependencies: jwa: 1.4.1 safe-buffer: 5.2.1 /jwt-decode@3.1.2: - resolution: { integrity: sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A== } + resolution: {integrity: sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==} /jwt-decode@4.0.0: - resolution: { integrity: sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA== } - engines: { node: '>=18' } + resolution: {integrity: sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==} + engines: {node: '>=18'} /keccak256@1.0.6: - resolution: { integrity: sha512-8GLiM01PkdJVGUhR1e6M/AvWnSqYS0HaERI+K/QtStGDGlSTx2B1zTqZk4Zlqu5TxHJNTxWAdP9Y+WI50OApUw== } + resolution: {integrity: sha512-8GLiM01PkdJVGUhR1e6M/AvWnSqYS0HaERI+K/QtStGDGlSTx2B1zTqZk4Zlqu5TxHJNTxWAdP9Y+WI50OApUw==} dependencies: bn.js: 5.2.1 buffer: 6.0.3 @@ -15787,8 +15832,8 @@ packages: dev: true /keccak@3.0.4: - resolution: { integrity: sha512-3vKuW0jV8J3XNTzvfyicFR5qvxrSAGl7KIhvgOu5cmWwM7tZRj3fMbj/pfIf4be7aznbc+prBWGjywox/g2Y6Q== } - engines: { node: '>=10.0.0' } + resolution: {integrity: sha512-3vKuW0jV8J3XNTzvfyicFR5qvxrSAGl7KIhvgOu5cmWwM7tZRj3fMbj/pfIf4be7aznbc+prBWGjywox/g2Y6Q==} + engines: {node: '>=10.0.0'} requiresBuild: true dependencies: node-addon-api: 2.0.2 @@ -15797,35 +15842,35 @@ packages: dev: true /keygrip@1.1.0: - resolution: { integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==} + engines: {node: '>= 0.6'} dependencies: tsscmp: 1.0.6 dev: false /keyv@4.5.4: - resolution: { integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== } + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} dependencies: json-buffer: 3.0.1 dev: true /kind-of@6.0.3: - resolution: { integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} /klaw-sync@6.0.0: - resolution: { integrity: sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ== } + resolution: {integrity: sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==} dependencies: graceful-fs: 4.2.11 dev: true /kleur@3.0.3: - resolution: { integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== } - engines: { node: '>=6' } + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} /ky-universal@0.8.2(ky@0.25.1): - resolution: { integrity: sha512-xe0JaOH9QeYxdyGLnzUOVGK4Z6FGvDVzcXFTdrYA1f33MZdEa45sUDaMBy98xQMcsd2XIBrTXRrRYnegcSdgVQ== } - engines: { node: '>=10.17' } + resolution: {integrity: sha512-xe0JaOH9QeYxdyGLnzUOVGK4Z6FGvDVzcXFTdrYA1f33MZdEa45sUDaMBy98xQMcsd2XIBrTXRrRYnegcSdgVQ==} + engines: {node: '>=10.17'} peerDependencies: ky: '>=0.17.0' web-streams-polyfill: '>=2.0.0' @@ -15840,23 +15885,23 @@ packages: - domexception /ky@0.25.1: - resolution: { integrity: sha512-PjpCEWlIU7VpiMVrTwssahkYXX1by6NCT0fhTUX34F3DTinARlgMpriuroolugFPcMgpPWrOW4mTb984Qm1RXA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-PjpCEWlIU7VpiMVrTwssahkYXX1by6NCT0fhTUX34F3DTinARlgMpriuroolugFPcMgpPWrOW4mTb984Qm1RXA==} + engines: {node: '>=10'} /language-subtag-registry@0.3.23: - resolution: { integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ== } + resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==} dev: false /language-tags@1.0.9: - resolution: { integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA== } - engines: { node: '>=0.10' } + resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==} + engines: {node: '>=0.10'} dependencies: language-subtag-registry: 0.3.23 dev: false /lerna-changelog@2.2.0: - resolution: { integrity: sha512-yjYNAHrbnw8xYFKmYWJEP52Tk4xSdlNmzpYr26+3glbSGDmpe8UMo8f9DlEntjGufL+opup421oVTXcLshwAaQ== } - engines: { node: 12.* || 14.* || >= 16 } + resolution: {integrity: sha512-yjYNAHrbnw8xYFKmYWJEP52Tk4xSdlNmzpYr26+3glbSGDmpe8UMo8f9DlEntjGufL+opup421oVTXcLshwAaQ==} + engines: {node: 12.* || 14.* || >= 16} hasBin: true dependencies: chalk: 4.1.2 @@ -15873,8 +15918,8 @@ packages: dev: true /lerna@8.1.3: - resolution: { integrity: sha512-Dg/r1dGnRCXKsOUC3lol7o6ggYTA6WWiPQzZJNKqyygn4fzYGuA3Dro2d5677pajaqFnFA72mdCjzSyF16Vi2Q== } - engines: { node: '>=18.0.0' } + resolution: {integrity: sha512-Dg/r1dGnRCXKsOUC3lol7o6ggYTA6WWiPQzZJNKqyygn4fzYGuA3Dro2d5677pajaqFnFA72mdCjzSyF16Vi2Q==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: '@lerna/create': 8.1.3(typescript@5.4.2) @@ -15961,27 +16006,27 @@ packages: dev: true /leven@3.1.0: - resolution: { integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== } - engines: { node: '>=6' } + resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} + engines: {node: '>=6'} /levn@0.3.0: - resolution: { integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} + engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.1.2 type-check: 0.3.2 /levn@0.4.1: - resolution: { integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 dev: true /libnpmaccess@7.0.2: - resolution: { integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-package-arg: 10.1.0 npm-registry-fetch: 14.0.5 @@ -15990,8 +16035,8 @@ packages: dev: true /libnpmpublish@7.3.0: - resolution: { integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: ci-info: 3.9.0 normalize-package-data: 5.0.0 @@ -16006,11 +16051,11 @@ packages: dev: true /libphonenumber-js@1.11.1: - resolution: { integrity: sha512-Wze1LPwcnzvcKGcRHFGFECTaLzxOtujwpf924difr5zniyYv1C2PiW0419qDR7m8lKDxsImu5mwxFuXhXpjmvw== } + resolution: {integrity: sha512-Wze1LPwcnzvcKGcRHFGFECTaLzxOtujwpf924difr5zniyYv1C2PiW0419qDR7m8lKDxsImu5mwxFuXhXpjmvw==} dev: false /lighthouse-logger@1.4.2: - resolution: { integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g== } + resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} dependencies: debug: 2.6.9 marky: 1.2.5 @@ -16018,17 +16063,17 @@ packages: - supports-color /lines-and-columns@1.2.4: - resolution: { integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== } + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true /lines-and-columns@2.0.4: - resolution: { integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A== } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: true /load-json-file@4.0.0: - resolution: { integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} + engines: {node: '>=4'} dependencies: graceful-fs: 4.2.11 parse-json: 4.0.0 @@ -16037,8 +16082,8 @@ packages: dev: true /load-json-file@6.2.0: - resolution: { integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} + engines: {node: '>=8'} dependencies: graceful-fs: 4.2.11 parse-json: 5.2.0 @@ -16047,118 +16092,118 @@ packages: dev: true /locate-path@2.0.0: - resolution: { integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} + engines: {node: '>=4'} dependencies: p-locate: 2.0.0 path-exists: 3.0.0 dev: true /locate-path@3.0.0: - resolution: { integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== } - engines: { node: '>=6' } + resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} + engines: {node: '>=6'} dependencies: p-locate: 3.0.0 path-exists: 3.0.0 /locate-path@5.0.0: - resolution: { integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== } - engines: { node: '>=8' } + resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} + engines: {node: '>=8'} dependencies: p-locate: 4.1.0 /locate-path@6.0.0: - resolution: { integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} dependencies: p-locate: 5.0.0 /lodash.camelcase@4.3.0: - resolution: { integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA== } + resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} requiresBuild: true dev: true optional: true /lodash.capitalize@4.2.1: - resolution: { integrity: sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw== } + resolution: {integrity: sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==} dev: true /lodash.clonedeep@4.5.0: - resolution: { integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ== } + resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==} /lodash.debounce@4.0.8: - resolution: { integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== } + resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} /lodash.escaperegexp@4.1.2: - resolution: { integrity: sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw== } + resolution: {integrity: sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==} dev: true /lodash.get@4.4.2: - resolution: { integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ== } + resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} /lodash.includes@4.3.0: - resolution: { integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w== } + resolution: {integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==} dev: false /lodash.isboolean@3.0.3: - resolution: { integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg== } + resolution: {integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==} dev: false /lodash.isequal@4.5.0: - resolution: { integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ== } + resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} /lodash.isinteger@4.0.4: - resolution: { integrity: sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA== } + resolution: {integrity: sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==} dev: false /lodash.ismatch@4.4.0: - resolution: { integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g== } + resolution: {integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==} dev: true /lodash.isnumber@3.0.3: - resolution: { integrity: sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw== } + resolution: {integrity: sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==} dev: false /lodash.isplainobject@4.0.6: - resolution: { integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== } + resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} /lodash.isstring@4.0.1: - resolution: { integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw== } + resolution: {integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==} /lodash.memoize@4.1.2: - resolution: { integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag== } + resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} /lodash.merge@4.6.2: - resolution: { integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== } + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} dev: true /lodash.once@4.1.1: - resolution: { integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg== } + resolution: {integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==} dev: false /lodash.throttle@4.1.1: - resolution: { integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ== } + resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==} /lodash.truncate@4.4.2: - resolution: { integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw== } + resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} dev: true /lodash.uniqby@4.7.0: - resolution: { integrity: sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww== } + resolution: {integrity: sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==} dev: true /lodash@4.17.21: - resolution: { integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== } + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} /log-symbols@4.1.0: - resolution: { integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} + engines: {node: '>=10'} dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 /logkitty@0.7.1: - resolution: { integrity: sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ== } + resolution: {integrity: sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==} hasBin: true dependencies: ansi-fragments: 0.2.1 @@ -16166,48 +16211,48 @@ packages: yargs: 15.4.1 /long@4.0.0: - resolution: { integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== } + resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==} dev: true /long@5.2.3: - resolution: { integrity: sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q== } + resolution: {integrity: sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==} /loose-envify@1.4.0: - resolution: { integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== } + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true dependencies: js-tokens: 4.0.0 /loud-rejection@1.6.0: - resolution: { integrity: sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==} + engines: {node: '>=0.10.0'} dependencies: currently-unhandled: 0.4.1 signal-exit: 3.0.7 dev: true /lru-cache@10.2.2: - resolution: { integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ== } - engines: { node: 14 || >=16.14 } + resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==} + engines: {node: 14 || >=16.14} /lru-cache@5.1.1: - resolution: { integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== } + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: yallist: 3.1.1 /lru-cache@6.0.0: - resolution: { integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} dependencies: yallist: 4.0.0 /lru-cache@7.18.3: - resolution: { integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} + engines: {node: '>=12'} dev: true /lto-api@0.5.14: - resolution: { integrity: sha512-OXY33y0a1tpmQfJhBKs3VXYwSE4Wz3p1VgRgAaPemBZLEjJZVqsusFuNUu8Ulyh7VG2peYYnzuyhT6BatElaMw== } + resolution: {integrity: sha512-OXY33y0a1tpmQfJhBKs3VXYwSE4Wz3p1VgRgAaPemBZLEjJZVqsusFuNUu8Ulyh7VG2peYYnzuyhT6BatElaMw==} dependencies: bignumber.js: 4.1.0 crypto-js: 3.3.0 @@ -16222,20 +16267,20 @@ packages: dev: true /lz-string@1.5.0: - resolution: { integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ== } + resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true dev: true /make-dir@2.1.0: - resolution: { integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== } - engines: { node: '>=6' } + resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} + engines: {node: '>=6'} dependencies: pify: 4.0.1 semver: 5.7.2 /make-dir@3.1.0: - resolution: { integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} + engines: {node: '>=8'} requiresBuild: true dependencies: semver: 6.3.1 @@ -16243,18 +16288,18 @@ packages: optional: true /make-dir@4.0.0: - resolution: { integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} + engines: {node: '>=10'} dependencies: semver: 7.6.2 dev: true /make-error@1.3.6: - resolution: { integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== } + resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} /make-fetch-happen@11.1.1: - resolution: { integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: agentkeepalive: 4.5.0 cacache: 17.1.4 @@ -16276,8 +16321,8 @@ packages: dev: true /make-fetch-happen@13.0.1: - resolution: { integrity: sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@npmcli/agent': 2.2.2 cacache: 18.0.3 @@ -16296,8 +16341,8 @@ packages: dev: true /make-fetch-happen@9.1.0: - resolution: { integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==} + engines: {node: '>= 10'} dependencies: agentkeepalive: 4.5.0 cacache: 15.3.0 @@ -16320,34 +16365,34 @@ packages: - supports-color /make-promises-safe@5.1.0: - resolution: { integrity: sha512-AfdZ49rtyhQR/6cqVKGoH7y4ql7XkS5HJI1lZm0/5N6CQosy1eYbBJ/qbhkKHzo17UH7M918Bysf6XB9f3kS1g== } + resolution: {integrity: sha512-AfdZ49rtyhQR/6cqVKGoH7y4ql7XkS5HJI1lZm0/5N6CQosy1eYbBJ/qbhkKHzo17UH7M918Bysf6XB9f3kS1g==} requiresBuild: true dev: true optional: true /makeerror@1.0.12: - resolution: { integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== } + resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} dependencies: tmpl: 1.0.5 /map-obj@1.0.1: - resolution: { integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} + engines: {node: '>=0.10.0'} dev: true /map-obj@2.0.0: - resolution: { integrity: sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==} + engines: {node: '>=4'} dev: true /map-obj@4.3.0: - resolution: { integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} + engines: {node: '>=8'} dev: true /marked-terminal@5.2.0(marked@4.3.0): - resolution: { integrity: sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA== } - engines: { node: '>=14.13.1 || >=16.0.0' } + resolution: {integrity: sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==} + engines: {node: '>=14.13.1 || >=16.0.0'} peerDependencies: marked: ^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 dependencies: @@ -16361,31 +16406,31 @@ packages: dev: true /marked@4.3.0: - resolution: { integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== } - engines: { node: '>= 12' } + resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} + engines: {node: '>= 12'} hasBin: true dev: true /marky@1.2.5: - resolution: { integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q== } + resolution: {integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==} /md5.js@1.3.5: - resolution: { integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== } + resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} dependencies: hash-base: 3.1.0 inherits: 2.0.4 safe-buffer: 5.2.1 /media-typer@0.3.0: - resolution: { integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + engines: {node: '>= 0.6'} /memoize-one@5.2.1: - resolution: { integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q== } + resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} /meow@5.0.0: - resolution: { integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig== } - engines: { node: '>=6' } + resolution: {integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==} + engines: {node: '>=6'} dependencies: camelcase-keys: 4.2.0 decamelize-keys: 1.1.1 @@ -16399,8 +16444,8 @@ packages: dev: true /meow@8.1.2: - resolution: { integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q== } - engines: { node: '>=10' } + resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} + engines: {node: '>=10'} dependencies: '@types/minimist': 1.2.5 camelcase-keys: 6.2.2 @@ -16416,22 +16461,22 @@ packages: dev: true /merge-descriptors@1.0.1: - resolution: { integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w== } + resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} /merge-stream@2.0.0: - resolution: { integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== } + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} /merge2@1.4.1: - resolution: { integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} /methods@1.1.2: - resolution: { integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} + engines: {node: '>= 0.6'} /metro-babel-transformer@0.80.9: - resolution: { integrity: sha512-d76BSm64KZam1nifRZlNJmtwIgAeZhZG3fi3K+EmPOlrR8rDtBxQHDSN3fSGeNB9CirdTyabTMQCkCup6BXFSQ== } - engines: { node: '>=18' } + resolution: {integrity: sha512-d76BSm64KZam1nifRZlNJmtwIgAeZhZG3fi3K+EmPOlrR8rDtBxQHDSN3fSGeNB9CirdTyabTMQCkCup6BXFSQ==} + engines: {node: '>=18'} dependencies: '@babel/core': 7.24.5 hermes-parser: 0.20.1 @@ -16440,19 +16485,19 @@ packages: - supports-color /metro-cache-key@0.80.9: - resolution: { integrity: sha512-hRcYGhEiWIdM87hU0fBlcGr+tHDEAT+7LYNCW89p5JhErFt/QaAkVx4fb5bW3YtXGv5BTV7AspWPERoIb99CXg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-hRcYGhEiWIdM87hU0fBlcGr+tHDEAT+7LYNCW89p5JhErFt/QaAkVx4fb5bW3YtXGv5BTV7AspWPERoIb99CXg==} + engines: {node: '>=18'} /metro-cache@0.80.9: - resolution: { integrity: sha512-ujEdSI43QwI+Dj2xuNax8LMo8UgKuXJEdxJkzGPU6iIx42nYa1byQ+aADv/iPh5sh5a//h5FopraW5voXSgm2w== } - engines: { node: '>=18' } + resolution: {integrity: sha512-ujEdSI43QwI+Dj2xuNax8LMo8UgKuXJEdxJkzGPU6iIx42nYa1byQ+aADv/iPh5sh5a//h5FopraW5voXSgm2w==} + engines: {node: '>=18'} dependencies: metro-core: 0.80.9 rimraf: 3.0.2 /metro-config@0.80.9: - resolution: { integrity: sha512-28wW7CqS3eJrunRGnsibWldqgwRP9ywBEf7kg+uzUHkSFJNKPM1K3UNSngHmH0EZjomizqQA2Zi6/y6VdZMolg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-28wW7CqS3eJrunRGnsibWldqgwRP9ywBEf7kg+uzUHkSFJNKPM1K3UNSngHmH0EZjomizqQA2Zi6/y6VdZMolg==} + engines: {node: '>=18'} dependencies: connect: 3.7.0 cosmiconfig: 5.2.1 @@ -16468,15 +16513,15 @@ packages: - utf-8-validate /metro-core@0.80.9: - resolution: { integrity: sha512-tbltWQn+XTdULkGdzHIxlxk4SdnKxttvQQV3wpqqFbHDteR4gwCyTR2RyYJvxgU7HELfHtrVbqgqAdlPByUSbg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-tbltWQn+XTdULkGdzHIxlxk4SdnKxttvQQV3wpqqFbHDteR4gwCyTR2RyYJvxgU7HELfHtrVbqgqAdlPByUSbg==} + engines: {node: '>=18'} dependencies: lodash.throttle: 4.1.1 metro-resolver: 0.80.9 /metro-file-map@0.80.9: - resolution: { integrity: sha512-sBUjVtQMHagItJH/wGU9sn3k2u0nrCl0CdR4SFMO1tksXLKbkigyQx4cbpcyPVOAmGTVuy3jyvBlELaGCAhplQ== } - engines: { node: '>=18' } + resolution: {integrity: sha512-sBUjVtQMHagItJH/wGU9sn3k2u0nrCl0CdR4SFMO1tksXLKbkigyQx4cbpcyPVOAmGTVuy3jyvBlELaGCAhplQ==} + engines: {node: '>=18'} dependencies: anymatch: 3.1.3 debug: 2.6.9 @@ -16494,24 +16539,24 @@ packages: - supports-color /metro-minify-terser@0.80.9: - resolution: { integrity: sha512-FEeCeFbkvvPuhjixZ1FYrXtO0araTpV6UbcnGgDUpH7s7eR5FG/PiJz3TsuuPP/HwCK19cZtQydcA2QrCw446A== } - engines: { node: '>=18' } + resolution: {integrity: sha512-FEeCeFbkvvPuhjixZ1FYrXtO0araTpV6UbcnGgDUpH7s7eR5FG/PiJz3TsuuPP/HwCK19cZtQydcA2QrCw446A==} + engines: {node: '>=18'} dependencies: terser: 5.31.0 /metro-resolver@0.80.9: - resolution: { integrity: sha512-wAPIjkN59BQN6gocVsAvvpZ1+LQkkqUaswlT++cJafE/e54GoVkMNCmrR4BsgQHr9DknZ5Um/nKueeN7kaEz9w== } - engines: { node: '>=18' } + resolution: {integrity: sha512-wAPIjkN59BQN6gocVsAvvpZ1+LQkkqUaswlT++cJafE/e54GoVkMNCmrR4BsgQHr9DknZ5Um/nKueeN7kaEz9w==} + engines: {node: '>=18'} /metro-runtime@0.80.9: - resolution: { integrity: sha512-8PTVIgrVcyU+X/rVCy/9yxNlvXsBCk5JwwkbAm/Dm+Abo6NBGtNjWF0M1Xo/NWCb4phamNWcD7cHdR91HhbJvg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-8PTVIgrVcyU+X/rVCy/9yxNlvXsBCk5JwwkbAm/Dm+Abo6NBGtNjWF0M1Xo/NWCb4phamNWcD7cHdR91HhbJvg==} + engines: {node: '>=18'} dependencies: '@babel/runtime': 7.24.5 /metro-source-map@0.80.9: - resolution: { integrity: sha512-RMn+XS4VTJIwMPOUSj61xlxgBvPeY4G6s5uIn6kt6HB6A/k9ekhr65UkkDD7WzHYs3a9o869qU8tvOZvqeQzgw== } - engines: { node: '>=18' } + resolution: {integrity: sha512-RMn+XS4VTJIwMPOUSj61xlxgBvPeY4G6s5uIn6kt6HB6A/k9ekhr65UkkDD7WzHYs3a9o869qU8tvOZvqeQzgw==} + engines: {node: '>=18'} dependencies: '@babel/traverse': 7.24.5 '@babel/types': 7.24.5 @@ -16525,8 +16570,8 @@ packages: - supports-color /metro-symbolicate@0.80.9: - resolution: { integrity: sha512-Ykae12rdqSs98hg41RKEToojuIW85wNdmSe/eHUgMkzbvCFNVgcC0w3dKZEhSsqQOXapXRlLtHkaHLil0UD/EA== } - engines: { node: '>=18' } + resolution: {integrity: sha512-Ykae12rdqSs98hg41RKEToojuIW85wNdmSe/eHUgMkzbvCFNVgcC0w3dKZEhSsqQOXapXRlLtHkaHLil0UD/EA==} + engines: {node: '>=18'} hasBin: true dependencies: invariant: 2.2.4 @@ -16539,8 +16584,8 @@ packages: - supports-color /metro-transform-plugins@0.80.9: - resolution: { integrity: sha512-UlDk/uc8UdfLNJhPbF3tvwajyuuygBcyp+yBuS/q0z3QSuN/EbLllY3rK8OTD9n4h00qZ/qgxGv/lMFJkwP4vg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-UlDk/uc8UdfLNJhPbF3tvwajyuuygBcyp+yBuS/q0z3QSuN/EbLllY3rK8OTD9n4h00qZ/qgxGv/lMFJkwP4vg==} + engines: {node: '>=18'} dependencies: '@babel/core': 7.24.5 '@babel/generator': 7.24.5 @@ -16551,8 +16596,8 @@ packages: - supports-color /metro-transform-worker@0.80.9: - resolution: { integrity: sha512-c/IrzMUVnI0hSVVit4TXzt3A1GiUltGVlzCmLJWxNrBGHGrJhvgePj38+GXl1Xf4Fd4vx6qLUkKMQ3ux73bFLQ== } - engines: { node: '>=18' } + resolution: {integrity: sha512-c/IrzMUVnI0hSVVit4TXzt3A1GiUltGVlzCmLJWxNrBGHGrJhvgePj38+GXl1Xf4Fd4vx6qLUkKMQ3ux73bFLQ==} + engines: {node: '>=18'} dependencies: '@babel/core': 7.24.5 '@babel/generator': 7.24.5 @@ -16573,8 +16618,8 @@ packages: - utf-8-validate /metro@0.80.9: - resolution: { integrity: sha512-Bc57Xf3GO2Xe4UWQsBj/oW6YfLPABEu8jfDVDiNmJvoQW4CO34oDPuYKe4KlXzXhcuNsqOtSxpbjCRRVjhhREg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-Bc57Xf3GO2Xe4UWQsBj/oW6YfLPABEu8jfDVDiNmJvoQW4CO34oDPuYKe4KlXzXhcuNsqOtSxpbjCRRVjhhREg==} + engines: {node: '>=18'} hasBin: true dependencies: '@babel/code-frame': 7.24.2 @@ -16627,120 +16672,120 @@ packages: - utf-8-validate /micro-ftch@0.3.1: - resolution: { integrity: sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg== } + resolution: {integrity: sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg==} /micromatch@4.0.7: - resolution: { integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q== } - engines: { node: '>=8.6' } + resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} + engines: {node: '>=8.6'} dependencies: braces: 3.0.3 picomatch: 2.3.1 /mime-db@1.52.0: - resolution: { integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} /mime-types@2.1.35: - resolution: { integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 /mime@1.6.0: - resolution: { integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== } - engines: { node: '>=4' } + resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} + engines: {node: '>=4'} hasBin: true /mime@2.6.0: - resolution: { integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== } - engines: { node: '>=4.0.0' } + resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} + engines: {node: '>=4.0.0'} hasBin: true /mime@3.0.0: - resolution: { integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A== } - engines: { node: '>=10.0.0' } + resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} + engines: {node: '>=10.0.0'} hasBin: true dev: true /mimic-fn@2.1.0: - resolution: { integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} /mimic-response@3.1.0: - resolution: { integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} + engines: {node: '>=10'} /min-indent@1.0.1: - resolution: { integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== } - engines: { node: '>=4' } + resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} + engines: {node: '>=4'} dev: true /minimalistic-assert@1.0.1: - resolution: { integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== } + resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} /minimalistic-crypto-utils@1.0.1: - resolution: { integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg== } + resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} /minimatch@3.0.5: - resolution: { integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw== } + resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} dependencies: brace-expansion: 1.1.11 dev: true /minimatch@3.0.8: - resolution: { integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q== } + resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} dependencies: brace-expansion: 1.1.11 /minimatch@3.1.2: - resolution: { integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== } + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 /minimatch@5.1.6: - resolution: { integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== } - engines: { node: '>=10' } + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 /minimatch@7.4.6: - resolution: { integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} + engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 dev: false /minimatch@8.0.4: - resolution: { integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA== } - engines: { node: '>=16 || 14 >=14.17' } + resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 dev: true /minimatch@9.0.3: - resolution: { integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== } - engines: { node: '>=16 || 14 >=14.17' } + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 dev: true /minimatch@9.0.4: - resolution: { integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw== } - engines: { node: '>=16 || 14 >=14.17' } + resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 /minimist-options@3.0.2: - resolution: { integrity: sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ== } - engines: { node: '>= 4' } + resolution: {integrity: sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==} + engines: {node: '>= 4'} dependencies: arrify: 1.0.1 is-plain-obj: 1.1.0 dev: true /minimist-options@4.1.0: - resolution: { integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} + engines: {node: '>= 6'} dependencies: arrify: 1.0.1 is-plain-obj: 1.1.0 @@ -16748,24 +16793,24 @@ packages: dev: true /minimist@1.2.8: - resolution: { integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== } + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} /minipass-collect@1.0.2: - resolution: { integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 /minipass-collect@2.0.1: - resolution: { integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw== } - engines: { node: '>=16 || 14 >=14.17' } + resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: minipass: 7.1.1 dev: true /minipass-fetch@1.4.1: - resolution: { integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==} + engines: {node: '>=8'} dependencies: minipass: 3.3.6 minipass-sized: 1.0.3 @@ -16774,8 +16819,8 @@ packages: encoding: 0.1.13 /minipass-fetch@3.0.5: - resolution: { integrity: sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 7.1.1 minipass-sized: 1.0.3 @@ -16785,86 +16830,86 @@ packages: dev: true /minipass-flush@1.0.5: - resolution: { integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 /minipass-json-stream@1.0.1: - resolution: { integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg== } + resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==} dependencies: jsonparse: 1.3.1 minipass: 3.3.6 dev: true /minipass-pipeline@1.2.4: - resolution: { integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== } - engines: { node: '>=8' } + resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} + engines: {node: '>=8'} dependencies: minipass: 3.3.6 /minipass-sized@1.0.3: - resolution: { integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== } - engines: { node: '>=8' } + resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} + engines: {node: '>=8'} dependencies: minipass: 3.3.6 /minipass@3.3.6: - resolution: { integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + engines: {node: '>=8'} dependencies: yallist: 4.0.0 /minipass@4.2.8: - resolution: { integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} + engines: {node: '>=8'} dev: true /minipass@5.0.0: - resolution: { integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + engines: {node: '>=8'} /minipass@7.1.1: - resolution: { integrity: sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA== } - engines: { node: '>=16 || 14 >=14.17' } + resolution: {integrity: sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==} + engines: {node: '>=16 || 14 >=14.17'} /minizlib@2.1.2: - resolution: { integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 yallist: 4.0.0 /mkdirp-classic@0.5.3: - resolution: { integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== } + resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} /mkdirp@0.5.6: - resolution: { integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== } + resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true dependencies: minimist: 1.2.8 /mkdirp@1.0.4: - resolution: { integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} hasBin: true /mkdirp@2.1.6: - resolution: { integrity: sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A== } - engines: { node: '>=10' } + resolution: {integrity: sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==} + engines: {node: '>=10'} hasBin: true /modify-values@1.0.1: - resolution: { integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} + engines: {node: '>=0.10.0'} dev: true /moment@2.30.1: - resolution: { integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how== } + resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==} /morgan@1.10.0: - resolution: { integrity: sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==} + engines: {node: '>= 0.8.0'} dependencies: basic-auth: 2.0.1 debug: 2.6.9 @@ -16875,32 +16920,32 @@ packages: - supports-color /mri@1.2.0: - resolution: { integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} + engines: {node: '>=4'} dev: true /ms@2.0.0: - resolution: { integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== } + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} /ms@2.1.2: - resolution: { integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== } + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} /ms@2.1.3: - resolution: { integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== } + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} /msrcrypto@1.5.8: - resolution: { integrity: sha512-ujZ0TRuozHKKm6eGbKHfXef7f+esIhEckmThVnz7RNyiOJd7a6MXj2JGBoL9cnPDW+JMG16MoTUh5X+XXjI66Q== } + resolution: {integrity: sha512-ujZ0TRuozHKKm6eGbKHfXef7f+esIhEckmThVnz7RNyiOJd7a6MXj2JGBoL9cnPDW+JMG16MoTUh5X+XXjI66Q==} /multibase@4.0.6: - resolution: { integrity: sha512-x23pDe5+svdLz/k5JPGCVdfn7Q5mZVMBETiC+ORfO+sor9Sgs0smJzAjfTbM5tckeCqnaUuMYoz+k3RXMmJClQ== } - engines: { node: '>=12.0.0', npm: '>=6.0.0' } + resolution: {integrity: sha512-x23pDe5+svdLz/k5JPGCVdfn7Q5mZVMBETiC+ORfO+sor9Sgs0smJzAjfTbM5tckeCqnaUuMYoz+k3RXMmJClQ==} + engines: {node: '>=12.0.0', npm: '>=6.0.0'} deprecated: This module has been superseded by the multiformats module dependencies: '@multiformats/base-x': 4.0.1 dev: true /multicodec@3.2.1: - resolution: { integrity: sha512-+expTPftro8VAW8kfvcuNNNBgb9gPeNYV9dn+z1kJRWF2vih+/S79f2RVeIwmrJBUJ6NT9IUPWnZDQvegEh5pw== } + resolution: {integrity: sha512-+expTPftro8VAW8kfvcuNNNBgb9gPeNYV9dn+z1kJRWF2vih+/S79f2RVeIwmrJBUJ6NT9IUPWnZDQvegEh5pw==} deprecated: This module has been superseded by the multiformats module dependencies: uint8arrays: 3.1.1 @@ -16908,19 +16953,19 @@ packages: dev: true /multiformats@12.1.3: - resolution: { integrity: sha512-eajQ/ZH7qXZQR2AgtfpmSMizQzmyYVmCql7pdhldPuYQi4atACekbJaQplk6dWyIi10jCaFnd6pqvcEFXjbaJw== } - engines: { node: '>=16.0.0', npm: '>=7.0.0' } + resolution: {integrity: sha512-eajQ/ZH7qXZQR2AgtfpmSMizQzmyYVmCql7pdhldPuYQi4atACekbJaQplk6dWyIi10jCaFnd6pqvcEFXjbaJw==} + engines: {node: '>=16.0.0', npm: '>=7.0.0'} dev: false /multiformats@9.7.1: - resolution: { integrity: sha512-TaVmGEBt0fhxiNJMGphBfB+oGvUxFs8KgGvgl8d3C+GWtrFcvXdJ2196eg+dYhmSFClmgFfSfJEklo+SZzdNuw== } + resolution: {integrity: sha512-TaVmGEBt0fhxiNJMGphBfB+oGvUxFs8KgGvgl8d3C+GWtrFcvXdJ2196eg+dYhmSFClmgFfSfJEklo+SZzdNuw==} /multiformats@9.9.0: - resolution: { integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg== } + resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==} /multihashes@4.0.3: - resolution: { integrity: sha512-0AhMH7Iu95XjDLxIeuCOOE4t9+vQZsACyKZ9Fxw2pcsRmlX4iCn1mby0hS0bb+nQOVpdQYWPpnyusw4da5RPhA== } - engines: { node: '>=12.0.0', npm: '>=6.0.0' } + resolution: {integrity: sha512-0AhMH7Iu95XjDLxIeuCOOE4t9+vQZsACyKZ9Fxw2pcsRmlX4iCn1mby0hS0bb+nQOVpdQYWPpnyusw4da5RPhA==} + engines: {node: '>=12.0.0', npm: '>=6.0.0'} dependencies: multibase: 4.0.6 uint8arrays: 3.1.1 @@ -16928,8 +16973,8 @@ packages: dev: true /multimatch@5.0.0: - resolution: { integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==} + engines: {node: '>=10'} dependencies: '@types/minimatch': 3.0.5 array-differ: 3.0.0 @@ -16939,16 +16984,16 @@ packages: dev: true /mute-stream@0.0.8: - resolution: { integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== } + resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: true /mute-stream@1.0.0: - resolution: { integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} /mv@2.1.1: - resolution: { integrity: sha512-at/ZndSy3xEGJ8i0ygALh8ru9qy7gWW1cmkaqBN29JmMlIvM//MEO9y1sk/avxuwnPcfhkejkLsuPxH81BrkSg== } - engines: { node: '>=0.8.0' } + resolution: {integrity: sha512-at/ZndSy3xEGJ8i0ygALh8ru9qy7gWW1cmkaqBN29JmMlIvM//MEO9y1sk/avxuwnPcfhkejkLsuPxH81BrkSg==} + engines: {node: '>=0.8.0'} requiresBuild: true dependencies: mkdirp: 0.5.6 @@ -16957,47 +17002,47 @@ packages: optional: true /mz@2.7.0: - resolution: { integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== } + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} dependencies: any-promise: 1.3.0 object-assign: 4.1.1 thenify-all: 1.6.0 /nan@2.19.0: - resolution: { integrity: sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw== } + resolution: {integrity: sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==} /nanoid@3.3.7: - resolution: { integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== } - engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true /napi-build-utils@1.0.2: - resolution: { integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg== } + resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} /natural-compare-lite@1.4.0: - resolution: { integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g== } + resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} dev: true /natural-compare@1.4.0: - resolution: { integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== } + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true /ncp@2.0.0: - resolution: { integrity: sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA== } + resolution: {integrity: sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==} hasBin: true requiresBuild: true optional: true /negotiator@0.6.3: - resolution: { integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + engines: {node: '>= 0.6'} /neo-async@2.6.2: - resolution: { integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== } + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} /neon-cli@0.10.1: - resolution: { integrity: sha512-kOd9ELaYETe1J1nBEOYD7koAZVj6xR9TGwOPccAsWmwL5amkaXXXwXHCUHkBAWujlgSZY5f2pT+pFGkzoHExYQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-kOd9ELaYETe1J1nBEOYD7koAZVj6xR9TGwOPccAsWmwL5amkaXXXwXHCUHkBAWujlgSZY5f2pT+pFGkzoHExYQ==} + engines: {node: '>=8'} hasBin: true requiresBuild: true dependencies: @@ -17019,25 +17064,25 @@ packages: optional: true /nerf-dart@1.0.0: - resolution: { integrity: sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g== } + resolution: {integrity: sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==} dev: true /nist-weierstrauss@1.6.1: - resolution: { integrity: sha512-FpjCOnPV/s3ZVIkeldCVSml2K4lruabPbBgoEitpCK1JL0KTVoWb56CFTU6rZn5i6VqAjdwcOp0FDwJACPmeFA== } + resolution: {integrity: sha512-FpjCOnPV/s3ZVIkeldCVSml2K4lruabPbBgoEitpCK1JL0KTVoWb56CFTU6rZn5i6VqAjdwcOp0FDwJACPmeFA==} dependencies: multiformats: 9.9.0 uint8arrays: 2.1.10 dev: true /nocache@3.0.4: - resolution: { integrity: sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw== } - engines: { node: '>=12.0.0' } + resolution: {integrity: sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==} + engines: {node: '>=12.0.0'} /nock@13.5.4: - resolution: { integrity: sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw== } - engines: { node: '>= 10.13' } + resolution: {integrity: sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==} + engines: {node: '>= 10.13'} dependencies: - debug: 4.3.4 + debug: 4.3.5 json-stringify-safe: 5.0.1 propagate: 2.0.1 transitivePeerDependencies: @@ -17045,42 +17090,42 @@ packages: dev: true /node-abi@3.62.0: - resolution: { integrity: sha512-CPMcGa+y33xuL1E0TcNIu4YyaZCxnnvkVaEXrsosR3FxN+fV8xvb7Mzpb7IgKler10qeMkE6+Dp8qJhpzdq35g== } - engines: { node: '>=10' } + resolution: {integrity: sha512-CPMcGa+y33xuL1E0TcNIu4YyaZCxnnvkVaEXrsosR3FxN+fV8xvb7Mzpb7IgKler10qeMkE6+Dp8qJhpzdq35g==} + engines: {node: '>=10'} dependencies: semver: 7.6.2 /node-abort-controller@3.1.1: - resolution: { integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ== } + resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} /node-addon-api@2.0.2: - resolution: { integrity: sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA== } + resolution: {integrity: sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==} /node-addon-api@7.1.0: - resolution: { integrity: sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g== } - engines: { node: ^16 || ^18 || >= 20 } + resolution: {integrity: sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==} + engines: {node: ^16 || ^18 || >= 20} /node-dir@0.1.17: - resolution: { integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg== } - engines: { node: '>= 0.10.5' } + resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} + engines: {node: '>= 0.10.5'} dependencies: minimatch: 3.1.2 /node-emoji@1.11.0: - resolution: { integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A== } + resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==} dependencies: lodash: 4.17.21 dev: true /node-fetch-h2@2.3.0: - resolution: { integrity: sha512-ofRW94Ab0T4AOh5Fk8t0h8OBWrmjb0SSB20xh1H8YnPV9EJ+f5AMoYSUQ2zgJ4Iq2HAK0I2l5/Nequ8YzFS3Hg== } - engines: { node: 4.x || >=6.0.0 } + resolution: {integrity: sha512-ofRW94Ab0T4AOh5Fk8t0h8OBWrmjb0SSB20xh1H8YnPV9EJ+f5AMoYSUQ2zgJ4Iq2HAK0I2l5/Nequ8YzFS3Hg==} + engines: {node: 4.x || >=6.0.0} dependencies: http2-client: 1.3.5 /node-fetch@2.6.7: - resolution: { integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== } - engines: { node: 4.x || >=6.0.0 } + resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} + engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 peerDependenciesMeta: @@ -17091,8 +17136,8 @@ packages: dev: true /node-fetch@2.7.0: - resolution: { integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== } - engines: { node: 4.x || >=6.0.0 } + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 peerDependenciesMeta: @@ -17102,8 +17147,8 @@ packages: whatwg-url: 5.0.0 /node-fetch@3.0.0-beta.9: - resolution: { integrity: sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg== } - engines: { node: ^10.17 || >=12.3 } + resolution: {integrity: sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==} + engines: {node: ^10.17 || >=12.3} dependencies: data-uri-to-buffer: 3.0.1 fetch-blob: 2.1.2 @@ -17111,20 +17156,20 @@ packages: - domexception /node-forge@0.10.0: - resolution: { integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== } - engines: { node: '>= 6.0.0' } + resolution: {integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==} + engines: {node: '>= 6.0.0'} /node-forge@1.3.1: - resolution: { integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== } - engines: { node: '>= 6.13.0' } + resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} + engines: {node: '>= 6.13.0'} /node-gyp-build@4.8.1: - resolution: { integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw== } + resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==} hasBin: true /node-gyp@10.1.0: - resolution: { integrity: sha512-B4J5M1cABxPc5PwfjhbV5hoy2DP9p8lFXASnEN6hugXOa61416tnTZ29x9sSwAd0o99XNIcpvDDy1swAExsVKA== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-B4J5M1cABxPc5PwfjhbV5hoy2DP9p8lFXASnEN6hugXOa61416tnTZ29x9sSwAd0o99XNIcpvDDy1swAExsVKA==} + engines: {node: ^16.14.0 || >=18.0.0} hasBin: true dependencies: env-paths: 2.2.1 @@ -17142,8 +17187,8 @@ packages: dev: true /node-gyp@8.4.1: - resolution: { integrity: sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w== } - engines: { node: '>= 10.12.0' } + resolution: {integrity: sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==} + engines: {node: '>= 10.12.0'} hasBin: true requiresBuild: true dependencies: @@ -17163,10 +17208,10 @@ packages: optional: true /node-int64@0.4.0: - resolution: { integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw== } + resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} /node-jose@2.2.0: - resolution: { integrity: sha512-XPCvJRr94SjLrSIm4pbYHKLEaOsDvJCpyFw/6V/KK/IXmyZ6SFBzAUDO9HQf4DB/nTEFcRGH87mNciOP23kFjw== } + resolution: {integrity: sha512-XPCvJRr94SjLrSIm4pbYHKLEaOsDvJCpyFw/6V/KK/IXmyZ6SFBzAUDO9HQf4DB/nTEFcRGH87mNciOP23kFjw==} dependencies: base64url: 3.0.1 buffer: 6.0.3 @@ -17179,30 +17224,30 @@ packages: uuid: 9.0.1 /node-machine-id@1.1.12: - resolution: { integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ== } + resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} dev: true /node-releases@2.0.14: - resolution: { integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw== } + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} /node-stream-zip@1.15.0: - resolution: { integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw== } - engines: { node: '>=0.12.0' } + resolution: {integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==} + engines: {node: '>=0.12.0'} /nofilter@1.0.4: - resolution: { integrity: sha512-N8lidFp+fCz+TD51+haYdbDGrcBWwuHX40F5+z0qkUjMJ5Tp+rdSuAkMJ9N9eoolDlEVTf6u5icM+cNKkKW2mA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-N8lidFp+fCz+TD51+haYdbDGrcBWwuHX40F5+z0qkUjMJ5Tp+rdSuAkMJ9N9eoolDlEVTf6u5icM+cNKkKW2mA==} + engines: {node: '>=8'} dev: false /noms@0.0.0: - resolution: { integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow== } + resolution: {integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==} dependencies: inherits: 2.0.4 readable-stream: 1.0.34 /nopt@5.0.0: - resolution: { integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} + engines: {node: '>=6'} hasBin: true requiresBuild: true dependencies: @@ -17210,15 +17255,15 @@ packages: optional: true /nopt@7.2.1: - resolution: { integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: abbrev: 2.0.0 dev: true /normalize-package-data@2.5.0: - resolution: { integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== } + resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 resolve: 1.22.8 @@ -17227,8 +17272,8 @@ packages: dev: true /normalize-package-data@3.0.3: - resolution: { integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} + engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 is-core-module: 2.13.1 @@ -17237,8 +17282,8 @@ packages: dev: true /normalize-package-data@5.0.0: - resolution: { integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: hosted-git-info: 6.1.1 is-core-module: 2.13.1 @@ -17247,8 +17292,8 @@ packages: dev: true /normalize-package-data@6.0.1: - resolution: { integrity: sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: hosted-git-info: 7.0.2 is-core-module: 2.13.1 @@ -17257,46 +17302,46 @@ packages: dev: true /normalize-path@3.0.0: - resolution: { integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} /normalize-url@6.1.0: - resolution: { integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== } - engines: { node: '>=10' } + resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} + engines: {node: '>=10'} dev: true /npm-bundled@1.1.2: - resolution: { integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ== } + resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} dependencies: npm-normalize-package-bin: 1.0.1 dev: true /npm-bundled@3.0.1: - resolution: { integrity: sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: npm-normalize-package-bin: 3.0.1 dev: true /npm-install-checks@6.3.0: - resolution: { integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: semver: 7.6.2 dev: true /npm-normalize-package-bin@1.0.1: - resolution: { integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== } + resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} dev: true /npm-normalize-package-bin@3.0.1: - resolution: { integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true /npm-package-arg@10.1.0: - resolution: { integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: hosted-git-info: 6.1.1 proc-log: 3.0.0 @@ -17305,8 +17350,8 @@ packages: dev: true /npm-package-arg@11.0.2: - resolution: { integrity: sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: hosted-git-info: 7.0.2 proc-log: 4.2.0 @@ -17315,8 +17360,8 @@ packages: dev: true /npm-package-arg@8.1.1: - resolution: { integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==} + engines: {node: '>=10'} dependencies: hosted-git-info: 3.0.8 semver: 7.6.2 @@ -17324,8 +17369,8 @@ packages: dev: true /npm-packlist@5.1.1: - resolution: { integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw== } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true dependencies: glob: 8.1.0 @@ -17335,15 +17380,15 @@ packages: dev: true /npm-packlist@8.0.2: - resolution: { integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: ignore-walk: 6.0.5 dev: true /npm-pick-manifest@9.0.1: - resolution: { integrity: sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: npm-install-checks: 6.3.0 npm-normalize-package-bin: 3.0.1 @@ -17352,8 +17397,8 @@ packages: dev: true /npm-registry-fetch@14.0.5: - resolution: { integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: make-fetch-happen: 11.1.1 minipass: 5.0.0 @@ -17367,8 +17412,8 @@ packages: dev: true /npm-registry-fetch@16.2.1: - resolution: { integrity: sha512-8l+7jxhim55S85fjiDGJ1rZXBWGtRLi1OSb4Z3BPLObPuIaeKRlPRiYMSHU4/81ck3t71Z+UwDDl47gcpmfQQA== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-8l+7jxhim55S85fjiDGJ1rZXBWGtRLi1OSb4Z3BPLObPuIaeKRlPRiYMSHU4/81ck3t71Z+UwDDl47gcpmfQQA==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@npmcli/redact': 1.1.0 make-fetch-happen: 13.0.1 @@ -17383,14 +17428,14 @@ packages: dev: true /npm-run-path@4.0.1: - resolution: { integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} dependencies: path-key: 3.1.1 /npm@8.19.4: - resolution: { integrity: sha512-3HANl8i9DKnUA89P4KEgVNN28EjSeDCmvEqbzOAuxCFDzdBZzjUl99zgnGpOUumvW5lvJo2HKcjrsc+tfyv1Hw== } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-3HANl8i9DKnUA89P4KEgVNN28EjSeDCmvEqbzOAuxCFDzdBZzjUl99zgnGpOUumvW5lvJo2HKcjrsc+tfyv1Hw==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true dev: true bundledDependencies: @@ -17469,7 +17514,7 @@ packages: - write-file-atomic /npmlog@5.0.1: - resolution: { integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== } + resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==} deprecated: This package is no longer supported. requiresBuild: true dependencies: @@ -17481,8 +17526,8 @@ packages: optional: true /npmlog@6.0.2: - resolution: { integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg== } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} deprecated: This package is no longer supported. dependencies: are-we-there-yet: 3.0.1 @@ -17491,14 +17536,14 @@ packages: set-blocking: 2.0.0 /nullthrows@1.1.1: - resolution: { integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw== } + resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} /nwsapi@2.2.10: - resolution: { integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ== } + resolution: {integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==} dev: true /nx@19.0.6: - resolution: { integrity: sha512-wz3WafhZNkQbobUtaGj4rCP0Tz8wqeYqnWVa4aZhkOJE+MrPyRNbugLEynqDmJDSsMGt5+DlX/nmyiZ6G8u4MA== } + resolution: {integrity: sha512-wz3WafhZNkQbobUtaGj4rCP0Tz8wqeYqnWVa4aZhkOJE+MrPyRNbugLEynqDmJDSsMGt5+DlX/nmyiZ6G8u4MA==} hasBin: true requiresBuild: true peerDependencies: @@ -17559,12 +17604,12 @@ packages: dev: true /oas-kit-common@1.0.8: - resolution: { integrity: sha512-pJTS2+T0oGIwgjGpw7sIRU8RQMcUoKCDWFLdBqKB2BNmGpbBMH2sdqAaOXUg8OzonZHU0L7vfJu1mJFEiYDWOQ== } + resolution: {integrity: sha512-pJTS2+T0oGIwgjGpw7sIRU8RQMcUoKCDWFLdBqKB2BNmGpbBMH2sdqAaOXUg8OzonZHU0L7vfJu1mJFEiYDWOQ==} dependencies: fast-safe-stringify: 2.1.1 /oas-resolver@2.5.6: - resolution: { integrity: sha512-Yx5PWQNZomfEhPPOphFbZKi9W93CocQj18NlD2Pa4GWZzdZpSJvYwoiuurRI7m3SpcChrnO08hkuQDL3FGsVFQ== } + resolution: {integrity: sha512-Yx5PWQNZomfEhPPOphFbZKi9W93CocQj18NlD2Pa4GWZzdZpSJvYwoiuurRI7m3SpcChrnO08hkuQDL3FGsVFQ==} hasBin: true dependencies: node-fetch-h2: 2.3.0 @@ -17574,44 +17619,44 @@ packages: yargs: 17.7.2 /oauth@0.9.15: - resolution: { integrity: sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA== } + resolution: {integrity: sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA==} /ob1@0.80.9: - resolution: { integrity: sha512-v9yOxowkZbxWhKOaaTyLjIm1aLy4ebMNcSn4NYJKOAI/Qv+SkfEfszpLr2GIxsccmb2Y2HA9qtsqiIJ80ucpVA== } - engines: { node: '>=18' } + resolution: {integrity: sha512-v9yOxowkZbxWhKOaaTyLjIm1aLy4ebMNcSn4NYJKOAI/Qv+SkfEfszpLr2GIxsccmb2Y2HA9qtsqiIJ80ucpVA==} + engines: {node: '>=18'} /object-assign@4.1.1: - resolution: { integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} /object-hash@2.2.0: - resolution: { integrity: sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==} + engines: {node: '>= 6'} dev: false /object-hash@3.0.0: - resolution: { integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} + engines: {node: '>= 6'} dev: false /object-inspect@1.13.1: - resolution: { integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ== } + resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} /object-is@1.1.6: - resolution: { integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 dev: true /object-keys@1.1.1: - resolution: { integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} /object.assign@4.1.5: - resolution: { integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -17619,8 +17664,8 @@ packages: object-keys: 1.1.1 /object.fromentries@2.0.8: - resolution: { integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -17629,8 +17674,8 @@ packages: dev: true /object.groupby@1.0.3: - resolution: { integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -17638,8 +17683,8 @@ packages: dev: true /object.values@1.2.0: - resolution: { integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -17647,53 +17692,53 @@ packages: dev: true /oidc-token-hash@5.0.3: - resolution: { integrity: sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw== } - engines: { node: ^10.13.0 || >=12.0.0 } + resolution: {integrity: sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==} + engines: {node: ^10.13.0 || >=12.0.0} dev: false /on-finished@2.3.0: - resolution: { integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==} + engines: {node: '>= 0.8'} dependencies: ee-first: 1.1.1 /on-finished@2.4.1: - resolution: { integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} + engines: {node: '>= 0.8'} dependencies: ee-first: 1.1.1 /on-headers@1.0.2: - resolution: { integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} + engines: {node: '>= 0.8'} /once@1.4.0: - resolution: { integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== } + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: wrappy: 1.0.2 /onetime@5.1.2: - resolution: { integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} dependencies: mimic-fn: 2.1.0 /open@6.4.0: - resolution: { integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==} + engines: {node: '>=8'} dependencies: is-wsl: 1.1.0 /open@7.4.2: - resolution: { integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== } - engines: { node: '>=8' } + resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==} + engines: {node: '>=8'} dependencies: is-docker: 2.2.1 is-wsl: 2.2.0 /open@8.4.2: - resolution: { integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== } - engines: { node: '>=12' } + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + engines: {node: '>=12'} dependencies: define-lazy-prop: 2.0.0 is-docker: 2.2.1 @@ -17701,13 +17746,13 @@ packages: dev: true /openapi-types@12.0.2: - resolution: { integrity: sha512-GuTo7FyZjOIWVhIhQSWJVaws6A82sWIGyQogxxYBYKZ0NBdyP2CYSIgOwFfSB+UVoPExk/YzFpyYitHS8KVZtA== } + resolution: {integrity: sha512-GuTo7FyZjOIWVhIhQSWJVaws6A82sWIGyQogxxYBYKZ0NBdyP2CYSIgOwFfSB+UVoPExk/YzFpyYitHS8KVZtA==} /openapi-types@12.1.3: - resolution: { integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw== } + resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==} /openid-client@5.6.5: - resolution: { integrity: sha512-5P4qO9nGJzB5PI0LFlhj4Dzg3m4odt0qsJTfyEtZyOlkgpILwEioOhVVJOrS1iVH494S4Ee5OCjjg6Bf5WOj3w== } + resolution: {integrity: sha512-5P4qO9nGJzB5PI0LFlhj4Dzg3m4odt0qsJTfyEtZyOlkgpILwEioOhVVJOrS1iVH494S4Ee5OCjjg6Bf5WOj3w==} dependencies: jose: 4.15.5 lru-cache: 6.0.0 @@ -17716,8 +17761,8 @@ packages: dev: false /optionator@0.8.3: - resolution: { integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} + engines: {node: '>= 0.8.0'} dependencies: deep-is: 0.1.4 fast-levenshtein: 2.0.6 @@ -17727,8 +17772,8 @@ packages: word-wrap: 1.2.5 /optionator@0.9.4: - resolution: { integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} + engines: {node: '>= 0.8.0'} dependencies: deep-is: 0.1.4 fast-levenshtein: 2.0.6 @@ -17739,8 +17784,8 @@ packages: dev: true /ora@5.3.0: - resolution: { integrity: sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g== } - engines: { node: '>=10' } + resolution: {integrity: sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==} + engines: {node: '>=10'} dependencies: bl: 4.1.0 chalk: 4.1.2 @@ -17753,8 +17798,8 @@ packages: dev: true /ora@5.4.1: - resolution: { integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} + engines: {node: '>=10'} dependencies: bl: 4.1.0 chalk: 4.1.2 @@ -17767,147 +17812,147 @@ packages: wcwidth: 1.0.1 /os-tmpdir@1.0.2: - resolution: { integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} + engines: {node: '>=0.10.0'} /p-each-series@2.2.0: - resolution: { integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} + engines: {node: '>=8'} dev: true /p-filter@2.1.0: - resolution: { integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} + engines: {node: '>=8'} dependencies: p-map: 2.1.0 dev: true /p-finally@1.0.0: - resolution: { integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow== } - engines: { node: '>=4' } + resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} + engines: {node: '>=4'} /p-is-promise@3.0.0: - resolution: { integrity: sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==} + engines: {node: '>=8'} dev: true /p-limit@1.3.0: - resolution: { integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== } - engines: { node: '>=4' } + resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} + engines: {node: '>=4'} dependencies: p-try: 1.0.0 dev: true /p-limit@2.3.0: - resolution: { integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== } - engines: { node: '>=6' } + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} dependencies: p-try: 2.2.0 /p-limit@3.1.0: - resolution: { integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} dependencies: yocto-queue: 0.1.0 /p-locate@2.0.0: - resolution: { integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg== } - engines: { node: '>=4' } + resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} + engines: {node: '>=4'} dependencies: p-limit: 1.3.0 dev: true /p-locate@3.0.0: - resolution: { integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} + engines: {node: '>=6'} dependencies: p-limit: 2.3.0 /p-locate@4.1.0: - resolution: { integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== } - engines: { node: '>=8' } + resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} + engines: {node: '>=8'} dependencies: p-limit: 2.3.0 /p-locate@5.0.0: - resolution: { integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} dependencies: p-limit: 3.1.0 /p-map-series@2.1.0: - resolution: { integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q== } - engines: { node: '>=8' } + resolution: {integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==} + engines: {node: '>=8'} dev: true /p-map@2.1.0: - resolution: { integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== } - engines: { node: '>=6' } + resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} + engines: {node: '>=6'} dev: true /p-map@3.0.0: - resolution: { integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==} + engines: {node: '>=8'} dependencies: aggregate-error: 3.1.0 dev: true /p-map@4.0.0: - resolution: { integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} dependencies: aggregate-error: 3.1.0 /p-pipe@3.1.0: - resolution: { integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==} + engines: {node: '>=8'} dev: true /p-queue@6.6.2: - resolution: { integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} + engines: {node: '>=8'} dependencies: eventemitter3: 4.0.7 p-timeout: 3.2.0 dev: true /p-reduce@2.1.0: - resolution: { integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==} + engines: {node: '>=8'} dev: true /p-timeout@3.2.0: - resolution: { integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} + engines: {node: '>=8'} dependencies: p-finally: 1.0.0 /p-try@1.0.0: - resolution: { integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww== } - engines: { node: '>=4' } + resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} + engines: {node: '>=4'} dev: true /p-try@2.2.0: - resolution: { integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} /p-wait-for@3.2.0: - resolution: { integrity: sha512-wpgERjNkLrBiFmkMEjuZJEWKKDrNfHCKA1OhyN1wg1FrLkULbviEy6py1AyJUgZ72YWFbZ38FIpnqvVqAlDUwA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-wpgERjNkLrBiFmkMEjuZJEWKKDrNfHCKA1OhyN1wg1FrLkULbviEy6py1AyJUgZ72YWFbZ38FIpnqvVqAlDUwA==} + engines: {node: '>=8'} dependencies: p-timeout: 3.2.0 dev: false /p-waterfall@2.1.1: - resolution: { integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==} + engines: {node: '>=8'} dependencies: p-reduce: 2.1.0 dev: true /pacote@17.0.7: - resolution: { integrity: sha512-sgvnoUMlkv9xHwDUKjKQFXVyUi8dtJGKp3vg6sYy+TxbDic5RjZCHF3ygv0EJgNRZ2GfRONjlKPUfokJ9lDpwQ== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-sgvnoUMlkv9xHwDUKjKQFXVyUi8dtJGKp3vg6sYy+TxbDic5RjZCHF3ygv0EJgNRZ2GfRONjlKPUfokJ9lDpwQ==} + engines: {node: ^16.14.0 || >=18.0.0} hasBin: true dependencies: '@npmcli/git': 5.0.7 @@ -17934,33 +17979,33 @@ packages: dev: true /pako@2.1.0: - resolution: { integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug== } + resolution: {integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==} /parent-module@1.0.1: - resolution: { integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== } - engines: { node: '>=6' } + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} dependencies: callsites: 3.1.0 dev: true /parse-json-bignumber@0.0.2: - resolution: { integrity: sha512-/eB7UPuRGd3NgXvZA4jchIj6HTmAnRyHbckJx3Maxxvh8Wl8j3nTCOX47Epxtp+3W5W0JRp6AvwyMQ7uSRKNSw== } + resolution: {integrity: sha512-/eB7UPuRGd3NgXvZA4jchIj6HTmAnRyHbckJx3Maxxvh8Wl8j3nTCOX47Epxtp+3W5W0JRp6AvwyMQ7uSRKNSw==} dev: true /parse-json-bignumber@0.1.3: - resolution: { integrity: sha512-eE2NSq0PNe3yrtGVTuxrJSpP1pm2/NTRhfhsKA8oy2jDiYAK8BETabTFSymvw3pz6uuu8c4GpWRCCuVEdDFr8g== } + resolution: {integrity: sha512-eE2NSq0PNe3yrtGVTuxrJSpP1pm2/NTRhfhsKA8oy2jDiYAK8BETabTFSymvw3pz6uuu8c4GpWRCCuVEdDFr8g==} dev: true /parse-json@4.0.0: - resolution: { integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} + engines: {node: '>=4'} dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 /parse-json@5.2.0: - resolution: { integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} dependencies: '@babel/code-frame': 7.24.2 error-ex: 1.3.2 @@ -17969,41 +18014,41 @@ packages: dev: true /parse-path@7.0.0: - resolution: { integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog== } + resolution: {integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==} dependencies: protocols: 2.0.1 dev: true /parse-url@8.1.0: - resolution: { integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w== } + resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} dependencies: parse-path: 7.0.0 dev: true /parse5-htmlparser2-tree-adapter@6.0.1: - resolution: { integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA== } + resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==} dependencies: parse5: 6.0.1 /parse5@5.1.1: - resolution: { integrity: sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug== } + resolution: {integrity: sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==} /parse5@6.0.1: - resolution: { integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== } + resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} /parse5@7.1.2: - resolution: { integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw== } + resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} dependencies: entities: 4.5.0 dev: true /parseurl@1.3.3: - resolution: { integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} + engines: {node: '>= 0.8'} /passport-azure-ad@4.3.5: - resolution: { integrity: sha512-LBpXEght7hCMuMNFK4oegdN0uPBa3lpDMy71zQoB0zPg1RrGwdzpjwTiN1WzN0hY77fLyjz9tBr3TGAxnSgtEg== } - engines: { node: '>= 8.0.0' } + resolution: {integrity: sha512-LBpXEght7hCMuMNFK4oegdN0uPBa3lpDMy71zQoB0zPg1RrGwdzpjwTiN1WzN0hY77fLyjz9tBr3TGAxnSgtEg==} + engines: {node: '>= 8.0.0'} deprecated: This package is deprecated and no longer supported. For more please visit https://github.com/AzureAD/passport-azure-ad?tab=readme-ov-file#node-js-validation-replacement-for-passportjs dependencies: async: 3.2.5 @@ -18021,26 +18066,26 @@ packages: - supports-color /passport-http-bearer@1.0.1: - resolution: { integrity: sha512-SELQM+dOTuMigr9yu8Wo4Fm3ciFfkMq5h/ZQ8ffi4ELgZrX1xh9PlglqZdcUZ1upzJD/whVyt+YWF62s3U6Ipw== } - engines: { node: '>= 0.4.0' } + resolution: {integrity: sha512-SELQM+dOTuMigr9yu8Wo4Fm3ciFfkMq5h/ZQ8ffi4ELgZrX1xh9PlglqZdcUZ1upzJD/whVyt+YWF62s3U6Ipw==} + engines: {node: '>= 0.4.0'} dependencies: passport-strategy: 1.0.0 /passport-strategy@1.0.0: - resolution: { integrity: sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA== } - engines: { node: '>= 0.4.0' } + resolution: {integrity: sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA==} + engines: {node: '>= 0.4.0'} /passport@0.6.0: - resolution: { integrity: sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug== } - engines: { node: '>= 0.4.0' } + resolution: {integrity: sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==} + engines: {node: '>= 0.4.0'} dependencies: passport-strategy: 1.0.0 pause: 0.0.1 utils-merge: 1.0.1 /patch-package@8.0.0: - resolution: { integrity: sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA== } - engines: { node: '>=14', npm: '>5' } + resolution: {integrity: sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==} + engines: {node: '>=14', npm: '>5'} hasBin: true dependencies: '@yarnpkg/lockfile': 1.1.0 @@ -18061,74 +18106,74 @@ packages: dev: true /path-exists@3.0.0: - resolution: { integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} + engines: {node: '>=4'} /path-exists@4.0.0: - resolution: { integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== } - engines: { node: '>=8' } + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} /path-is-absolute@1.0.1: - resolution: { integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} /path-key@3.1.1: - resolution: { integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== } - engines: { node: '>=8' } + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} /path-parse@1.0.7: - resolution: { integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== } + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} /path-scurry@1.11.1: - resolution: { integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== } - engines: { node: '>=16 || 14 >=14.18' } + resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} + engines: {node: '>=16 || 14 >=14.18'} dependencies: lru-cache: 10.2.2 minipass: 7.1.1 /path-to-regexp@0.1.7: - resolution: { integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ== } + resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} /path-type@3.0.0: - resolution: { integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== } - engines: { node: '>=4' } + resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} + engines: {node: '>=4'} dependencies: pify: 3.0.0 dev: true /path-type@4.0.0: - resolution: { integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} dev: true /pause@0.0.1: - resolution: { integrity: sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg== } + resolution: {integrity: sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==} /pg-cloudflare@1.1.1: - resolution: { integrity: sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q== } + resolution: {integrity: sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==} requiresBuild: true optional: true /pg-connection-string@2.6.4: - resolution: { integrity: sha512-v+Z7W/0EO707aNMaAEfiGnGL9sxxumwLl2fJvCQtMn9Fxsg+lPpPkdcyBSv/KFgpGdYkMfn+EI1Or2EHjpgLCA== } + resolution: {integrity: sha512-v+Z7W/0EO707aNMaAEfiGnGL9sxxumwLl2fJvCQtMn9Fxsg+lPpPkdcyBSv/KFgpGdYkMfn+EI1Or2EHjpgLCA==} /pg-int8@1.0.1: - resolution: { integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw== } - engines: { node: '>=4.0.0' } + resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==} + engines: {node: '>=4.0.0'} /pg-pool@3.6.2(pg@8.11.5): - resolution: { integrity: sha512-Htjbg8BlwXqSBQ9V8Vjtc+vzf/6fVUuak/3/XXKA9oxZprwW3IMDQTGHP+KDmVL7rtd+R1QjbnCFPuTHm3G4hg== } + resolution: {integrity: sha512-Htjbg8BlwXqSBQ9V8Vjtc+vzf/6fVUuak/3/XXKA9oxZprwW3IMDQTGHP+KDmVL7rtd+R1QjbnCFPuTHm3G4hg==} peerDependencies: pg: '>=8.0' dependencies: pg: 8.11.5 /pg-protocol@1.6.1: - resolution: { integrity: sha512-jPIlvgoD63hrEuihvIg+tJhoGjUsLPn6poJY9N5CnlPd91c2T18T/9zBtLxZSb1EhYxBRoZJtzScCaWlYLtktg== } + resolution: {integrity: sha512-jPIlvgoD63hrEuihvIg+tJhoGjUsLPn6poJY9N5CnlPd91c2T18T/9zBtLxZSb1EhYxBRoZJtzScCaWlYLtktg==} /pg-types@2.2.0: - resolution: { integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==} + engines: {node: '>=4'} dependencies: pg-int8: 1.0.1 postgres-array: 2.0.0 @@ -18137,8 +18182,8 @@ packages: postgres-interval: 1.2.0 /pg@8.11.5: - resolution: { integrity: sha512-jqgNHSKL5cbDjFlHyYsCXmQDrfIX/3RsNwYqpd4N0Kt8niLuNoRNH+aazv6cOd43gPh9Y4DjQCtb+X0MH0Hvnw== } - engines: { node: '>= 8.0.0' } + resolution: {integrity: sha512-jqgNHSKL5cbDjFlHyYsCXmQDrfIX/3RsNwYqpd4N0Kt8niLuNoRNH+aazv6cOd43gPh9Y4DjQCtb+X0MH0Hvnw==} + engines: {node: '>= 8.0.0'} peerDependencies: pg-native: '>=3.0.1' peerDependenciesMeta: @@ -18154,91 +18199,91 @@ packages: pg-cloudflare: 1.1.1 /pgpass@1.0.5: - resolution: { integrity: sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug== } + resolution: {integrity: sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==} dependencies: split2: 4.2.0 /picocolors@1.0.1: - resolution: { integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== } + resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} /picomatch@2.3.1: - resolution: { integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== } - engines: { node: '>=8.6' } + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} /picomatch@3.0.1: - resolution: { integrity: sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag== } - engines: { node: '>=10' } + resolution: {integrity: sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==} + engines: {node: '>=10'} dev: true /pify@2.3.0: - resolution: { integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} + engines: {node: '>=0.10.0'} dev: true /pify@3.0.0: - resolution: { integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg== } - engines: { node: '>=4' } + resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} + engines: {node: '>=4'} dev: true /pify@4.0.1: - resolution: { integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== } - engines: { node: '>=6' } + resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} + engines: {node: '>=6'} /pify@5.0.0: - resolution: { integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==} + engines: {node: '>=10'} dev: true /pirates@4.0.6: - resolution: { integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} /pkg-conf@2.1.0: - resolution: { integrity: sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g== } - engines: { node: '>=4' } + resolution: {integrity: sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==} + engines: {node: '>=4'} dependencies: find-up: 2.1.0 load-json-file: 4.0.0 dev: true /pkg-dir@3.0.0: - resolution: { integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== } - engines: { node: '>=6' } + resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} + engines: {node: '>=6'} dependencies: find-up: 3.0.0 /pkg-dir@4.2.0: - resolution: { integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} dependencies: find-up: 4.1.0 dev: true /possible-typed-array-names@1.0.0: - resolution: { integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + engines: {node: '>= 0.4'} /postgres-array@2.0.0: - resolution: { integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} + engines: {node: '>=4'} /postgres-bytea@1.0.0: - resolution: { integrity: sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==} + engines: {node: '>=0.10.0'} /postgres-date@1.0.7: - resolution: { integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==} + engines: {node: '>=0.10.0'} /postgres-interval@1.2.0: - resolution: { integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==} + engines: {node: '>=0.10.0'} dependencies: xtend: 4.0.2 /prebuild-install@7.1.2: - resolution: { integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==} + engines: {node: '>=10'} hasBin: true dependencies: detect-libc: 2.0.3 @@ -18255,29 +18300,29 @@ packages: tunnel-agent: 0.6.0 /prelude-ls@1.1.2: - resolution: { integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} + engines: {node: '>= 0.8.0'} /prelude-ls@1.2.1: - resolution: { integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} dev: true /prettier@2.8.8: - resolution: { integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== } - engines: { node: '>=10.13.0' } + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} + engines: {node: '>=10.13.0'} hasBin: true dev: true /prettier@3.2.5: - resolution: { integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== } - engines: { node: '>=14' } + resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} + engines: {node: '>=14'} hasBin: true dev: true /pretty-format@26.6.2: - resolution: { integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} + engines: {node: '>= 10'} dependencies: '@jest/types': 26.6.2 ansi-regex: 5.0.1 @@ -18285,8 +18330,8 @@ packages: react-is: 17.0.2 /pretty-format@27.5.1: - resolution: { integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: ansi-regex: 5.0.1 ansi-styles: 5.2.0 @@ -18294,16 +18339,16 @@ packages: dev: true /pretty-format@29.7.0: - resolution: { integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ== } - engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 react-is: 18.3.1 /pretty-quick@3.3.1(prettier@3.2.5): - resolution: { integrity: sha512-3b36UXfYQ+IXXqex6mCca89jC8u0mYLqFAN5eTQKoXO6oCQYcIVYZEB/5AlBHI7JPYygReM2Vv6Vom/Gln7fBg== } - engines: { node: '>=10.13' } + resolution: {integrity: sha512-3b36UXfYQ+IXXqex6mCca89jC8u0mYLqFAN5eTQKoXO6oCQYcIVYZEB/5AlBHI7JPYygReM2Vv6Vom/Gln7fBg==} + engines: {node: '>=10.13'} hasBin: true peerDependencies: prettier: ^2.0.0 @@ -18319,29 +18364,29 @@ packages: dev: true /proc-log@3.0.0: - resolution: { integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true /proc-log@4.2.0: - resolution: { integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true /process-nextick-args@2.0.1: - resolution: { integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== } + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} /process@0.11.10: - resolution: { integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== } - engines: { node: '>= 0.6.0' } + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} /progress@2.0.3: - resolution: { integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== } - engines: { node: '>=0.4.0' } + resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} + engines: {node: '>=0.4.0'} dev: true /promise-inflight@1.0.1: - resolution: { integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== } + resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} peerDependencies: bluebird: '*' peerDependenciesMeta: @@ -18349,37 +18394,37 @@ packages: optional: true /promise-polyfill@8.3.0: - resolution: { integrity: sha512-H5oELycFml5yto/atYqmjyigJoAo3+OXwolYiH7OfQuYlAqhxNvTfiNMbV9hsC6Yp83yE5r2KTVmtrG6R9i6Pg== } + resolution: {integrity: sha512-H5oELycFml5yto/atYqmjyigJoAo3+OXwolYiH7OfQuYlAqhxNvTfiNMbV9hsC6Yp83yE5r2KTVmtrG6R9i6Pg==} dev: true /promise-retry@2.0.1: - resolution: { integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== } - engines: { node: '>=10' } + resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} + engines: {node: '>=10'} dependencies: err-code: 2.0.3 retry: 0.12.0 /promise@8.3.0: - resolution: { integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg== } + resolution: {integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==} dependencies: asap: 2.0.6 /prompts@2.4.2: - resolution: { integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} dependencies: kleur: 3.0.3 sisteransi: 1.0.5 /promzard@1.0.2: - resolution: { integrity: sha512-2FPputGL+mP3jJ3UZg/Dl9YOkovB7DX0oOr+ck5QbZ5MtORtds8k/BZdn+02peDLI8/YWbmzx34k5fA+fHvCVQ== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-2FPputGL+mP3jJ3UZg/Dl9YOkovB7DX0oOr+ck5QbZ5MtORtds8k/BZdn+02peDLI8/YWbmzx34k5fA+fHvCVQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: read: 3.0.1 dev: true /prop-types@15.8.1: - resolution: { integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== } + resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 @@ -18387,135 +18432,135 @@ packages: dev: false /propagate@2.0.1: - resolution: { integrity: sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==} + engines: {node: '>= 8'} dev: true /proto-list@1.2.4: - resolution: { integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA== } + resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} dev: true /protocols@2.0.1: - resolution: { integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q== } + resolution: {integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==} dev: true /proxy-addr@2.0.7: - resolution: { integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== } - engines: { node: '>= 0.10' } + resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} + engines: {node: '>= 0.10'} dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 /proxy-from-env@1.1.0: - resolution: { integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== } + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} dev: true /psl@1.9.0: - resolution: { integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag== } + resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} dev: true /pump@3.0.0: - resolution: { integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== } + resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} dependencies: end-of-stream: 1.4.4 once: 1.4.0 /punycode@1.4.1: - resolution: { integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ== } + resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} dev: true /punycode@2.3.1: - resolution: { integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} /pure-rand@6.1.0: - resolution: { integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA== } + resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==} dev: true /pvtsutils@1.3.5: - resolution: { integrity: sha512-ARvb14YB9Nm2Xi6nBq1ZX6dAM0FsJnuk+31aUp4TrcZEdKUlSqOqsxJHUPJDNE3qiIp+iUPEIeR6Je/tgV7zsA== } + resolution: {integrity: sha512-ARvb14YB9Nm2Xi6nBq1ZX6dAM0FsJnuk+31aUp4TrcZEdKUlSqOqsxJHUPJDNE3qiIp+iUPEIeR6Je/tgV7zsA==} dependencies: tslib: 2.6.2 /pvutils@1.1.3: - resolution: { integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ== } - engines: { node: '>=6.0.0' } + resolution: {integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==} + engines: {node: '>=6.0.0'} /q@1.5.1: - resolution: { integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== } - engines: { node: '>=0.6.0', teleport: '>=0.2.0' } + resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} + engines: {node: '>=0.6.0', teleport: '>=0.2.0'} dev: true /qr.js@0.0.0: - resolution: { integrity: sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ== } + resolution: {integrity: sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ==} dev: false /qrcode-terminal@0.12.0: - resolution: { integrity: sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ== } + resolution: {integrity: sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==} hasBin: true dev: true /qs@6.11.0: - resolution: { integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== } - engines: { node: '>=0.6' } + resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} + engines: {node: '>=0.6'} dependencies: side-channel: 1.0.6 /qs@6.12.1: - resolution: { integrity: sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ== } - engines: { node: '>=0.6' } + resolution: {integrity: sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==} + engines: {node: '>=0.6'} dependencies: side-channel: 1.0.6 dev: false /querystring@0.2.1: - resolution: { integrity: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg== } - engines: { node: '>=0.4.x' } + resolution: {integrity: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==} + engines: {node: '>=0.4.x'} deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. /querystringify@2.2.0: - resolution: { integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== } + resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} /queue-microtask@1.2.3: - resolution: { integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== } + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} /queue@6.0.2: - resolution: { integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA== } + resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==} dependencies: inherits: 2.0.4 /quick-lru@1.1.0: - resolution: { integrity: sha512-tRS7sTgyxMXtLum8L65daJnHUhfDUgboRdcWW2bR9vBfrj2+O5HSMbQOJfJJjIVSPFqbBCF37FpwWXGitDc5tA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-tRS7sTgyxMXtLum8L65daJnHUhfDUgboRdcWW2bR9vBfrj2+O5HSMbQOJfJJjIVSPFqbBCF37FpwWXGitDc5tA==} + engines: {node: '>=4'} dev: true /quick-lru@4.0.1: - resolution: { integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== } - engines: { node: '>=8' } + resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} + engines: {node: '>=8'} dev: true /random-bytes@1.0.0: - resolution: { integrity: sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ==} + engines: {node: '>= 0.8'} /randombytes@2.1.0: - resolution: { integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== } + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: safe-buffer: 5.2.1 /randomfill@1.0.4: - resolution: { integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== } + resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} dependencies: randombytes: 2.1.0 safe-buffer: 5.2.1 /range-parser@1.2.1: - resolution: { integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + engines: {node: '>= 0.6'} /raw-body@2.5.2: - resolution: { integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} + engines: {node: '>= 0.8'} dependencies: bytes: 3.1.2 http-errors: 2.0.0 @@ -18523,7 +18568,7 @@ packages: unpipe: 1.0.0 /rc@1.2.8: - resolution: { integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== } + resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true dependencies: deep-extend: 0.6.0 @@ -18532,7 +18577,7 @@ packages: strip-json-comments: 2.0.1 /react-devtools-core@5.2.0: - resolution: { integrity: sha512-vZK+/gvxxsieAoAyYaiRIVFxlajb7KXhgBDV7OsoMzaAE+IqGpoxusBjIgq5ibqA2IloKu0p9n7tE68z1xs18A== } + resolution: {integrity: sha512-vZK+/gvxxsieAoAyYaiRIVFxlajb7KXhgBDV7OsoMzaAE+IqGpoxusBjIgq5ibqA2IloKu0p9n7tE68z1xs18A==} dependencies: shell-quote: 1.8.1 ws: 7.5.9 @@ -18541,7 +18586,7 @@ packages: - utf-8-validate /react-dom@18.3.1(react@18.3.1): - resolution: { integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw== } + resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} peerDependencies: react: ^18.3.1 dependencies: @@ -18551,17 +18596,17 @@ packages: dev: true /react-is@16.13.1: - resolution: { integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== } + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} dev: false /react-is@17.0.2: - resolution: { integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== } + resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} /react-is@18.3.1: - resolution: { integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== } + resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} /react-native-securerandom@1.0.1(react-native@0.74.1): - resolution: { integrity: sha512-ibuDnd3xi17HyD5CkilOXGPFpS9Z1oifjyHFwUl8NMzcQcpruM0ZX8ytr3A4rCeAsaBHjz69r78Xgd6vUswv1Q== } + resolution: {integrity: sha512-ibuDnd3xi17HyD5CkilOXGPFpS9Z1oifjyHFwUl8NMzcQcpruM0ZX8ytr3A4rCeAsaBHjz69r78Xgd6vUswv1Q==} peerDependencies: react-native: '*' dependencies: @@ -18569,8 +18614,8 @@ packages: react-native: 0.74.1(@babel/core@7.24.5)(@babel/preset-env@7.24.5)(react@18.2.0) /react-native@0.74.1(@babel/core@7.24.5)(@babel/preset-env@7.24.5)(react@18.2.0): - resolution: { integrity: sha512-0H2XpmghwOtfPpM2LKqHIN7gxy+7G/r1hwJHKLV6uoyXGC/gCojRtoo5NqyKrWpFC8cqyT6wTYCLuG7CxEKilg== } - engines: { node: '>=18' } + resolution: {integrity: sha512-0H2XpmghwOtfPpM2LKqHIN7gxy+7G/r1hwJHKLV6uoyXGC/gCojRtoo5NqyKrWpFC8cqyT6wTYCLuG7CxEKilg==} + engines: {node: '>=18'} hasBin: true peerDependencies: '@types/react': ^18.2.6 @@ -18626,7 +18671,7 @@ packages: - utf-8-validate /react-qr-code@2.0.13(react@18.3.1): - resolution: { integrity: sha512-mq2fpTSlYLwnLsbSjJRwxggFcxzmksfm7pCMe3cnzRinJSaR8Iy9/lzhsfaLEQL7UlRbucl9KZgKTOdzM5QY0w== } + resolution: {integrity: sha512-mq2fpTSlYLwnLsbSjJRwxggFcxzmksfm7pCMe3cnzRinJSaR8Iy9/lzhsfaLEQL7UlRbucl9KZgKTOdzM5QY0w==} peerDependencies: react: ^16.x || ^17.x || ^18.x || ^19.x react-native-svg: '*' @@ -18640,11 +18685,11 @@ packages: dev: false /react-refresh@0.14.2: - resolution: { integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} + engines: {node: '>=0.10.0'} /react-shallow-renderer@16.15.0(react@18.2.0): - resolution: { integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA== } + resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==} peerDependencies: react: ^16.0.0 || ^17.0.0 || ^18.0.0 dependencies: @@ -18653,33 +18698,33 @@ packages: react-is: 18.3.1 /react@18.2.0: - resolution: { integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} + engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 /react@18.3.1: - resolution: { integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} + engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 /read-cmd-shim@4.0.0: - resolution: { integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true /read-package-json-fast@3.0.2: - resolution: { integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: json-parse-even-better-errors: 3.0.2 npm-normalize-package-bin: 3.0.1 dev: true /read-package-json@6.0.4: - resolution: { integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} deprecated: This package is no longer supported. Please use @npmcli/package-json instead. dependencies: glob: 10.3.16 @@ -18689,8 +18734,8 @@ packages: dev: true /read-package-json@7.0.1: - resolution: { integrity: sha512-8PcDiZ8DXUjLf687Ol4BR8Bpm2umR7vhoZOzNRt+uxD9GpBh/K+CAAALVIiYFknmvlmyg7hM7BSNUXPaCCqd0Q== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-8PcDiZ8DXUjLf687Ol4BR8Bpm2umR7vhoZOzNRt+uxD9GpBh/K+CAAALVIiYFknmvlmyg7hM7BSNUXPaCCqd0Q==} + engines: {node: ^16.14.0 || >=18.0.0} deprecated: This package is no longer supported. Please use @npmcli/package-json instead. dependencies: glob: 10.3.16 @@ -18700,16 +18745,16 @@ packages: dev: true /read-pkg-up@3.0.0: - resolution: { integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} + engines: {node: '>=4'} dependencies: find-up: 2.1.0 read-pkg: 3.0.0 dev: true /read-pkg-up@7.0.1: - resolution: { integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} + engines: {node: '>=8'} dependencies: find-up: 4.1.0 read-pkg: 5.2.0 @@ -18717,8 +18762,8 @@ packages: dev: true /read-pkg@3.0.0: - resolution: { integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} + engines: {node: '>=4'} dependencies: load-json-file: 4.0.0 normalize-package-data: 2.5.0 @@ -18726,8 +18771,8 @@ packages: dev: true /read-pkg@5.2.0: - resolution: { integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} + engines: {node: '>=8'} dependencies: '@types/normalize-package-data': 2.4.4 normalize-package-data: 2.5.0 @@ -18736,21 +18781,21 @@ packages: dev: true /read@2.1.0: - resolution: { integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: mute-stream: 1.0.0 dev: true /read@3.0.1: - resolution: { integrity: sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: mute-stream: 1.0.0 dev: true /readable-stream@1.0.34: - resolution: { integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg== } + resolution: {integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==} dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -18758,7 +18803,7 @@ packages: string_decoder: 0.10.31 /readable-stream@2.3.8: - resolution: { integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== } + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -18769,16 +18814,16 @@ packages: util-deprecate: 1.0.2 /readable-stream@3.6.2: - resolution: { integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 /readdirp@3.6.0: - resolution: { integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== } - engines: { node: '>=8.10.0' } + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} requiresBuild: true dependencies: picomatch: 2.3.1 @@ -18786,11 +18831,11 @@ packages: optional: true /readline@1.3.0: - resolution: { integrity: sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg== } + resolution: {integrity: sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==} /recast@0.21.5: - resolution: { integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg== } - engines: { node: '>= 4' } + resolution: {integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==} + engines: {node: '>= 4'} dependencies: ast-types: 0.15.2 esprima: 4.0.1 @@ -18798,67 +18843,67 @@ packages: tslib: 2.6.2 /redent@2.0.0: - resolution: { integrity: sha512-XNwrTx77JQCEMXTeb8movBKuK75MgH0RZkujNuDKCezemx/voapl9i2gCSi8WWm8+ox5ycJi1gxF22fR7c0Ciw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-XNwrTx77JQCEMXTeb8movBKuK75MgH0RZkujNuDKCezemx/voapl9i2gCSi8WWm8+ox5ycJi1gxF22fR7c0Ciw==} + engines: {node: '>=4'} dependencies: indent-string: 3.2.0 strip-indent: 2.0.0 dev: true /redent@3.0.0: - resolution: { integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} + engines: {node: '>=8'} dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 dev: true /redeyed@2.1.1: - resolution: { integrity: sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ== } + resolution: {integrity: sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==} dependencies: esprima: 4.0.1 dev: true /reduce-flatten@2.0.0: - resolution: { integrity: sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w== } - engines: { node: '>=6' } + resolution: {integrity: sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==} + engines: {node: '>=6'} requiresBuild: true dev: true optional: true /reflect-metadata@0.1.14: - resolution: { integrity: sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A== } + resolution: {integrity: sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==} dev: false /reflect-metadata@0.2.2: - resolution: { integrity: sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q== } + resolution: {integrity: sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==} /reftools@1.1.9: - resolution: { integrity: sha512-OVede/NQE13xBQ+ob5CKd5KyeJYU2YInb1bmV4nRoOfquZPkAkxuOXicSe1PvqIuZZ4kD13sPKBbR7UFDmli6w== } + resolution: {integrity: sha512-OVede/NQE13xBQ+ob5CKd5KyeJYU2YInb1bmV4nRoOfquZPkAkxuOXicSe1PvqIuZZ4kD13sPKBbR7UFDmli6w==} /regenerate-unicode-properties@10.1.1: - resolution: { integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q== } - engines: { node: '>=4' } + resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} + engines: {node: '>=4'} dependencies: regenerate: 1.4.2 /regenerate@1.4.2: - resolution: { integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== } + resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} /regenerator-runtime@0.13.11: - resolution: { integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== } + resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} /regenerator-runtime@0.14.1: - resolution: { integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== } + resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} /regenerator-transform@0.15.2: - resolution: { integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== } + resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: '@babel/runtime': 7.24.5 /regexp.prototype.flags@1.5.2: - resolution: { integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -18866,13 +18911,13 @@ packages: set-function-name: 2.0.2 /regexpp@3.2.0: - resolution: { integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} + engines: {node: '>=8'} dev: true /regexpu-core@5.3.2: - resolution: { integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} + engines: {node: '>=4'} dependencies: '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 @@ -18882,71 +18927,71 @@ packages: unicode-match-property-value-ecmascript: 2.1.0 /registry-auth-token@5.0.2: - resolution: { integrity: sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==} + engines: {node: '>=14'} dependencies: '@pnpm/npm-conf': 2.2.2 dev: true /regjsparser@0.9.1: - resolution: { integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ== } + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true dependencies: jsesc: 0.5.0 /require-directory@2.1.1: - resolution: { integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} /require-from-string@2.0.2: - resolution: { integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} /require-main-filename@2.0.0: - resolution: { integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== } + resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} /requires-port@1.0.0: - resolution: { integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== } + resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} /resolve-cwd@3.0.0: - resolution: { integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} + engines: {node: '>=8'} dependencies: resolve-from: 5.0.0 dev: true /resolve-from@3.0.0: - resolution: { integrity: sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw== } - engines: { node: '>=4' } + resolution: {integrity: sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==} + engines: {node: '>=4'} /resolve-from@4.0.0: - resolution: { integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== } - engines: { node: '>=4' } + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} dev: true /resolve-from@5.0.0: - resolution: { integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} dev: true /resolve.exports@1.1.1: - resolution: { integrity: sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==} + engines: {node: '>=10'} dev: true /resolve.exports@2.0.2: - resolution: { integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} + engines: {node: '>=10'} dev: true /resolve@1.19.0: - resolution: { integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== } + resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: is-core-module: 2.13.1 path-parse: 1.0.7 /resolve@1.22.8: - resolution: { integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== } + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true dependencies: is-core-module: 2.13.1 @@ -18954,26 +18999,26 @@ packages: supports-preserve-symlinks-flag: 1.0.0 /restore-cursor@3.1.0: - resolution: { integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} + engines: {node: '>=8'} dependencies: onetime: 5.1.2 signal-exit: 3.0.7 /retry@0.12.0: - resolution: { integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow== } - engines: { node: '>= 4' } + resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} + engines: {node: '>= 4'} /reusify@1.0.4: - resolution: { integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== } - engines: { iojs: '>=1.0.0', node: '>=0.10.0' } + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} /rfc4648@1.5.2: - resolution: { integrity: sha512-tLOizhR6YGovrEBLatX1sdcuhoSCXddw3mqNVAcKxGJ+J0hFeJ+SjeWCv5UPA/WU3YzWPPuCVYgXBKZUPGpKtg== } + resolution: {integrity: sha512-tLOizhR6YGovrEBLatX1sdcuhoSCXddw3mqNVAcKxGJ+J0hFeJ+SjeWCv5UPA/WU3YzWPPuCVYgXBKZUPGpKtg==} dev: true /rimraf@2.4.5: - resolution: { integrity: sha512-J5xnxTyqaiw06JjMftq7L9ouA448dw/E7dKghkP9WpKNuwmARNNg+Gk8/u5ryb9N/Yo2+z3MCwuqFK/+qPOPfQ== } + resolution: {integrity: sha512-J5xnxTyqaiw06JjMftq7L9ouA448dw/E7dKghkP9WpKNuwmARNNg+Gk8/u5ryb9N/Yo2+z3MCwuqFK/+qPOPfQ==} hasBin: true requiresBuild: true dependencies: @@ -18981,42 +19026,42 @@ packages: optional: true /rimraf@2.6.3: - resolution: { integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== } + resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true dependencies: glob: 7.2.3 /rimraf@2.7.1: - resolution: { integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== } + resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} hasBin: true dependencies: glob: 7.2.3 dev: true /rimraf@3.0.2: - resolution: { integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== } + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: glob: 7.2.3 /rimraf@4.4.1: - resolution: { integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og== } - engines: { node: '>=14' } + resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} + engines: {node: '>=14'} hasBin: true dependencies: glob: 9.3.5 dev: true /ripemd160@2.0.2: - resolution: { integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== } + resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} dependencies: hash-base: 3.1.0 inherits: 2.0.4 /roarr@7.21.1: - resolution: { integrity: sha512-3niqt5bXFY1InKU8HKWqqYTYjtrBaxBMnXELXCXUYgtNYGUtZM5rB46HIC430AyacL95iEniGf7RgqsesykLmQ== } - engines: { node: '>=18.0' } + resolution: {integrity: sha512-3niqt5bXFY1InKU8HKWqqYTYjtrBaxBMnXELXCXUYgtNYGUtZM5rB46HIC430AyacL95iEniGf7RgqsesykLmQ==} + engines: {node: '>=18.0'} dependencies: fast-printf: 1.6.9 safe-stable-stringify: 2.4.3 @@ -19024,26 +19069,26 @@ packages: dev: false /rrweb-cssom@0.6.0: - resolution: { integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw== } + resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} dev: true /run-async@2.4.1: - resolution: { integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== } - engines: { node: '>=0.12.0' } + resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} + engines: {node: '>=0.12.0'} /run-async@3.0.0: - resolution: { integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q== } - engines: { node: '>=0.12.0' } + resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==} + engines: {node: '>=0.12.0'} dev: false /run-parallel@1.2.0: - resolution: { integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== } + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: queue-microtask: 1.2.3 /rxjs@6.6.7: - resolution: { integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== } - engines: { npm: '>=2.0.0' } + resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} + engines: {npm: '>=2.0.0'} requiresBuild: true dependencies: tslib: 1.14.1 @@ -19051,13 +19096,13 @@ packages: optional: true /rxjs@7.8.1: - resolution: { integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== } + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: tslib: 2.6.2 /safe-array-concat@1.1.2: - resolution: { integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q== } - engines: { node: '>=0.4' } + resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} + engines: {node: '>=0.4'} dependencies: call-bind: 1.0.7 get-intrinsic: 1.2.4 @@ -19065,62 +19110,62 @@ packages: isarray: 2.0.5 /safe-buffer@5.1.2: - resolution: { integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== } + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} /safe-buffer@5.2.1: - resolution: { integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== } + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} /safe-json-stringify@1.2.0: - resolution: { integrity: sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg== } + resolution: {integrity: sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==} requiresBuild: true optional: true /safe-regex-test@1.0.3: - resolution: { integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-regex: 1.1.4 /safe-stable-stringify@2.4.3: - resolution: { integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g== } - engines: { node: '>=10' } + resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} + engines: {node: '>=10'} /safer-buffer@2.1.2: - resolution: { integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== } + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} /saxes@5.0.1: - resolution: { integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} + engines: {node: '>=10'} dependencies: xmlchars: 2.2.0 dev: true /saxes@6.0.0: - resolution: { integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA== } - engines: { node: '>=v12.22.7' } + resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} + engines: {node: '>=v12.22.7'} dependencies: xmlchars: 2.2.0 dev: true /scheduler@0.23.2: - resolution: { integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== } + resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} dependencies: loose-envify: 1.4.0 dev: true /scheduler@0.24.0-canary-efb381bbf-20230505: - resolution: { integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA== } + resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==} dependencies: loose-envify: 1.4.0 /scrypt-js@3.0.1: - resolution: { integrity: sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA== } + resolution: {integrity: sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==} /secp256k1@3.8.0: - resolution: { integrity: sha512-k5ke5avRZbtl9Tqx/SA7CbY3NF6Ro+Sj9cZxezFzuBlLDmyqPiL8hJJ+EmzD8Ig4LUDByHJ3/iPOVoRixs/hmw== } - engines: { node: '>=4.0.0' } + resolution: {integrity: sha512-k5ke5avRZbtl9Tqx/SA7CbY3NF6Ro+Sj9cZxezFzuBlLDmyqPiL8hJJ+EmzD8Ig4LUDByHJ3/iPOVoRixs/hmw==} + engines: {node: '>=4.0.0'} requiresBuild: true dependencies: bindings: 1.5.0 @@ -19134,8 +19179,8 @@ packages: dev: true /secp256k1@4.0.3: - resolution: { integrity: sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA== } - engines: { node: '>=10.0.0' } + resolution: {integrity: sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==} + engines: {node: '>=10.0.0'} requiresBuild: true dependencies: elliptic: 6.5.4 @@ -19143,18 +19188,18 @@ packages: node-gyp-build: 4.8.1 /security-context@4.0.0: - resolution: { integrity: sha512-yiDCS7tpKQl6p4NG57BdKLTSNLFfj5HosBIzXBl4jZf/qorJzSzbEUIdLhN+vVYgyLlvjixY8DPPTgqI8zvNCA== } + resolution: {integrity: sha512-yiDCS7tpKQl6p4NG57BdKLTSNLFfj5HosBIzXBl4jZf/qorJzSzbEUIdLhN+vVYgyLlvjixY8DPPTgqI8zvNCA==} /selfsigned@2.4.1: - resolution: { integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q== } - engines: { node: '>=10' } + resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==} + engines: {node: '>=10'} dependencies: '@types/node-forge': 1.3.11 node-forge: 1.3.1 /semantic-release@19.0.5: - resolution: { integrity: sha512-NMPKdfpXTnPn49FDogMBi36SiBfXkSOJqCkk0E4iWOY1tusvvgBwqUmxTX1kmlT6kIYed9YwNKD1sfPpqa5yaA== } - engines: { node: '>=16 || ^14.17' } + resolution: {integrity: sha512-NMPKdfpXTnPn49FDogMBi36SiBfXkSOJqCkk0E4iWOY1tusvvgBwqUmxTX1kmlT6kIYed9YwNKD1sfPpqa5yaA==} + engines: {node: '>=16 || ^14.17'} hasBin: true dependencies: '@semantic-release/commit-analyzer': 9.0.2(semantic-release@19.0.5) @@ -19191,44 +19236,44 @@ packages: dev: true /semver-compare@1.0.0: - resolution: { integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow== } + resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==} dev: false /semver-diff@3.1.1: - resolution: { integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==} + engines: {node: '>=8'} dependencies: semver: 6.3.1 dev: true /semver-regex@3.1.4: - resolution: { integrity: sha512-6IiqeZNgq01qGf0TId0t3NvKzSvUsjcpdEO3AQNeIjR6A2+ckTnQlDpl4qu1bjRv0RzN3FP9hzFmws3lKqRWkA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-6IiqeZNgq01qGf0TId0t3NvKzSvUsjcpdEO3AQNeIjR6A2+ckTnQlDpl4qu1bjRv0RzN3FP9hzFmws3lKqRWkA==} + engines: {node: '>=8'} dev: true /semver@5.7.2: - resolution: { integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== } + resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} hasBin: true /semver@6.3.1: - resolution: { integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== } + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true /semver@7.5.4: - resolution: { integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 /semver@7.6.2: - resolution: { integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w== } - engines: { node: '>=10' } + resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} + engines: {node: '>=10'} hasBin: true /send@0.18.0: - resolution: { integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} + engines: {node: '>= 0.8.0'} dependencies: debug: 2.6.9 depd: 2.0.0 @@ -19247,31 +19292,31 @@ packages: - supports-color /serialize-error@2.1.0: - resolution: { integrity: sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==} + engines: {node: '>=0.10.0'} /serialize-error@5.0.0: - resolution: { integrity: sha512-/VtpuyzYf82mHYTtI4QKtwHa79vAdU5OQpNPAmE/0UDdlGT0ZxHwC+J6gXkw29wwoVI8fMPsfcVHOwXtUQYYQA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-/VtpuyzYf82mHYTtI4QKtwHa79vAdU5OQpNPAmE/0UDdlGT0ZxHwC+J6gXkw29wwoVI8fMPsfcVHOwXtUQYYQA==} + engines: {node: '>=8'} dependencies: type-fest: 0.8.1 /serialize-error@7.0.1: - resolution: { integrity: sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==} + engines: {node: '>=10'} dependencies: type-fest: 0.13.1 dev: false /serialize-error@8.1.0: - resolution: { integrity: sha512-3NnuWfM6vBYoy5gZFvHiYsVbafvI9vZv/+jlIigFn4oP4zjNPK3LhcY0xSCgeb1a5L8jO71Mit9LlNoi2UfDDQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-3NnuWfM6vBYoy5gZFvHiYsVbafvI9vZv/+jlIigFn4oP4zjNPK3LhcY0xSCgeb1a5L8jO71Mit9LlNoi2UfDDQ==} + engines: {node: '>=10'} dependencies: type-fest: 0.20.2 /serve-static@1.15.0: - resolution: { integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} + engines: {node: '>= 0.8.0'} dependencies: encodeurl: 1.0.2 escape-html: 1.0.3 @@ -19281,11 +19326,11 @@ packages: - supports-color /set-blocking@2.0.0: - resolution: { integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== } + resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} /set-function-length@1.2.2: - resolution: { integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} dependencies: define-data-property: 1.1.4 es-errors: 1.3.0 @@ -19295,8 +19340,8 @@ packages: has-property-descriptors: 1.0.2 /set-function-name@2.0.2: - resolution: { integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} + engines: {node: '>= 0.4'} dependencies: define-data-property: 1.1.4 es-errors: 1.3.0 @@ -19304,45 +19349,45 @@ packages: has-property-descriptors: 1.0.2 /setprototypeof@1.2.0: - resolution: { integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== } + resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} /sha.js@2.4.11: - resolution: { integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== } + resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} hasBin: true dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 /shallow-clone@3.0.1: - resolution: { integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} + engines: {node: '>=8'} dependencies: kind-of: 6.0.3 /shebang-command@2.0.0: - resolution: { integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 /shebang-regex@3.0.0: - resolution: { integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== } - engines: { node: '>=8' } + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} /shell-quote@1.8.1: - resolution: { integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== } + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} /short-uuid@4.2.2: - resolution: { integrity: sha512-IE7hDSGV2U/VZoCsjctKX6l5t5ak2jE0+aeGJi3KtvjIUNuZVmHVYUjNBhmo369FIWGDtaieRaO8A83Lvwfpqw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-IE7hDSGV2U/VZoCsjctKX6l5t5ak2jE0+aeGJi3KtvjIUNuZVmHVYUjNBhmo369FIWGDtaieRaO8A83Lvwfpqw==} + engines: {node: '>=8'} dependencies: any-base: 1.1.0 uuid: 8.3.2 dev: false /side-channel@1.0.6: - resolution: { integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 es-errors: 1.3.0 @@ -19350,15 +19395,15 @@ packages: object-inspect: 1.13.1 /signal-exit@3.0.7: - resolution: { integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== } + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} /signal-exit@4.1.0: - resolution: { integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== } - engines: { node: '>=14' } + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} /signale@1.4.0: - resolution: { integrity: sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w== } - engines: { node: '>=6' } + resolution: {integrity: sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==} + engines: {node: '>=6'} dependencies: chalk: 2.4.2 figures: 2.0.0 @@ -19366,8 +19411,8 @@ packages: dev: true /sigstore@1.9.0: - resolution: { integrity: sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: '@sigstore/bundle': 1.1.0 @@ -19380,8 +19425,8 @@ packages: dev: true /sigstore@2.3.1: - resolution: { integrity: sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@sigstore/bundle': 2.3.2 '@sigstore/core': 1.1.0 @@ -19394,42 +19439,42 @@ packages: dev: true /simple-concat@1.0.1: - resolution: { integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== } + resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} /simple-get@4.0.1: - resolution: { integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA== } + resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} dependencies: decompress-response: 6.0.0 once: 1.4.0 simple-concat: 1.0.1 /simple-wcswidth@1.0.1: - resolution: { integrity: sha512-xMO/8eNREtaROt7tJvWJqHBDTMFN4eiQ5I4JRMuilwfnFcV5W9u7RUkueNkdw0jPqGMX36iCywelS5yilTuOxg== } + resolution: {integrity: sha512-xMO/8eNREtaROt7tJvWJqHBDTMFN4eiQ5I4JRMuilwfnFcV5W9u7RUkueNkdw0jPqGMX36iCywelS5yilTuOxg==} dev: true /sisteransi@1.0.5: - resolution: { integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== } + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} /slash@2.0.0: - resolution: { integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== } - engines: { node: '>=6' } + resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} + engines: {node: '>=6'} dev: true /slash@3.0.0: - resolution: { integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== } - engines: { node: '>=8' } + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} /slice-ansi@2.1.0: - resolution: { integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} + engines: {node: '>=6'} dependencies: ansi-styles: 3.2.1 astral-regex: 1.0.0 is-fullwidth-code-point: 2.0.0 /slice-ansi@4.0.0: - resolution: { integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 astral-regex: 2.0.0 @@ -19437,12 +19482,12 @@ packages: dev: true /smart-buffer@4.2.0: - resolution: { integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== } - engines: { node: '>= 6.0.0', npm: '>= 3.0.0' } + resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} + engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} /socks-proxy-agent@6.2.1: - resolution: { integrity: sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==} + engines: {node: '>= 10'} dependencies: agent-base: 6.0.2 debug: 4.3.5 @@ -19451,8 +19496,8 @@ packages: - supports-color /socks-proxy-agent@7.0.0: - resolution: { integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww== } - engines: { node: '>= 10' } + resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} + engines: {node: '>= 10'} dependencies: agent-base: 6.0.2 debug: 4.3.5 @@ -19462,8 +19507,8 @@ packages: dev: true /socks-proxy-agent@8.0.3: - resolution: { integrity: sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==} + engines: {node: '>= 14'} dependencies: agent-base: 7.1.1 debug: 4.3.5 @@ -19473,107 +19518,107 @@ packages: dev: true /socks@2.8.3: - resolution: { integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw== } - engines: { node: '>= 10.0.0', npm: '>= 3.0.0' } + resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} + engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} dependencies: ip-address: 9.0.5 smart-buffer: 4.2.0 /sodium-native@3.4.1: - resolution: { integrity: sha512-PaNN/roiFWzVVTL6OqjzYct38NSXewdl2wz8SRB51Br/MLIJPrbM3XexhVWkq7D3UWMysfrhKVf1v1phZq6MeQ== } + resolution: {integrity: sha512-PaNN/roiFWzVVTL6OqjzYct38NSXewdl2wz8SRB51Br/MLIJPrbM3XexhVWkq7D3UWMysfrhKVf1v1phZq6MeQ==} requiresBuild: true dependencies: node-gyp-build: 4.8.1 optional: true /sort-keys@2.0.0: - resolution: { integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg== } - engines: { node: '>=4' } + resolution: {integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==} + engines: {node: '>=4'} dependencies: is-plain-obj: 1.1.0 dev: true /source-map-support@0.5.13: - resolution: { integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== } + resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} dependencies: buffer-from: 1.1.2 source-map: 0.6.1 dev: true /source-map-support@0.5.21: - resolution: { integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== } + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: buffer-from: 1.1.2 source-map: 0.6.1 /source-map@0.5.7: - resolution: { integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} /source-map@0.6.1: - resolution: { integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} /source-map@0.7.4: - resolution: { integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} + engines: {node: '>= 8'} /spawn-error-forwarder@1.0.0: - resolution: { integrity: sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g== } + resolution: {integrity: sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==} dev: true /spdx-correct@3.2.0: - resolution: { integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== } + resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.17 dev: true /spdx-exceptions@2.5.0: - resolution: { integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w== } + resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==} dev: true /spdx-expression-parse@3.0.1: - resolution: { integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== } + resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.5.0 spdx-license-ids: 3.0.17 dev: true /spdx-license-ids@3.0.17: - resolution: { integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg== } + resolution: {integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==} dev: true /split2@1.0.0: - resolution: { integrity: sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg== } + resolution: {integrity: sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==} dependencies: through2: 2.0.5 dev: true /split2@3.2.2: - resolution: { integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== } + resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} dependencies: readable-stream: 3.6.2 dev: true /split2@4.2.0: - resolution: { integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg== } - engines: { node: '>= 10.x' } + resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} + engines: {node: '>= 10.x'} /split@1.0.1: - resolution: { integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg== } + resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} dependencies: through: 2.3.8 dev: true /sprintf-js@1.0.3: - resolution: { integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== } + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} /sprintf-js@1.1.3: - resolution: { integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA== } + resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} /sqlite3@5.1.7: - resolution: { integrity: sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog== } + resolution: {integrity: sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==} requiresBuild: true dependencies: bindings: 1.5.0 @@ -19587,107 +19632,107 @@ packages: - supports-color /ssri@10.0.6: - resolution: { integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 7.1.1 dev: true /ssri@8.0.1: - resolution: { integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} + engines: {node: '>= 8'} dependencies: minipass: 3.3.6 /ssri@9.0.1: - resolution: { integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q== } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: minipass: 3.3.6 dev: true /stack-utils@2.0.6: - resolution: { integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} + engines: {node: '>=10'} dependencies: escape-string-regexp: 2.0.0 /stackframe@1.3.4: - resolution: { integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw== } + resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==} /stacktrace-parser@0.1.10: - resolution: { integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==} + engines: {node: '>=6'} dependencies: type-fest: 0.7.1 /static-eval@2.0.2: - resolution: { integrity: sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg== } + resolution: {integrity: sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==} dependencies: escodegen: 1.14.3 /statuses@1.5.0: - resolution: { integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} + engines: {node: '>= 0.6'} /statuses@2.0.1: - resolution: { integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} /stop-iteration-iterator@1.0.0: - resolution: { integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + engines: {node: '>= 0.4'} dependencies: internal-slot: 1.0.7 dev: true /str2buf@1.3.0: - resolution: { integrity: sha512-xIBmHIUHYZDP4HyoXGHYNVmxlXLXDrtFHYT0eV6IOdEj3VO9ccaF1Ejl9Oq8iFjITllpT8FhaXb4KsNmw+3EuA== } + resolution: {integrity: sha512-xIBmHIUHYZDP4HyoXGHYNVmxlXLXDrtFHYT0eV6IOdEj3VO9ccaF1Ejl9Oq8iFjITllpT8FhaXb4KsNmw+3EuA==} /stream-combiner2@1.1.1: - resolution: { integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw== } + resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==} dependencies: duplexer2: 0.1.4 readable-stream: 2.3.8 dev: true /stream-events@1.0.5: - resolution: { integrity: sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg== } + resolution: {integrity: sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==} dependencies: stubs: 3.0.0 dev: true /string-argv@0.3.2: - resolution: { integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q== } - engines: { node: '>=0.6.19' } + resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} + engines: {node: '>=0.6.19'} /string-length@4.0.2: - resolution: { integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} + engines: {node: '>=10'} dependencies: char-regex: 1.0.2 strip-ansi: 6.0.1 dev: true /string-width@4.2.3: - resolution: { integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== } - engines: { node: '>=8' } + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 /string-width@5.1.2: - resolution: { integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== } - engines: { node: '>=12' } + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 strip-ansi: 7.1.0 /string.prototype.matchall@4.0.11: - resolution: { integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -19703,8 +19748,8 @@ packages: side-channel: 1.0.6 /string.prototype.trim@1.2.9: - resolution: { integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -19712,97 +19757,97 @@ packages: es-object-atoms: 1.0.0 /string.prototype.trimend@1.0.8: - resolution: { integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ== } + resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-object-atoms: 1.0.0 /string.prototype.trimstart@1.0.8: - resolution: { integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-object-atoms: 1.0.0 /string_decoder@0.10.31: - resolution: { integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ== } + resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} /string_decoder@1.1.1: - resolution: { integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== } + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: safe-buffer: 5.1.2 /string_decoder@1.3.0: - resolution: { integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== } + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} dependencies: safe-buffer: 5.2.1 /strip-ansi@5.2.0: - resolution: { integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== } - engines: { node: '>=6' } + resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} + engines: {node: '>=6'} dependencies: ansi-regex: 4.1.1 /strip-ansi@6.0.1: - resolution: { integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== } - engines: { node: '>=8' } + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} dependencies: ansi-regex: 5.0.1 /strip-ansi@7.1.0: - resolution: { integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== } - engines: { node: '>=12' } + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} dependencies: ansi-regex: 6.0.1 /strip-bom@3.0.0: - resolution: { integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} dev: true /strip-bom@4.0.0: - resolution: { integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== } - engines: { node: '>=8' } + resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + engines: {node: '>=8'} dev: true /strip-final-newline@2.0.0: - resolution: { integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== } - engines: { node: '>=6' } + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} /strip-hex-prefix@1.0.0: - resolution: { integrity: sha512-q8d4ue7JGEiVcypji1bALTos+0pWtyGlivAWyPuTkHzuTCJqrK9sWxYQZUq6Nq3cuyv3bm734IhHvHtGGURU6A== } - engines: { node: '>=6.5.0', npm: '>=3' } + resolution: {integrity: sha512-q8d4ue7JGEiVcypji1bALTos+0pWtyGlivAWyPuTkHzuTCJqrK9sWxYQZUq6Nq3cuyv3bm734IhHvHtGGURU6A==} + engines: {node: '>=6.5.0', npm: '>=3'} dependencies: is-hex-prefixed: 1.0.0 /strip-indent@2.0.0: - resolution: { integrity: sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==} + engines: {node: '>=4'} dev: true /strip-indent@3.0.0: - resolution: { integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} + engines: {node: '>=8'} dependencies: min-indent: 1.0.1 dev: true /strip-json-comments@2.0.1: - resolution: { integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} + engines: {node: '>=0.10.0'} /strip-json-comments@3.1.1: - resolution: { integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== } - engines: { node: '>=8' } + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} /strnum@1.0.5: - resolution: { integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA== } + resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} /strong-log-transformer@2.1.0: - resolution: { integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} + engines: {node: '>=4'} hasBin: true dependencies: duplexer: 0.1.2 @@ -19811,54 +19856,54 @@ packages: dev: true /stubs@3.0.0: - resolution: { integrity: sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw== } + resolution: {integrity: sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==} dev: true /sudo-prompt@9.2.1: - resolution: { integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw== } + resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} /superstruct@1.0.4: - resolution: { integrity: sha512-7JpaAoX2NGyoFlI9NBh66BQXGONc+uE+MRS5i2iOBKuS4e+ccgMDjATgZldkah+33DakBxDHiss9kvUcGAO8UQ== } - engines: { node: '>=14.0.0' } + resolution: {integrity: sha512-7JpaAoX2NGyoFlI9NBh66BQXGONc+uE+MRS5i2iOBKuS4e+ccgMDjATgZldkah+33DakBxDHiss9kvUcGAO8UQ==} + engines: {node: '>=14.0.0'} dev: false /supports-color@5.5.0: - resolution: { integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== } - engines: { node: '>=4' } + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} dependencies: has-flag: 3.0.0 /supports-color@7.2.0: - resolution: { integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} dependencies: has-flag: 4.0.0 /supports-color@8.1.1: - resolution: { integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== } - engines: { node: '>=10' } + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} dependencies: has-flag: 4.0.0 /supports-hyperlinks@2.3.0: - resolution: { integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} + engines: {node: '>=8'} dependencies: has-flag: 4.0.0 supports-color: 7.2.0 dev: true /supports-preserve-symlinks-flag@1.0.0: - resolution: { integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} /swagger-ui-dist@5.17.12: - resolution: { integrity: sha512-gHzs6CYQjgm0rpnFJGsjvWLua6znq+nipi89RDcu0a8R8JPXuVQrybVRBoOFmZ8mVTo9uPJDWgEYqnJRl4dHCQ== } + resolution: {integrity: sha512-gHzs6CYQjgm0rpnFJGsjvWLua6znq+nipi89RDcu0a8R8JPXuVQrybVRBoOFmZ8mVTo9uPJDWgEYqnJRl4dHCQ==} dev: true /swagger-ui-express@4.6.3(express@4.19.2): - resolution: { integrity: sha512-CDje4PndhTD2HkgyKH3pab+LKspDeB/NhPN2OF1j+piYIamQqBYwAXWESOT1Yju2xFg51bRW9sUng2WxDjzArw== } - engines: { node: '>= v0.10.32' } + resolution: {integrity: sha512-CDje4PndhTD2HkgyKH3pab+LKspDeB/NhPN2OF1j+piYIamQqBYwAXWESOT1Yju2xFg51bRW9sUng2WxDjzArw==} + engines: {node: '>= v0.10.32'} peerDependencies: express: '>=4.0.0 || >=5.0.0-beta' dependencies: @@ -19867,12 +19912,12 @@ packages: dev: true /symbol-tree@3.2.4: - resolution: { integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== } + resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} dev: true /table-layout@1.0.2: - resolution: { integrity: sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A== } - engines: { node: '>=8.0.0' } + resolution: {integrity: sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A==} + engines: {node: '>=8.0.0'} requiresBuild: true dependencies: array-back: 4.0.2 @@ -19883,8 +19928,8 @@ packages: optional: true /table@6.8.2: - resolution: { integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA== } - engines: { node: '>=10.0.0' } + resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==} + engines: {node: '>=10.0.0'} dependencies: ajv: 8.13.0 lodash.truncate: 4.4.2 @@ -19894,12 +19939,12 @@ packages: dev: true /tapable@2.2.1: - resolution: { integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + engines: {node: '>=6'} dev: true /tar-fs@2.1.1: - resolution: { integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng== } + resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} dependencies: chownr: 1.1.4 mkdirp-classic: 0.5.3 @@ -19907,8 +19952,8 @@ packages: tar-stream: 2.2.0 /tar-stream@2.2.0: - resolution: { integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} + engines: {node: '>=6'} dependencies: bl: 4.1.0 end-of-stream: 1.4.4 @@ -19917,8 +19962,8 @@ packages: readable-stream: 3.6.2 /tar@6.2.1: - resolution: { integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A== } - engines: { node: '>=10' } + resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} + engines: {node: '>=10'} dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 @@ -19928,8 +19973,8 @@ packages: yallist: 4.0.0 /teeny-request@7.1.1: - resolution: { integrity: sha512-iwY6rkW5DDGq8hE2YgNQlKbptYpY5Nn2xecjQiNjOXWbKzPGUfmeUBCSQbbr306d7Z7U2N0TPl+/SwYRfua1Dg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-iwY6rkW5DDGq8hE2YgNQlKbptYpY5Nn2xecjQiNjOXWbKzPGUfmeUBCSQbbr306d7Z7U2N0TPl+/SwYRfua1Dg==} + engines: {node: '>=10'} dependencies: http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 @@ -19942,23 +19987,23 @@ packages: dev: true /temp-dir@1.0.0: - resolution: { integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} + engines: {node: '>=4'} dev: true /temp-dir@2.0.0: - resolution: { integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} + engines: {node: '>=8'} /temp@0.8.4: - resolution: { integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg== } - engines: { node: '>=6.0.0' } + resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==} + engines: {node: '>=6.0.0'} dependencies: rimraf: 2.6.3 /tempy@1.0.1: - resolution: { integrity: sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w== } - engines: { node: '>=10' } + resolution: {integrity: sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==} + engines: {node: '>=10'} dependencies: del: 6.1.1 is-stream: 2.0.1 @@ -19968,16 +20013,16 @@ packages: dev: true /terminal-link@2.1.1: - resolution: { integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== } - engines: { node: '>=8' } + resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} + engines: {node: '>=8'} dependencies: ansi-escapes: 4.3.2 supports-hyperlinks: 2.3.0 dev: true /terser@5.31.0: - resolution: { integrity: sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==} + engines: {node: '>=10'} hasBin: true dependencies: '@jridgewell/source-map': 0.3.6 @@ -19986,8 +20031,8 @@ packages: source-map-support: 0.5.21 /test-exclude@6.0.0: - resolution: { integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== } - engines: { node: '>=8' } + resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} + engines: {node: '>=8'} dependencies: '@istanbuljs/schema': 0.1.3 glob: 7.2.3 @@ -19995,89 +20040,89 @@ packages: dev: true /text-extensions@1.9.0: - resolution: { integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ== } - engines: { node: '>=0.10' } + resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} + engines: {node: '>=0.10'} dev: true /text-table@0.2.0: - resolution: { integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== } + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true /thenify-all@1.6.0: - resolution: { integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== } - engines: { node: '>=0.8' } + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} + engines: {node: '>=0.8'} dependencies: thenify: 3.3.1 /thenify@3.3.1: - resolution: { integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== } + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} dependencies: any-promise: 1.3.0 /throat@5.0.0: - resolution: { integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== } + resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} /throat@6.0.2: - resolution: { integrity: sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ== } + resolution: {integrity: sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==} dev: true /through2@2.0.5: - resolution: { integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== } + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} dependencies: readable-stream: 2.3.8 xtend: 4.0.2 /through2@4.0.2: - resolution: { integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw== } + resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} dependencies: readable-stream: 3.6.2 dev: true /through@2.3.8: - resolution: { integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== } + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: true /timekeeper@2.3.1: - resolution: { integrity: sha512-LeQRS7/4JcC0PgdSFnfUiStQEdiuySlCj/5SJ18D+T1n9BoY7PxKFfCwLulpHXoLUFr67HxBddQdEX47lDGx1g== } + resolution: {integrity: sha512-LeQRS7/4JcC0PgdSFnfUiStQEdiuySlCj/5SJ18D+T1n9BoY7PxKFfCwLulpHXoLUFr67HxBddQdEX47lDGx1g==} dev: true /tmp@0.0.33: - resolution: { integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== } - engines: { node: '>=0.6.0' } + resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} + engines: {node: '>=0.6.0'} dependencies: os-tmpdir: 1.0.2 /tmp@0.2.3: - resolution: { integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w== } - engines: { node: '>=14.14' } + resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} + engines: {node: '>=14.14'} dev: true /tmpl@1.0.5: - resolution: { integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== } + resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} /to-fast-properties@2.0.0: - resolution: { integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== } - engines: { node: '>=4' } + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} /to-regex-range@5.0.1: - resolution: { integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== } - engines: { node: '>=8.0' } + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 /toidentifier@1.0.1: - resolution: { integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== } - engines: { node: '>=0.6' } + resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} + engines: {node: '>=0.6'} /toml@3.0.0: - resolution: { integrity: sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w== } + resolution: {integrity: sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==} requiresBuild: true dev: true optional: true /tough-cookie@4.1.4: - resolution: { integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag== } - engines: { node: '>=6' } + resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} + engines: {node: '>=6'} dependencies: psl: 1.9.0 punycode: 2.3.1 @@ -20086,25 +20131,25 @@ packages: dev: true /tr46@0.0.3: - resolution: { integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== } + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} /tr46@2.1.0: - resolution: { integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} + engines: {node: '>=8'} dependencies: punycode: 2.3.1 dev: true /tr46@4.1.1: - resolution: { integrity: sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw== } - engines: { node: '>=14' } + resolution: {integrity: sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==} + engines: {node: '>=14'} dependencies: punycode: 2.3.1 dev: true /traverse@0.6.9: - resolution: { integrity: sha512-7bBrcF+/LQzSgFmT0X5YclVqQxtv7TDJ1f8Wj7ibBu/U6BMLeOpUxuZjV7rMc44UtKxlnMFigdhFAIszSX1DMg== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-7bBrcF+/LQzSgFmT0X5YclVqQxtv7TDJ1f8Wj7ibBu/U6BMLeOpUxuZjV7rMc44UtKxlnMFigdhFAIszSX1DMg==} + engines: {node: '>= 0.4'} dependencies: gopd: 1.0.1 typedarray.prototype.slice: 1.0.3 @@ -20112,24 +20157,24 @@ packages: dev: true /trim-newlines@2.0.0: - resolution: { integrity: sha512-MTBWv3jhVjTU7XR3IQHllbiJs8sc75a80OEhB6or/q7pLTWgQ0bMGQXXYQSrSuXe6WiKWDZ5txXY5P59a/coVA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-MTBWv3jhVjTU7XR3IQHllbiJs8sc75a80OEhB6or/q7pLTWgQ0bMGQXXYQSrSuXe6WiKWDZ5txXY5P59a/coVA==} + engines: {node: '>=4'} dev: true /trim-newlines@3.0.1: - resolution: { integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} + engines: {node: '>=8'} dev: true /ts-api-validator@2.1.3: - resolution: { integrity: sha512-Pvyxkpt2EO2c8QDe6ygIBLvwQzLkPlHcQV4kOCzAknVFkFy1nAupuL4UpGAH278MoykXmUfEGfssx5cF3CX3nA== } + resolution: {integrity: sha512-Pvyxkpt2EO2c8QDe6ygIBLvwQzLkPlHcQV4kOCzAknVFkFy1nAupuL4UpGAH278MoykXmUfEGfssx5cF3CX3nA==} dependencies: ts-utils: 6.1.0 dev: true /ts-jest@27.1.5(@babel/core@7.24.5)(@types/jest@27.5.2)(jest@27.5.1)(typescript@4.9.5): - resolution: { integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' @@ -20163,8 +20208,8 @@ packages: dev: true /ts-jest@27.1.5(@babel/core@7.24.5)(@types/jest@27.5.2)(jest@27.5.1)(typescript@5.4.2): - resolution: { integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA== } - engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } + resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' @@ -20198,8 +20243,8 @@ packages: dev: true /ts-jest@29.1.3(@babel/core@7.24.5)(jest@29.7.0)(typescript@5.4.2): - resolution: { integrity: sha512-6L9qz3ginTd1NKhOxmkP0qU3FyKjj5CPoY+anszfVn6Pmv/RIKzhiMCsH7Yb7UvJR9I2A64rm4zQl531s2F1iw== } - engines: { node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0 } + resolution: {integrity: sha512-6L9qz3ginTd1NKhOxmkP0qU3FyKjj5CPoY+anszfVn6Pmv/RIKzhiMCsH7Yb7UvJR9I2A64rm4zQl531s2F1iw==} + engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' @@ -20235,8 +20280,8 @@ packages: dev: true /ts-json-schema-generator@1.5.1: - resolution: { integrity: sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg== } - engines: { node: '>=10.0.0' } + resolution: {integrity: sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==} + engines: {node: '>=10.0.0'} hasBin: true dependencies: '@types/json-schema': 7.0.15 @@ -20248,7 +20293,7 @@ packages: typescript: 5.4.2 /ts-node@10.9.2(@types/node@18.15.3)(typescript@5.4.2): - resolution: { integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ== } + resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: '@swc/core': '>=1.2.50' @@ -20279,7 +20324,7 @@ packages: dev: true /ts-node@10.9.2(@types/node@18.19.33)(typescript@5.4.2): - resolution: { integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ== } + resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: '@swc/core': '>=1.2.50' @@ -20309,17 +20354,17 @@ packages: yn: 3.1.1 /ts-typed-json@0.3.2: - resolution: { integrity: sha512-Tdu3BWzaer7R5RvBIJcg9r8HrTZgpJmsX+1meXMJzYypbkj8NK2oJN0yvm4Dp/Iv6tzFa/L5jKRmEVTga6K3nA== } + resolution: {integrity: sha512-Tdu3BWzaer7R5RvBIJcg9r8HrTZgpJmsX+1meXMJzYypbkj8NK2oJN0yvm4Dp/Iv6tzFa/L5jKRmEVTga6K3nA==} requiresBuild: true dev: true optional: true /ts-utils@6.1.0: - resolution: { integrity: sha512-9KF44uW1AVr9IjkohFmVPDKo9kLeNdpAKUF0q8uuHxrI6jusJbk6Zbx3MJAMh9v32HOwOvNGm7pAm84VAP7bAg== } + resolution: {integrity: sha512-9KF44uW1AVr9IjkohFmVPDKo9kLeNdpAKUF0q8uuHxrI6jusJbk6Zbx3MJAMh9v32HOwOvNGm7pAm84VAP7bAg==} dev: true /tsconfig-paths@3.15.0: - resolution: { integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg== } + resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} dependencies: '@types/json5': 0.0.29 json5: 1.0.2 @@ -20328,8 +20373,8 @@ packages: dev: true /tsconfig-paths@4.2.0: - resolution: { integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg== } - engines: { node: '>=6' } + resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} + engines: {node: '>=6'} dependencies: json5: 2.2.3 minimist: 1.2.8 @@ -20337,24 +20382,24 @@ packages: dev: true /tslib@1.14.1: - resolution: { integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== } + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true /tslib@2.4.0: - resolution: { integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== } + resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} dev: false /tslib@2.6.2: - resolution: { integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== } + resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} /tsscmp@1.0.6: - resolution: { integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== } - engines: { node: '>=0.6.x' } + resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} + engines: {node: '>=0.6.x'} dev: false /tsutils@3.21.0(typescript@5.4.2): - resolution: { integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: @@ -20363,8 +20408,8 @@ packages: dev: true /tuf-js@1.1.7: - resolution: { integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@tufjs/models': 1.0.4 debug: 4.3.5 @@ -20374,8 +20419,8 @@ packages: dev: true /tuf-js@2.2.1: - resolution: { integrity: sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA== } - engines: { node: ^16.14.0 || >=18.0.0 } + resolution: {integrity: sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==} + engines: {node: ^16.14.0 || >=18.0.0} dependencies: '@tufjs/models': 2.0.1 debug: 4.3.5 @@ -20385,97 +20430,97 @@ packages: dev: true /tunnel-agent@0.6.0: - resolution: { integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w== } + resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} dependencies: safe-buffer: 5.2.1 /tweetnacl-util@0.15.1: - resolution: { integrity: sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw== } + resolution: {integrity: sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw==} /tweetnacl@1.0.3: - resolution: { integrity: sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw== } + resolution: {integrity: sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==} /type-check@0.3.2: - resolution: { integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} + engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.1.2 /type-check@0.4.0: - resolution: { integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== } - engines: { node: '>= 0.8.0' } + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 dev: true /type-detect@4.0.8: - resolution: { integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== } - engines: { node: '>=4' } + resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} + engines: {node: '>=4'} /type-fest@0.13.1: - resolution: { integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} + engines: {node: '>=10'} dev: false /type-fest@0.16.0: - resolution: { integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==} + engines: {node: '>=10'} dev: true /type-fest@0.18.1: - resolution: { integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} + engines: {node: '>=10'} dev: true /type-fest@0.20.2: - resolution: { integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== } - engines: { node: '>=10' } + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} /type-fest@0.21.3: - resolution: { integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== } - engines: { node: '>=10' } + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} /type-fest@0.4.1: - resolution: { integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw== } - engines: { node: '>=6' } + resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} + engines: {node: '>=6'} dev: true /type-fest@0.6.0: - resolution: { integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} + engines: {node: '>=8'} dev: true /type-fest@0.7.1: - resolution: { integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} + engines: {node: '>=8'} /type-fest@0.8.1: - resolution: { integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} + engines: {node: '>=8'} /type-fest@2.19.0: - resolution: { integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== } - engines: { node: '>=12.20' } + resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} + engines: {node: '>=12.20'} dev: false /type-is@1.6.18: - resolution: { integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== } - engines: { node: '>= 0.6' } + resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} + engines: {node: '>= 0.6'} dependencies: media-typer: 0.3.0 mime-types: 2.1.35 /typed-array-buffer@1.0.2: - resolution: { integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-typed-array: 1.1.13 /typed-array-byte-length@1.0.1: - resolution: { integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 for-each: 0.3.3 @@ -20484,8 +20529,8 @@ packages: is-typed-array: 1.1.13 /typed-array-byte-offset@1.0.2: - resolution: { integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} + engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.7 @@ -20495,8 +20540,8 @@ packages: is-typed-array: 1.1.13 /typed-array-length@1.0.6: - resolution: { integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 for-each: 0.3.3 @@ -20506,18 +20551,18 @@ packages: possible-typed-array-names: 1.0.0 /typed-rpc@4.2.2: - resolution: { integrity: sha512-w0FxVOsZmu1P/JRU6IYWKa4TGgT1PY6nz2GADINLyABC0YbGMpLumIBZxllQS4ETogfFCmO1nwYAb7Qh8j561A== } + resolution: {integrity: sha512-w0FxVOsZmu1P/JRU6IYWKa4TGgT1PY6nz2GADINLyABC0YbGMpLumIBZxllQS4ETogfFCmO1nwYAb7Qh8j561A==} dev: false /typedarray-to-buffer@3.1.5: - resolution: { integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== } + resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: is-typedarray: 1.0.0 dev: true /typedarray.prototype.slice@1.0.3: - resolution: { integrity: sha512-8WbVAQAUlENo1q3c3zZYuy5k9VzBQvp8AX9WOtbvyWlLM1v5JaSRmjubLjzHF4JFtptjH/5c/i95yaElvcjC0A== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-8WbVAQAUlENo1q3c3zZYuy5k9VzBQvp8AX9WOtbvyWlLM1v5JaSRmjubLjzHF4JFtptjH/5c/i95yaElvcjC0A==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -20528,12 +20573,12 @@ packages: dev: true /typedarray@0.0.6: - resolution: { integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== } + resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true /typeorm@0.3.20(pg@8.11.5)(sqlite3@5.1.7)(ts-node@10.9.2): - resolution: { integrity: sha512-sJ0T08dV5eoZroaq9uPKBoNcGslHBR4E4y+EBHs//SiGbblGe7IeduP/IH4ddCcj0qp3PHwDwGnuvqEAnKlq/Q== } - engines: { node: '>=16.13.0' } + resolution: {integrity: sha512-sJ0T08dV5eoZroaq9uPKBoNcGslHBR4E4y+EBHs//SiGbblGe7IeduP/IH4ddCcj0qp3PHwDwGnuvqEAnKlq/Q==} + engines: {node: '>=16.13.0'} hasBin: true peerDependencies: '@google-cloud/spanner': ^5.18.0 @@ -20611,63 +20656,63 @@ packages: - supports-color /typescript@4.9.5: - resolution: { integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== } - engines: { node: '>=4.2.0' } + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} + engines: {node: '>=4.2.0'} hasBin: true dev: true /typescript@5.4.2: - resolution: { integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== } - engines: { node: '>=14.17' } + resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} + engines: {node: '>=14.17'} hasBin: true /typescript@5.4.5: - resolution: { integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== } - engines: { node: '>=14.17' } + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + engines: {node: '>=14.17'} hasBin: true dev: false /typical@4.0.0: - resolution: { integrity: sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==} + engines: {node: '>=8'} requiresBuild: true dev: true optional: true /typical@5.2.0: - resolution: { integrity: sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==} + engines: {node: '>=8'} requiresBuild: true dev: true optional: true /uglify-js@3.17.4: - resolution: { integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g== } - engines: { node: '>=0.8.0' } + resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} + engines: {node: '>=0.8.0'} hasBin: true requiresBuild: true dev: true optional: true /uid-safe@2.1.5: - resolution: { integrity: sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==} + engines: {node: '>= 0.8'} dependencies: random-bytes: 1.0.0 /uint8arrays@2.1.10: - resolution: { integrity: sha512-Q9/hhJa2836nQfEJSZTmr+pg9+cDJS9XEAp7N2Vg5MzL3bK/mkMVfjscRGYruP9jNda6MAdf4QD/y78gSzkp6A== } + resolution: {integrity: sha512-Q9/hhJa2836nQfEJSZTmr+pg9+cDJS9XEAp7N2Vg5MzL3bK/mkMVfjscRGYruP9jNda6MAdf4QD/y78gSzkp6A==} dependencies: multiformats: 9.9.0 dev: true /uint8arrays@3.1.1: - resolution: { integrity: sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg== } + resolution: {integrity: sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==} dependencies: multiformats: 9.9.0 /unbox-primitive@1.0.2: - resolution: { integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw== } + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: call-bind: 1.0.7 has-bigints: 1.0.2 @@ -20675,98 +20720,98 @@ packages: which-boxed-primitive: 1.0.2 /undici-types@5.26.5: - resolution: { integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== } + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} /undici@5.28.4: - resolution: { integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g== } - engines: { node: '>=14.0' } + resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==} + engines: {node: '>=14.0'} dependencies: '@fastify/busboy': 2.1.1 dev: true /unicode-canonical-property-names-ecmascript@2.0.0: - resolution: { integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== } - engines: { node: '>=4' } + resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} + engines: {node: '>=4'} /unicode-match-property-ecmascript@2.0.0: - resolution: { integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== } - engines: { node: '>=4' } + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} + engines: {node: '>=4'} dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 /unicode-match-property-value-ecmascript@2.1.0: - resolution: { integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA== } - engines: { node: '>=4' } + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + engines: {node: '>=4'} /unicode-property-aliases-ecmascript@2.1.0: - resolution: { integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== } - engines: { node: '>=4' } + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + engines: {node: '>=4'} /unique-filename@1.1.1: - resolution: { integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== } + resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} dependencies: unique-slug: 2.0.2 /unique-filename@3.0.0: - resolution: { integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: unique-slug: 4.0.0 dev: true /unique-slug@2.0.2: - resolution: { integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== } + resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} dependencies: imurmurhash: 0.1.4 /unique-slug@4.0.0: - resolution: { integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: imurmurhash: 0.1.4 dev: true /unique-string@2.0.0: - resolution: { integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== } - engines: { node: '>=8' } + resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} + engines: {node: '>=8'} dependencies: crypto-random-string: 2.0.0 dev: true /universal-user-agent@6.0.1: - resolution: { integrity: sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ== } + resolution: {integrity: sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==} dev: true /universalify@0.1.2: - resolution: { integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== } - engines: { node: '>= 4.0.0' } + resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} + engines: {node: '>= 4.0.0'} /universalify@0.2.0: - resolution: { integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== } - engines: { node: '>= 4.0.0' } + resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} + engines: {node: '>= 4.0.0'} dev: true /universalify@2.0.1: - resolution: { integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== } - engines: { node: '>= 10.0.0' } + resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} + engines: {node: '>= 10.0.0'} dev: true /unpipe@1.0.0: - resolution: { integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} + engines: {node: '>= 0.8'} /untildify@4.0.0: - resolution: { integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== } - engines: { node: '>=8' } + resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} + engines: {node: '>=8'} /upath@2.0.1: - resolution: { integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w== } - engines: { node: '>=4' } + resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} + engines: {node: '>=4'} dev: true /update-browserslist-db@1.0.16(browserslist@4.23.0): - resolution: { integrity: sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ== } + resolution: {integrity: sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -20776,37 +20821,37 @@ packages: picocolors: 1.0.1 /uri-js@4.4.0: - resolution: { integrity: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g== } + resolution: {integrity: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==} dependencies: punycode: 2.3.1 dev: true /uri-js@4.4.1: - resolution: { integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== } + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: punycode: 2.3.1 /url-join@4.0.1: - resolution: { integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA== } + resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} dev: true /url-parse@1.5.10: - resolution: { integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== } + resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} dependencies: querystringify: 2.2.0 requires-port: 1.0.0 /urlgrey@1.0.0: - resolution: { integrity: sha512-hJfIzMPJmI9IlLkby8QrsCykQ+SXDeO2W5Q9QTW3QpqZVTx4a/K7p8/5q+/isD8vsbVaFgql/gvAoQCRQ2Cb5w== } + resolution: {integrity: sha512-hJfIzMPJmI9IlLkby8QrsCykQ+SXDeO2W5Q9QTW3QpqZVTx4a/K7p8/5q+/isD8vsbVaFgql/gvAoQCRQ2Cb5w==} dependencies: fast-url-parser: 1.1.3 dev: true /util-deprecate@1.0.2: - resolution: { integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== } + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} /util@0.12.5: - resolution: { integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA== } + resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} dependencies: inherits: 2.0.4 is-arguments: 1.1.1 @@ -20815,32 +20860,32 @@ packages: which-typed-array: 1.1.15 /utils-merge@1.0.1: - resolution: { integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== } - engines: { node: '>= 0.4.0' } + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} + engines: {node: '>= 0.4.0'} /uuid@10.0.0: - resolution: { integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== } + resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} hasBin: true dev: false /uuid@8.3.2: - resolution: { integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== } + resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true /uuid@9.0.1: - resolution: { integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== } + resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true /v8-compile-cache-lib@3.0.1: - resolution: { integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg== } + resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} /v8-compile-cache@2.4.0: - resolution: { integrity: sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw== } + resolution: {integrity: sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==} dev: true /v8-to-istanbul@8.1.1: - resolution: { integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w== } - engines: { node: '>=10.12.0' } + resolution: {integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==} + engines: {node: '>=10.12.0'} dependencies: '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 1.9.0 @@ -20848,8 +20893,8 @@ packages: dev: true /v8-to-istanbul@9.2.0: - resolution: { integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA== } - engines: { node: '>=10.12.0' } + resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} + engines: {node: '>=10.12.0'} dependencies: '@jridgewell/trace-mapping': 0.3.25 '@types/istanbul-lib-coverage': 2.0.6 @@ -20857,79 +20902,79 @@ packages: dev: true /valid-url@1.0.9: - resolution: { integrity: sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA== } + resolution: {integrity: sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA==} /validate-npm-package-license@3.0.4: - resolution: { integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== } + resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} dependencies: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 dev: true /validate-npm-package-name@3.0.0: - resolution: { integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw== } + resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==} dependencies: builtins: 1.0.3 dev: true /validate-npm-package-name@5.0.0: - resolution: { integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: builtins: 5.1.0 dev: true /validator@13.12.0: - resolution: { integrity: sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg== } - engines: { node: '>= 0.10' } + resolution: {integrity: sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==} + engines: {node: '>= 0.10'} /varint@5.0.2: - resolution: { integrity: sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow== } + resolution: {integrity: sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow==} dev: true /varint@6.0.0: - resolution: { integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg== } + resolution: {integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==} /vary@1.1.2: - resolution: { integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== } - engines: { node: '>= 0.8' } + resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} + engines: {node: '>= 0.8'} /vlq@1.0.1: - resolution: { integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w== } + resolution: {integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==} /w3c-hr-time@1.0.2: - resolution: { integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== } + resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} deprecated: Use your platform's native performance.now() and performance.timeOrigin. dependencies: browser-process-hrtime: 1.0.0 dev: true /w3c-xmlserializer@2.0.0: - resolution: { integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==} + engines: {node: '>=10'} dependencies: xml-name-validator: 3.0.0 dev: true /w3c-xmlserializer@4.0.0: - resolution: { integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw== } - engines: { node: '>=14' } + resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==} + engines: {node: '>=14'} dependencies: xml-name-validator: 4.0.0 dev: true /walker@1.0.8: - resolution: { integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== } + resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} dependencies: makeerror: 1.0.12 /wcwidth@1.0.1: - resolution: { integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== } + resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} dependencies: defaults: 1.0.4 /web-did-resolver@2.0.27: - resolution: { integrity: sha512-YxQlNdeYBXLhVpMW62+TPlc6sSOiWyBYq7DNvY6FXmXOD9g0zLeShpq2uCKFFQV/WlSrBi/yebK/W5lMTDxMUQ== } + resolution: {integrity: sha512-YxQlNdeYBXLhVpMW62+TPlc6sSOiWyBYq7DNvY6FXmXOD9g0zLeShpq2uCKFFQV/WlSrBi/yebK/W5lMTDxMUQ==} dependencies: cross-fetch: 4.0.0 did-resolver: 4.1.0 @@ -20938,19 +20983,19 @@ packages: dev: true /web-encoding@1.1.5: - resolution: { integrity: sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA== } + resolution: {integrity: sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA==} dependencies: util: 0.12.5 optionalDependencies: '@zxing/text-encoding': 0.9.0 /web-streams-polyfill@3.3.3: - resolution: { integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} + engines: {node: '>= 8'} /web3-core@4.4.0: - resolution: { integrity: sha512-sN1AkhTAFI89anOeCaO0c3GtiGeWtOGVc2tmTdQs2Rd14HuxLyDuLIF3/WwjtkDFRM2189uYy8HJJSWJvW2mYA== } - engines: { node: '>=14', npm: '>=6.12.0' } + resolution: {integrity: sha512-sN1AkhTAFI89anOeCaO0c3GtiGeWtOGVc2tmTdQs2Rd14HuxLyDuLIF3/WwjtkDFRM2189uYy8HJJSWJvW2mYA==} + engines: {node: '>=14', npm: '>=6.12.0'} dependencies: web3-errors: 1.2.0 web3-eth-accounts: 4.1.2 @@ -20969,15 +21014,15 @@ packages: dev: false /web3-errors@1.2.0: - resolution: { integrity: sha512-58Kczou5zyjcm9LuSs5Hrm6VrG8t9p2J8X0yGArZrhKNPZL66gMGkOUpPx+EopE944Sk4yE+Q25hKv4H5BH+kA== } - engines: { node: '>=14', npm: '>=6.12.0' } + resolution: {integrity: sha512-58Kczou5zyjcm9LuSs5Hrm6VrG8t9p2J8X0yGArZrhKNPZL66gMGkOUpPx+EopE944Sk4yE+Q25hKv4H5BH+kA==} + engines: {node: '>=14', npm: '>=6.12.0'} dependencies: web3-types: 1.6.0 dev: false /web3-eth-accounts@4.1.2: - resolution: { integrity: sha512-y0JynDeTDnclyuE9mShXLeEj+BCrPHxPHOyPCgTchUBQsALF9+0OhP7WiS3IqUuu0Hle5bjG2f5ddeiPtNEuLg== } - engines: { node: '>=14', npm: '>=6.12.0' } + resolution: {integrity: sha512-y0JynDeTDnclyuE9mShXLeEj+BCrPHxPHOyPCgTchUBQsALF9+0OhP7WiS3IqUuu0Hle5bjG2f5ddeiPtNEuLg==} + engines: {node: '>=14', npm: '>=6.12.0'} dependencies: '@ethereumjs/rlp': 4.0.1 crc-32: 1.2.2 @@ -20989,8 +21034,8 @@ packages: dev: false /web3-eth-iban@4.0.7: - resolution: { integrity: sha512-8weKLa9KuKRzibC87vNLdkinpUE30gn0IGY027F8doeJdcPUfsa4IlBgNC4k4HLBembBB2CTU0Kr/HAOqMeYVQ== } - engines: { node: '>=14', npm: '>=6.12.0' } + resolution: {integrity: sha512-8weKLa9KuKRzibC87vNLdkinpUE30gn0IGY027F8doeJdcPUfsa4IlBgNC4k4HLBembBB2CTU0Kr/HAOqMeYVQ==} + engines: {node: '>=14', npm: '>=6.12.0'} dependencies: web3-errors: 1.2.0 web3-types: 1.6.0 @@ -20999,8 +21044,8 @@ packages: dev: false /web3-providers-http@4.1.0: - resolution: { integrity: sha512-6qRUGAhJfVQM41E5t+re5IHYmb5hSaLc02BE2MaRQsz2xKA6RjmHpOA5h/+ojJxEpI9NI2CrfDKOAgtJfoUJQg== } - engines: { node: '>=14', npm: '>=6.12.0' } + resolution: {integrity: sha512-6qRUGAhJfVQM41E5t+re5IHYmb5hSaLc02BE2MaRQsz2xKA6RjmHpOA5h/+ojJxEpI9NI2CrfDKOAgtJfoUJQg==} + engines: {node: '>=14', npm: '>=6.12.0'} dependencies: cross-fetch: 4.0.0 web3-errors: 1.2.0 @@ -21011,8 +21056,8 @@ packages: dev: false /web3-providers-ipc@4.0.7: - resolution: { integrity: sha512-YbNqY4zUvIaK2MHr1lQFE53/8t/ejHtJchrWn9zVbFMGXlTsOAbNoIoZWROrg1v+hCBvT2c9z8xt7e/+uz5p1g== } - engines: { node: '>=14', npm: '>=6.12.0' } + resolution: {integrity: sha512-YbNqY4zUvIaK2MHr1lQFE53/8t/ejHtJchrWn9zVbFMGXlTsOAbNoIoZWROrg1v+hCBvT2c9z8xt7e/+uz5p1g==} + engines: {node: '>=14', npm: '>=6.12.0'} requiresBuild: true dependencies: web3-errors: 1.2.0 @@ -21022,8 +21067,8 @@ packages: optional: true /web3-providers-ws@4.0.7: - resolution: { integrity: sha512-n4Dal9/rQWjS7d6LjyEPM2R458V8blRm0eLJupDEJOOIBhGYlxw5/4FthZZ/cqB7y/sLVi7K09DdYx2MeRtU5w== } - engines: { node: '>=14', npm: '>=6.12.0' } + resolution: {integrity: sha512-n4Dal9/rQWjS7d6LjyEPM2R458V8blRm0eLJupDEJOOIBhGYlxw5/4FthZZ/cqB7y/sLVi7K09DdYx2MeRtU5w==} + engines: {node: '>=14', npm: '>=6.12.0'} dependencies: '@types/ws': 8.5.3 isomorphic-ws: 5.0.0(ws@8.17.1) @@ -21037,13 +21082,13 @@ packages: dev: false /web3-types@1.6.0: - resolution: { integrity: sha512-qgOtADqlD5hw+KPKBUGaXAcdNLL0oh6qTeVgXwewCfbL/lG9R+/GrgMQB1gbTJ3cit8hMwtH8KX2Em6OwO0HRw== } - engines: { node: '>=14', npm: '>=6.12.0' } + resolution: {integrity: sha512-qgOtADqlD5hw+KPKBUGaXAcdNLL0oh6qTeVgXwewCfbL/lG9R+/GrgMQB1gbTJ3cit8hMwtH8KX2Em6OwO0HRw==} + engines: {node: '>=14', npm: '>=6.12.0'} dev: false /web3-utils@4.3.0: - resolution: { integrity: sha512-fGG2IZr0XB1vEoWZiyJzoy28HpsIfZgz4mgPeQA9aj5rIx8z0o80qUPtIyrCYX/Bo2gYALlV5SWIJWxJNUQn9Q== } - engines: { node: '>=14', npm: '>=6.12.0' } + resolution: {integrity: sha512-fGG2IZr0XB1vEoWZiyJzoy28HpsIfZgz4mgPeQA9aj5rIx8z0o80qUPtIyrCYX/Bo2gYALlV5SWIJWxJNUQn9Q==} + engines: {node: '>=14', npm: '>=6.12.0'} dependencies: ethereum-cryptography: 2.1.3 eventemitter3: 5.0.1 @@ -21053,8 +21098,8 @@ packages: dev: false /web3-validator@2.0.6: - resolution: { integrity: sha512-qn9id0/l1bWmvH4XfnG/JtGKKwut2Vokl6YXP5Kfg424npysmtRLe9DgiNBM9Op7QL/aSiaA0TVXibuIuWcizg== } - engines: { node: '>=14', npm: '>=6.12.0' } + resolution: {integrity: sha512-qn9id0/l1bWmvH4XfnG/JtGKKwut2Vokl6YXP5Kfg424npysmtRLe9DgiNBM9Op7QL/aSiaA0TVXibuIuWcizg==} + engines: {node: '>=14', npm: '>=6.12.0'} dependencies: ethereum-cryptography: 2.1.3 util: 0.12.5 @@ -21064,7 +21109,7 @@ packages: dev: false /webcrypto-core@1.7.9: - resolution: { integrity: sha512-FE+a4PPkOmBbgNDIyRmcHhgXn+2ClRl3JzJdDu/P4+B8y81LqKe6RAsI9b3lAOHe1T1BMkSjsRHTYRikImZnVA== } + resolution: {integrity: sha512-FE+a4PPkOmBbgNDIyRmcHhgXn+2ClRl3JzJdDu/P4+B8y81LqKe6RAsI9b3lAOHe1T1BMkSjsRHTYRikImZnVA==} dependencies: '@peculiar/asn1-schema': 2.3.8 '@peculiar/json-schema': 1.1.12 @@ -21073,68 +21118,68 @@ packages: tslib: 2.6.2 /webcrypto-shim@0.1.7: - resolution: { integrity: sha512-JAvAQR5mRNRxZW2jKigWMjCMkjSdmP5cColRP1U/pTg69VgHXEi1orv5vVpJ55Zc5MIaPc1aaurzd9pjv2bveg== } + resolution: {integrity: sha512-JAvAQR5mRNRxZW2jKigWMjCMkjSdmP5cColRP1U/pTg69VgHXEi1orv5vVpJ55Zc5MIaPc1aaurzd9pjv2bveg==} /webidl-conversions@3.0.1: - resolution: { integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== } + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} /webidl-conversions@5.0.0: - resolution: { integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} + engines: {node: '>=8'} dev: true /webidl-conversions@6.1.0: - resolution: { integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== } - engines: { node: '>=10.4' } + resolution: {integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==} + engines: {node: '>=10.4'} dev: true /webidl-conversions@7.0.0: - resolution: { integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g== } - engines: { node: '>=12' } + resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} + engines: {node: '>=12'} dev: true /whatwg-encoding@1.0.5: - resolution: { integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== } + resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==} dependencies: iconv-lite: 0.4.24 dev: true /whatwg-encoding@2.0.0: - resolution: { integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg== } - engines: { node: '>=12' } + resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==} + engines: {node: '>=12'} dependencies: iconv-lite: 0.6.3 dev: true /whatwg-fetch@3.6.20: - resolution: { integrity: sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg== } + resolution: {integrity: sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==} /whatwg-mimetype@2.3.0: - resolution: { integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== } + resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} dev: true /whatwg-mimetype@3.0.0: - resolution: { integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q== } - engines: { node: '>=12' } + resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} + engines: {node: '>=12'} dev: true /whatwg-url@12.0.1: - resolution: { integrity: sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ== } - engines: { node: '>=14' } + resolution: {integrity: sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==} + engines: {node: '>=14'} dependencies: tr46: 4.1.1 webidl-conversions: 7.0.0 dev: true /whatwg-url@5.0.0: - resolution: { integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== } + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 /whatwg-url@8.7.0: - resolution: { integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg== } - engines: { node: '>=10' } + resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} + engines: {node: '>=10'} dependencies: lodash: 4.17.21 tr46: 2.1.0 @@ -21142,7 +21187,7 @@ packages: dev: true /which-boxed-primitive@1.0.2: - resolution: { integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== } + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: is-bigint: 1.0.4 is-boolean-object: 1.1.2 @@ -21151,8 +21196,8 @@ packages: is-symbol: 1.0.4 /which-collection@1.0.2: - resolution: { integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} + engines: {node: '>= 0.4'} dependencies: is-map: 2.0.3 is-set: 2.0.3 @@ -21161,11 +21206,11 @@ packages: dev: true /which-module@2.0.1: - resolution: { integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ== } + resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} /which-typed-array@1.1.15: - resolution: { integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA== } - engines: { node: '>= 0.4' } + resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} + engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.7 @@ -21174,36 +21219,36 @@ packages: has-tostringtag: 1.0.2 /which@2.0.2: - resolution: { integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== } - engines: { node: '>= 8' } + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} hasBin: true dependencies: isexe: 2.0.0 /which@4.0.0: - resolution: { integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg== } - engines: { node: ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==} + engines: {node: ^16.13.0 || >=18.0.0} hasBin: true dependencies: isexe: 3.1.1 dev: true /wide-align@1.1.5: - resolution: { integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== } + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: string-width: 4.2.3 /word-wrap@1.2.5: - resolution: { integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== } - engines: { node: '>=0.10.0' } + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} + engines: {node: '>=0.10.0'} /wordwrap@1.0.0: - resolution: { integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== } + resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} dev: true /wordwrapjs@4.0.1: - resolution: { integrity: sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA== } - engines: { node: '>=8.0.0' } + resolution: {integrity: sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA==} + engines: {node: '>=8.0.0'} requiresBuild: true dependencies: reduce-flatten: 2.0.0 @@ -21212,41 +21257,41 @@ packages: optional: true /wrap-ansi@6.2.0: - resolution: { integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} + engines: {node: '>=8'} dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 /wrap-ansi@7.0.0: - resolution: { integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== } - engines: { node: '>=10' } + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 /wrap-ansi@8.1.0: - resolution: { integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== } - engines: { node: '>=12' } + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 strip-ansi: 7.1.0 /wrappy@1.0.2: - resolution: { integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== } + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} /write-file-atomic@2.4.3: - resolution: { integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== } + resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} dependencies: graceful-fs: 4.2.11 imurmurhash: 0.1.4 signal-exit: 3.0.7 /write-file-atomic@3.0.3: - resolution: { integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== } + resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} dependencies: imurmurhash: 0.1.4 is-typedarray: 1.0.0 @@ -21255,24 +21300,24 @@ packages: dev: true /write-file-atomic@4.0.2: - resolution: { integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg== } - engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } + resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: imurmurhash: 0.1.4 signal-exit: 3.0.7 dev: true /write-file-atomic@5.0.1: - resolution: { integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw== } - engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: imurmurhash: 0.1.4 signal-exit: 4.1.0 dev: true /write-json-file@3.2.0: - resolution: { integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==} + engines: {node: '>=6'} dependencies: detect-indent: 5.0.0 graceful-fs: 4.2.11 @@ -21283,8 +21328,8 @@ packages: dev: true /write-pkg@4.0.0: - resolution: { integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA== } - engines: { node: '>=8' } + resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} + engines: {node: '>=8'} dependencies: sort-keys: 2.0.0 type-fest: 0.4.1 @@ -21292,7 +21337,7 @@ packages: dev: true /ws@6.2.2: - resolution: { integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== } + resolution: {integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==} peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -21305,8 +21350,8 @@ packages: async-limiter: 1.0.1 /ws@7.4.6: - resolution: { integrity: sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== } - engines: { node: '>=8.3.0' } + resolution: {integrity: sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==} + engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -21317,8 +21362,8 @@ packages: optional: true /ws@7.5.9: - resolution: { integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== } - engines: { node: '>=8.3.0' } + resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} + engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -21329,8 +21374,8 @@ packages: optional: true /ws@8.17.0: - resolution: { integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow== } - engines: { node: '>=10.0.0' } + resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==} + engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 utf-8-validate: '>=5.0.2' @@ -21342,8 +21387,8 @@ packages: dev: true /ws@8.17.1: - resolution: { integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ== } - engines: { node: '>=10.0.0' } + resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} + engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 utf-8-validate: '>=5.0.2' @@ -21355,72 +21400,72 @@ packages: dev: false /xml-name-validator@3.0.0: - resolution: { integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== } + resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} dev: true /xml-name-validator@4.0.0: - resolution: { integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw== } - engines: { node: '>=12' } + resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} + engines: {node: '>=12'} dev: true /xmlchars@2.2.0: - resolution: { integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== } + resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} dev: true /xstate@4.38.3: - resolution: { integrity: sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw== } + resolution: {integrity: sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==} dev: false /xtend@4.0.2: - resolution: { integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== } - engines: { node: '>=0.4' } + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} /y18n@4.0.3: - resolution: { integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== } + resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} /y18n@5.0.8: - resolution: { integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== } - engines: { node: '>=10' } + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} /yallist@3.1.1: - resolution: { integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== } + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} /yallist@4.0.0: - resolution: { integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== } + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} /yaml@1.10.2: - resolution: { integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== } - engines: { node: '>= 6' } + resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} + engines: {node: '>= 6'} /yaml@2.4.2: - resolution: { integrity: sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA== } - engines: { node: '>= 14' } + resolution: {integrity: sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==} + engines: {node: '>= 14'} hasBin: true /yargs-parser@10.1.0: - resolution: { integrity: sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== } + resolution: {integrity: sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==} dependencies: camelcase: 4.1.0 dev: true /yargs-parser@18.1.3: - resolution: { integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== } - engines: { node: '>=6' } + resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} + engines: {node: '>=6'} dependencies: camelcase: 5.3.1 decamelize: 1.2.0 /yargs-parser@20.2.9: - resolution: { integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== } - engines: { node: '>=10' } + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} /yargs-parser@21.1.1: - resolution: { integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== } - engines: { node: '>=12' } + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} /yargs@15.4.1: - resolution: { integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== } - engines: { node: '>=8' } + resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} + engines: {node: '>=8'} dependencies: cliui: 6.0.0 decamelize: 1.2.0 @@ -21435,8 +21480,8 @@ packages: yargs-parser: 18.1.3 /yargs@16.2.0: - resolution: { integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== } - engines: { node: '>=10' } + resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + engines: {node: '>=10'} dependencies: cliui: 7.0.4 escalade: 3.1.2 @@ -21447,8 +21492,8 @@ packages: yargs-parser: 20.2.9 /yargs@17.7.2: - resolution: { integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== } - engines: { node: '>=12' } + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} dependencies: cliui: 8.0.1 escalade: 3.1.2 @@ -21459,16 +21504,16 @@ packages: yargs-parser: 21.1.1 /yn@3.1.1: - resolution: { integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== } - engines: { node: '>=6' } + resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} + engines: {node: '>=6'} /yocto-queue@0.1.0: - resolution: { integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== } - engines: { node: '>=10' } + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} /z-schema@5.0.5: - resolution: { integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q== } - engines: { node: '>=8.0.0' } + resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==} + engines: {node: '>=8.0.0'} hasBin: true dependencies: lodash.get: 4.4.2 @@ -21478,12 +21523,11 @@ packages: commander: 9.5.0 /zod@3.23.8: - resolution: { integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g== } + resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b: - resolution: - { tarball: https://codeload.github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/tar.gz/ab0db52de6f4e6663ef271a48009ba26e688ef9b } + resolution: {tarball: https://codeload.github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/tar.gz/ab0db52de6f4e6663ef271a48009ba26e688ef9b} name: '@veramo-community/lds-ecdsa-secp256k1-recovery2020' version: 0.0.8 dependencies: From 9fba0919519f9262fbed2e4e46e037f420097e84 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Thu, 11 Jul 2024 14:33:39 +0200 Subject: [PATCH 02/49] chore: Moved to own DigitalCredential storage --- .../contact-manager-rest-api/src/types.ts | 2 +- .../shared/credentialManagerAgentLogic.ts | 75 +++++++++- .../src/agent/CredentialManager.ts | 128 +++++++++++++++++- packages/credential-manager/src/index.ts | 2 + .../src/types/ICredentialManager.ts | 24 +++- .../credential-manager/src/types/filters.ts | 83 ++++++++++++ .../ebsi-support/src/agent/EbsiSupport.ts | 5 +- packages/ebsi-support/src/did/functions.ts | 4 +- packages/ebsi-support/src/did/types.ts | 2 + .../ebsi-support/src/types/IEbsiSupport.ts | 3 +- packages/oid4vci-issuer-rest-api/src/types.ts | 11 +- .../src/types/IOID4VCIStore.ts | 4 +- .../src/types/IOID4VCIIssuer.ts | 4 +- packages/pd-manager-rest-api/src/types.ts | 4 +- packages/presentation-exchange/package.json | 1 + .../src/agent/PresentationExchange.ts | 30 ++-- .../src/types/IPresentationExchange.ts | 11 +- packages/presentation-exchange/tsconfig.json | 3 + .../__tests__/restAgent.test.ts | 4 +- .../didAuthSiopOpAuthenticatorAgentLogic.ts | 4 +- packages/siopv2-oid4vp-op-auth/package.json | 1 + .../src/services/Siopv2MachineService.ts | 25 ++-- .../src/session/OID4VP.ts | 65 ++++++--- .../src/types/IDidAuthSiopOpAuthenticator.ts | 3 +- .../src/types/identifier/index.ts | 5 +- .../src/types/siop-service/index.ts | 7 +- packages/siopv2-oid4vp-op-auth/tsconfig.json | 2 + .../src/types/ISIOPv2RP.ts | 13 +- .../__tests__/agent.ts | 4 +- packages/ssi-sdk-core/package.json | 1 - packages/ssi-sdk-core/src/utils/index.ts | 1 - packages/ssi-sdk-core/src/utils/vc.ts | 33 ----- packages/ssi-sdk-core/tsconfig.json | 2 +- .../uni-resolver-registrar-api/src/types.ts | 2 +- .../src/types.ts | 1 - packages/w3c-vc-api/package.json | 1 + packages/w3c-vc-api/src/api-functions.ts | 28 ++-- packages/w3c-vc-api/src/types.ts | 11 +- packages/w3c-vc-api/tsconfig.json | 3 + pnpm-lock.yaml | 12 +- 40 files changed, 471 insertions(+), 153 deletions(-) create mode 100644 packages/credential-manager/src/types/filters.ts delete mode 100644 packages/ssi-sdk-core/src/utils/vc.ts diff --git a/packages/contact-manager-rest-api/src/types.ts b/packages/contact-manager-rest-api/src/types.ts index 3eadba58b..9c19e57f3 100644 --- a/packages/contact-manager-rest-api/src/types.ts +++ b/packages/contact-manager-rest-api/src/types.ts @@ -1,6 +1,6 @@ import { GenericAuthArgs, ISingleEndpointOpts } from '@sphereon/ssi-express-support' import { IContactManager } from '@sphereon/ssi-sdk.contact-manager' -import { IAgentContext, IDataStore, IDIDManager, IKeyManager } from '@veramo/core' +import { IAgentContext, IDIDManager, IKeyManager } from '@veramo/core' export type ContactManagerMRestApiFeatures = 'party_read' | 'party_write' | 'party_type_read' | 'identity_read' diff --git a/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts b/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts index aee862169..a21e9ecef 100644 --- a/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts +++ b/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts @@ -1,7 +1,14 @@ import { TAgent } from '@veramo/core' import * as fs from 'fs' -import { CredentialCorrelationType, CredentialRole, CredentialStateType, DigitalCredential, GetCredentialsArgs } from '@sphereon/ssi-sdk.data-store' -import { AddDigitalCredential, ICredentialManager } from '../../src' +import { CredentialCorrelationType, CredentialRole, CredentialStateType, DigitalCredential } from '@sphereon/ssi-sdk.data-store' +import { + AddDigitalCredential, + credentialIdOrHashFilter, + DeleteCredentialsArgs, + GetCredentialsArgs, + ICredentialManager, + UniqueDigitalCredential, +} from '../../src' import { IVerifiableCredential } from '@sphereon/ssi-types' type ConfiguredAgent = TAgent @@ -60,7 +67,63 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro expect(result.length).toBe(1) }) - it('should update credential item by id', async (): Promise => { + it('should get credential items by id or hash', async (): Promise => { + const args1: GetCredentialsArgs = { + filter: [ + { + id: defaultCredential.id, + }, + ], + } + const result1: Array = await agent.crmGetCredentials(args1) + expect(result1.length).toBe(1) + + const args2: GetCredentialsArgs = { + filter: [ + { + hash: defaultCredential.hash, + }, + ], + } + const result2: Array = await agent.crmGetCredentials(args2) + expect(result2.length).toBe(1) + + const args3: GetCredentialsArgs = { + filter: [ + { + id: defaultCredential.id, + }, + { + hash: defaultCredential.hash, + }, + ], + } + const result3: Array = await agent.crmGetCredentials(args3) + expect(result3.length).toBe(1) + + const args4: GetCredentialsArgs = { + filter: [ + { + id: 'another_id', + }, + { + hash: defaultCredential.hash, + }, + ], + } + const result4: Array = await agent.crmGetCredentials(args4) + expect(result4.length).toBe(1) + }) + + it('should get unique credential by id or hash', async (): Promise => { + const result: Array = await agent.crmGetUniqueCredentials({ filter: credentialIdOrHashFilter(defaultCredential.hash) }) + expect(result.length).toBe(1) + expect(result[0].hash).toEqual(defaultCredential.hash) + expect(result[0].digitalCredential.id).toEqual(defaultCredential.id) + expect(result[0].digitalCredential.hash).toEqual(defaultCredential.hash) + }) + + it('should update credential by id', async (): Promise => { const revokeUpdate = { id: defaultCredential.id, verifiedState: CredentialStateType.REVOKED, @@ -72,13 +135,13 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro expect(result.revokedAt).toEqual(revokeUpdate.revokedAt) }) - it('should delete credential item by id', async (): Promise => { + it('should delete credential by id', async (): Promise => { const result = await agent.crmDeleteCredential({ id: defaultCredential.id }) expect(result).toBe(true) }) - it('should throw error when deleting credential item with unknown id', async (): Promise => { + it('should throw error when deleting credential with unknown id', async (): Promise => { const id = 'unknownId' const result = await agent.crmDeleteCredential({ id }) expect(result).toBe(false) @@ -105,7 +168,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro } await agent.crmAddCredential({ credential: digitalCredential2 }) - const args: GetCredentialsArgs = { + const args: DeleteCredentialsArgs = { filter: [ { credentialRole: CredentialRole.VERIFIER, diff --git a/packages/credential-manager/src/agent/CredentialManager.ts b/packages/credential-manager/src/agent/CredentialManager.ts index c3f6961b1..897f80e93 100644 --- a/packages/credential-manager/src/agent/CredentialManager.ts +++ b/packages/credential-manager/src/agent/CredentialManager.ts @@ -1,17 +1,23 @@ import { IAgentPlugin } from '@veramo/core' import { AddCredentialArgs, + credentialIdOrHashFilter, DeleteCredentialArgs, DeleteCredentialsArgs, + DocumentType, GetCredentialArgs, GetCredentialsArgs, GetCredentialsByClaimsArgs, + GetCredentialsByIdOrHashArgs, ICredentialManager, + OptionalUniqueDigitalCredential, schema, + TClaimsColumns, UniqueDigitalCredential, } from '../index' import { DigitalCredential, UpdateCredentialStateArgs } from '@sphereon/ssi-sdk.data-store' import { AbstractDigitalCredentialStore } from '@sphereon/ssi-sdk.data-store/dist/digitalCredential/AbstractDigitalCredentialStore' +import { IVerifiableCredential } from '@sphereon/ssi-types' // Exposing the methods here for any REST implementation export const credentialManagerMethods: Array = [ @@ -36,6 +42,7 @@ export class CredentialManager implements IAgentPlugin { crmUpdateCredentialState: this.crmUpdateCredentialState.bind(this), crmGetCredential: this.crmGetCredential.bind(this), crmGetCredentials: this.crmGetCredentials.bind(this), + crmGetUniqueCredentialByIdOrHash: this.crmGetUniqueCredentialByIdOrHash.bind(this), crmGetUniqueCredentials: this.crmGetUniqueCredentials.bind(this), crmDeleteCredential: this.crmDeleteCredential.bind(this), crmDeleteCredentials: this.crmDeleteCredentials.bind(this), @@ -73,6 +80,15 @@ export class CredentialManager implements IAgentPlugin { return credentials.data } + /** {@inheritDoc ICRManager.crmGetUniqueCredentialByIdOrHash} */ + private async crmGetUniqueCredentialByIdOrHash(args: GetCredentialsByIdOrHashArgs): Promise { + const credentials = await this.crmGetCredentials({ filter: credentialIdOrHashFilter(args.credentialRole, args.idOrHash) }) + if (credentials.length === 0) { + return undefined + } + return this.toUniqueCredentials(credentials)[0] + } + /** {@inheritDoc ICRManager.crmGetUniqueCredentials} */ private async crmGetUniqueCredentials(args: GetCredentialsArgs): Promise> { const credentials = await this.crmGetCredentials(args) @@ -102,18 +118,99 @@ export class CredentialManager implements IAgentPlugin { * @param args */ private async crmGetCredentialsByClaims(args: GetCredentialsByClaimsArgs): Promise> { - const digitalCredentials = await this.crmGetCredentials({ + const digitalCredentials = await this.crmGetUniqueCredentials({ filter: [ { + documentType: DocumentType.VC, // TODO does crmGetCredentialsByClaims need to support VPs as well? credentialRole: args.credentialRole, tenantId: args.tenantId, }, ], }) - const claimFilteredCredentials = digitalCredentials.filter((credential) => { - return true // FIXME BEFORE PR filter claims somehow + + // TODO not sure if this is what we want, doing filtering now after credentials fetch because this data is inside the VC document + const claimFilteredCredentials: UniqueDigitalCredential[] = digitalCredentials.filter((uniqueVC) => { + if (!uniqueVC.uniformVerifiableCredential) { + return false + } + + let credential = uniqueVC.uniformVerifiableCredential + + // Handle JWT format before filtering + if (typeof credential === 'string') { + try { + const decoded = JSON.parse(atob((credential as string).split('.')[1])) + credential = decoded.vc as IVerifiableCredential + } catch (e) { + console.error('Error decoding JWT credential:', e) + return false // Skip this credential if we can't decode it + } + } + + return ( + args.filter.where?.every((whereClause) => { + const value = this.getValueFromCredential(credential, whereClause.column) + + if (value === undefined) { + return whereClause.op === 'IsNull' + } + + switch (whereClause.op) { + case 'Equal': + return value === whereClause.value?.[0] + case 'In': + return whereClause.value?.includes(value) + case 'Like': + return typeof value === 'string' && value.includes(whereClause.value?.[0] || '') + case 'Between': + return value >= (whereClause.value?.[0] || '') && value <= (whereClause.value?.[1] || '') + case 'LessThan': + return value < (whereClause.value?.[0] || '') + case 'LessThanOrEqual': + return value <= (whereClause.value?.[0] || '') + case 'MoreThan': + return value > (whereClause.value?.[0] || '') + case 'MoreThanOrEqual': + return value >= (whereClause.value?.[0] || '') + case 'Any': + return Array.isArray(value) && value.some((v) => whereClause.value?.includes(v)) + case 'IsNull': + return value === null || value === undefined + default: + return true + } + }) ?? true + ) }) - return this.toUniqueCredentials(claimFilteredCredentials) + + return claimFilteredCredentials + } + + private getValueFromCredential(credential: IVerifiableCredential, column: TClaimsColumns): any { + switch (column) { + case 'context': + return credential['@context'] + case 'credentialType': + return credential.type + case 'type': + return Array.isArray(credential.credentialSubject) ? credential.credentialSubject[0]?.type : credential.credentialSubject?.type + case 'value': + return JSON.stringify(credential.credentialSubject) + case 'isObj': + return typeof credential.credentialSubject === 'object' + case 'id': + return credential.id + case 'issuer': + return typeof credential.issuer === 'string' ? credential.issuer : credential.issuer.id + case 'subject': + return Array.isArray(credential.credentialSubject) ? credential.credentialSubject[0]?.id : credential.credentialSubject?.id + case 'expirationDate': + return credential.expirationDate + case 'issuanceDate': + return credential.issuanceDate + default: + return undefined + } } /** @@ -129,7 +226,28 @@ export class CredentialManager implements IAgentPlugin { return Object.values( credentials.reduce( (accumulator, credential) => { - accumulator[credential.hash] = { hash: credential.hash, digitalCredential: credential } + const uniqueCredential: UniqueDigitalCredential = { + hash: credential.hash, + digitalCredential: credential, + } + switch (credential.documentType) { + case DocumentType.VC: + uniqueCredential.originalVerifiableCredential = JSON.parse(credential.rawDocument) + uniqueCredential.uniformVerifiableCredential = JSON.parse(credential.uniformDocument) + break + case DocumentType.VP: + uniqueCredential.originalVerifiablePresentation = JSON.parse(credential.rawDocument) + uniqueCredential.uniformVerifiablePresentation = JSON.parse(credential.uniformDocument) + break + case DocumentType.P: + uniqueCredential.originalPresentation = JSON.parse(credential.rawDocument) + break + case DocumentType.C: + uniqueCredential.originalCredential = JSON.parse(credential.rawDocument) + break + // TODO CBOR support + } + accumulator[credential.hash] = uniqueCredential return accumulator }, {} as Record, diff --git a/packages/credential-manager/src/index.ts b/packages/credential-manager/src/index.ts index 1635a83b3..18e5bf0c5 100644 --- a/packages/credential-manager/src/index.ts +++ b/packages/credential-manager/src/index.ts @@ -11,6 +11,8 @@ export { CredentialDocumentFormat, DocumentType, DigitalCredential, + FindDigitalCredentialArgs, } from '@sphereon/ssi-sdk.data-store' export * from './types/ICredentialManager' export * from './types/claims' +export * from './types/filters' diff --git a/packages/credential-manager/src/types/ICredentialManager.ts b/packages/credential-manager/src/types/ICredentialManager.ts index c9e51a987..daba78634 100644 --- a/packages/credential-manager/src/types/ICredentialManager.ts +++ b/packages/credential-manager/src/types/ICredentialManager.ts @@ -3,6 +3,7 @@ import { CredentialRole, DigitalCredential, UpdateCredentialStateArgs } from '@s import { FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store/dist/types/digitalCredential/IAbstractDigitalCredentialStore' import { NonPersistedDigitalCredential } from '@sphereon/ssi-sdk.data-store/dist/types/digitalCredential/digitalCredential' import { FindClaimsArgs } from './claims' +import { ICredential, IPresentation, IVerifiableCredential, OriginalVerifiableCredential, OriginalVerifiablePresentation } from '@sphereon/ssi-types' export interface ICredentialManager extends IPluginMethodMap { /** @@ -35,6 +36,13 @@ export interface ICredentialManager extends IPluginMethodMap { */ crmGetUniqueCredentials(args: GetCredentialsArgs): Promise> + /** + * Find one credential by id or hash + * @param CredentialRole + * @param idOrHash + */ + crmGetUniqueCredentialByIdOrHash(args: GetCredentialsByIdOrHashArgs): Promise + /** * Returns a list of UniqueDigitalCredentials that match the given filter based on the claims they contain. * @param args @@ -65,7 +73,7 @@ export type GetCredentialArgs = { } export type GetCredentialsArgs = { - filter?: FindDigitalCredentialArgs + filter: FindDigitalCredentialArgs } export type GetCredentialsByClaimsArgs = { @@ -74,6 +82,11 @@ export type GetCredentialsByClaimsArgs = { tenantId?: string } +export type GetCredentialsByIdOrHashArgs = { + credentialRole: CredentialRole + idOrHash: string +} + export type DeleteCredentialArgs = { id: string } @@ -94,6 +107,15 @@ export type { UpdateCredentialStateArgs } from '@sphereon/ssi-sdk.data-store' // export interface UniqueDigitalCredential { hash: string digitalCredential: DigitalCredential + + originalVerifiableCredential?: OriginalVerifiableCredential + originalVerifiablePresentation?: OriginalVerifiablePresentation + originalCredential?: ICredential + originalPresentation?: IPresentation + uniformVerifiableCredential?: IVerifiableCredential + uniformVerifiablePresentation?: IVerifiableCredential } +export type OptionalUniqueDigitalCredential = UniqueDigitalCredential | undefined + export type RequiredContext = IAgentContext diff --git a/packages/credential-manager/src/types/filters.ts b/packages/credential-manager/src/types/filters.ts new file mode 100644 index 000000000..c1020960c --- /dev/null +++ b/packages/credential-manager/src/types/filters.ts @@ -0,0 +1,83 @@ +import { CredentialRole, DigitalCredential, DocumentType, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store' + +/** + * Creates a filter to find a digital credential by its ID or hash. + * + * @param credentialRole - The role to filter by (e.g., ISSUER, HOLDER). + * @param idOrHash - The ID or hash of the credential to search for. + * @returns A FindDigitalCredentialArgs array for filtering by ID or hash. + */ +export const credentialIdOrHashFilter = (credentialRole: CredentialRole, idOrHash: string): FindDigitalCredentialArgs => [ + { + id: idOrHash, + credentialRole, + }, + { + hash: idOrHash, + credentialRole, + }, +] + +/** + * Creates a filter for verifiable credentials with a specific role. + * + * @param credentialRole - The role to filter by (e.g., ISSUER, HOLDER). + * @param withFilter - Optional additional filter criteria. + * @returns A FindDigitalCredentialArgs array for filtering verifiable credentials by role. + */ +export const verifiableCredentialForRoleFilter = ( + credentialRole: CredentialRole, + withFilter?: FindDigitalCredentialArgs, +): FindDigitalCredentialArgs => { + const filter = [ + { + documentType: DocumentType.VC, + credentialRole: credentialRole, + }, + ] + if (withFilter !== undefined) { + return mergeFilter(withFilter, filter) + } + return filter +} + +/** + * Merges two FindDigitalCredentialArgs arrays into a single array. + * + * This function combines two filter arrays, merging objects at the same index + * and adding unique objects from both arrays. When merging objects, properties + * from filter2 overwrite those from filter1 if they exist in both. + * + * @param filter1 - The first FindDigitalCredentialArgs array to merge. + * @param filter2 - The second FindDigitalCredentialArgs array to merge. + * @returns A new FindDigitalCredentialArgs array containing the merged result. + * + * @example + * const filter1 = [{ documentType: DocumentType.VC }, { credentialRole: CredentialRole.ISSUER }]; + * const filter2 = [{ documentType: DocumentType.VP }, { hash: 'abc123' }]; + * const mergedFilter = mergeFilter(filter1, filter2); + * // Result: [{ documentType: DocumentType.VP }, { credentialRole: CredentialRole.ISSUER, hash: 'abc123' }] + */ +export const mergeFilter = (filter1: FindDigitalCredentialArgs, filter2: FindDigitalCredentialArgs): FindDigitalCredentialArgs => { + const mergedFilter: FindDigitalCredentialArgs = [] + + const mergedMap = new Map>() + + filter1.forEach((obj, index) => { + mergedMap.set(index, { ...obj }) + }) + + filter2.forEach((obj, index) => { + if (mergedMap.has(index)) { + mergedMap.set(index, { ...mergedMap.get(index), ...obj }) + } else { + mergedMap.set(index, { ...obj }) + } + }) + + mergedMap.forEach((value) => { + mergedFilter.push(value) + }) + + return mergedFilter +} diff --git a/packages/ebsi-support/src/agent/EbsiSupport.ts b/packages/ebsi-support/src/agent/EbsiSupport.ts index acca935a1..2092c1d5f 100644 --- a/packages/ebsi-support/src/agent/EbsiSupport.ts +++ b/packages/ebsi-support/src/agent/EbsiSupport.ts @@ -117,7 +117,7 @@ export class EbsiSupport implements IAgentPlugin { if (allVerifiableCredentials && allVerifiableCredentials.length > 0) { const pexResult = await context.agent.pexDefinitionFilterCredentials({ presentationDefinition: definitionResponse, - credentialFilterOpts: { verifiableCredentials: allVerifiableCredentials }, + credentialFilterOpts: { credentialRole: args.credentialRole, verifiableCredentials: allVerifiableCredentials }, }) if (pexResult.filteredCredentials.length > 0) { const filtered = pexResult.filteredCredentials @@ -170,7 +170,7 @@ export class EbsiSupport implements IAgentPlugin { const pexResult = hasInputDescriptors ? await context.agent.pexDefinitionFilterCredentials({ presentationDefinition: definitionResponse, - credentialFilterOpts: { verifiableCredentials: [attestationCredential!] }, + credentialFilterOpts: { credentialRole: args.credentialRole, verifiableCredentials: [attestationCredential!] }, // LOL, let's see whether we can trick PEX to create a VP without VCs }) : ({ @@ -185,6 +185,7 @@ export class EbsiSupport implements IAgentPlugin { }) const oid4vp = await opSesssion.getOID4VP([identifier.did]) const vp = await oid4vp.createVerifiablePresentation( + args.credentialRole, { definition, credentials: pexResult.filteredCredentials }, { proofOpts: { domain: openIDMetadata.issuer, nonce: v4(), created: new Date(Date.now() - 120_000).toString() }, diff --git a/packages/ebsi-support/src/did/functions.ts b/packages/ebsi-support/src/did/functions.ts index df4c662ea..df9c40d61 100644 --- a/packages/ebsi-support/src/did/functions.ts +++ b/packages/ebsi-support/src/did/functions.ts @@ -307,7 +307,7 @@ export const ebsiCreateDidOnLedger = async ( const { clientId, redirectUri, environment, credentialIssuer } = accessTokenOpts const controllerKey = getControllerKey({ identifier }) const secp256r1 = getKeys({ identifier, keyType: 'Secp256r1' })?.[0] - let { attestationToOnboard } = accessTokenOpts + let { attestationToOnboard, attestationToOnboardCredentialRole } = accessTokenOpts if (!controllerKey || !secp256r1) { return Promise.reject(`No secp256k1 controller key and/or secp2561r key found for identifier ${identifier}`) @@ -346,6 +346,7 @@ export const ebsiCreateDidOnLedger = async ( } const insertDidAccessTokenResponse = await context.agent.ebsiAccessTokenGet({ + credentialRole: attestationToOnboardCredentialRole, attestationCredential: attestationToOnboard, jwksUri, scope: 'didr_invite', @@ -403,6 +404,7 @@ export const ebsiCreateDidOnLedger = async ( idOpts.kid = calculateJwkThumbprintForKey({ key: controllerKey }) const addVMAccessTokenResponse = await context.agent.ebsiAccessTokenGet({ + credentialRole: attestationToOnboardCredentialRole, // attestationCredential: attestationToOnboard, jwksUri, scope: 'didr_write', diff --git a/packages/ebsi-support/src/did/types.ts b/packages/ebsi-support/src/did/types.ts index 36771e07c..d22f2353a 100644 --- a/packages/ebsi-support/src/did/types.ts +++ b/packages/ebsi-support/src/did/types.ts @@ -4,6 +4,7 @@ import { IService } from '@veramo/core/build/types/IIdentifier' import { DIDDocument } from 'did-resolver' import { AccessListish, BigNumberish, BytesLike } from 'ethers' import { ApiOpts, EbsiEnvironment } from '../types/IEbsiSupport' +import { CredentialRole } from '@sphereon/ssi-sdk.data-store' export type IContext = IAgentContext @@ -381,6 +382,7 @@ export type GetDidDocumentsResponse = { type EbsiAccessTokenOpts = { attestationToOnboard?: W3CVerifiableCredential + attestationToOnboardCredentialRole: CredentialRole jwksUri?: string redirectUri: string credentialIssuer: string diff --git a/packages/ebsi-support/src/types/IEbsiSupport.ts b/packages/ebsi-support/src/types/IEbsiSupport.ts index 244cd4a5f..9382e28b3 100644 --- a/packages/ebsi-support/src/types/IEbsiSupport.ts +++ b/packages/ebsi-support/src/types/IEbsiSupport.ts @@ -2,7 +2,7 @@ import { DiscoveryMetadataPayload, JWK } from '@sphereon/did-auth-siop' import { OID4VCICredentialFormat, RequestObjectOpts } from '@sphereon/oid4vci-common' import { Format, PresentationDefinitionV2 } from '@sphereon/pex-models' import { IIdentifierOpts } from '@sphereon/ssi-sdk-ext.did-utils' -import { IBasicCredentialLocaleBranding, Party } from '@sphereon/ssi-sdk.data-store' +import { CredentialRole, IBasicCredentialLocaleBranding, Party } from '@sphereon/ssi-sdk.data-store' import { ErrorDetails, IOID4VCIHolder, MappedCredentialToAccept } from '@sphereon/ssi-sdk.oid4vci-holder' import { IPresentationExchange } from '@sphereon/ssi-sdk.presentation-exchange' import { IDidAuthSiopOpAuthenticator } from '@sphereon/ssi-sdk.siopv2-oid4vp-op-auth' @@ -175,6 +175,7 @@ export type GetAccessTokenResult = { */ export interface EBSIAuthAccessTokenGetArgs { clientId: string + credentialRole: CredentialRole credentialIssuer?: string attestationCredential?: W3CVerifiableCredential allVerifiableCredentials?: W3CVerifiableCredential[] diff --git a/packages/oid4vci-issuer-rest-api/src/types.ts b/packages/oid4vci-issuer-rest-api/src/types.ts index 48df1fe4e..acea6ef1e 100644 --- a/packages/oid4vci-issuer-rest-api/src/types.ts +++ b/packages/oid4vci-issuer-rest-api/src/types.ts @@ -1,14 +1,7 @@ import { IOID4VCIIssuer } from '@sphereon/ssi-sdk.oid4vci-issuer' import { IOID4VCIStore } from '@sphereon/ssi-sdk.oid4vci-issuer-store' -import { IAgentContext, ICredentialIssuer, ICredentialVerifier, IDataStore, IDataStoreORM, IDIDManager, IKeyManager, IResolver } from '@veramo/core' +import { IAgentContext, ICredentialIssuer, ICredentialVerifier, IDIDManager, IKeyManager, IResolver } from '@veramo/core' export type IRequiredContext = IAgentContext -export type IPlugins = IDIDManager & - IKeyManager & - IDataStoreORM & - IResolver & - IOID4VCIStore & - IOID4VCIIssuer & - ICredentialVerifier & - ICredentialIssuer +export type IPlugins = IDIDManager & IKeyManager & IResolver & IOID4VCIStore & IOID4VCIIssuer & ICredentialVerifier & ICredentialIssuer diff --git a/packages/oid4vci-issuer-store/src/types/IOID4VCIStore.ts b/packages/oid4vci-issuer-store/src/types/IOID4VCIStore.ts index 3dcf749fb..ddd4d2be3 100644 --- a/packages/oid4vci-issuer-store/src/types/IOID4VCIStore.ts +++ b/packages/oid4vci-issuer-store/src/types/IOID4VCIStore.ts @@ -1,7 +1,7 @@ import { IssuerMetadata, CredentialIssuerMetadataOpts } from '@sphereon/oid4vci-common' import { IDIDOptions } from '@sphereon/ssi-sdk-ext.did-utils' import { IKeyValueStore, IValueData } from '@sphereon/ssi-sdk.kv-store-temp' -import { IAgentContext, IDataStoreORM, IPluginMethodMap } from '@veramo/core' +import { IPluginMethodMap } from '@veramo/core' export interface IOID4VCIStore extends IPluginMethodMap { oid4vciStoreDefaultMetadata(): Promise> @@ -85,5 +85,3 @@ export interface Ioid4vciStoreClearArgs { storeId?: string // namespace?: string } - -export type IRequiredContext = IAgentContext diff --git a/packages/oid4vci-issuer/src/types/IOID4VCIIssuer.ts b/packages/oid4vci-issuer/src/types/IOID4VCIIssuer.ts index 33369f37e..2529273d4 100644 --- a/packages/oid4vci-issuer/src/types/IOID4VCIIssuer.ts +++ b/packages/oid4vci-issuer/src/types/IOID4VCIIssuer.ts @@ -14,7 +14,7 @@ import { CredentialDataSupplier } from '@sphereon/oid4vci-issuer' import { IDIDOptions, ResolveOpts } from '@sphereon/ssi-sdk-ext.did-utils' import { IOID4VCIStore } from '@sphereon/ssi-sdk.oid4vci-issuer-store' import { ICredential } from '@sphereon/ssi-types/dist' -import { IAgentContext, ICredentialIssuer, IDataStoreORM, IDIDManager, IKeyManager, IPluginMethodMap, IResolver } from '@veramo/core' +import { IAgentContext, ICredentialIssuer, IDIDManager, IKeyManager, IPluginMethodMap, IResolver } from '@veramo/core' import { IssuerInstance } from '../IssuerInstance' export type IssuerCredentialDefinition = JsonLdIssuerCredentialDefinition @@ -93,4 +93,4 @@ export type ICreateCredentialOfferURIResult = { //userPinRequired: boolean } -export type IRequiredContext = IAgentContext +export type IRequiredContext = IAgentContext diff --git a/packages/pd-manager-rest-api/src/types.ts b/packages/pd-manager-rest-api/src/types.ts index 128a987a5..dd4986cce 100644 --- a/packages/pd-manager-rest-api/src/types.ts +++ b/packages/pd-manager-rest-api/src/types.ts @@ -1,6 +1,6 @@ import { GenericAuthArgs, ISingleEndpointOpts } from '@sphereon/ssi-express-support' import { IPDManager } from '@sphereon/ssi-sdk.pd-manager' -import { IAgentContext, IDataStore } from '@veramo/core' +import { IAgentContext } from '@veramo/core' export type PDManagerMRestApiFeatures = 'pd_read' | 'pd_write' | 'pd_delete' @@ -15,5 +15,5 @@ export interface IPDManagerAPIEndpointOpts { enableFeatures?: PDManagerMRestApiFeatures[] } -export type IRequiredPlugins = IPDManager & IDataStore +export type IRequiredPlugins = IPDManager export type IRequiredContext = IAgentContext diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index e0e8d0aad..4bf35a38a 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -18,6 +18,7 @@ "@sphereon/pex-models": "^2.2.4", "@sphereon/ssi-sdk-ext.did-utils": "0.22.0", "@sphereon/ssi-sdk.data-store": "workspace:*", + "@sphereon/ssi-sdk.credential-manager": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0" }, diff --git a/packages/presentation-exchange/src/agent/PresentationExchange.ts b/packages/presentation-exchange/src/agent/PresentationExchange.ts index 01d2040aa..e80263c8a 100644 --- a/packages/presentation-exchange/src/agent/PresentationExchange.ts +++ b/packages/presentation-exchange/src/agent/PresentationExchange.ts @@ -8,13 +8,15 @@ import { schema, VersionDiscoveryResult, } from '../index' -import { FindCredentialsArgs, IAgentPlugin, ProofType, UniqueVerifiableCredential, UnsignedCredential } from '@veramo/core' +import { IAgentPlugin } from '@veramo/core' import { IPresentationExchange } from '../types/IPresentationExchange' import { Checked, IPresentationDefinition, PEX } from '@sphereon/pex' -import { CredentialMapper, JWT_PROOF_TYPE_2020, W3CVerifiableCredential } from '@sphereon/ssi-types' +import { CompactJWT, CredentialMapper, JWT_PROOF_TYPE_2020, W3CVerifiableCredential } from '@sphereon/ssi-types' import { InputDescriptorV1, InputDescriptorV2 } from '@sphereon/pex-models' import { toDIDs } from '@sphereon/ssi-sdk-ext.did-utils' +import { CredentialRole, UniqueDigitalCredential, verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-manager' +import { FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store' export class PresentationExchange implements IAgentPlugin { readonly schema = schema.IDidAuthSiopOpAuthenticator @@ -61,7 +63,7 @@ export class PresentationExchange implements IAgentPlugin { } async pexDefinitionFilterCredentials(args: IDefinitionCredentialFilterArgs, context: IRequiredContext): Promise { - const credentials = await this.pexFilterCredentials(args.credentialFilterOpts ?? {}, context) + const credentials = await this.pexFilterCredentials(args.credentialFilterOpts, context) const holderDIDs = args.holderDIDs ? toDIDs(args.holderDIDs) : toDIDs(await context.agent.dataStoreORMGetIdentifiers()) const selectResults = this.pex.selectFrom(args.presentationDefinition, credentials ?? [], { ...args, @@ -91,11 +93,13 @@ export class PresentationExchange implements IAgentPlugin { input_descriptors: [inputDescriptor], } + const credentialRole = args.credentialFilterOpts.credentialRole + promises.set( inputDescriptor, this.pexDefinitionFilterCredentials( { - credentialFilterOpts: { verifiableCredentials: credentials }, + credentialFilterOpts: { credentialRole, verifiableCredentials: credentials }, // @ts-ignore presentationDefinition, holderDIDs, @@ -115,16 +119,24 @@ export class PresentationExchange implements IAgentPlugin { private async pexFilterCredentials( filterOpts: { + credentialRole: CredentialRole verifiableCredentials?: W3CVerifiableCredential[] - filter?: FindCredentialsArgs + filter?: FindDigitalCredentialArgs }, context: IRequiredContext, ): Promise { - if (filterOpts?.verifiableCredentials && filterOpts.verifiableCredentials.length > 0) { + if (filterOpts.verifiableCredentials && filterOpts.verifiableCredentials.length > 0) { return filterOpts.verifiableCredentials as W3CVerifiableCredential[] } - return (await context.agent.dataStoreORMGetVerifiableCredentials(filterOpts?.filter)) - .map((uniqueVC: UniqueVerifiableCredential) => uniqueVC.verifiableCredential) - .map((vc: UnsignedCredential & { proof: ProofType }) => (vc.proof && vc.proof.type === JWT_PROOF_TYPE_2020 ? vc.proof.jwt : vc)) + + const filter = verifiableCredentialForRoleFilter(filterOpts.credentialRole, filterOpts.filter) + const uniqueCredentials = await context.agent.crmGetUniqueCredentials({ filter }) + + return uniqueCredentials.map((uniqueVC: UniqueDigitalCredential) => { + const vc = uniqueVC.uniformVerifiableCredential! + const proof = Array.isArray(vc.proof) ? vc.proof : [vc.proof] + const jwtProof = proof.find((p) => p?.type === JWT_PROOF_TYPE_2020) + return jwtProof ? (jwtProof.jwt as CompactJWT) : vc + }) } } diff --git a/packages/presentation-exchange/src/types/IPresentationExchange.ts b/packages/presentation-exchange/src/types/IPresentationExchange.ts index 7de418bc2..fa60aa2b7 100644 --- a/packages/presentation-exchange/src/types/IPresentationExchange.ts +++ b/packages/presentation-exchange/src/types/IPresentationExchange.ts @@ -1,5 +1,4 @@ import { - FindCredentialsArgs, IAgentContext, ICredentialPlugin, IDataStoreORM, @@ -12,6 +11,8 @@ import { import { IPresentation, Optional, W3CVerifiableCredential, W3CVerifiablePresentation } from '@sphereon/ssi-types' import { IPresentationDefinition, PEVersion, SelectResults } from '@sphereon/pex' import { Format, InputDescriptorV1, InputDescriptorV2 } from '@sphereon/pex-models' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' +import { CredentialRole, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store' export interface IPresentationExchange extends IPluginMethodMap { pexValidateDefinition(args: IDefinitionValidateArgs): Promise @@ -32,7 +33,11 @@ export interface IDefinitionValidateArgs { export interface IDefinitionCredentialFilterArgs { presentationDefinition: IPresentationDefinition - credentialFilterOpts?: { verifiableCredentials?: W3CVerifiableCredential[]; filter?: FindCredentialsArgs } + credentialFilterOpts: { + credentialRole: CredentialRole + verifiableCredentials?: W3CVerifiableCredential[] + filter?: FindDigitalCredentialArgs + } holderDIDs?: (string | IIdentifier)[] limitDisclosureSignatureSuites?: string[] restrictToFormats?: Format @@ -72,4 +77,4 @@ export interface IPEXPresentationSignCallBackParams { presentationDefinition: IPresentationDefinition } -export type IRequiredContext = IAgentContext +export type IRequiredContext = IAgentContext diff --git a/packages/presentation-exchange/tsconfig.json b/packages/presentation-exchange/tsconfig.json index c17ed4153..ae6b856b2 100644 --- a/packages/presentation-exchange/tsconfig.json +++ b/packages/presentation-exchange/tsconfig.json @@ -18,6 +18,9 @@ }, { "path": "../agent-config" + }, + { + "path": "../credential-manager" } ] } diff --git a/packages/siopv2-oid4vp-op-auth/__tests__/restAgent.test.ts b/packages/siopv2-oid4vp-op-auth/__tests__/restAgent.test.ts index 09fd40834..2f897e0a0 100644 --- a/packages/siopv2-oid4vp-op-auth/__tests__/restAgent.test.ts +++ b/packages/siopv2-oid4vp-op-auth/__tests__/restAgent.test.ts @@ -2,7 +2,7 @@ import * as fs from 'fs' import 'cross-fetch/polyfill' // @ts-ignore import express from 'express' -import { IAgent, createAgent, IAgentOptions, IDataStore } from '@veramo/core' +import { IAgent, createAgent, IAgentOptions } from '@veramo/core' import { AgentRestClient } from '@veramo/remote-client' import { Server } from 'http' import { AgentRouter, RequestWithAgentRouter } from '@veramo/remote-server' @@ -40,7 +40,7 @@ const presentationSignCallback: PresentationSignCallback = async (args) => { } const getAgent = (options?: IAgentOptions) => - createAgent({ + createAgent({ ...options, plugins: [ new DidAuthSiopOpAuthenticator(presentationSignCallback), diff --git a/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts b/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts index 6971266bf..8e7f8aa95 100644 --- a/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts +++ b/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts @@ -1,5 +1,5 @@ import * as fs from 'fs' -import { IDataStore, TAgent, VerifiableCredential } from '@veramo/core' +import { TAgent, VerifiableCredential } from '@veramo/core' import { IAuthRequestDetails, IDidAuthSiopOpAuthenticator, IPresentationWithDefinition } from '../../src' import { AuthorizationRequest, @@ -38,7 +38,7 @@ jest.mock('@sphereon/ssi-sdk-ext.did-utils', () => ({ mapIdentifierKeysToDocWithJwkSupport: jest.fn(), })) -type ConfiguredAgent = TAgent +type ConfiguredAgent = TAgent const didMethod = 'ethr' const did = 'did:ethr:0xb9c5714089478a327f09197987f16f9e5d936e8a' diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index 82660685a..8ff5bab85 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -19,6 +19,7 @@ "@sphereon/pex-models": "2.2.4", "@sphereon/ssi-sdk-ext.did-utils": "0.22.0", "@sphereon/ssi-sdk.contact-manager": "workspace:*", + "@sphereon/ssi-sdk.credential-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.issuance-branding": "workspace:*", diff --git a/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts b/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts index 8cc017e29..188c0b18b 100644 --- a/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts +++ b/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts @@ -7,10 +7,10 @@ import { IIdentifierOpts, SupportedDidMethodEnum, } from '@sphereon/ssi-sdk-ext.did-utils' -import { ConnectionType } from '@sphereon/ssi-sdk.data-store' +import { ConnectionType, CredentialRole } from '@sphereon/ssi-sdk.data-store' import { IIdentifier } from '@veramo/core' import { DidAgents, SuitableCredentialAgents } from '../types/identifier' -import { CredentialMapper, IVerifiableCredential, Loggers, OriginalVerifiableCredential, PresentationSubmission } from '@sphereon/ssi-types' +import { CredentialMapper, Loggers, PresentationSubmission } from '@sphereon/ssi-types' import { LOGGER_NAMESPACE, RequiredContext, @@ -23,6 +23,7 @@ import { import { OID4VP, OpSession } from '../session' import { IPresentationDefinition, PEX } from '@sphereon/pex' import { InputDescriptorV1, InputDescriptorV2, PresentationDefinitionV1, PresentationDefinitionV2 } from '@sphereon/pex-models' +import { verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-manager' export const logger = Loggers.DEFAULT.get(LOGGER_NAMESPACE) @@ -85,7 +86,7 @@ export const siopSendAuthorizationResponse = async ( const credentialsAndDefinitions = args.verifiableCredentialsWithDefinition ? args.verifiableCredentialsWithDefinition - : await oid4vp.filterCredentialsAgainstAllDefinitions() + : await oid4vp.filterCredentialsAgainstAllDefinitions(CredentialRole.HOLDER) const domain = ((await request.authorizationRequest.getMergedProperty('client_id')) as string) ?? request.issuer ?? @@ -104,7 +105,7 @@ export const siopSendAuthorizationResponse = async ( } } - presentationsAndDefs = await oid4vp.createVerifiablePresentations(credentialsAndDefinitions, { + presentationsAndDefs = await oid4vp.createVerifiablePresentations(CredentialRole.HOLDER, credentialsAndDefinitions, { identifierOpts: { identifier }, proofOpts: { nonce: session.nonce, @@ -167,32 +168,34 @@ export const getSelectableCredentials = async ( const { agent } = agentContext const pex = new PEX() - const uniqueVerifiableCredentials = await agent.dataStoreORMGetVerifiableCredentials() + const uniqueVerifiableCredentials = await agent.crmGetUniqueCredentials({ + filter: verifiableCredentialForRoleFilter(CredentialRole.HOLDER), + }) const credentialBranding = await agent.ibGetCredentialBranding() const selectableCredentialsMap: SelectableCredentialsMap = new Map() for (const inputDescriptor of presentationDefinition.input_descriptors) { const partialPD = buildPartialPD(inputDescriptor, presentationDefinition) - const originalCredentials = uniqueVerifiableCredentials.map((uniqueVC) => - CredentialMapper.storedCredentialToOriginalFormat(uniqueVC.verifiableCredential as OriginalVerifiableCredential), - ) + const originalCredentials = uniqueVerifiableCredentials.map((uniqueVC) => { + return CredentialMapper.storedCredentialToOriginalFormat(uniqueVC.originalVerifiableCredential!) // ( ! is valid for verifiableCredentialForRoleFilter ) + }) const selectionResults = pex.selectFrom(partialPD, originalCredentials) const selectableCredentials: Array = [] for (const selectedCredential of selectionResults.verifiableCredential || []) { const filteredUniqueVC = uniqueVerifiableCredentials.find((uniqueVC) => { - const proof = (uniqueVC.verifiableCredential as IVerifiableCredential).proof + const proof = uniqueVC.uniformVerifiableCredential!.proof return Array.isArray(proof) ? proof.some((proofItem) => proofItem.jwt === selectedCredential) : proof.jwt === selectedCredential }) if (filteredUniqueVC) { const filteredCredentialBrandings = credentialBranding.filter((cb) => cb.vcHash === filteredUniqueVC.hash) const issuerPartyIdentity = await agent.cmGetContacts({ - filter: [{ identities: { identifier: { correlationId: filteredUniqueVC.verifiableCredential.issuerDid } } }], + filter: [{ identities: { identifier: { correlationId: filteredUniqueVC.uniformVerifiableCredential!.issuerDid } } }], }) const subjectPartyIdentity = await agent.cmGetContacts({ - filter: [{ identities: { identifier: { correlationId: filteredUniqueVC.verifiableCredential.subjectDid } } }], + filter: [{ identities: { identifier: { correlationId: filteredUniqueVC.uniformVerifiableCredential!.subjectDid } } }], }) selectableCredentials.push({ diff --git a/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts b/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts index 1923e4d66..b8a5256c8 100644 --- a/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts +++ b/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts @@ -5,7 +5,7 @@ import { getDID, IIdentifierOpts } from '@sphereon/ssi-sdk-ext.did-utils' import { ProofOptions } from '@sphereon/ssi-sdk.core' import { CredentialMapper, W3CVerifiableCredential } from '@sphereon/ssi-types' -import { FindCredentialsArgs, IIdentifier } from '@veramo/core' +import { IIdentifier } from '@veramo/core' import { DEFAULT_JWT_PROOF_TYPE, VerifiableCredentialsWithDefinition, @@ -13,6 +13,9 @@ import { } from '../types/IDidAuthSiopOpAuthenticator' import { createOID4VPPresentationSignCallback } from './functions' import { OpSession } from './OpSession' +import { UniqueDigitalCredential, verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-manager' +import { CompactJWT } from '@sphereon/ssi-types/dist' +import { CredentialRole, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store/dist' export class OID4VP { private readonly session: OpSession @@ -43,6 +46,7 @@ export class OID4VP { } public async createVerifiablePresentations( + credentialRole: CredentialRole, credentialsWithDefinitions: VerifiableCredentialsWithDefinition[], opts?: { forceNoCredentialsInVP?: boolean // Allow to create a VP without credentials, like EBSI is using it. Default to true @@ -56,10 +60,11 @@ export class OID4VP { applyFilter?: boolean }, ): Promise { - return await Promise.all(credentialsWithDefinitions.map((cred) => this.createVerifiablePresentation(cred, opts))) + return await Promise.all(credentialsWithDefinitions.map((cred) => this.createVerifiablePresentation(credentialRole, cred, opts))) } public async createVerifiablePresentation( + credentialRole: CredentialRole, selectedVerifiableCredentials: VerifiableCredentialsWithDefinition, opts?: { forceNoCredentialsInVP?: boolean // Allow to create a VP without credentials, like EBSI is using it. Default to true @@ -116,7 +121,7 @@ export class OID4VP { const vcs = forceNoCredentialsInVP ? selectedVerifiableCredentials : opts?.applyFilter - ? await this.filterCredentials(selectedVerifiableCredentials.definition, { + ? await this.filterCredentials(credentialRole, selectedVerifiableCredentials.definition, { restrictToFormats: opts?.restrictToFormats, restrictToDIDMethods: opts?.restrictToDIDMethods, filterOpts: { @@ -164,26 +169,33 @@ export class OID4VP { } } - public async filterCredentialsAgainstAllDefinitions(opts?: { - filterOpts?: { verifiableCredentials?: W3CVerifiableCredential[]; filter?: FindCredentialsArgs } - holderDIDs?: string[] - restrictToFormats?: Format - restrictToDIDMethods?: string[] - }): Promise { + public async filterCredentialsAgainstAllDefinitions( + credentialRole: CredentialRole, + opts?: { + filterOpts?: { + verifiableCredentials?: W3CVerifiableCredential[] + filter?: FindDigitalCredentialArgs + } + holderDIDs?: string[] + restrictToFormats?: Format + restrictToDIDMethods?: string[] + }, + ): Promise { const defs = await this.getPresentationDefinitions() const result: VerifiableCredentialsWithDefinition[] = [] if (defs) { for (const definition of defs) { - result.push(await this.filterCredentials(definition, opts)) + result.push(await this.filterCredentials(credentialRole, definition, opts)) } } return result } public async filterCredentials( + credentialRole: CredentialRole, presentationDefinition: PresentationDefinitionWithLocation, opts?: { - filterOpts?: { verifiableCredentials?: W3CVerifiableCredential[]; filter?: FindCredentialsArgs } + filterOpts?: { verifiableCredentials?: W3CVerifiableCredential[]; filter?: FindDigitalCredentialArgs } holderDIDs?: string[] restrictToFormats?: Format restrictToDIDMethods?: string[] @@ -191,21 +203,23 @@ export class OID4VP { ): Promise { return { definition: presentationDefinition, - credentials: (await this.filterCredentialsWithSelectionStatus(presentationDefinition, opts)).verifiableCredential as W3CVerifiableCredential[], + credentials: (await this.filterCredentialsWithSelectionStatus(credentialRole, presentationDefinition, opts)) + .verifiableCredential as W3CVerifiableCredential[], } } public async filterCredentialsWithSelectionStatus( + credentialRole: CredentialRole, presentationDefinition: PresentationDefinitionWithLocation, opts?: { - filterOpts?: { verifiableCredentials?: W3CVerifiableCredential[]; filter?: FindCredentialsArgs } + filterOpts?: { verifiableCredentials?: W3CVerifiableCredential[]; filter?: FindDigitalCredentialArgs } holderDIDs?: string[] restrictToFormats?: Format restrictToDIDMethods?: string[] }, ): Promise { const selectionResults: SelectResults = await this.getPresentationExchange( - await this.getCredentials(opts?.filterOpts), + await this.getCredentials(credentialRole, opts?.filterOpts), ).selectVerifiableCredentialsForSubmission(presentationDefinition.definition, opts) if (selectionResults.errors && selectionResults.errors.length > 0) { throw Error(JSON.stringify(selectionResults.errors)) @@ -220,16 +234,25 @@ export class OID4VP { return selectionResults } - private async getCredentials(filterOpts?: { - verifiableCredentials?: W3CVerifiableCredential[] - filter?: FindCredentialsArgs - }): Promise { + private async getCredentials( + credentialRole: CredentialRole, + filterOpts?: { + verifiableCredentials?: W3CVerifiableCredential[] + filter?: FindDigitalCredentialArgs + }, + ): Promise { if (filterOpts?.verifiableCredentials && filterOpts.verifiableCredentials.length > 0) { return filterOpts.verifiableCredentials } - return (await this.session.context.agent.dataStoreORMGetVerifiableCredentials(filterOpts?.filter)) - .map((uniqueVC) => uniqueVC.verifiableCredential) - .map((vc) => (vc.proof && vc.proof.type === DEFAULT_JWT_PROOF_TYPE ? vc.proof.jwt : vc)) + + const filter = verifiableCredentialForRoleFilter(credentialRole, filterOpts?.filter) + const uniqueCredentials = await this.session.context.agent.crmGetUniqueCredentials({ filter }) + return uniqueCredentials.map((uniqueVC: UniqueDigitalCredential) => { + const vc = uniqueVC.uniformVerifiableCredential! + const proof = Array.isArray(vc.proof) ? vc.proof : [vc.proof] + const jwtProof = proof.find((p) => p?.type === DEFAULT_JWT_PROOF_TYPE) + return jwtProof ? (jwtProof.jwt as CompactJWT) : vc + }) } private assertIdentifier(identifier?: IIdentifier | string): void { diff --git a/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts b/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts index bcbf223c2..a705a6365 100644 --- a/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts +++ b/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts @@ -44,6 +44,7 @@ import { Siopv2AuthorizationRequestData, Siopv2AuthorizationResponseData, } from './siop-service' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' export const LOGGER_NAMESPACE = 'sphereon:siopv2-oid4vp:op-auth' @@ -117,7 +118,7 @@ export enum events { } export type IRequiredContext = IAgentContext< - IDataStoreORM & IResolver & IDIDManager & IKeyManager & ICredentialIssuer & ICredentialVerifier & IPDManager + IDataStoreORM & IResolver & IDIDManager & IKeyManager & ICredentialIssuer & ICredentialVerifier & ICredentialManager & IPDManager > export interface IOPOptions { diff --git a/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts b/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts index 20e6a8007..4d84509d6 100644 --- a/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts +++ b/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts @@ -1,9 +1,10 @@ -import { IDataStoreORM, IDIDManager, IIdentifier, IResolver, TAgent, TKeyType } from '@veramo/core' +import { IDIDManager, IIdentifier, IResolver, TAgent, TKeyType } from '@veramo/core' import { _ExtendedIKey } from '@veramo/utils' import { RequiredContext } from '../siop-service' import { KeyManagementSystemEnum, SupportedDidMethodEnum } from '@sphereon/ssi-sdk-ext.did-utils' import { IContactManager } from '@sphereon/ssi-sdk.contact-manager' import { IIssuanceBranding } from '@sphereon/ssi-sdk.issuance-branding' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' export const DID_PREFIX = 'did' @@ -59,4 +60,4 @@ export type CreateIdentifierOpts = { } export type DidAgents = TAgent -export type SuitableCredentialAgents = TAgent +export type SuitableCredentialAgents = TAgent diff --git a/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts b/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts index 6fc700743..e612b5a4c 100644 --- a/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts +++ b/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts @@ -1,11 +1,12 @@ import { IIdentifierOpts } from '@sphereon/ssi-sdk-ext.did-utils' import { IContactManager } from '@sphereon/ssi-sdk.contact-manager' -import { IAgentContext, IDataStoreORM, IDIDManager, IIdentifier, IResolver, UniqueVerifiableCredential } from '@veramo/core' +import { IAgentContext, IDIDManager, IIdentifier, IResolver } from '@veramo/core' import { PresentationDefinitionWithLocation, RPRegistrationMetadataPayload } from '@sphereon/did-auth-siop' import { DidAuthConfig, ICredentialLocaleBranding, Identity, Party } from '@sphereon/ssi-sdk.data-store' import { Siopv2MachineContext, Siopv2MachineInterpreter, Siopv2MachineState } from '../machine' import { IDidAuthSiopOpAuthenticator } from '../IDidAuthSiopOpAuthenticator' import { IIssuanceBranding } from '@sphereon/ssi-sdk.issuance-branding' +import { ICredentialManager, UniqueDigitalCredential } from '@sphereon/ssi-sdk.credential-manager' export type DidAuthSiopOpAuthenticatorOptions = { onContactIdentityCreated?: (args: OnContactIdentityCreatedArgs) => Promise @@ -55,7 +56,7 @@ export type Siopv2AuthorizationRequestData = { export type SelectableCredentialsMap = Map> export type SelectableCredential = { - credential: UniqueVerifiableCredential + credential: UniqueDigitalCredential credentialBranding: Array issuerParty?: Party subjectParty?: Party @@ -71,5 +72,5 @@ export type OnIdentifierCreatedArgs = { } export type RequiredContext = IAgentContext< - IContactManager & IDidAuthSiopOpAuthenticator & IDIDManager & IResolver & IDataStoreORM & IIssuanceBranding + IContactManager & IDidAuthSiopOpAuthenticator & IDIDManager & IResolver & ICredentialManager & IIssuanceBranding > diff --git a/packages/siopv2-oid4vp-op-auth/tsconfig.json b/packages/siopv2-oid4vp-op-auth/tsconfig.json index 7a3aaa7ed..bc8876e5b 100644 --- a/packages/siopv2-oid4vp-op-auth/tsconfig.json +++ b/packages/siopv2-oid4vp-op-auth/tsconfig.json @@ -22,6 +22,8 @@ }, { "path": "../contact-manager" + }, { + "path": "../credential-manager" }, { "path": "../data-store" diff --git a/packages/siopv2-oid4vp-rp-auth/src/types/ISIOPv2RP.ts b/packages/siopv2-oid4vp-rp-auth/src/types/ISIOPv2RP.ts index 41def97a5..613683331 100644 --- a/packages/siopv2-oid4vp-rp-auth/src/types/ISIOPv2RP.ts +++ b/packages/siopv2-oid4vp-rp-auth/src/types/ISIOPv2RP.ts @@ -1,14 +1,5 @@ import { ClientMetadataOpts } from '@sphereon/did-auth-siop/dist/types' -import { - IAgentContext, - ICredentialIssuer, - ICredentialVerifier, - IDataStoreORM, - IDIDManager, - IKeyManager, - IPluginMethodMap, - IResolver, -} from '@veramo/core' +import { IAgentContext, ICredentialIssuer, ICredentialVerifier, IDIDManager, IKeyManager, IPluginMethodMap, IResolver } from '@veramo/core' import { AdditionalClaims, W3CVerifiablePresentation } from '@sphereon/ssi-types' import { AuthorizationRequestPayload, @@ -184,5 +175,5 @@ export interface AuthorizationResponseStateWithVerifiedData extends Authorizatio } export type IRequiredContext = IAgentContext< - IDataStoreORM & IResolver & IDIDManager & IKeyManager & ICredentialIssuer & ICredentialVerifier & IPresentationExchange & IPDManager + IResolver & IDIDManager & IKeyManager & ICredentialIssuer & ICredentialVerifier & IPresentationExchange & IPDManager > diff --git a/packages/siopv2-oid4vp-rp-rest-api/__tests__/agent.ts b/packages/siopv2-oid4vp-rp-rest-api/__tests__/agent.ts index 36788502d..8410c6983 100644 --- a/packages/siopv2-oid4vp-rp-rest-api/__tests__/agent.ts +++ b/packages/siopv2-oid4vp-rp-rest-api/__tests__/agent.ts @@ -1,4 +1,4 @@ -import { createAgent, ICredentialVerifier, IDataStore, IDataStoreORM, IDIDManager, IKeyManager, IResolver } from '@veramo/core' +import { createAgent, ICredentialVerifier, IDIDManager, IKeyManager, IResolver } from '@veramo/core' import { IonPublicKeyPurpose } from '@decentralized-identity/ion-sdk' import { getUniResolver } from '@sphereon/did-uni-client' import { @@ -101,7 +101,7 @@ const dbConnection = getDbConnection(DB_CONNECTION_NAME) const privateKeyStore: PrivateKeyStore = new PrivateKeyStore(dbConnection, new SecretBox(DB_ENCRYPTION_KEY)) const agent = createAgent< - IDIDManager & IKeyManager & IDataStoreORM & IResolver & IPresentationExchange & ISIOPv2RP & ICredentialVerifier & ICredentialHandlerLDLocal + IDIDManager & IKeyManager & IResolver & IPresentationExchange & ISIOPv2RP & ICredentialVerifier & ICredentialHandlerLDLocal >({ plugins: [ new DataStore(dbConnection), diff --git a/packages/ssi-sdk-core/package.json b/packages/ssi-sdk-core/package.json index b5c311bc9..9000974d1 100644 --- a/packages/ssi-sdk-core/package.json +++ b/packages/ssi-sdk-core/package.json @@ -10,7 +10,6 @@ }, "dependencies": { "@sphereon/ssi-types": "workspace:*", - "@sphereon/ssi-sdk.credential-manager": "workspace:*", "@veramo/core": "4.2.0", "cross-fetch": "^3.1.8", "debug": "^4.3.4", diff --git a/packages/ssi-sdk-core/src/utils/index.ts b/packages/ssi-sdk-core/src/utils/index.ts index d606aeeee..f8612e694 100644 --- a/packages/ssi-sdk-core/src/utils/index.ts +++ b/packages/ssi-sdk-core/src/utils/index.ts @@ -2,4 +2,3 @@ export * from './encoding' export * from './bearer-token' export { enablePostgresUuidExtension, flattenArray, flattenMigrations } from './database' export { getImageMediaType, getImageDimensions, downloadImage } from './image' -export * from './vc' diff --git a/packages/ssi-sdk-core/src/utils/vc.ts b/packages/ssi-sdk-core/src/utils/vc.ts deleted file mode 100644 index 01fffe7a5..000000000 --- a/packages/ssi-sdk-core/src/utils/vc.ts +++ /dev/null @@ -1,33 +0,0 @@ -import { IAgentContext, VerifiableCredential } from '@veramo/core' -import { ICredentialManager, DigitalCredential } from '@sphereon/ssi-sdk.credential-manager' - -export async function getCredentialByIdOrHash( - context: IAgentContext, - idOrHash: string, -): Promise<{ - id: string - hash?: string - vc?: VerifiableCredential -}> { - let vc: DigitalCredential - let hash: string - const uniqueVCs = await context.agent.crmGetCredentials({ - filter: [{ id: idOrHash }], - }) - if (uniqueVCs.length === 0) { - hash = idOrHash - vc = await context.agent.crmGetCredentials({ - filter: [{ hash: hash }], - }) - } else { - const uniqueVC = uniqueVCs[0] - hash = uniqueVC.hash - vc = uniqueVC.verifiableCredential - } - - return { - vc, - id: idOrHash, - hash, - } -} diff --git a/packages/ssi-sdk-core/tsconfig.json b/packages/ssi-sdk-core/tsconfig.json index 211f27c7a..9116c4295 100644 --- a/packages/ssi-sdk-core/tsconfig.json +++ b/packages/ssi-sdk-core/tsconfig.json @@ -4,5 +4,5 @@ "rootDir": "src", "outDir": "dist" }, - "references": [{ "path": "../ssi-types" }, { "path": "../credential-manager" }] + "references": [{ "path": "../ssi-types" }] } diff --git a/packages/uni-resolver-registrar-api/src/types.ts b/packages/uni-resolver-registrar-api/src/types.ts index 83228a559..3e8d3fd0f 100644 --- a/packages/uni-resolver-registrar-api/src/types.ts +++ b/packages/uni-resolver-registrar-api/src/types.ts @@ -1,6 +1,6 @@ import { DIDDocument } from '@sphereon/did-uni-client' import { GenericAuthArgs, ISingleEndpointOpts } from '@sphereon/ssi-express-support' -import { IAgentContext, IDataStore, IDataStoreORM, IDIDManager, IKeyManager, IResolver } from '@veramo/core' +import { IAgentContext, IDataStoreORM, IDIDManager, IKeyManager, IResolver } from '@veramo/core' import { VerificationMethod } from 'did-resolver' export type IRequiredPlugins = IDataStoreORM & IDIDManager & IKeyManager & IResolver diff --git a/packages/vc-status-list-issuer-drivers/src/types.ts b/packages/vc-status-list-issuer-drivers/src/types.ts index c1e4f89b7..1586f6896 100644 --- a/packages/vc-status-list-issuer-drivers/src/types.ts +++ b/packages/vc-status-list-issuer-drivers/src/types.ts @@ -12,7 +12,6 @@ import { ICredentialIssuer, ICredentialPlugin, ICredentialVerifier, - IDataStore, IDataStoreORM, IDIDManager, IKeyManager, diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index a293fffbe..7233bf037 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -16,6 +16,7 @@ "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.presentation-exchange": "workspace:*", + "@sphereon/ssi-sdk.credential-manager": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", diff --git a/packages/w3c-vc-api/src/api-functions.ts b/packages/w3c-vc-api/src/api-functions.ts index 229db6467..d75e46b2e 100644 --- a/packages/w3c-vc-api/src/api-functions.ts +++ b/packages/w3c-vc-api/src/api-functions.ts @@ -1,4 +1,3 @@ -import { getCredentialByIdOrHash } from '@sphereon/ssi-sdk.core' import { checkAuth, ISingleEndpointOpts, sendErrorResponse } from '@sphereon/ssi-express-support' import { CredentialPayload } from '@veramo/core' import { ProofFormat } from '@veramo/core/src/types/ICredentialIssuer' @@ -7,6 +6,8 @@ import { Request, Response, Router } from 'express' import { v4 } from 'uuid' import { IIssueCredentialEndpointOpts, IRequiredContext, IVCAPIIssueOpts, IVerifyCredentialEndpointOpts } from './types' import Debug from 'debug' +import { verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-manager' +import { CredentialRole } from '@sphereon/ssi-sdk.data-store' const debug = Debug('sphereon:ssi-sdk:w3c-vc-api') export function issueCredentialEndpoint(router: Router, context: IRequiredContext, opts?: IIssueCredentialEndpointOpts) { if (opts?.enabled === false) { @@ -56,9 +57,10 @@ export function getCredentialsEndpoint(router: Router, context: IRequiredContext const path = opts?.path ?? '/credentials' router.get(path, checkAuth(opts?.endpoint), async (request: Request, response: Response) => { try { - const uniqueVCs = await context.agent.dataStoreORMGetVerifiableCredentials() + const filter = verifiableCredentialForRoleFilter(CredentialRole.HOLDER) // FIXME BEFORE PR + const uniqueVCs = await context.agent.crmGetUniqueCredentials({ filter }) response.statusCode = 202 - return response.send(uniqueVCs.map((uVC) => uVC.verifiableCredential)) + return response.send(uniqueVCs.map((uVC) => uVC.uniformVerifiableCredential)) } catch (e) { return sendErrorResponse(response, 500, e.message as string, e) } @@ -77,12 +79,15 @@ export function getCredentialEndpoint(router: Router, context: IRequiredContext, if (!id) { return sendErrorResponse(response, 400, 'no id provided') } - let vcInfo = await getCredentialByIdOrHash(context, id) - if (!vcInfo.vc) { + const vcInfo = await context.agent.crmGetUniqueCredentialByIdOrHash({ + credentialRole: CredentialRole.HOLDER, // FIXME BEFORE PR + idOrHash: id, + }) + if (!vcInfo) { return sendErrorResponse(response, 404, `id ${id} not found`) } response.statusCode = 200 - return response.send(vcInfo.vc) + return response.send(vcInfo.uniformVerifiableCredential) } catch (e) { return sendErrorResponse(response, 500, e.message as string, e) } @@ -129,12 +134,15 @@ export function deleteCredentialEndpoint(router: Router, context: IRequiredConte if (!id) { return sendErrorResponse(response, 400, 'no id provided') } - let vcInfo = await getCredentialByIdOrHash(context, id) - if (!vcInfo.vc || !vcInfo.hash) { + const vcInfo = await context.agent.crmGetUniqueCredentialByIdOrHash({ + credentialRole: CredentialRole.HOLDER, // FIXME BEFORE PR + idOrHash: id, + }) + if (!vcInfo) { return sendErrorResponse(response, 404, `id ${id} not found`) } - const success = context.agent.dataStoreDeleteVerifiableCredential({ hash: vcInfo.hash }) - if (!success) { + const success = await context.agent.crmDeleteCredentials({ filter: [{ hash: vcInfo.hash }] }) + if (success === 0) { return sendErrorResponse(response, 400, `Could not delete Verifiable Credential with id ${id}`) } response.statusCode = 200 diff --git a/packages/w3c-vc-api/src/types.ts b/packages/w3c-vc-api/src/types.ts index 7a8ac13fd..fee3d0d68 100644 --- a/packages/w3c-vc-api/src/types.ts +++ b/packages/w3c-vc-api/src/types.ts @@ -4,15 +4,22 @@ import { ICredentialIssuer, ICredentialPlugin, ICredentialVerifier, - IDataStore, IDataStoreORM, IDIDManager, IKeyManager, IResolver, } from '@veramo/core' import { ProofFormat } from '@veramo/core/src/types/ICredentialIssuer' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' -export type IRequiredPlugins = IDataStoreORM & IDIDManager & IKeyManager & ICredentialIssuer & ICredentialVerifier & ICredentialPlugin & IResolver +export type IRequiredPlugins = IDataStoreORM & + IDIDManager & + IKeyManager & + ICredentialIssuer & + ICredentialVerifier & + ICredentialManager & + ICredentialPlugin & + IResolver export type IRequiredContext = IAgentContext // interface IVCAPISecurityOpts {} diff --git a/packages/w3c-vc-api/tsconfig.json b/packages/w3c-vc-api/tsconfig.json index c8b697234..5727053bf 100644 --- a/packages/w3c-vc-api/tsconfig.json +++ b/packages/w3c-vc-api/tsconfig.json @@ -22,6 +22,9 @@ { "path": "../presentation-exchange" }, + { + "path": "../credential-manager" + }, { "path": "../ssi-types" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 214e0dac6..701c313de 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1426,6 +1426,9 @@ importers: '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.22.0 version: 0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk.credential-manager': + specifier: workspace:* + version: link:../credential-manager '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1789,6 +1792,9 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core + '@sphereon/ssi-sdk.credential-manager': + specifier: workspace:* + version: link:../credential-manager '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2244,9 +2250,6 @@ importers: packages/ssi-sdk-core: dependencies: - '@sphereon/ssi-sdk.credential-manager': - specifier: workspace:* - version: link:../credential-manager '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -2911,6 +2914,9 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core + '@sphereon/ssi-sdk.credential-manager': + specifier: workspace:* + version: link:../credential-manager '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store From 8d1b962ba9a85a6b871754943e0dcf4b1f9b0efc Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Thu, 11 Jul 2024 22:48:46 +0200 Subject: [PATCH 03/49] chore: Moved to own DigitalCredential storage --- .../shared/credentialManagerAgentLogic.ts | 8 +++--- .../1708525189002-CreateDigitalCredential.ts | 2 +- .../digitalCredential/digitalCredential.ts | 2 +- .../__tests__/attestation.test.ts | 2 ++ .../ebsiAuthorizationClientAgentLogic.ts | 2 ++ packages/ms-request-api/agent.yml | 25 +++++++++++++++++ packages/oid4vci-holder/agent.yml | 23 ++++++++++++++++ .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 11 ++++++-- .../src/types/IOID4VCIHolder.ts | 3 ++- packages/presentation-exchange/agent.yml | 10 +++++++ packages/siopv2-oid4vp-op-auth/agent.yml | 17 ++++++++++-- packages/siopv2-oid4vp-rp-auth/agent.yml | 18 +++++++++++-- packages/wellknown-did-issuer/agent.yml | 23 ++++++++++++++++ packages/wellknown-did-issuer/package.json | 1 + .../src/agent/WellKnownDidIssuer.ts | 27 ++++++++++++------- .../src/types/IWellKnownDidIssuer.ts | 3 ++- packages/wellknown-did-issuer/tsconfig.json | 3 +++ pnpm-lock.yaml | 3 +++ 18 files changed, 161 insertions(+), 22 deletions(-) diff --git a/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts b/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts index a21e9ecef..eb1b57ac2 100644 --- a/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts +++ b/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts @@ -116,7 +116,9 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro }) it('should get unique credential by id or hash', async (): Promise => { - const result: Array = await agent.crmGetUniqueCredentials({ filter: credentialIdOrHashFilter(defaultCredential.hash) }) + const result: Array = await agent.crmGetUniqueCredentials({ + filter: credentialIdOrHashFilter(defaultCredential.credentialRole, defaultCredential.hash), + }) expect(result.length).toBe(1) expect(result[0].hash).toEqual(defaultCredential.hash) expect(result[0].digitalCredential.id).toEqual(defaultCredential.id) @@ -132,7 +134,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro const result: DigitalCredential = await agent.crmUpdateCredentialState(revokeUpdate) expect(result.verifiedState).toEqual(revokeUpdate.verifiedState) - expect(result.revokedAt).toEqual(revokeUpdate.revokedAt) + // expect(result.revokedAt).toEqual(revokeUpdate.revokedAt) FIXME date deserialization is broken }) it('should delete credential by id', async (): Promise => { @@ -147,7 +149,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro expect(result).toBe(false) }) - it('should delete multiple credential items by filter', async (): Promise => { + it('should delete multiple credentials by filter', async (): Promise => { const digitalCredential1: AddDigitalCredential = { credentialRole: CredentialRole.VERIFIER, tenantId: 'test-tenant', diff --git a/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts b/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts index 73478d091..dc7c2eeff 100644 --- a/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts +++ b/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts @@ -9,7 +9,7 @@ export class CreateDigitalCredential1708525189002 implements MigrationInterface "id" varchar PRIMARY KEY NOT NULL, "document_type" varchar CHECK( "document_type" IN ('VC', 'VP', 'C', 'P') ) NOT NULL, "document_format" varchar CHECK( "document_format" IN ('JSON_LD', 'JWT', 'SD_JWT', 'MDOC') ) NOT NULL, - "credential_role" varchar CHECK( "credential_role" IN ('ISSUER', 'ISSUER', 'HOLDER') ) NOT NULL, + "credential_role" varchar CHECK( "credential_role" IN ('ISSUER', 'VERIFIER', 'HOLDER') ) NOT NULL, "raw_document" text NOT NULL, "uniform_document" text NOT NULL, "hash" text NOT NULL UNIQUE, diff --git a/packages/data-store/src/types/digitalCredential/digitalCredential.ts b/packages/data-store/src/types/digitalCredential/digitalCredential.ts index acac8547d..2dfe90401 100644 --- a/packages/data-store/src/types/digitalCredential/digitalCredential.ts +++ b/packages/data-store/src/types/digitalCredential/digitalCredential.ts @@ -42,7 +42,7 @@ export enum CredentialCorrelationType { export enum CredentialRole { ISSUER = 'ISSUER', - VERIFIER = 'ISSUER', + VERIFIER = 'VERIFIER', HOLDER = 'HOLDER', } diff --git a/packages/ebsi-support/__tests__/attestation.test.ts b/packages/ebsi-support/__tests__/attestation.test.ts index b740abbd1..631b0ea4d 100644 --- a/packages/ebsi-support/__tests__/attestation.test.ts +++ b/packages/ebsi-support/__tests__/attestation.test.ts @@ -15,6 +15,7 @@ import express, { Express } from 'express' import { DataSource } from 'typeorm' import { IEbsiSupport } from '../src' import { ebsiCreateDidOnLedger } from '../src/did' +import { CredentialRole } from '@sphereon/ssi-sdk.data-store' // import { AttestationAuthRequestUrlResult } from '../src/functions' let dbConnection: Promise @@ -169,6 +170,7 @@ describe.skip('attestation client should', () => { { identifier, accessTokenOpts: { + attestationToOnboardCredentialRole: CredentialRole.ISSUER, // FIXME BEFORE PR clientId, redirectUri: jwksUri, credentialIssuer: 'https://api-conformance.ebsi.eu/conformance/v3/issuer-mock', diff --git a/packages/ebsi-support/__tests__/shared/ebsiAuthorizationClientAgentLogic.ts b/packages/ebsi-support/__tests__/shared/ebsiAuthorizationClientAgentLogic.ts index b83b758ea..0b124b79d 100644 --- a/packages/ebsi-support/__tests__/shared/ebsiAuthorizationClientAgentLogic.ts +++ b/packages/ebsi-support/__tests__/shared/ebsiAuthorizationClientAgentLogic.ts @@ -9,6 +9,7 @@ import express, { Application, NextFunction, Request, Response } from 'express' import { createServer, Server } from 'http' import { importJWK, SignJWT } from 'jose' import { IEbsiSupport } from '../../src' +import { CredentialRole } from '@sphereon/ssi-sdk.data-store' type ConfiguredAgent = TAgent @@ -345,6 +346,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro jwksUri: 'https://exmplae.com', attestationCredential: 'eyJ0eXAiOiJKV1QiLCJraWQiOiIxODNkY2E4NDRiNzM5OGM4MTQ0ZTJiMzk5OWM3MzA2Y2I3OTYzMDJhZWQxNDdkNjY4ZmI2ZmI5YmE0OTZkNTBkIiwiYWxnIjoiRVMyNTZLIn0.eyJpc3N1ZXIiOiJkaWQ6ZWJzaTp6aURuaW94WVlMVzFhM3FVYnFURno0VyIsImlhdCI6MTcxNDQxMzA4OCwianRpIjoidXJuOnV1aWQ6NWZiN2Q5OGItMTA4Yy00YmMwLTlmZmMtYzY5Zjg0ZWQ3ODhmIiwibmJmIjoxNzE0NDEzMDg4LCJleHAiOjE3NDU5NDkwODgsInN1YiI6ImRpZDplYnNpOnpleWJBaUp4elVVcldRMVlNNTFTWTM1IiwidmMiOnsiQGNvbnRleHQiOlsiaHR0cHM6Ly93d3cudzMub3JnLzIwMTgvY3JlZGVudGlhbHMvdjEiXSwiaWQiOiJ1cm46dXVpZDo1ZmI3ZDk4Yi0xMDhjLTRiYzAtOWZmYy1jNjlmODRlZDc4OGYiLCJ0eXBlIjpbIlZlcmlmaWFibGVDcmVkZW50aWFsIiwiVmVyaWZpYWJsZUF0dGVzdGF0aW9uIiwiVmVyaWZpYWJsZUF1dGhvcmlzYXRpb25Ub09uYm9hcmQiXSwiaXNzdWFuY2VEYXRlIjoiMjAyNC0wNC0yOVQxNzo1MToyOFoiLCJpc3N1ZWQiOiIyMDI0LTA0LTI5VDE3OjUxOjI4WiIsInZhbGlkRnJvbSI6IjIwMjQtMDQtMjlUMTc6NTE6MjhaIiwiZXhwaXJhdGlvbkRhdGUiOiIyMDI1LTA0LTI5VDE3OjUxOjI4WiIsImlzc3VlciI6ImRpZDplYnNpOnppRG5pb3hZWUxXMWEzcVVicVRGejRXIiwiY3JlZGVudGlhbFN1YmplY3QiOnsiaWQiOiJkaWQ6ZWJzaTp6ZXliQWlKeHpVVXJXUTFZTTUxU1kzNSIsImFjY3JlZGl0ZWRGb3IiOltdfSwidGVybXNPZlVzZSI6eyJpZCI6ImRpZDplYnNpOnpleWJBaUp4elVVcldRMVlNNTFTWTM1IiwidHlwZSI6Iklzc3VhbmNlQ2VydGlmaWNhdGUifSwiY3JlZGVudGlhbFNjaGVtYSI6eyJpZCI6Imh0dHBzOi8vYXBpLXBpbG90LmVic2kuZXUvdHJ1c3RlZC1zY2hlbWFzLXJlZ2lzdHJ5L3YyL3NjaGVtYXMvejNNZ1VGVWtiNzIydXE0eDNkdjV5QUptbk5tekRGZUs1VUM4eDgzUW9lTEpNIiwidHlwZSI6IkZ1bGxKc29uU2NoZW1hVmFsaWRhdG9yMjAyMSJ9fX0.QWNWTWlrbUpLcFJaLVBGczQ0U3Mxb200Mk4yb3JzWndsTXp3REpHTTMxSUM2WG5ZVXJ0ZlY4RHFTbVQtaXBIMEdLSDZhclFEcGtrbXZTTy1NenYxWEE', + credentialRole: CredentialRole.ISSUER, // definitionId: ScopeByDefinition.didr_invite_presentation, idOpts: { identifier }, /* did: identifier.did, diff --git a/packages/ms-request-api/agent.yml b/packages/ms-request-api/agent.yml index 6fa398421..b0fcdeb85 100644 --- a/packages/ms-request-api/agent.yml +++ b/packages/ms-request-api/agent.yml @@ -7,6 +7,20 @@ constants: secretKey: 29739248cad1bd1a0fc4d9b75cd4d2990de535baf5caadfdf8d8f86664aa830c methods: - issuanceRequestMsVc + +# Database +dbConnection: + $require: typeorm?t=function#createConnection + $args: + - type: sqlite + database: ':memory:' + synchronize: false + migrationsRun: true + migrations: + $require: './packages/data-store?t=object#DataStoreDigitalCredentialMigrations' + entities: + $require: './packages/data-store?t=object#DataStoreDigitalCredentialEntities' + server: baseUrl: $ref: /constants/baseUrl @@ -63,12 +77,23 @@ server: $ref: /constants/baseUrl messagingServiceEndpoint: /messaging +# Credential Manager +credentialManager: + $require: ./packages/credential-manager/dist#CredentialManager + $args: + - store: + $require: './packages/data-store/dist#DigitalCredentialStore' + $args: + - $ref: /dbConnection + + # Agent agent: $require: '@veramo/core#Agent' $args: - schemaValidation: false plugins: + - $ref: /credentialManager - $require: ./packages/ms-request-api/dist#MsRequestApi $args: - azClientId: { process.env.AZ_CLIENT_ID } diff --git a/packages/oid4vci-holder/agent.yml b/packages/oid4vci-holder/agent.yml index cb42e53fb..076352d14 100644 --- a/packages/oid4vci-holder/agent.yml +++ b/packages/oid4vci-holder/agent.yml @@ -15,6 +15,19 @@ constants: - oid4vciHolderStoreCredentialBranding - oid4vciHolderStoreCredentials +# Database +dbConnection: + $require: typeorm?t=function#createConnection + $args: + - type: sqlite + database: ':memory:' + synchronize: false + migrationsRun: true + migrations: + $require: './packages/data-store?t=object#DataStoreDigitalCredentialMigrations' + entities: + $require: './packages/data-store?t=object#DataStoreDigitalCredentialEntities' + server: baseUrl: $ref: /constants/baseUrl @@ -71,10 +84,20 @@ server: $ref: /constants/baseUrl messagingServiceEndpoint: /messaging +# Credential Manager +credentialManager: + $require: ./packages/credential-manager/dist#CredentialManager + $args: + - store: + $require: './packages/data-store/dist#DigitalCredentialStore' + $args: + - $ref: /dbConnection + # Agent agent: $require: '@veramo/core#Agent' $args: - schemaValidation: false plugins: + - $ref: /credentialManager - $require: ./packages/oid4vci-holder/dist#OID4VCIHolder diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 1d4aac95f..e346006c3 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -17,6 +17,7 @@ import { import { getIdentifier, getKey, IIdentifierOpts, SupportedDidMethodEnum } from '@sphereon/ssi-sdk-ext.did-utils' import { CorrelationIdentifierType, + CredentialCorrelationType, CredentialRole, FindPartyArgs, IBasicCredentialLocaleBranding, @@ -871,8 +872,14 @@ export class OID4VCIHolder implements IAgentPlugin { logger.log(`Will not persist credential, since we are signing as a holder and the issuer asked not to persist`) } else { logger.log(`Persisting credential`, persistCredential) - // @ts-ignore - const vcHash = await context.agent.crmAddCredential({ verifiableCredential: persistCredential }) + const vcHash = await context.agent.crmAddCredential({ + credential: { + rawDocument: JSON.stringify(persistCredential), + credentialRole: CredentialRole.HOLDER, + issuerCorrelationType: CredentialCorrelationType.DID, + issuerCorrelationId: '?', // FIXME BEFORE PR + }, + }) await context.agent.emit(OID4VCIHolderEvent.CREDENTIAL_STORED, { vcHash, credential: persistCredential, diff --git a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts index fde230cdc..444661bb4 100644 --- a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts @@ -40,6 +40,7 @@ import { import { _ExtendedIKey } from '@veramo/utils' import { JWTHeader, JWTPayload } from 'did-jwt' import { BaseActionObject, Interpreter, ResolveTypegenMeta, ServiceMap, State, StateMachine, TypegenDisabled } from 'xstate' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' export interface IOID4VCIHolder extends IPluginMethodMap { oid4vciHolderGetIssuerMetadata(args: GetIssuerMetadataArgs, context: RequiredContext): Promise @@ -596,6 +597,6 @@ export type IdentifierOpts = { } export type RequiredContext = IAgentContext< - IIssuanceBranding & IContactManager & ICredentialVerifier & ICredentialIssuer & IDIDManager & IResolver & IKeyManager + IIssuanceBranding & IContactManager & ICredentialVerifier & ICredentialIssuer & ICredentialManager & IDIDManager & IResolver & IKeyManager > export type DidAgents = TAgent diff --git a/packages/presentation-exchange/agent.yml b/packages/presentation-exchange/agent.yml index ce899c327..6d3b79e06 100644 --- a/packages/presentation-exchange/agent.yml +++ b/packages/presentation-exchange/agent.yml @@ -112,12 +112,22 @@ universal-resolver: $args: - url: https://dev.uniresolver.io/1.0/identifiers/ +# Credential Manager +credentialManager: + $require: ./packages/credential-manager/dist#CredentialManager + $args: + - store: + $require: './packages/data-store/dist#DigitalCredentialStore' + $args: + - $ref: /dbConnection + # Agent agent: $require: '@veramo/core#Agent' $args: - schemaValidation: false plugins: + - $ref: /credentialManager - $require: ./packages/pd-manager/dist#PDManager $args: - store: diff --git a/packages/siopv2-oid4vp-op-auth/agent.yml b/packages/siopv2-oid4vp-op-auth/agent.yml index bc176709a..8549dd5aa 100644 --- a/packages/siopv2-oid4vp-op-auth/agent.yml +++ b/packages/siopv2-oid4vp-op-auth/agent.yml @@ -21,10 +21,12 @@ dbConnection: synchronize: false migrationsRun: true migrations: - $require: '@veramo/data-store?t=object#migrations' + - $require: '@veramo/data-store?t=object#migrations' + - $require: './packages/data-store?t=object#DataStoreDigitalCredentialMigrations' logging: false entities: - $require: '@veramo/data-store?t=object#Entities' + - $require: '@veramo/data-store?t=object#Entities' + - $require: './packages/data-store?t=object#DataStoreDigitalCredentialEntities' server: baseUrl: @@ -110,6 +112,16 @@ universal-resolver: $args: - url: https://dev.uniresolver.io/1.0/identifiers/ +# Credential Manager +credentialManager: + $require: ./packages/credential-manager/dist#CredentialManager + $args: + - store: + $require: './packages/data-store/dist#DigitalCredentialStore' + $args: + - $ref: /dbConnection + + # Agent agent: $require: '@veramo/core#Agent' @@ -117,6 +129,7 @@ agent: - schemaValidation: false plugins: - $ref: /didResolver + $ref: /credentialManager - $require: ./packages/siopv2-oid4vp-op-auth/dist#DidAuthSiopOpAuthenticator $args: - presentationSignCallback: {} diff --git a/packages/siopv2-oid4vp-rp-auth/agent.yml b/packages/siopv2-oid4vp-rp-auth/agent.yml index f78f74ed5..b09d8dc53 100644 --- a/packages/siopv2-oid4vp-rp-auth/agent.yml +++ b/packages/siopv2-oid4vp-rp-auth/agent.yml @@ -21,10 +21,13 @@ dbConnection: synchronize: false migrationsRun: true migrations: - $require: '@veramo/data-store?t=object#migrations' + - $require: '@veramo/data-store?t=object#migrations' + - $require: './packages/data-store?t=object#DataStoreDigitalCredentialMigrations' logging: false entities: - $require: '@veramo/data-store?t=object#Entities' + - $require: '@veramo/data-store?t=object#Entities' + - $require: './packages/data-store?t=object#DataStoreDigitalCredentialEntities' + server: baseUrl: @@ -110,12 +113,23 @@ universal-resolver: $args: - url: https://dev.uniresolver.io/1.0/identifiers/ +# Credential Manager +credentialManager: + $require: ./packages/credential-manager/dist#CredentialManager + $args: + - store: + $require: './packages/data-store/dist#DigitalCredentialStore' + $args: + - $ref: /dbConnection + + # Agent agent: $require: '@veramo/core#Agent' $args: - schemaValidation: false plugins: + - $ref: /credentialManager - $ref: /didResolver - $require: ./packages/siopv2-openid4vp-op-auth/dist#DidAuthSiopOpAuthenticator $args: diff --git a/packages/wellknown-did-issuer/agent.yml b/packages/wellknown-did-issuer/agent.yml index 345468994..17e65b866 100644 --- a/packages/wellknown-did-issuer/agent.yml +++ b/packages/wellknown-did-issuer/agent.yml @@ -11,6 +11,15 @@ constants: - registerCredentialIssuance - removeCredentialIssuance - saveDidConfigurationResource + - crmAddCredential + - crmUpdateCredentialState + - crmGetCredential + - crmGetCredentials + - crmStoreCredential + - crmDeleteCredential + - crmDeleteCredentials + - crmGetCredentialsByClaims + - crmGetCredentialsByClaimsCount dbConnection: $require: typeorm?t=function#createConnection @@ -21,9 +30,11 @@ dbConnection: migrationsRun: true migrations: $require: './packages/ssi-sdk-core/dist?t=function#flattenMigrations' + $args: - migrations: - $require: '@veramo/data-store?t=object#migrations' + - $require: './packages/data-store?t=object#DataStoreDigitalCredentialMigrations' - $require: './packages/wellknown-did-issuer/dist?t=object#WellknownDidIssuerMigrations' entities: $require: './packages/ssi-sdk-core/dist?t=function#flattenArray' @@ -31,6 +42,8 @@ dbConnection: - items: - $require: '@veramo/data-store?t=object#Entities' - $require: './packages/wellknown-did-issuer/dist?t=object#WellknownDidIssuerEntities' + - $require: './packages/data-store?t=object#DataStoreDigitalCredentialEntities' + server: baseUrl: @@ -95,6 +108,15 @@ didManager: - store: $require: '@veramo/data-store#DIDStore' +# Credential Manager +credentialManager: + $require: ./packages/credential-manager/dist#CredentialManager + $args: + - store: + $require: './packages/data-store/dist#DigitalCredentialStore' + $args: + - $ref: /dbConnection + # Agent agent: $require: '@veramo/core#Agent' @@ -102,6 +124,7 @@ agent: - schemaValidation: false plugins: - $ref: /didManager + - $ref: /credentialManager - $require: '@veramo/data-store#DataStore' $args: - $ref: /dbConnection diff --git a/packages/wellknown-did-issuer/package.json b/packages/wellknown-did-issuer/package.json index 6491f5c34..62c8599c8 100644 --- a/packages/wellknown-did-issuer/package.json +++ b/packages/wellknown-did-issuer/package.json @@ -16,6 +16,7 @@ "dependencies": { "@sphereon/ssi-types": "workspace:*", "@sphereon/wellknown-dids-client": "^0.1.3", + "@sphereon/ssi-sdk.credential-manager": "workspace:*", "@veramo/data-store": "4.2.0", "@veramo/utils": "4.2.0", "debug": "^4.3.4", diff --git a/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts b/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts index 8a687dedf..e78f1fafb 100644 --- a/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts +++ b/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts @@ -12,18 +12,19 @@ import { normalizeCredential } from 'did-jwt-vc' import { Service } from 'did-resolver/lib/resolver' import { Connection } from 'typeorm' import { v4 as uuidv4 } from 'uuid' -import { DidConfigurationResourceEntity, createCredentialEntity, didConfigurationResourceFrom } from '../entities/DidConfigurationResourceEntity' +import { createCredentialEntity, DidConfigurationResourceEntity, didConfigurationResourceFrom } from '../entities/DidConfigurationResourceEntity' +import { CredentialCorrelationType, CredentialRole, DigitalCredential } from '@sphereon/ssi-sdk.credential-manager' import { IAddLinkedDomainsServiceArgs, - IWellKnownDidIssuer, - IWellKnownDidIssuerOptionsArgs, - IRegisterIssueCredentialArgs, - IRemoveCredentialIssuanceArgs, - RequiredContext, + IGetDidConfigurationResourceArgs, IIssueDidConfigurationResourceArgs, IIssueDomainLinkageCredentialArgs, - IGetDidConfigurationResourceArgs, + IRegisterIssueCredentialArgs, + IRemoveCredentialIssuanceArgs, ISaveDidConfigurationResourceArgs, + IWellKnownDidIssuer, + IWellKnownDidIssuerOptionsArgs, + RequiredContext, } from '../types/IWellKnownDidIssuer' import { schema } from '../index' @@ -220,8 +221,16 @@ export class WellKnownDidIssuer implements IAgentPlugin { return this.credentialIssuances[callbackName] } - private async saveDomainLinkageCredential(credential: DomainLinkageCredential, context: RequiredContext): Promise { - return context.agent.crmAddCredential({ verifiableCredential: this.normalizeCredential(credential) }) + private async saveDomainLinkageCredential(credential: DomainLinkageCredential, context: RequiredContext): Promise { + const vc = this.normalizeCredential(credential) + return context.agent.crmAddCredential({ + credential: { + rawDocument: JSON.stringify(vc), + credentialRole: CredentialRole.ISSUER, // FIXME BEFORE PR + issuerCorrelationId: '?', // FIXME BEFORE PR + issuerCorrelationType: CredentialCorrelationType.DID, + }, + }) } private normalizeCredential(credential: DomainLinkageCredential): VerifiableCredential { diff --git a/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts b/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts index 0ad8fc50c..16406c6fc 100644 --- a/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts +++ b/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts @@ -5,6 +5,7 @@ import { IssuanceCallback, } from '@sphereon/wellknown-dids-client' import { IAgentContext, IPluginMethodMap, IDIDManager } from '@veramo/core' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' export interface IWellKnownDidIssuer extends IPluginMethodMap { addLinkedDomainsService(args: IAddLinkedDomainsServiceArgs, context: RequiredContext): Promise @@ -61,4 +62,4 @@ export interface ISaveDidConfigurationResourceArgs { didConfigurationResource: IDidConfigurationResource } -export type RequiredContext = IAgentContext +export type RequiredContext = IAgentContext diff --git a/packages/wellknown-did-issuer/tsconfig.json b/packages/wellknown-did-issuer/tsconfig.json index b965f5884..355eb8dee 100644 --- a/packages/wellknown-did-issuer/tsconfig.json +++ b/packages/wellknown-did-issuer/tsconfig.json @@ -15,6 +15,9 @@ }, { "path": "../agent-config" + }, + { + "path": "../credential-manager" } ] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 701c313de..59349f97b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3263,6 +3263,9 @@ importers: packages/wellknown-did-issuer: dependencies: + '@sphereon/ssi-sdk.credential-manager': + specifier: workspace:* + version: link:../credential-manager '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types From 42c4cd923391157e2f4cac7883ecceeccdc25ddd Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Sun, 14 Jul 2024 21:22:00 +0200 Subject: [PATCH 04/49] chore: Added issuerCorrelationId --- .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 65 ++++++++++--------- 1 file changed, 34 insertions(+), 31 deletions(-) diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index e346006c3..f46aeb26b 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -762,6 +762,39 @@ export class OID4VCIHolder implements IAgentPlugin { | SdJwtDecodedVerifiableCredentialPayload | W3CVerifiableCredential | undefined = undefined + + const issuerVC = credentialToAccept.credential.credentialResponse.credential as OriginalVerifiableCredential + const wrappedIssuerVC = CredentialMapper.toWrappedVerifiableCredential(issuerVC) + console.log(`Wrapped VC: ${wrappedIssuerVC.type}, ${wrappedIssuerVC.format}`) + + // We will use the subject of the VCI Issuer (the holder, as the issuer of the new credential, so the below is not a mistake!) + let issuer = + trimmed(wrappedIssuerVC.decoded.sub) ?? + trimmed(wrappedIssuerVC.decoded.credentialSubject.id) ?? + trimmed(verifiableCredential.credentialSubject.id) + + if (!issuer && openID4VCIClientState?.kid?.startsWith('did:')) { + issuer = parseDid(openID4VCIClientState?.kid).did + } + if (!issuer && openID4VCIClientState?.jwk?.kid?.startsWith('did:')) { + issuer = parseDid(openID4VCIClientState!.jwk!.kid!).did + } + if (!issuer && openID4VCIClientState?.clientId) { + issuer = trimmed(openID4VCIClientState.clientId) + } + if (!issuer && openID4VCIClientState?.accessTokenResponse) { + const decodedJwt = decodeJWT(openID4VCIClientState.accessTokenResponse.access_token) + issuer = decodedJwt.payload.sub + } + if (!issuer && credentialToAccept.credential.issuanceOpt.identifier) { + issuer = credentialToAccept.credential.issuanceOpt.identifier.did + } + + if (!issuer) { + throw Error(`We could not determine the issuer, which means we cannot sign the credential`) + } + logger.log(`Issuer for self-issued credential will be: ${issuer}`) + if (!notificationEndpoint) { logger.log(`Notifications not supported by issuer ${serverMetadata?.issuer}. Will not provide a notification`) } else if (notificationEndpoint && !notificationId) { @@ -776,36 +809,6 @@ export class OID4VCIHolder implements IAgentPlugin { ? 'credential_accepted_holder_signed' : 'credential_deleted_holder_signed' logger.log(`Subject issuance/signing will be used, with event`, event) - const issuerVC = credentialToAccept.credential.credentialResponse.credential as OriginalVerifiableCredential - const wrappedIssuerVC = CredentialMapper.toWrappedVerifiableCredential(issuerVC) - console.log(`Wrapped VC: ${wrappedIssuerVC.type}, ${wrappedIssuerVC.format}`) - // We will use the subject of the VCI Issuer (the holder, as the issuer of the new credential, so the below is not a mistake!) - let issuer = - trimmed(wrappedIssuerVC.decoded.sub) ?? - trimmed(wrappedIssuerVC.decoded.credentialSubject.id) ?? - trimmed(verifiableCredential.credentialSubject.id) - - if (!issuer && openID4VCIClientState?.kid?.startsWith('did:')) { - issuer = parseDid(openID4VCIClientState?.kid).did - } - if (!issuer && openID4VCIClientState?.jwk?.kid?.startsWith('did:')) { - issuer = parseDid(openID4VCIClientState!.jwk!.kid!).did - } - if (!issuer && openID4VCIClientState?.clientId) { - issuer = trimmed(openID4VCIClientState.clientId) - } - if (!issuer && openID4VCIClientState?.accessTokenResponse) { - const decodedJwt = decodeJWT(openID4VCIClientState.accessTokenResponse.access_token) - issuer = decodedJwt.payload.sub - } - if (!issuer && credentialToAccept.credential.issuanceOpt.identifier) { - issuer = credentialToAccept.credential.issuanceOpt.identifier.did - } - - if (!issuer) { - throw Error(`We could not determine the issuer, which means we cannot sign the credential`) - } - logger.log(`Issuer for self-issued credential will be: ${issuer}`) const holderCredentialToSign = wrappedIssuerVC.decoded let proofFormat: ProofFormat = 'lds' @@ -877,7 +880,7 @@ export class OID4VCIHolder implements IAgentPlugin { rawDocument: JSON.stringify(persistCredential), credentialRole: CredentialRole.HOLDER, issuerCorrelationType: CredentialCorrelationType.DID, - issuerCorrelationId: '?', // FIXME BEFORE PR + issuerCorrelationId: issuer, }, }) await context.agent.emit(OID4VCIHolderEvent.CREDENTIAL_STORED, { From 06e84d4dc34140e14917fab6ab176db49e53d2cb Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Sun, 14 Jul 2024 21:39:30 +0200 Subject: [PATCH 05/49] chore: Loaded issuerCorrelationId & renamed credential-manager to credential-store --- .../CHANGELOG.md | 0 .../LICENSE | 0 .../__tests__/localAgent.test.ts | 4 +- .../__tests__/restAgent.test.ts | 8 +- .../shared/credentialStoreAgentLogic.ts} | 36 ++++----- .../vc-examples/vc_driverLicense.json | 0 .../agent.yml | 20 ++--- .../api-extractor.json | 0 .../package.json | 2 +- .../src/agent/CredentialStore.ts} | 76 +++++++++---------- .../src/index.ts | 4 +- .../src/types/ICredentialStore.ts} | 22 +++--- .../src/types/claims.ts | 0 .../src/types/filters.ts | 0 .../tsconfig.json | 0 .../__tests__/restAgent.test.ts | 2 +- .../shared/msRequestApiAgentLogic.ts | 2 +- packages/ms-request-api/agent.yml | 2 +- packages/ms-request-api/package.json | 2 +- packages/ms-request-api/tsconfig.json | 2 +- packages/oid4vci-holder/agent.yml | 2 +- packages/oid4vci-holder/package.json | 2 +- .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 14 ++-- .../src/types/IOID4VCIHolder.ts | 2 +- packages/oid4vci-holder/tsconfig.json | 2 +- packages/presentation-exchange/agent.yml | 2 +- packages/presentation-exchange/package.json | 2 +- .../src/agent/PresentationExchange.ts | 2 +- .../src/types/IPresentationExchange.ts | 2 +- packages/presentation-exchange/tsconfig.json | 2 +- packages/siopv2-oid4vp-op-auth/agent.yml | 2 +- packages/siopv2-oid4vp-op-auth/package.json | 2 +- .../src/services/Siopv2MachineService.ts | 2 +- .../src/session/OID4VP.ts | 2 +- .../src/types/IDidAuthSiopOpAuthenticator.ts | 2 +- .../src/types/identifier/index.ts | 2 +- .../src/types/siop-service/index.ts | 2 +- packages/siopv2-oid4vp-op-auth/tsconfig.json | 2 +- packages/siopv2-oid4vp-rp-auth/agent.yml | 2 +- packages/w3c-vc-api/package.json | 2 +- packages/w3c-vc-api/src/api-functions.ts | 2 +- packages/w3c-vc-api/src/types.ts | 2 +- packages/w3c-vc-api/tsconfig.json | 2 +- packages/wellknown-did-issuer/agent.yml | 2 +- packages/wellknown-did-issuer/package.json | 2 +- .../src/agent/WellKnownDidIssuer.ts | 2 +- .../src/types/IWellKnownDidIssuer.ts | 2 +- packages/wellknown-did-issuer/tsconfig.json | 2 +- pnpm-lock.yaml | 26 +++---- 49 files changed, 138 insertions(+), 138 deletions(-) rename packages/{credential-manager => credential-store}/CHANGELOG.md (100%) rename packages/{credential-manager => credential-store}/LICENSE (100%) rename packages/{credential-manager => credential-store}/__tests__/localAgent.test.ts (81%) rename packages/{credential-manager => credential-store}/__tests__/restAgent.test.ts (87%) rename packages/{credential-manager/__tests__/shared/credentialManagerAgentLogic.ts => credential-store/__tests__/shared/credentialStoreAgentLogic.ts} (83%) rename packages/{credential-manager => credential-store}/__tests__/vc-examples/vc_driverLicense.json (100%) rename packages/{credential-manager => credential-store}/agent.yml (88%) rename packages/{credential-manager => credential-store}/api-extractor.json (100%) rename packages/{credential-manager => credential-store}/package.json (96%) rename packages/{credential-manager/src/agent/CredentialManager.ts => credential-store/src/agent/CredentialStore.ts} (80%) rename packages/{credential-manager => credential-store}/src/index.ts (73%) rename packages/{credential-manager/src/types/ICredentialManager.ts => credential-store/src/types/ICredentialStore.ts} (81%) rename packages/{credential-manager => credential-store}/src/types/claims.ts (100%) rename packages/{credential-manager => credential-store}/src/types/filters.ts (100%) rename packages/{credential-manager => credential-store}/tsconfig.json (100%) diff --git a/packages/credential-manager/CHANGELOG.md b/packages/credential-store/CHANGELOG.md similarity index 100% rename from packages/credential-manager/CHANGELOG.md rename to packages/credential-store/CHANGELOG.md diff --git a/packages/credential-manager/LICENSE b/packages/credential-store/LICENSE similarity index 100% rename from packages/credential-manager/LICENSE rename to packages/credential-store/LICENSE diff --git a/packages/credential-manager/__tests__/localAgent.test.ts b/packages/credential-store/__tests__/localAgent.test.ts similarity index 81% rename from packages/credential-manager/__tests__/localAgent.test.ts rename to packages/credential-store/__tests__/localAgent.test.ts index 2d778cbec..30a82c6a7 100644 --- a/packages/credential-manager/__tests__/localAgent.test.ts +++ b/packages/credential-store/__tests__/localAgent.test.ts @@ -3,13 +3,13 @@ import { DataSource } from 'typeorm' jest.setTimeout(60000) -import credentialManagerAgentLogic from './shared/credentialManagerAgentLogic' +import credentialManagerAgentLogic from './shared/credentialStoreAgentLogic' let dbConnection: Promise let agent: any const setup = async (): Promise => { - const config = await getConfig('packages/credential-manager/agent.yml') + const config = await getConfig('packages/credential-store/agent.yml') const { localAgent, db } = await createObjects(config, { localAgent: '/agent', db: '/dbConnection' }) agent = localAgent dbConnection = db diff --git a/packages/credential-manager/__tests__/restAgent.test.ts b/packages/credential-store/__tests__/restAgent.test.ts similarity index 87% rename from packages/credential-manager/__tests__/restAgent.test.ts rename to packages/credential-store/__tests__/restAgent.test.ts index 4fc956c48..a899c4a39 100644 --- a/packages/credential-manager/__tests__/restAgent.test.ts +++ b/packages/credential-store/__tests__/restAgent.test.ts @@ -7,8 +7,8 @@ import { IAgent, createAgent, IAgentOptions } from '@veramo/core' import { AgentRestClient } from '@veramo/remote-client' import { AgentRouter, RequestWithAgentRouter } from '@veramo/remote-server' import { createObjects, getConfig } from '../../agent-config/dist' -import credentialManagerAgentLogic from './shared/credentialManagerAgentLogic' -import { ICredentialManager } from '../src' +import credentialManagerAgentLogic from './shared/credentialStoreAgentLogic' +import { ICredentialStore } from '../src' jest.setTimeout(60000) const port = 4102 @@ -19,7 +19,7 @@ let restServer: Server let dbConnection: Promise const getAgent = (options?: IAgentOptions) => - createAgent({ + createAgent({ ...options, plugins: [ new AgentRestClient({ @@ -31,7 +31,7 @@ const getAgent = (options?: IAgentOptions) => }) const setup = async (): Promise => { - const config = await getConfig('packages/credential-manager/agent.yml') + const config = await getConfig('packages/credential-store/agent.yml') const { agent, db } = await createObjects(config, { agent: '/agent', db: '/dbConnection' }) serverAgent = agent dbConnection = db diff --git a/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts b/packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts similarity index 83% rename from packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts rename to packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts index eb1b57ac2..d0630095b 100644 --- a/packages/credential-manager/__tests__/shared/credentialManagerAgentLogic.ts +++ b/packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts @@ -6,12 +6,12 @@ import { credentialIdOrHashFilter, DeleteCredentialsArgs, GetCredentialsArgs, - ICredentialManager, + ICredentialStore, UniqueDigitalCredential, } from '../../src' import { IVerifiableCredential } from '@sphereon/ssi-types' -type ConfiguredAgent = TAgent +type ConfiguredAgent = TAgent function getFile(path: string) { return fs.readFileSync(path, 'utf-8') @@ -23,7 +23,7 @@ function getFileAsJson(path: string) { export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Promise; tearDown: () => Promise }): void => { describe('Credential Manager Agent Plugin', (): void => { - const exampleVC: IVerifiableCredential = getFileAsJson('./packages/credential-manager/__tests__/vc-examples/vc_driverLicense.json') + const exampleVC: IVerifiableCredential = getFileAsJson('./packages/credential-store/__tests__/vc-examples/vc_driverLicense.json') let agent: ConfiguredAgent let defaultCredential: DigitalCredential @@ -39,19 +39,19 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro issuerCorrelationType: CredentialCorrelationType.DID, rawDocument: JSON.stringify(exampleVC), } - defaultCredential = await agent.crmAddCredential({ credential: digitalCredential }) + defaultCredential = await agent.crsAddCredential({ credential: digitalCredential }) }) afterAll(testContext.tearDown) it('should get credential item by id', async (): Promise => { - const result = await agent.crmGetCredential({ id: defaultCredential.id }) + const result = await agent.crsGetCredential({ id: defaultCredential.id }) expect(result.id).toEqual(defaultCredential.id) }) it('should throw error when getting credential item with unknown id', async (): Promise => { const itemId = 'unknownId' - await expect(agent.crmGetCredential({ id: itemId })).rejects.toThrow(`No credential found for arg: {\"id\":\"${itemId}\"}`) + await expect(agent.crsGetCredential({ id: itemId })).rejects.toThrow(`No credential found for arg: {\"id\":\"${itemId}\"}`) }) it('should get credential items by filter', async (): Promise => { @@ -62,7 +62,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro }, ], } - const result: Array = await agent.crmGetCredentials(args) + const result: Array = await agent.crsGetCredentials(args) expect(result.length).toBe(1) }) @@ -75,7 +75,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro }, ], } - const result1: Array = await agent.crmGetCredentials(args1) + const result1: Array = await agent.crsGetCredentials(args1) expect(result1.length).toBe(1) const args2: GetCredentialsArgs = { @@ -85,7 +85,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro }, ], } - const result2: Array = await agent.crmGetCredentials(args2) + const result2: Array = await agent.crsGetCredentials(args2) expect(result2.length).toBe(1) const args3: GetCredentialsArgs = { @@ -98,7 +98,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro }, ], } - const result3: Array = await agent.crmGetCredentials(args3) + const result3: Array = await agent.crsGetCredentials(args3) expect(result3.length).toBe(1) const args4: GetCredentialsArgs = { @@ -111,12 +111,12 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro }, ], } - const result4: Array = await agent.crmGetCredentials(args4) + const result4: Array = await agent.crsGetCredentials(args4) expect(result4.length).toBe(1) }) it('should get unique credential by id or hash', async (): Promise => { - const result: Array = await agent.crmGetUniqueCredentials({ + const result: Array = await agent.crsGetUniqueCredentials({ filter: credentialIdOrHashFilter(defaultCredential.credentialRole, defaultCredential.hash), }) expect(result.length).toBe(1) @@ -131,21 +131,21 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro verifiedState: CredentialStateType.REVOKED, revokedAt: new Date(), } - const result: DigitalCredential = await agent.crmUpdateCredentialState(revokeUpdate) + const result: DigitalCredential = await agent.crsUpdateCredentialState(revokeUpdate) expect(result.verifiedState).toEqual(revokeUpdate.verifiedState) // expect(result.revokedAt).toEqual(revokeUpdate.revokedAt) FIXME date deserialization is broken }) it('should delete credential by id', async (): Promise => { - const result = await agent.crmDeleteCredential({ id: defaultCredential.id }) + const result = await agent.crsDeleteCredential({ id: defaultCredential.id }) expect(result).toBe(true) }) it('should throw error when deleting credential with unknown id', async (): Promise => { const id = 'unknownId' - const result = await agent.crmDeleteCredential({ id }) + const result = await agent.crsDeleteCredential({ id }) expect(result).toBe(false) }) @@ -157,7 +157,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro issuerCorrelationType: CredentialCorrelationType.DID, rawDocument: JSON.stringify(exampleVC), } - await agent.crmAddCredential({ credential: digitalCredential1 }) + await agent.crsAddCredential({ credential: digitalCredential1 }) const exampleVC2: IVerifiableCredential = { ...exampleVC } ;(exampleVC2.credentialSubject as any).extraField = 'Extra extra' @@ -168,7 +168,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro issuerCorrelationType: CredentialCorrelationType.DID, rawDocument: JSON.stringify(exampleVC2), } - await agent.crmAddCredential({ credential: digitalCredential2 }) + await agent.crsAddCredential({ credential: digitalCredential2 }) const args: DeleteCredentialsArgs = { filter: [ @@ -178,7 +178,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro }, ], } - const deleteCount = await agent.crmDeleteCredentials(args) + const deleteCount = await agent.crsDeleteCredentials(args) expect(deleteCount).toBe(2) }) }) diff --git a/packages/credential-manager/__tests__/vc-examples/vc_driverLicense.json b/packages/credential-store/__tests__/vc-examples/vc_driverLicense.json similarity index 100% rename from packages/credential-manager/__tests__/vc-examples/vc_driverLicense.json rename to packages/credential-store/__tests__/vc-examples/vc_driverLicense.json diff --git a/packages/credential-manager/agent.yml b/packages/credential-store/agent.yml similarity index 88% rename from packages/credential-manager/agent.yml rename to packages/credential-store/agent.yml index 3918db293..5f3d433b7 100644 --- a/packages/credential-manager/agent.yml +++ b/packages/credential-store/agent.yml @@ -6,15 +6,15 @@ constants: # please use your own X25519 key, this is only an example secretKey: 29739248cad1bd1a0fc4d9b75cd4d2990de535baf5caadfdf8d8f86664aa830c methods: - - crmAddCredential - - crmUpdateCredentialState - - crmGetCredential - - crmGetCredentials - - crmGetUniqueCredentials - - crmDeleteCredential - - crmDeleteCredentials - - crmGetCredentialsByClaims - - crmGetCredentialsByClaimsCount + - crsAddCredential + - crsUpdateCredentialState + - crsGetCredential + - crsGetCredentials + - crsGetUniqueCredentials + - crsDeleteCredential + - crsDeleteCredentials + - crsGetCredentialsByClaims + - crsGetCredentialsByClaimsCount # Database dbConnection: @@ -91,7 +91,7 @@ agent: $args: - schemaValidation: false plugins: - - $require: ./packages/credential-manager/dist#CredentialManager + - $require: ./packages/credential-store/dist#CredentialStore $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' diff --git a/packages/credential-manager/api-extractor.json b/packages/credential-store/api-extractor.json similarity index 100% rename from packages/credential-manager/api-extractor.json rename to packages/credential-store/api-extractor.json diff --git a/packages/credential-manager/package.json b/packages/credential-store/package.json similarity index 96% rename from packages/credential-manager/package.json rename to packages/credential-store/package.json index e61c597cb..8d181548a 100644 --- a/packages/credential-manager/package.json +++ b/packages/credential-store/package.json @@ -1,5 +1,5 @@ { - "name": "@sphereon/ssi-sdk.credential-manager", + "name": "@sphereon/ssi-sdk.credential-store", "version": "0.27.0", "source": "src/index.ts", "main": "dist/index.js", diff --git a/packages/credential-manager/src/agent/CredentialManager.ts b/packages/credential-store/src/agent/CredentialStore.ts similarity index 80% rename from packages/credential-manager/src/agent/CredentialManager.ts rename to packages/credential-store/src/agent/CredentialStore.ts index 897f80e93..4c2e8ae7e 100644 --- a/packages/credential-manager/src/agent/CredentialManager.ts +++ b/packages/credential-store/src/agent/CredentialStore.ts @@ -9,7 +9,7 @@ import { GetCredentialsArgs, GetCredentialsByClaimsArgs, GetCredentialsByIdOrHashArgs, - ICredentialManager, + ICredentialStore, OptionalUniqueDigitalCredential, schema, TClaimsColumns, @@ -20,34 +20,34 @@ import { AbstractDigitalCredentialStore } from '@sphereon/ssi-sdk.data-store/dis import { IVerifiableCredential } from '@sphereon/ssi-types' // Exposing the methods here for any REST implementation -export const credentialManagerMethods: Array = [ - 'crmAddCredential', - 'crmUpdateCredentialState', - 'crmGetCredential', - 'crmGetCredentials', - 'crmStoreCredential', - 'crmDeleteCredential', - 'crmDeleteCredentials', - 'crmGetCredentialsByClaims', - 'crmGetCredentialsByClaimsCount', +export const credentialStoreMethods: Array = [ + 'crsAddCredential', + 'crsUpdateCredentialState', + 'crsGetCredential', + 'crsGetCredentials', + 'crsStoreCredential', + 'crsDeleteCredential', + 'crsDeleteCredentials', + 'crsGetCredentialsByClaims', + 'crsGetCredentialsByClaimsCount', ] /** * {@inheritDoc ICRManager} */ -export class CredentialManager implements IAgentPlugin { +export class CredentialStore implements IAgentPlugin { readonly schema = schema.ICredentialManager - readonly methods: ICredentialManager = { - crmAddCredential: this.crmAddCredential.bind(this), - crmUpdateCredentialState: this.crmUpdateCredentialState.bind(this), - crmGetCredential: this.crmGetCredential.bind(this), - crmGetCredentials: this.crmGetCredentials.bind(this), - crmGetUniqueCredentialByIdOrHash: this.crmGetUniqueCredentialByIdOrHash.bind(this), - crmGetUniqueCredentials: this.crmGetUniqueCredentials.bind(this), - crmDeleteCredential: this.crmDeleteCredential.bind(this), - crmDeleteCredentials: this.crmDeleteCredentials.bind(this), - crmGetCredentialsByClaims: this.crmGetCredentialsByClaims.bind(this), - crmGetCredentialsByClaimsCount: this.crmGetCredentialsByClaimsCount.bind(this), + readonly methods: ICredentialStore = { + crsAddCredential: this.crsAddCredential.bind(this), + crsUpdateCredentialState: this.crsUpdateCredentialState.bind(this), + crsGetCredential: this.crsGetCredential.bind(this), + crsGetCredentials: this.crsGetCredentials.bind(this), + crsGetUniqueCredentialByIdOrHash: this.crsGetUniqueCredentialByIdOrHash.bind(this), + crsGetUniqueCredentials: this.crsGetUniqueCredentials.bind(this), + crsDeleteCredential: this.crsDeleteCredential.bind(this), + crsDeleteCredentials: this.crsDeleteCredentials.bind(this), + crsGetCredentialsByClaims: this.crsGetCredentialsByClaims.bind(this), + crsGetCredentialsByClaimsCount: this.crsGetCredentialsByClaimsCount.bind(this), } private readonly store: AbstractDigitalCredentialStore @@ -57,32 +57,32 @@ export class CredentialManager implements IAgentPlugin { } /** {@inheritDoc ICRManager.crmAddCredential} */ - private async crmAddCredential(args: AddCredentialArgs): Promise { + private async crsAddCredential(args: AddCredentialArgs): Promise { return await this.store.addCredential(args.credential) } /** {@inheritDoc ICRManager.updateCredentialState} */ - private async crmUpdateCredentialState(args: UpdateCredentialStateArgs): Promise { + private async crsUpdateCredentialState(args: UpdateCredentialStateArgs): Promise { return await this.store.updateCredentialState(args) } /** {@inheritDoc ICRManager.crmGetCredential} */ - private async crmGetCredential(args: GetCredentialArgs): Promise { + private async crsGetCredential(args: GetCredentialArgs): Promise { const { id } = args const credential = await this.store.getCredential({ id }) return credential } /** {@inheritDoc ICRManager.crmGetCredentials} */ - private async crmGetCredentials(args: GetCredentialsArgs): Promise> { + private async crsGetCredentials(args: GetCredentialsArgs): Promise> { const { filter } = args const credentials = await this.store.getCredentials({ filter }) return credentials.data } /** {@inheritDoc ICRManager.crmGetUniqueCredentialByIdOrHash} */ - private async crmGetUniqueCredentialByIdOrHash(args: GetCredentialsByIdOrHashArgs): Promise { - const credentials = await this.crmGetCredentials({ filter: credentialIdOrHashFilter(args.credentialRole, args.idOrHash) }) + private async crsGetUniqueCredentialByIdOrHash(args: GetCredentialsByIdOrHashArgs): Promise { + const credentials = await this.crsGetCredentials({ filter: credentialIdOrHashFilter(args.credentialRole, args.idOrHash) }) if (credentials.length === 0) { return undefined } @@ -90,19 +90,19 @@ export class CredentialManager implements IAgentPlugin { } /** {@inheritDoc ICRManager.crmGetUniqueCredentials} */ - private async crmGetUniqueCredentials(args: GetCredentialsArgs): Promise> { - const credentials = await this.crmGetCredentials(args) + private async crsGetUniqueCredentials(args: GetCredentialsArgs): Promise> { + const credentials = await this.crsGetCredentials(args) return this.toUniqueCredentials(credentials) } /** {@inheritDoc ICRManager.crmDeleteCredential} */ - private async crmDeleteCredential(args: DeleteCredentialArgs): Promise { + private async crsDeleteCredential(args: DeleteCredentialArgs): Promise { return this.store.removeCredential(args) } /** {@inheritDoc ICRManager.crmDeleteCredentials} */ - private async crmDeleteCredentials(args: DeleteCredentialsArgs): Promise { - const credentials = await this.crmGetCredentials(args) + private async crsDeleteCredentials(args: DeleteCredentialsArgs): Promise { + const credentials = await this.crsGetCredentials(args) let count = 0 for (const credential of credentials) { const result = await this.store.removeCredential({ id: credential.id }) @@ -117,8 +117,8 @@ export class CredentialManager implements IAgentPlugin { * Returns a list of UniqueDigitalCredentials that match the given filter based on the claims they contain. * @param args */ - private async crmGetCredentialsByClaims(args: GetCredentialsByClaimsArgs): Promise> { - const digitalCredentials = await this.crmGetUniqueCredentials({ + private async crsGetCredentialsByClaims(args: GetCredentialsByClaimsArgs): Promise> { + const digitalCredentials = await this.crsGetUniqueCredentials({ filter: [ { documentType: DocumentType.VC, // TODO does crmGetCredentialsByClaims need to support VPs as well? @@ -217,8 +217,8 @@ export class CredentialManager implements IAgentPlugin { * Returns a count of UniqueDigitalCredentials that match the given filter based on the claims they contain. * @param args */ - private async crmGetCredentialsByClaimsCount(args: GetCredentialsByClaimsArgs): Promise { - const credentialsByClaims = await this.crmGetCredentialsByClaims(args) + private async crsGetCredentialsByClaimsCount(args: GetCredentialsByClaimsArgs): Promise { + const credentialsByClaims = await this.crsGetCredentialsByClaims(args) return credentialsByClaims.length // FIXME ? } diff --git a/packages/credential-manager/src/index.ts b/packages/credential-store/src/index.ts similarity index 73% rename from packages/credential-manager/src/index.ts rename to packages/credential-store/src/index.ts index 18e5bf0c5..d1f83cd03 100644 --- a/packages/credential-manager/src/index.ts +++ b/packages/credential-store/src/index.ts @@ -3,7 +3,7 @@ */ const schema = require('../plugin.schema.json') export { schema } -export { CredentialManager, credentialManagerMethods } from './agent/CredentialManager' +export { CredentialStore, credentialStoreMethods } from './agent/CredentialStore' export { CredentialRole, CredentialStateType, @@ -13,6 +13,6 @@ export { DigitalCredential, FindDigitalCredentialArgs, } from '@sphereon/ssi-sdk.data-store' -export * from './types/ICredentialManager' +export * from './types/ICredentialStore' export * from './types/claims' export * from './types/filters' diff --git a/packages/credential-manager/src/types/ICredentialManager.ts b/packages/credential-store/src/types/ICredentialStore.ts similarity index 81% rename from packages/credential-manager/src/types/ICredentialManager.ts rename to packages/credential-store/src/types/ICredentialStore.ts index daba78634..aa3903ae8 100644 --- a/packages/credential-manager/src/types/ICredentialManager.ts +++ b/packages/credential-store/src/types/ICredentialStore.ts @@ -5,67 +5,67 @@ import { NonPersistedDigitalCredential } from '@sphereon/ssi-sdk.data-store/dist import { FindClaimsArgs } from './claims' import { ICredential, IPresentation, IVerifiableCredential, OriginalVerifiableCredential, OriginalVerifiablePresentation } from '@sphereon/ssi-types' -export interface ICredentialManager extends IPluginMethodMap { +export interface ICredentialStore extends IPluginMethodMap { /** * Add a new credential. * @param args */ - crmAddCredential(args: AddCredentialArgs): Promise + crsAddCredential(args: AddCredentialArgs): Promise /** * Update credential the state of an existing credential. * @param args */ - crmUpdateCredentialState(args: UpdateCredentialStateArgs): Promise + crsUpdateCredentialState(args: UpdateCredentialStateArgs): Promise /** * Get a single credentials by primary key * @param args */ - crmGetCredential(args: GetCredentialArgs): Promise + crsGetCredential(args: GetCredentialArgs): Promise /** * Find one or more credentials using filters * @param args */ - crmGetCredentials(args: GetCredentialsArgs): Promise> + crsGetCredentials(args: GetCredentialsArgs): Promise> /** * Find one or more credentials using filters * @param args */ - crmGetUniqueCredentials(args: GetCredentialsArgs): Promise> + crsGetUniqueCredentials(args: GetCredentialsArgs): Promise> /** * Find one credential by id or hash * @param CredentialRole * @param idOrHash */ - crmGetUniqueCredentialByIdOrHash(args: GetCredentialsByIdOrHashArgs): Promise + crsGetUniqueCredentialByIdOrHash(args: GetCredentialsByIdOrHashArgs): Promise /** * Returns a list of UniqueDigitalCredentials that match the given filter based on the claims they contain. * @param args */ - crmGetCredentialsByClaims(args: GetCredentialsByClaimsArgs): Promise> + crsGetCredentialsByClaims(args: GetCredentialsByClaimsArgs): Promise> /** * Returns a count of UniqueDigitalCredentials that match the given filter based on the claims they contain. * @param args */ - crmGetCredentialsByClaimsCount(args: GetCredentialsByClaimsArgs): Promise + crsGetCredentialsByClaimsCount(args: GetCredentialsByClaimsArgs): Promise /** * Delete a single credentials by primary key * @param args */ - crmDeleteCredential(args: DeleteCredentialArgs): Promise + crsDeleteCredential(args: DeleteCredentialArgs): Promise /** * Delete multiple credentials records using filters * @param args */ - crmDeleteCredentials(args: DeleteCredentialsArgs): Promise + crsDeleteCredentials(args: DeleteCredentialsArgs): Promise } export type GetCredentialArgs = { diff --git a/packages/credential-manager/src/types/claims.ts b/packages/credential-store/src/types/claims.ts similarity index 100% rename from packages/credential-manager/src/types/claims.ts rename to packages/credential-store/src/types/claims.ts diff --git a/packages/credential-manager/src/types/filters.ts b/packages/credential-store/src/types/filters.ts similarity index 100% rename from packages/credential-manager/src/types/filters.ts rename to packages/credential-store/src/types/filters.ts diff --git a/packages/credential-manager/tsconfig.json b/packages/credential-store/tsconfig.json similarity index 100% rename from packages/credential-manager/tsconfig.json rename to packages/credential-store/tsconfig.json diff --git a/packages/ms-request-api/__tests__/restAgent.test.ts b/packages/ms-request-api/__tests__/restAgent.test.ts index f62502a69..676769f1c 100644 --- a/packages/ms-request-api/__tests__/restAgent.test.ts +++ b/packages/ms-request-api/__tests__/restAgent.test.ts @@ -6,7 +6,7 @@ import { createAgent, IAgent, IAgentOptions } from '@veramo/core' import { AgentRestClient } from '@veramo/remote-client' import { AgentRouter, RequestWithAgentRouter } from '@veramo/remote-server' import { createObjects, getConfig } from '@sphereon/ssi-sdk.agent-config' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' import { IMsRequestApi } from '../src' import msRequestApiAgentLogic from './shared/msRequestApiAgentLogic' diff --git a/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts b/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts index be5633850..55e1f5aae 100644 --- a/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts +++ b/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts @@ -5,7 +5,7 @@ import { v4 as uuidv4 } from 'uuid' import { createAgent, FindArgs, TAgent, TCredentialColumns, VerifiableCredential } from '@veramo/core' import { DataStore, DataStoreORM, Entities } from '@veramo/data-store' import { DataSource } from 'typeorm' -import { CredentialRole, CredentialCorrelationType, ICredentialManager, DocumentType } from '@sphereon/ssi-sdk.credential-manager' +import { CredentialRole, CredentialCorrelationType, ICredentialManager, DocumentType } from '@sphereon/ssi-sdk.credential-store' type ConfiguredAgent = TAgent const did1 = 'did:test:111' diff --git a/packages/ms-request-api/agent.yml b/packages/ms-request-api/agent.yml index b0fcdeb85..6d569d6b9 100644 --- a/packages/ms-request-api/agent.yml +++ b/packages/ms-request-api/agent.yml @@ -79,7 +79,7 @@ server: # Credential Manager credentialManager: - $require: ./packages/credential-manager/dist#CredentialManager + $require: ./packages/credential-store/dist#CredentialManager $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' diff --git a/packages/ms-request-api/package.json b/packages/ms-request-api/package.json index 19b1213f5..90274b822 100644 --- a/packages/ms-request-api/package.json +++ b/packages/ms-request-api/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@sphereon/ssi-sdk.agent-config": "workspace:*", - "@sphereon/ssi-sdk.credential-manager": "workspace:*", + "@sphereon/ssi-sdk.credential-store": "workspace:*", "@types/express": "^4.17.17", "@types/express-session": "^1.17.4", "@types/jest": "^27.5.2", diff --git a/packages/ms-request-api/tsconfig.json b/packages/ms-request-api/tsconfig.json index 9ebfd51e1..2011ff153 100644 --- a/packages/ms-request-api/tsconfig.json +++ b/packages/ms-request-api/tsconfig.json @@ -15,7 +15,7 @@ "path": "../agent-config" }, { - "path": "../credential-manager" + "path": "../credential-store" } ] } diff --git a/packages/oid4vci-holder/agent.yml b/packages/oid4vci-holder/agent.yml index 076352d14..fe4086274 100644 --- a/packages/oid4vci-holder/agent.yml +++ b/packages/oid4vci-holder/agent.yml @@ -86,7 +86,7 @@ server: # Credential Manager credentialManager: - $require: ./packages/credential-manager/dist#CredentialManager + $require: ./packages/credential-store/dist#CredentialManager $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' diff --git a/packages/oid4vci-holder/package.json b/packages/oid4vci-holder/package.json index faa0fc365..3436bdd16 100644 --- a/packages/oid4vci-holder/package.json +++ b/packages/oid4vci-holder/package.json @@ -18,7 +18,7 @@ "@sphereon/oid4vci-common": "0.14.0", "@sphereon/ssi-sdk-ext.did-utils": "0.22.0", "@sphereon/ssi-sdk.contact-manager": "workspace:*", - "@sphereon/ssi-sdk.credential-manager": "workspace:*", + "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.issuance-branding": "workspace:*", diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index f46aeb26b..58055d187 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -16,6 +16,7 @@ import { } from '@sphereon/oid4vci-common' import { getIdentifier, getKey, IIdentifierOpts, SupportedDidMethodEnum } from '@sphereon/ssi-sdk-ext.did-utils' import { + Contact, CorrelationIdentifierType, CredentialCorrelationType, CredentialRole, @@ -501,14 +502,13 @@ export class OID4VCIHolder implements IAgentPlugin { }) } - const parties = await context.agent.cmGetContacts({ - filter, - }) - - if (parties.length > 1) { - logger.warning(`Get contacts returned more than one result: ${parties.length}, ${parties.map((party) => party.contact.displayName).join(',')}`) + const contacts: Array = await context.agent.cmGetContacts({ filter }) + if (contacts.length > 1) { + logger.warning( + `Get contacts returned more than one result: ${contacts.length}, ${contacts.map((contact: Contact) => contact.displayName).join(',')}`, + ) } - const party = parties.length >= 1 ? parties[0] : undefined + const party = contacts.length >= 1 ? contacts[0] : undefined // FIXME BEFORE PR, We have a contact here but we need a party logger.log(`Party involved: `, party) return party diff --git a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts index 444661bb4..d5829de31 100644 --- a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts @@ -40,7 +40,7 @@ import { import { _ExtendedIKey } from '@veramo/utils' import { JWTHeader, JWTPayload } from 'did-jwt' import { BaseActionObject, Interpreter, ResolveTypegenMeta, ServiceMap, State, StateMachine, TypegenDisabled } from 'xstate' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' export interface IOID4VCIHolder extends IPluginMethodMap { oid4vciHolderGetIssuerMetadata(args: GetIssuerMetadataArgs, context: RequiredContext): Promise diff --git a/packages/oid4vci-holder/tsconfig.json b/packages/oid4vci-holder/tsconfig.json index b31b6945c..923f31e56 100644 --- a/packages/oid4vci-holder/tsconfig.json +++ b/packages/oid4vci-holder/tsconfig.json @@ -15,7 +15,7 @@ "path": "../contact-manager" }, { - "path": "../credential-manager" + "path": "../credential-store" }, { "path": "../data-store" diff --git a/packages/presentation-exchange/agent.yml b/packages/presentation-exchange/agent.yml index 6d3b79e06..1b3ead71d 100644 --- a/packages/presentation-exchange/agent.yml +++ b/packages/presentation-exchange/agent.yml @@ -114,7 +114,7 @@ universal-resolver: # Credential Manager credentialManager: - $require: ./packages/credential-manager/dist#CredentialManager + $require: ./packages/credential-store/dist#CredentialManager $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index 4bf35a38a..380429d68 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -18,7 +18,7 @@ "@sphereon/pex-models": "^2.2.4", "@sphereon/ssi-sdk-ext.did-utils": "0.22.0", "@sphereon/ssi-sdk.data-store": "workspace:*", - "@sphereon/ssi-sdk.credential-manager": "workspace:*", + "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0" }, diff --git a/packages/presentation-exchange/src/agent/PresentationExchange.ts b/packages/presentation-exchange/src/agent/PresentationExchange.ts index e80263c8a..e8e1958eb 100644 --- a/packages/presentation-exchange/src/agent/PresentationExchange.ts +++ b/packages/presentation-exchange/src/agent/PresentationExchange.ts @@ -15,7 +15,7 @@ import { Checked, IPresentationDefinition, PEX } from '@sphereon/pex' import { CompactJWT, CredentialMapper, JWT_PROOF_TYPE_2020, W3CVerifiableCredential } from '@sphereon/ssi-types' import { InputDescriptorV1, InputDescriptorV2 } from '@sphereon/pex-models' import { toDIDs } from '@sphereon/ssi-sdk-ext.did-utils' -import { CredentialRole, UniqueDigitalCredential, verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-manager' +import { CredentialRole, UniqueDigitalCredential, verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-store' import { FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store' export class PresentationExchange implements IAgentPlugin { diff --git a/packages/presentation-exchange/src/types/IPresentationExchange.ts b/packages/presentation-exchange/src/types/IPresentationExchange.ts index fa60aa2b7..d8b298ec7 100644 --- a/packages/presentation-exchange/src/types/IPresentationExchange.ts +++ b/packages/presentation-exchange/src/types/IPresentationExchange.ts @@ -11,7 +11,7 @@ import { import { IPresentation, Optional, W3CVerifiableCredential, W3CVerifiablePresentation } from '@sphereon/ssi-types' import { IPresentationDefinition, PEVersion, SelectResults } from '@sphereon/pex' import { Format, InputDescriptorV1, InputDescriptorV2 } from '@sphereon/pex-models' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' import { CredentialRole, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store' export interface IPresentationExchange extends IPluginMethodMap { diff --git a/packages/presentation-exchange/tsconfig.json b/packages/presentation-exchange/tsconfig.json index ae6b856b2..574f68406 100644 --- a/packages/presentation-exchange/tsconfig.json +++ b/packages/presentation-exchange/tsconfig.json @@ -20,7 +20,7 @@ "path": "../agent-config" }, { - "path": "../credential-manager" + "path": "../credential-store" } ] } diff --git a/packages/siopv2-oid4vp-op-auth/agent.yml b/packages/siopv2-oid4vp-op-auth/agent.yml index 8549dd5aa..2297ec730 100644 --- a/packages/siopv2-oid4vp-op-auth/agent.yml +++ b/packages/siopv2-oid4vp-op-auth/agent.yml @@ -114,7 +114,7 @@ universal-resolver: # Credential Manager credentialManager: - $require: ./packages/credential-manager/dist#CredentialManager + $require: ./packages/credential-store/dist#CredentialManager $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index 8ff5bab85..4b21b445a 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -19,7 +19,7 @@ "@sphereon/pex-models": "2.2.4", "@sphereon/ssi-sdk-ext.did-utils": "0.22.0", "@sphereon/ssi-sdk.contact-manager": "workspace:*", - "@sphereon/ssi-sdk.credential-manager": "workspace:*", + "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.issuance-branding": "workspace:*", diff --git a/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts b/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts index 188c0b18b..f8c219462 100644 --- a/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts +++ b/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts @@ -23,7 +23,7 @@ import { import { OID4VP, OpSession } from '../session' import { IPresentationDefinition, PEX } from '@sphereon/pex' import { InputDescriptorV1, InputDescriptorV2, PresentationDefinitionV1, PresentationDefinitionV2 } from '@sphereon/pex-models' -import { verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-manager' +import { verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-store' export const logger = Loggers.DEFAULT.get(LOGGER_NAMESPACE) diff --git a/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts b/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts index b8a5256c8..afea3e333 100644 --- a/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts +++ b/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts @@ -13,7 +13,7 @@ import { } from '../types/IDidAuthSiopOpAuthenticator' import { createOID4VPPresentationSignCallback } from './functions' import { OpSession } from './OpSession' -import { UniqueDigitalCredential, verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-manager' +import { UniqueDigitalCredential, verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-store' import { CompactJWT } from '@sphereon/ssi-types/dist' import { CredentialRole, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store/dist' diff --git a/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts b/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts index a705a6365..7d8358344 100644 --- a/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts +++ b/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts @@ -44,7 +44,7 @@ import { Siopv2AuthorizationRequestData, Siopv2AuthorizationResponseData, } from './siop-service' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' export const LOGGER_NAMESPACE = 'sphereon:siopv2-oid4vp:op-auth' diff --git a/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts b/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts index 4d84509d6..42335b61a 100644 --- a/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts +++ b/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts @@ -4,7 +4,7 @@ import { RequiredContext } from '../siop-service' import { KeyManagementSystemEnum, SupportedDidMethodEnum } from '@sphereon/ssi-sdk-ext.did-utils' import { IContactManager } from '@sphereon/ssi-sdk.contact-manager' import { IIssuanceBranding } from '@sphereon/ssi-sdk.issuance-branding' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' export const DID_PREFIX = 'did' diff --git a/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts b/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts index e612b5a4c..60bb2fba7 100644 --- a/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts +++ b/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts @@ -6,7 +6,7 @@ import { DidAuthConfig, ICredentialLocaleBranding, Identity, Party } from '@sphe import { Siopv2MachineContext, Siopv2MachineInterpreter, Siopv2MachineState } from '../machine' import { IDidAuthSiopOpAuthenticator } from '../IDidAuthSiopOpAuthenticator' import { IIssuanceBranding } from '@sphereon/ssi-sdk.issuance-branding' -import { ICredentialManager, UniqueDigitalCredential } from '@sphereon/ssi-sdk.credential-manager' +import { ICredentialManager, UniqueDigitalCredential } from '@sphereon/ssi-sdk.credential-store' export type DidAuthSiopOpAuthenticatorOptions = { onContactIdentityCreated?: (args: OnContactIdentityCreatedArgs) => Promise diff --git a/packages/siopv2-oid4vp-op-auth/tsconfig.json b/packages/siopv2-oid4vp-op-auth/tsconfig.json index bc8876e5b..484cd4416 100644 --- a/packages/siopv2-oid4vp-op-auth/tsconfig.json +++ b/packages/siopv2-oid4vp-op-auth/tsconfig.json @@ -23,7 +23,7 @@ { "path": "../contact-manager" }, { - "path": "../credential-manager" + "path": "../credential-store" }, { "path": "../data-store" diff --git a/packages/siopv2-oid4vp-rp-auth/agent.yml b/packages/siopv2-oid4vp-rp-auth/agent.yml index b09d8dc53..7f920bbc6 100644 --- a/packages/siopv2-oid4vp-rp-auth/agent.yml +++ b/packages/siopv2-oid4vp-rp-auth/agent.yml @@ -115,7 +115,7 @@ universal-resolver: # Credential Manager credentialManager: - $require: ./packages/credential-manager/dist#CredentialManager + $require: ./packages/credential-store/dist#CredentialManager $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index 7233bf037..a16493277 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -16,7 +16,7 @@ "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.presentation-exchange": "workspace:*", - "@sphereon/ssi-sdk.credential-manager": "workspace:*", + "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", diff --git a/packages/w3c-vc-api/src/api-functions.ts b/packages/w3c-vc-api/src/api-functions.ts index d75e46b2e..25cd711fd 100644 --- a/packages/w3c-vc-api/src/api-functions.ts +++ b/packages/w3c-vc-api/src/api-functions.ts @@ -6,7 +6,7 @@ import { Request, Response, Router } from 'express' import { v4 } from 'uuid' import { IIssueCredentialEndpointOpts, IRequiredContext, IVCAPIIssueOpts, IVerifyCredentialEndpointOpts } from './types' import Debug from 'debug' -import { verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-manager' +import { verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-store' import { CredentialRole } from '@sphereon/ssi-sdk.data-store' const debug = Debug('sphereon:ssi-sdk:w3c-vc-api') export function issueCredentialEndpoint(router: Router, context: IRequiredContext, opts?: IIssueCredentialEndpointOpts) { diff --git a/packages/w3c-vc-api/src/types.ts b/packages/w3c-vc-api/src/types.ts index fee3d0d68..dd205903a 100644 --- a/packages/w3c-vc-api/src/types.ts +++ b/packages/w3c-vc-api/src/types.ts @@ -10,7 +10,7 @@ import { IResolver, } from '@veramo/core' import { ProofFormat } from '@veramo/core/src/types/ICredentialIssuer' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' export type IRequiredPlugins = IDataStoreORM & IDIDManager & diff --git a/packages/w3c-vc-api/tsconfig.json b/packages/w3c-vc-api/tsconfig.json index 5727053bf..9f5c1dce8 100644 --- a/packages/w3c-vc-api/tsconfig.json +++ b/packages/w3c-vc-api/tsconfig.json @@ -23,7 +23,7 @@ "path": "../presentation-exchange" }, { - "path": "../credential-manager" + "path": "../credential-store" }, { "path": "../ssi-types" diff --git a/packages/wellknown-did-issuer/agent.yml b/packages/wellknown-did-issuer/agent.yml index 17e65b866..cc0415050 100644 --- a/packages/wellknown-did-issuer/agent.yml +++ b/packages/wellknown-did-issuer/agent.yml @@ -110,7 +110,7 @@ didManager: # Credential Manager credentialManager: - $require: ./packages/credential-manager/dist#CredentialManager + $require: ./packages/credential-store/dist#CredentialManager $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' diff --git a/packages/wellknown-did-issuer/package.json b/packages/wellknown-did-issuer/package.json index 62c8599c8..86dedc2f6 100644 --- a/packages/wellknown-did-issuer/package.json +++ b/packages/wellknown-did-issuer/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/ssi-types": "workspace:*", "@sphereon/wellknown-dids-client": "^0.1.3", - "@sphereon/ssi-sdk.credential-manager": "workspace:*", + "@sphereon/ssi-sdk.credential-store": "workspace:*", "@veramo/data-store": "4.2.0", "@veramo/utils": "4.2.0", "debug": "^4.3.4", diff --git a/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts b/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts index e78f1fafb..5150bda0c 100644 --- a/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts +++ b/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts @@ -13,7 +13,7 @@ import { Service } from 'did-resolver/lib/resolver' import { Connection } from 'typeorm' import { v4 as uuidv4 } from 'uuid' import { createCredentialEntity, DidConfigurationResourceEntity, didConfigurationResourceFrom } from '../entities/DidConfigurationResourceEntity' -import { CredentialCorrelationType, CredentialRole, DigitalCredential } from '@sphereon/ssi-sdk.credential-manager' +import { CredentialCorrelationType, CredentialRole, DigitalCredential } from '@sphereon/ssi-sdk.credential-store' import { IAddLinkedDomainsServiceArgs, IGetDidConfigurationResourceArgs, diff --git a/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts b/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts index 16406c6fc..b04f23b2e 100644 --- a/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts +++ b/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts @@ -5,7 +5,7 @@ import { IssuanceCallback, } from '@sphereon/wellknown-dids-client' import { IAgentContext, IPluginMethodMap, IDIDManager } from '@veramo/core' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-manager' +import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' export interface IWellKnownDidIssuer extends IPluginMethodMap { addLinkedDomainsService(args: IAddLinkedDomainsServiceArgs, context: RequiredContext): Promise diff --git a/packages/wellknown-did-issuer/tsconfig.json b/packages/wellknown-did-issuer/tsconfig.json index 355eb8dee..94bf3db3e 100644 --- a/packages/wellknown-did-issuer/tsconfig.json +++ b/packages/wellknown-did-issuer/tsconfig.json @@ -17,7 +17,7 @@ "path": "../agent-config" }, { - "path": "../credential-manager" + "path": "../credential-store" } ] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 59349f97b..67c437d2d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -361,7 +361,7 @@ importers: specifier: ^0.3.20 version: 0.3.20(pg@8.11.5)(sqlite3@5.1.7)(ts-node@10.9.2) - packages/credential-manager: + packages/credential-store: dependencies: '@sphereon/pex': specifier: ^3.3.3 @@ -810,9 +810,9 @@ importers: '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config - '@sphereon/ssi-sdk.credential-manager': + '@sphereon/ssi-sdk.credential-store': specifier: workspace:* - version: link:../credential-manager + version: link:../credential-store '@types/express': specifier: ^4.17.17 version: 4.17.21 @@ -882,9 +882,9 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core - '@sphereon/ssi-sdk.credential-manager': + '@sphereon/ssi-sdk.credential-store': specifier: workspace:* - version: link:../credential-manager + version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1426,9 +1426,9 @@ importers: '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.22.0 version: 0.22.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk.credential-manager': + '@sphereon/ssi-sdk.credential-store': specifier: workspace:* - version: link:../credential-manager + version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1792,9 +1792,9 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core - '@sphereon/ssi-sdk.credential-manager': + '@sphereon/ssi-sdk.credential-store': specifier: workspace:* - version: link:../credential-manager + version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2914,9 +2914,9 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core - '@sphereon/ssi-sdk.credential-manager': + '@sphereon/ssi-sdk.credential-store': specifier: workspace:* - version: link:../credential-manager + version: link:../credential-store '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -3263,9 +3263,9 @@ importers: packages/wellknown-did-issuer: dependencies: - '@sphereon/ssi-sdk.credential-manager': + '@sphereon/ssi-sdk.credential-store': specifier: workspace:* - version: link:../credential-manager + version: link:../credential-store '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types From 740e23b06d721fce9256a5949ceb00351b18910b Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Mon, 15 Jul 2024 10:50:03 +0200 Subject: [PATCH 06/49] chore: post module rename fixes --- .../__tests__/localAgent.test.ts | 4 ++-- .../credential-store/__tests__/restAgent.test.ts | 4 ++-- packages/credential-store/package.json | 2 +- .../src/agent/CredentialStore.ts | 2 +- .../ms-request-api/__tests__/restAgent.test.ts | 4 ++-- .../__tests__/shared/msRequestApiAgentLogic.ts | 14 +++++++------- packages/ms-request-api/agent.yml | 6 +++--- packages/oid4vci-holder/agent.yml | 6 +++--- .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 16 ++++++++-------- .../oid4vci-holder/src/types/IOID4VCIHolder.ts | 4 ++-- packages/presentation-exchange/agent.yml | 6 +++--- .../src/agent/PresentationExchange.ts | 2 +- .../src/types/IPresentationExchange.ts | 4 ++-- .../didAuthSiopOpAuthenticatorAgentLogic.ts | 4 ++-- packages/siopv2-oid4vp-op-auth/agent.yml | 6 +++--- .../src/services/Siopv2MachineService.ts | 2 +- .../siopv2-oid4vp-op-auth/src/session/OID4VP.ts | 2 +- .../src/types/IDidAuthSiopOpAuthenticator.ts | 4 ++-- .../src/types/identifier/index.ts | 4 ++-- .../src/types/siop-service/index.ts | 4 ++-- packages/siopv2-oid4vp-rp-auth/agent.yml | 6 +++--- packages/w3c-vc-api/src/api-functions.ts | 8 ++++---- packages/w3c-vc-api/src/types.ts | 4 ++-- packages/wellknown-did-issuer/agent.yml | 6 +++--- .../src/agent/WellKnownDidIssuer.ts | 2 +- .../src/types/IWellKnownDidIssuer.ts | 4 ++-- 26 files changed, 65 insertions(+), 65 deletions(-) diff --git a/packages/credential-store/__tests__/localAgent.test.ts b/packages/credential-store/__tests__/localAgent.test.ts index 30a82c6a7..19bf074c6 100644 --- a/packages/credential-store/__tests__/localAgent.test.ts +++ b/packages/credential-store/__tests__/localAgent.test.ts @@ -3,7 +3,7 @@ import { DataSource } from 'typeorm' jest.setTimeout(60000) -import credentialManagerAgentLogic from './shared/credentialStoreAgentLogic' +import credentialStoreAgentLogic from './shared/credentialStoreAgentLogic' let dbConnection: Promise let agent: any @@ -30,5 +30,5 @@ const testContext = { } describe('Local integration tests', (): void => { - credentialManagerAgentLogic(testContext) + credentialStoreAgentLogic(testContext) }) diff --git a/packages/credential-store/__tests__/restAgent.test.ts b/packages/credential-store/__tests__/restAgent.test.ts index a899c4a39..3dc42d397 100644 --- a/packages/credential-store/__tests__/restAgent.test.ts +++ b/packages/credential-store/__tests__/restAgent.test.ts @@ -7,7 +7,7 @@ import { IAgent, createAgent, IAgentOptions } from '@veramo/core' import { AgentRestClient } from '@veramo/remote-client' import { AgentRouter, RequestWithAgentRouter } from '@veramo/remote-server' import { createObjects, getConfig } from '../../agent-config/dist' -import credentialManagerAgentLogic from './shared/credentialStoreAgentLogic' +import credentialStoreAgentLogic from './shared/credentialStoreAgentLogic' import { ICredentialStore } from '../src' jest.setTimeout(60000) @@ -66,5 +66,5 @@ const testContext = { } describe('REST integration tests', (): void => { - credentialManagerAgentLogic(testContext) + credentialStoreAgentLogic(testContext) }) diff --git a/packages/credential-store/package.json b/packages/credential-store/package.json index 8d181548a..9ce03135f 100644 --- a/packages/credential-store/package.json +++ b/packages/credential-store/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "veramo": { "pluginInterfaces": { - "ICredentialManager": "./src/types/ICredentialManager.ts" + "ICredentialStore": "./src/types/ICredentialStore.ts" } }, "scripts": { diff --git a/packages/credential-store/src/agent/CredentialStore.ts b/packages/credential-store/src/agent/CredentialStore.ts index 4c2e8ae7e..291a99be2 100644 --- a/packages/credential-store/src/agent/CredentialStore.ts +++ b/packages/credential-store/src/agent/CredentialStore.ts @@ -36,7 +36,7 @@ export const credentialStoreMethods: Array = [ * {@inheritDoc ICRManager} */ export class CredentialStore implements IAgentPlugin { - readonly schema = schema.ICredentialManager + readonly schema = schema.ICredentialStore readonly methods: ICredentialStore = { crsAddCredential: this.crsAddCredential.bind(this), crsUpdateCredentialState: this.crsUpdateCredentialState.bind(this), diff --git a/packages/ms-request-api/__tests__/restAgent.test.ts b/packages/ms-request-api/__tests__/restAgent.test.ts index 676769f1c..5b106b7de 100644 --- a/packages/ms-request-api/__tests__/restAgent.test.ts +++ b/packages/ms-request-api/__tests__/restAgent.test.ts @@ -6,7 +6,7 @@ import { createAgent, IAgent, IAgentOptions } from '@veramo/core' import { AgentRestClient } from '@veramo/remote-client' import { AgentRouter, RequestWithAgentRouter } from '@veramo/remote-server' import { createObjects, getConfig } from '@sphereon/ssi-sdk.agent-config' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' +import { ICredentialStore } from '@sphereon/ssi-sdk.credential-store' import { IMsRequestApi } from '../src' import msRequestApiAgentLogic from './shared/msRequestApiAgentLogic' @@ -19,7 +19,7 @@ let serverAgent: IAgent let restServer: Server const getAgent = (options?: IAgentOptions) => - createAgent({ + createAgent({ ...options, plugins: [ new AgentRestClient({ diff --git a/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts b/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts index 55e1f5aae..1ec933236 100644 --- a/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts +++ b/packages/ms-request-api/__tests__/shared/msRequestApiAgentLogic.ts @@ -5,9 +5,9 @@ import { v4 as uuidv4 } from 'uuid' import { createAgent, FindArgs, TAgent, TCredentialColumns, VerifiableCredential } from '@veramo/core' import { DataStore, DataStoreORM, Entities } from '@veramo/data-store' import { DataSource } from 'typeorm' -import { CredentialRole, CredentialCorrelationType, ICredentialManager, DocumentType } from '@sphereon/ssi-sdk.credential-store' +import { CredentialRole, CredentialCorrelationType, ICredentialStore, DocumentType } from '@sphereon/ssi-sdk.credential-store' -type ConfiguredAgent = TAgent +type ConfiguredAgent = TAgent const did1 = 'did:test:111' const did2 = 'did:test:222' var requestIssuanceResponse: IIssueRequestResponse = { @@ -88,7 +88,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro logging: false, entities: Entities, }) - const localAgent: TAgent = createAgent({ + const localAgent: TAgent = createAgent({ plugins: [new DataStore(dbConnection), new DataStoreORM(dbConnection)], }) @@ -112,7 +112,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro }, } - await localAgent.crmAddCredential({ + await localAgent.crsAddCredential({ credential: { rawDocument: JSON.stringify(vc5), credentialRole: CredentialRole.HOLDER, @@ -124,7 +124,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro // An extra credential to make sure we can test filtering const vc6 = { ...vc5 } vc6.id = 'vc6' - await localAgent.crmAddCredential({ + await localAgent.crsAddCredential({ credential: { rawDocument: JSON.stringify(vc6), credentialRole: CredentialRole.HOLDER, @@ -142,13 +142,13 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro ], } - const credentials = await localAgent.crmGetCredentialsByClaims({ + const credentials = await localAgent.crsGetCredentialsByClaims({ filter: {}, credentialRole: CredentialRole.HOLDER, }) expect(credentials[0].digitalCredential.documentType).toEqual(DocumentType.VC) expect(credentials[0].digitalCredential.id).toEqual('vc5') - const count = await localAgent.crmGetCredentialsByClaimsCount({ filter: vc5Filter }) + const count = await localAgent.crsGetCredentialsByClaimsCount({ filter: vc5Filter }) expect(count).toEqual(1) await (await dbConnection).close() }) diff --git a/packages/ms-request-api/agent.yml b/packages/ms-request-api/agent.yml index 6d569d6b9..2278c1208 100644 --- a/packages/ms-request-api/agent.yml +++ b/packages/ms-request-api/agent.yml @@ -78,8 +78,8 @@ server: messagingServiceEndpoint: /messaging # Credential Manager -credentialManager: - $require: ./packages/credential-store/dist#CredentialManager +credentialStore: + $require: ./packages/credential-store/dist#CredentialStore $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' @@ -93,7 +93,7 @@ agent: $args: - schemaValidation: false plugins: - - $ref: /credentialManager + - $ref: /credentialStore - $require: ./packages/ms-request-api/dist#MsRequestApi $args: - azClientId: { process.env.AZ_CLIENT_ID } diff --git a/packages/oid4vci-holder/agent.yml b/packages/oid4vci-holder/agent.yml index fe4086274..a05f2a148 100644 --- a/packages/oid4vci-holder/agent.yml +++ b/packages/oid4vci-holder/agent.yml @@ -85,8 +85,8 @@ server: messagingServiceEndpoint: /messaging # Credential Manager -credentialManager: - $require: ./packages/credential-store/dist#CredentialManager +credentialStore: + $require: ./packages/credential-store/dist#CredentialStore $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' @@ -99,5 +99,5 @@ agent: $args: - schemaValidation: false plugins: - - $ref: /credentialManager + - $ref: /credentialStore - $require: ./packages/oid4vci-holder/dist#OID4VCIHolder diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 58055d187..5473996e1 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -16,7 +16,6 @@ import { } from '@sphereon/oid4vci-common' import { getIdentifier, getKey, IIdentifierOpts, SupportedDidMethodEnum } from '@sphereon/ssi-sdk-ext.did-utils' import { - Contact, CorrelationIdentifierType, CredentialCorrelationType, CredentialRole, @@ -502,13 +501,14 @@ export class OID4VCIHolder implements IAgentPlugin { }) } - const contacts: Array = await context.agent.cmGetContacts({ filter }) - if (contacts.length > 1) { - logger.warning( - `Get contacts returned more than one result: ${contacts.length}, ${contacts.map((contact: Contact) => contact.displayName).join(',')}`, - ) + const parties: Array = await context.agent.cmGetContacts({ + filter, + }) + + if (parties.length > 1) { + logger.warning(`Get contacts returned more than one result: ${parties.length}, ${parties.map((party) => party.contact.displayName).join(',')}`) } - const party = contacts.length >= 1 ? contacts[0] : undefined // FIXME BEFORE PR, We have a contact here but we need a party + const party = parties.length >= 1 ? parties[0] : undefined logger.log(`Party involved: `, party) return party @@ -875,7 +875,7 @@ export class OID4VCIHolder implements IAgentPlugin { logger.log(`Will not persist credential, since we are signing as a holder and the issuer asked not to persist`) } else { logger.log(`Persisting credential`, persistCredential) - const vcHash = await context.agent.crmAddCredential({ + const vcHash = await context.agent.crsAddCredential({ credential: { rawDocument: JSON.stringify(persistCredential), credentialRole: CredentialRole.HOLDER, diff --git a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts index d5829de31..8c8f977a1 100644 --- a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts @@ -40,7 +40,7 @@ import { import { _ExtendedIKey } from '@veramo/utils' import { JWTHeader, JWTPayload } from 'did-jwt' import { BaseActionObject, Interpreter, ResolveTypegenMeta, ServiceMap, State, StateMachine, TypegenDisabled } from 'xstate' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' +import { ICredentialStore } from '@sphereon/ssi-sdk.credential-store' export interface IOID4VCIHolder extends IPluginMethodMap { oid4vciHolderGetIssuerMetadata(args: GetIssuerMetadataArgs, context: RequiredContext): Promise @@ -597,6 +597,6 @@ export type IdentifierOpts = { } export type RequiredContext = IAgentContext< - IIssuanceBranding & IContactManager & ICredentialVerifier & ICredentialIssuer & ICredentialManager & IDIDManager & IResolver & IKeyManager + IIssuanceBranding & IContactManager & ICredentialVerifier & ICredentialIssuer & ICredentialStore & IDIDManager & IResolver & IKeyManager > export type DidAgents = TAgent diff --git a/packages/presentation-exchange/agent.yml b/packages/presentation-exchange/agent.yml index 1b3ead71d..5844e7531 100644 --- a/packages/presentation-exchange/agent.yml +++ b/packages/presentation-exchange/agent.yml @@ -113,8 +113,8 @@ universal-resolver: - url: https://dev.uniresolver.io/1.0/identifiers/ # Credential Manager -credentialManager: - $require: ./packages/credential-store/dist#CredentialManager +credentialStore: + $require: ./packages/credential-store/dist#CredentialStore $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' @@ -127,7 +127,7 @@ agent: $args: - schemaValidation: false plugins: - - $ref: /credentialManager + - $ref: /credentialStore - $require: ./packages/pd-manager/dist#PDManager $args: - store: diff --git a/packages/presentation-exchange/src/agent/PresentationExchange.ts b/packages/presentation-exchange/src/agent/PresentationExchange.ts index e8e1958eb..9ecfb655a 100644 --- a/packages/presentation-exchange/src/agent/PresentationExchange.ts +++ b/packages/presentation-exchange/src/agent/PresentationExchange.ts @@ -130,7 +130,7 @@ export class PresentationExchange implements IAgentPlugin { } const filter = verifiableCredentialForRoleFilter(filterOpts.credentialRole, filterOpts.filter) - const uniqueCredentials = await context.agent.crmGetUniqueCredentials({ filter }) + const uniqueCredentials = await context.agent.crsGetUniqueCredentials({ filter }) return uniqueCredentials.map((uniqueVC: UniqueDigitalCredential) => { const vc = uniqueVC.uniformVerifiableCredential! diff --git a/packages/presentation-exchange/src/types/IPresentationExchange.ts b/packages/presentation-exchange/src/types/IPresentationExchange.ts index d8b298ec7..13e3477cf 100644 --- a/packages/presentation-exchange/src/types/IPresentationExchange.ts +++ b/packages/presentation-exchange/src/types/IPresentationExchange.ts @@ -11,7 +11,7 @@ import { import { IPresentation, Optional, W3CVerifiableCredential, W3CVerifiablePresentation } from '@sphereon/ssi-types' import { IPresentationDefinition, PEVersion, SelectResults } from '@sphereon/pex' import { Format, InputDescriptorV1, InputDescriptorV2 } from '@sphereon/pex-models' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' +import { ICredentialStore } from '@sphereon/ssi-sdk.credential-store' import { CredentialRole, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store' export interface IPresentationExchange extends IPluginMethodMap { @@ -77,4 +77,4 @@ export interface IPEXPresentationSignCallBackParams { presentationDefinition: IPresentationDefinition } -export type IRequiredContext = IAgentContext +export type IRequiredContext = IAgentContext diff --git a/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts b/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts index 8e7f8aa95..73e410c57 100644 --- a/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts +++ b/packages/siopv2-oid4vp-op-auth/__tests__/shared/didAuthSiopOpAuthenticatorAgentLogic.ts @@ -178,12 +178,12 @@ export default (testContext: { const idCardCredential: VerifiableCredential = getFileAsJson( './packages/siopv2-openid4vp-op-auth/__tests__/vc_vp_examples/vc/vc_idCardCredential.json', ) - await agent.crmAddCredential({ verifiableCredential: idCardCredential }) + await agent.crsAddCredential({ verifiableCredential: idCardCredential }) const driverLicenseCredential: VerifiableCredential = getFileAsJson( './packages/siopv2-openid4vp-op-auth/__tests__/vc_vp_examples/vc/vc_driverLicense.json', ) - await agent.crmAddCredential({ verifiableCredential: driverLicenseCredential }) + await agent.crsAddCredential({ verifiableCredential: driverLicenseCredential }) nock(redirectUrl).get(`?stateId=${stateId}`).times(5).reply(200, openIDURI) diff --git a/packages/siopv2-oid4vp-op-auth/agent.yml b/packages/siopv2-oid4vp-op-auth/agent.yml index 2297ec730..799887eee 100644 --- a/packages/siopv2-oid4vp-op-auth/agent.yml +++ b/packages/siopv2-oid4vp-op-auth/agent.yml @@ -113,8 +113,8 @@ universal-resolver: - url: https://dev.uniresolver.io/1.0/identifiers/ # Credential Manager -credentialManager: - $require: ./packages/credential-store/dist#CredentialManager +credentialStore: + $require: ./packages/credential-store/dist#CredentialStore $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' @@ -129,7 +129,7 @@ agent: - schemaValidation: false plugins: - $ref: /didResolver - $ref: /credentialManager + $ref: /credentialStore - $require: ./packages/siopv2-oid4vp-op-auth/dist#DidAuthSiopOpAuthenticator $args: - presentationSignCallback: {} diff --git a/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts b/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts index f8c219462..85c130b55 100644 --- a/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts +++ b/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts @@ -168,7 +168,7 @@ export const getSelectableCredentials = async ( const { agent } = agentContext const pex = new PEX() - const uniqueVerifiableCredentials = await agent.crmGetUniqueCredentials({ + const uniqueVerifiableCredentials = await agent.crsGetUniqueCredentials({ filter: verifiableCredentialForRoleFilter(CredentialRole.HOLDER), }) const credentialBranding = await agent.ibGetCredentialBranding() diff --git a/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts b/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts index afea3e333..ec265cc19 100644 --- a/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts +++ b/packages/siopv2-oid4vp-op-auth/src/session/OID4VP.ts @@ -246,7 +246,7 @@ export class OID4VP { } const filter = verifiableCredentialForRoleFilter(credentialRole, filterOpts?.filter) - const uniqueCredentials = await this.session.context.agent.crmGetUniqueCredentials({ filter }) + const uniqueCredentials = await this.session.context.agent.crsGetUniqueCredentials({ filter }) return uniqueCredentials.map((uniqueVC: UniqueDigitalCredential) => { const vc = uniqueVC.uniformVerifiableCredential! const proof = Array.isArray(vc.proof) ? vc.proof : [vc.proof] diff --git a/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts b/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts index 7d8358344..a5229c5d2 100644 --- a/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts +++ b/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts @@ -44,7 +44,7 @@ import { Siopv2AuthorizationRequestData, Siopv2AuthorizationResponseData, } from './siop-service' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' +import { ICredentialStore } from '@sphereon/ssi-sdk.credential-store' export const LOGGER_NAMESPACE = 'sphereon:siopv2-oid4vp:op-auth' @@ -118,7 +118,7 @@ export enum events { } export type IRequiredContext = IAgentContext< - IDataStoreORM & IResolver & IDIDManager & IKeyManager & ICredentialIssuer & ICredentialVerifier & ICredentialManager & IPDManager + IDataStoreORM & IResolver & IDIDManager & IKeyManager & ICredentialIssuer & ICredentialVerifier & ICredentialStore & IPDManager > export interface IOPOptions { diff --git a/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts b/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts index 42335b61a..2a7aed0f0 100644 --- a/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts +++ b/packages/siopv2-oid4vp-op-auth/src/types/identifier/index.ts @@ -4,7 +4,7 @@ import { RequiredContext } from '../siop-service' import { KeyManagementSystemEnum, SupportedDidMethodEnum } from '@sphereon/ssi-sdk-ext.did-utils' import { IContactManager } from '@sphereon/ssi-sdk.contact-manager' import { IIssuanceBranding } from '@sphereon/ssi-sdk.issuance-branding' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' +import { ICredentialStore } from '@sphereon/ssi-sdk.credential-store' export const DID_PREFIX = 'did' @@ -60,4 +60,4 @@ export type CreateIdentifierOpts = { } export type DidAgents = TAgent -export type SuitableCredentialAgents = TAgent +export type SuitableCredentialAgents = TAgent diff --git a/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts b/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts index 60bb2fba7..cd5070ed8 100644 --- a/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts +++ b/packages/siopv2-oid4vp-op-auth/src/types/siop-service/index.ts @@ -6,7 +6,7 @@ import { DidAuthConfig, ICredentialLocaleBranding, Identity, Party } from '@sphe import { Siopv2MachineContext, Siopv2MachineInterpreter, Siopv2MachineState } from '../machine' import { IDidAuthSiopOpAuthenticator } from '../IDidAuthSiopOpAuthenticator' import { IIssuanceBranding } from '@sphereon/ssi-sdk.issuance-branding' -import { ICredentialManager, UniqueDigitalCredential } from '@sphereon/ssi-sdk.credential-store' +import { ICredentialStore, UniqueDigitalCredential } from '@sphereon/ssi-sdk.credential-store' export type DidAuthSiopOpAuthenticatorOptions = { onContactIdentityCreated?: (args: OnContactIdentityCreatedArgs) => Promise @@ -72,5 +72,5 @@ export type OnIdentifierCreatedArgs = { } export type RequiredContext = IAgentContext< - IContactManager & IDidAuthSiopOpAuthenticator & IDIDManager & IResolver & ICredentialManager & IIssuanceBranding + IContactManager & IDidAuthSiopOpAuthenticator & IDIDManager & IResolver & ICredentialStore & IIssuanceBranding > diff --git a/packages/siopv2-oid4vp-rp-auth/agent.yml b/packages/siopv2-oid4vp-rp-auth/agent.yml index 7f920bbc6..8b749737d 100644 --- a/packages/siopv2-oid4vp-rp-auth/agent.yml +++ b/packages/siopv2-oid4vp-rp-auth/agent.yml @@ -114,8 +114,8 @@ universal-resolver: - url: https://dev.uniresolver.io/1.0/identifiers/ # Credential Manager -credentialManager: - $require: ./packages/credential-store/dist#CredentialManager +credentialStore: + $require: ./packages/credential-store/dist#CredentialStore $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' @@ -129,7 +129,7 @@ agent: $args: - schemaValidation: false plugins: - - $ref: /credentialManager + - $ref: /credentialStore - $ref: /didResolver - $require: ./packages/siopv2-openid4vp-op-auth/dist#DidAuthSiopOpAuthenticator $args: diff --git a/packages/w3c-vc-api/src/api-functions.ts b/packages/w3c-vc-api/src/api-functions.ts index 25cd711fd..478edca84 100644 --- a/packages/w3c-vc-api/src/api-functions.ts +++ b/packages/w3c-vc-api/src/api-functions.ts @@ -58,7 +58,7 @@ export function getCredentialsEndpoint(router: Router, context: IRequiredContext router.get(path, checkAuth(opts?.endpoint), async (request: Request, response: Response) => { try { const filter = verifiableCredentialForRoleFilter(CredentialRole.HOLDER) // FIXME BEFORE PR - const uniqueVCs = await context.agent.crmGetUniqueCredentials({ filter }) + const uniqueVCs = await context.agent.crsGetUniqueCredentials({ filter }) response.statusCode = 202 return response.send(uniqueVCs.map((uVC) => uVC.uniformVerifiableCredential)) } catch (e) { @@ -79,7 +79,7 @@ export function getCredentialEndpoint(router: Router, context: IRequiredContext, if (!id) { return sendErrorResponse(response, 400, 'no id provided') } - const vcInfo = await context.agent.crmGetUniqueCredentialByIdOrHash({ + const vcInfo = await context.agent.crsGetUniqueCredentialByIdOrHash({ credentialRole: CredentialRole.HOLDER, // FIXME BEFORE PR idOrHash: id, }) @@ -134,14 +134,14 @@ export function deleteCredentialEndpoint(router: Router, context: IRequiredConte if (!id) { return sendErrorResponse(response, 400, 'no id provided') } - const vcInfo = await context.agent.crmGetUniqueCredentialByIdOrHash({ + const vcInfo = await context.agent.crsGetUniqueCredentialByIdOrHash({ credentialRole: CredentialRole.HOLDER, // FIXME BEFORE PR idOrHash: id, }) if (!vcInfo) { return sendErrorResponse(response, 404, `id ${id} not found`) } - const success = await context.agent.crmDeleteCredentials({ filter: [{ hash: vcInfo.hash }] }) + const success = await context.agent.crsDeleteCredentials({ filter: [{ hash: vcInfo.hash }] }) if (success === 0) { return sendErrorResponse(response, 400, `Could not delete Verifiable Credential with id ${id}`) } diff --git a/packages/w3c-vc-api/src/types.ts b/packages/w3c-vc-api/src/types.ts index dd205903a..9eb37c967 100644 --- a/packages/w3c-vc-api/src/types.ts +++ b/packages/w3c-vc-api/src/types.ts @@ -10,14 +10,14 @@ import { IResolver, } from '@veramo/core' import { ProofFormat } from '@veramo/core/src/types/ICredentialIssuer' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' +import { ICredentialStore } from '@sphereon/ssi-sdk.credential-store' export type IRequiredPlugins = IDataStoreORM & IDIDManager & IKeyManager & ICredentialIssuer & ICredentialVerifier & - ICredentialManager & + ICredentialStore & ICredentialPlugin & IResolver export type IRequiredContext = IAgentContext diff --git a/packages/wellknown-did-issuer/agent.yml b/packages/wellknown-did-issuer/agent.yml index cc0415050..4c7659c39 100644 --- a/packages/wellknown-did-issuer/agent.yml +++ b/packages/wellknown-did-issuer/agent.yml @@ -109,8 +109,8 @@ didManager: $require: '@veramo/data-store#DIDStore' # Credential Manager -credentialManager: - $require: ./packages/credential-store/dist#CredentialManager +credentialStore: + $require: ./packages/credential-store/dist#CredentialStore $args: - store: $require: './packages/data-store/dist#DigitalCredentialStore' @@ -124,7 +124,7 @@ agent: - schemaValidation: false plugins: - $ref: /didManager - - $ref: /credentialManager + - $ref: /credentialStore - $require: '@veramo/data-store#DataStore' $args: - $ref: /dbConnection diff --git a/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts b/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts index 5150bda0c..4766cd8cf 100644 --- a/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts +++ b/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts @@ -223,7 +223,7 @@ export class WellKnownDidIssuer implements IAgentPlugin { private async saveDomainLinkageCredential(credential: DomainLinkageCredential, context: RequiredContext): Promise { const vc = this.normalizeCredential(credential) - return context.agent.crmAddCredential({ + return context.agent.crsAddCredential({ credential: { rawDocument: JSON.stringify(vc), credentialRole: CredentialRole.ISSUER, // FIXME BEFORE PR diff --git a/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts b/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts index b04f23b2e..349a1be6f 100644 --- a/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts +++ b/packages/wellknown-did-issuer/src/types/IWellKnownDidIssuer.ts @@ -5,7 +5,7 @@ import { IssuanceCallback, } from '@sphereon/wellknown-dids-client' import { IAgentContext, IPluginMethodMap, IDIDManager } from '@veramo/core' -import { ICredentialManager } from '@sphereon/ssi-sdk.credential-store' +import { ICredentialStore } from '@sphereon/ssi-sdk.credential-store' export interface IWellKnownDidIssuer extends IPluginMethodMap { addLinkedDomainsService(args: IAddLinkedDomainsServiceArgs, context: RequiredContext): Promise @@ -62,4 +62,4 @@ export interface ISaveDidConfigurationResourceArgs { didConfigurationResource: IDidConfigurationResource } -export type RequiredContext = IAgentContext +export type RequiredContext = IAgentContext From 7599aaa6278fab7148fd086bd733ee29ccffd195 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Mon, 15 Jul 2024 12:35:11 +0200 Subject: [PATCH 07/49] chore: dummy commit for lerna --- packages/credential-store/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/credential-store/package.json b/packages/credential-store/package.json index 9ce03135f..e5c1650c1 100644 --- a/packages/credential-store/package.json +++ b/packages/credential-store/package.json @@ -49,3 +49,4 @@ "Credential Manager" ] } + From dc46304f197847556bd85a9804953647efabd14a Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Mon, 15 Jul 2024 12:35:26 +0200 Subject: [PATCH 08/49] chore: dummy commit for lerna --- packages/credential-store/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/credential-store/package.json b/packages/credential-store/package.json index e5c1650c1..9ce03135f 100644 --- a/packages/credential-store/package.json +++ b/packages/credential-store/package.json @@ -49,4 +49,3 @@ "Credential Manager" ] } - From 5f4021c0adfeb3e7044d1cbf15a5a3c7361de946 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Mon, 15 Jul 2024 13:25:41 +0200 Subject: [PATCH 09/49] chore: removed type: 'datetime' from MachineStateInfoEntity, not supported by postgres --- .../src/entities/machineState/MachineStateInfoEntity.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts b/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts index 6ed5ad644..71fe81043 100644 --- a/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts +++ b/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts @@ -38,19 +38,19 @@ export class MachineStateInfoEntity extends BaseEntity { @Column({ name: 'state', type: 'text', nullable: false }) state!: string - @CreateDateColumn({ name: 'created_at', type: 'datetime', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false }) createdAt!: Date - @UpdateDateColumn({ name: 'updated_at', type: 'datetime', nullable: false }) + @UpdateDateColumn({ name: 'updated_at', nullable: false }) updatedAt!: Date @Column({ name: 'updated_count', type: 'integer', nullable: false }) updatedCount!: number - @Column({ name: 'expires_at', type: 'datetime', nullable: true }) + @Column({ name: 'expires_at', nullable: true }) expiresAt?: Date - @Column({ name: 'completed_at', type: 'datetime', nullable: true }) + @Column({ name: 'completed_at', nullable: true }) completedAt?: Date @Column({ name: 'tenant_id', type: 'varchar', nullable: true }) From 774e4b49d052dfb4e851adbc128b87f01c596601 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Mon, 15 Jul 2024 22:54:48 +0200 Subject: [PATCH 10/49] chore: cleanup --- .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 68 +++++++++---------- 1 file changed, 33 insertions(+), 35 deletions(-) diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 5473996e1..36d0007a1 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -743,7 +743,6 @@ export class OID4VCIHolder implements IAgentPlugin { } const { credentialsToAccept, openID4VCIClientState, credentialsSupported, serverMetadata, selectedCredentials } = args - const credentialToAccept = credentialsToAccept[0] if (selectedCredentials && selectedCredentials.length > 1) { @@ -762,39 +761,6 @@ export class OID4VCIHolder implements IAgentPlugin { | SdJwtDecodedVerifiableCredentialPayload | W3CVerifiableCredential | undefined = undefined - - const issuerVC = credentialToAccept.credential.credentialResponse.credential as OriginalVerifiableCredential - const wrappedIssuerVC = CredentialMapper.toWrappedVerifiableCredential(issuerVC) - console.log(`Wrapped VC: ${wrappedIssuerVC.type}, ${wrappedIssuerVC.format}`) - - // We will use the subject of the VCI Issuer (the holder, as the issuer of the new credential, so the below is not a mistake!) - let issuer = - trimmed(wrappedIssuerVC.decoded.sub) ?? - trimmed(wrappedIssuerVC.decoded.credentialSubject.id) ?? - trimmed(verifiableCredential.credentialSubject.id) - - if (!issuer && openID4VCIClientState?.kid?.startsWith('did:')) { - issuer = parseDid(openID4VCIClientState?.kid).did - } - if (!issuer && openID4VCIClientState?.jwk?.kid?.startsWith('did:')) { - issuer = parseDid(openID4VCIClientState!.jwk!.kid!).did - } - if (!issuer && openID4VCIClientState?.clientId) { - issuer = trimmed(openID4VCIClientState.clientId) - } - if (!issuer && openID4VCIClientState?.accessTokenResponse) { - const decodedJwt = decodeJWT(openID4VCIClientState.accessTokenResponse.access_token) - issuer = decodedJwt.payload.sub - } - if (!issuer && credentialToAccept.credential.issuanceOpt.identifier) { - issuer = credentialToAccept.credential.issuanceOpt.identifier.did - } - - if (!issuer) { - throw Error(`We could not determine the issuer, which means we cannot sign the credential`) - } - logger.log(`Issuer for self-issued credential will be: ${issuer}`) - if (!notificationEndpoint) { logger.log(`Notifications not supported by issuer ${serverMetadata?.issuer}. Will not provide a notification`) } else if (notificationEndpoint && !notificationId) { @@ -809,6 +775,36 @@ export class OID4VCIHolder implements IAgentPlugin { ? 'credential_accepted_holder_signed' : 'credential_deleted_holder_signed' logger.log(`Subject issuance/signing will be used, with event`, event) + const issuerVC = credentialToAccept.credential.credentialResponse.credential as OriginalVerifiableCredential + const wrappedIssuerVC = CredentialMapper.toWrappedVerifiableCredential(issuerVC) + console.log(`Wrapped VC: ${wrappedIssuerVC.type}, ${wrappedIssuerVC.format}`) + // We will use the subject of the VCI Issuer (the holder, as the issuer of the new credential, so the below is not a mistake!) + let issuer = + trimmed(wrappedIssuerVC.decoded.sub) ?? + trimmed(wrappedIssuerVC.decoded.credentialSubject.id) ?? + trimmed(verifiableCredential.credentialSubject.id) + + if (!issuer && openID4VCIClientState?.kid?.startsWith('did:')) { + issuer = parseDid(openID4VCIClientState?.kid).did + } + if (!issuer && openID4VCIClientState?.jwk?.kid?.startsWith('did:')) { + issuer = parseDid(openID4VCIClientState!.jwk!.kid!).did + } + if (!issuer && openID4VCIClientState?.clientId) { + issuer = trimmed(openID4VCIClientState.clientId) + } + if (!issuer && openID4VCIClientState?.accessTokenResponse) { + const decodedJwt = decodeJWT(openID4VCIClientState.accessTokenResponse.access_token) + issuer = decodedJwt.payload.sub + } + if (!issuer && credentialToAccept.credential.issuanceOpt.identifier) { + issuer = credentialToAccept.credential.issuanceOpt.identifier.did + } + + if (!issuer) { + throw Error(`We could not determine the issuer, which means we cannot sign the credential`) + } + logger.log(`Issuer for self-issued credential will be: ${issuer}`) const holderCredentialToSign = wrappedIssuerVC.decoded let proofFormat: ProofFormat = 'lds' @@ -880,7 +876,9 @@ export class OID4VCIHolder implements IAgentPlugin { rawDocument: JSON.stringify(persistCredential), credentialRole: CredentialRole.HOLDER, issuerCorrelationType: CredentialCorrelationType.DID, - issuerCorrelationId: issuer, + issuerCorrelationId: (persistCredential as any).issuer, // FIXME BEFORE PR + subjectCorrelationType: CredentialCorrelationType.DID, + subjectCorrelationId: (persistCredential as any).issuer, // FIXME BEFORE PR }, }) await context.agent.emit(OID4VCIHolderEvent.CREDENTIAL_STORED, { From 5ab78fac16cc7b16c7d77ad9748c851cdbb6d280 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Mon, 15 Jul 2024 23:04:52 +0200 Subject: [PATCH 11/49] chore: comments --- packages/credential-store/src/agent/CredentialStore.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/credential-store/src/agent/CredentialStore.ts b/packages/credential-store/src/agent/CredentialStore.ts index 291a99be2..a9280ebd0 100644 --- a/packages/credential-store/src/agent/CredentialStore.ts +++ b/packages/credential-store/src/agent/CredentialStore.ts @@ -121,7 +121,7 @@ export class CredentialStore implements IAgentPlugin { const digitalCredentials = await this.crsGetUniqueCredentials({ filter: [ { - documentType: DocumentType.VC, // TODO does crmGetCredentialsByClaims need to support VPs as well? + documentType: DocumentType.VC, // TODO does crsGetCredentialsByClaims need to support VPs as well? credentialRole: args.credentialRole, tenantId: args.tenantId, }, @@ -129,6 +129,7 @@ export class CredentialStore implements IAgentPlugin { }) // TODO not sure if this is what we want, doing filtering now after credentials fetch because this data is inside the VC document + // FIXME BEFORE PR - Proof of concept code below, to be tested const claimFilteredCredentials: UniqueDigitalCredential[] = digitalCredentials.filter((uniqueVC) => { if (!uniqueVC.uniformVerifiableCredential) { return false From 8bf3e6bec188b8b0d76f53dc97cf3e2a4e5a0ba0 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Mon, 15 Jul 2024 23:20:02 +0200 Subject: [PATCH 12/49] Update packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts --- .../__tests__/shared/credentialStoreAgentLogic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts b/packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts index d0630095b..b42c20ce7 100644 --- a/packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts +++ b/packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts @@ -22,7 +22,7 @@ function getFileAsJson(path: string) { } export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Promise; tearDown: () => Promise }): void => { - describe('Credential Manager Agent Plugin', (): void => { + describe('Credential Store Agent Plugin', (): void => { const exampleVC: IVerifiableCredential = getFileAsJson('./packages/credential-store/__tests__/vc-examples/vc_driverLicense.json') let agent: ConfiguredAgent From 3f40956b59ffe104eee23de56decc0d9edf08290 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Tue, 16 Jul 2024 00:03:45 +0200 Subject: [PATCH 13/49] chore: added crsGetUniqueCredentialByIdOrHash to expose --- packages/credential-store/src/agent/CredentialStore.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/credential-store/src/agent/CredentialStore.ts b/packages/credential-store/src/agent/CredentialStore.ts index a9280ebd0..7d9aae367 100644 --- a/packages/credential-store/src/agent/CredentialStore.ts +++ b/packages/credential-store/src/agent/CredentialStore.ts @@ -20,7 +20,7 @@ import { AbstractDigitalCredentialStore } from '@sphereon/ssi-sdk.data-store/dis import { IVerifiableCredential } from '@sphereon/ssi-types' // Exposing the methods here for any REST implementation -export const credentialStoreMethods: Array = [ +export const crsGetUniqueCredentialByIdOrHash: Array = [ 'crsAddCredential', 'crsUpdateCredentialState', 'crsGetCredential', @@ -28,6 +28,7 @@ export const credentialStoreMethods: Array = [ 'crsStoreCredential', 'crsDeleteCredential', 'crsDeleteCredentials', + 'crsGetUniqueCredentialByIdOrHash', 'crsGetCredentialsByClaims', 'crsGetCredentialsByClaimsCount', ] From ecd47682ff6681571be43bc58c7022de6a39e12b Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Tue, 16 Jul 2024 00:06:45 +0200 Subject: [PATCH 14/49] chore: added crsGetUniqueCredentialByIdOrHash to expose --- packages/credential-store/src/agent/CredentialStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/credential-store/src/agent/CredentialStore.ts b/packages/credential-store/src/agent/CredentialStore.ts index 7d9aae367..cd2cbb684 100644 --- a/packages/credential-store/src/agent/CredentialStore.ts +++ b/packages/credential-store/src/agent/CredentialStore.ts @@ -20,7 +20,7 @@ import { AbstractDigitalCredentialStore } from '@sphereon/ssi-sdk.data-store/dis import { IVerifiableCredential } from '@sphereon/ssi-types' // Exposing the methods here for any REST implementation -export const crsGetUniqueCredentialByIdOrHash: Array = [ +export const credentialStoreMethods: Array = [ 'crsAddCredential', 'crsUpdateCredentialState', 'crsGetCredential', From 31977d7ec766b45d52b05c3afd8095e8b1f0a89f Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Tue, 16 Jul 2024 00:30:59 +0200 Subject: [PATCH 15/49] chore: fixed credentialIdOrHashFilter --- packages/credential-store/package.json | 6 ++-- .../credential-store/src/types/filters.ts | 29 ++++++++++++------- pnpm-lock.yaml | 6 ++++ 3 files changed, 29 insertions(+), 12 deletions(-) diff --git a/packages/credential-store/package.json b/packages/credential-store/package.json index 9ce03135f..fe245ff54 100644 --- a/packages/credential-store/package.json +++ b/packages/credential-store/package.json @@ -20,13 +20,15 @@ "@sphereon/ssi-sdk.data-store": "workspace:*", "cross-fetch": "^3.1.8", "debug": "^4.3.4", - "typeorm": "^0.3.20" + "typeorm": "^0.3.20", + "uuid": "^10.0.0" }, "devDependencies": { "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/remote-client": "4.2.0", - "@veramo/remote-server": "4.2.0" + "@veramo/remote-server": "4.2.0", + "@types/uuid": "^10.0.0" }, "files": [ "dist/**/*", diff --git a/packages/credential-store/src/types/filters.ts b/packages/credential-store/src/types/filters.ts index c1020960c..5714377e8 100644 --- a/packages/credential-store/src/types/filters.ts +++ b/packages/credential-store/src/types/filters.ts @@ -1,4 +1,5 @@ import { CredentialRole, DigitalCredential, DocumentType, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store' +import { validate as uuidValidate } from 'uuid' /** * Creates a filter to find a digital credential by its ID or hash. @@ -7,16 +8,24 @@ import { CredentialRole, DigitalCredential, DocumentType, FindDigitalCredentialA * @param idOrHash - The ID or hash of the credential to search for. * @returns A FindDigitalCredentialArgs array for filtering by ID or hash. */ -export const credentialIdOrHashFilter = (credentialRole: CredentialRole, idOrHash: string): FindDigitalCredentialArgs => [ - { - id: idOrHash, - credentialRole, - }, - { - hash: idOrHash, - credentialRole, - }, -] + +export const credentialIdOrHashFilter = (credentialRole: CredentialRole, idOrHash: string): FindDigitalCredentialArgs => { + const filter: FindDigitalCredentialArgs = [ + { + hash: idOrHash, + credentialRole, + }, + ] + + if (uuidValidate(idOrHash)) { + filter.push({ + id: idOrHash, + credentialRole, + }) + } + + return filter +} /** * Creates a filter for verifiable credentials with a specific role. diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 67c437d2d..c6c92d64d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -381,6 +381,9 @@ importers: typeorm: specifier: ^0.3.20 version: 0.3.20(pg@8.11.5)(sqlite3@5.1.7)(ts-node@10.9.2) + uuid: + specifier: ^10.0.0 + version: 10.0.0 devDependencies: '@sphereon/ssi-sdk.agent-config': specifier: workspace:* @@ -388,6 +391,9 @@ importers: '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types + '@types/uuid': + specifier: ^10.0.0 + version: 10.0.0 '@veramo/remote-client': specifier: 4.2.0 version: 4.2.0 From 495099b46388b2bef4efecd846e8049cf7fcd297 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Tue, 16 Jul 2024 13:48:59 +0200 Subject: [PATCH 16/49] chore: PR feedback & FIXME's --- .../shared/credentialStoreAgentLogic.ts | 48 ++++++++++++-- .../src/agent/CredentialStore.ts | 41 ++++++------ packages/credential-store/src/index.ts | 5 ++ .../src/types/ICredentialStore.ts | 1 + .../credential-store/src/types/filters.ts | 4 ++ .../__tests__/digitalCredential.store.test.ts | 1 + .../DigitalCredentialEntity.ts | 3 + .../1708525189001-CreateDigitalCredential.ts | 1 + .../1708525189002-CreateDigitalCredential.ts | 1 + .../digitalCredential/digitalCredential.ts | 1 + .../utils/digitalCredential/MappingUtils.ts | 1 + .../__tests__/attestation.test.ts | 2 +- .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 7 +- .../ssi-types/src/mapper/credential-mapper.ts | 65 ++++++++++++------- packages/w3c-vc-api/package.json | 3 +- packages/w3c-vc-api/src/api-functions.ts | 59 ++++++++++++----- .../src/agent/WellKnownDidIssuer.ts | 8 ++- pnpm-lock.yaml | 7 ++ 18 files changed, 184 insertions(+), 74 deletions(-) diff --git a/packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts b/packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts index b42c20ce7..1bcb1cc69 100644 --- a/packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts +++ b/packages/credential-store/__tests__/shared/credentialStoreAgentLogic.ts @@ -1,4 +1,4 @@ -import { TAgent } from '@veramo/core' +import { FindArgs, TAgent, TCredentialColumns } from '@veramo/core' import * as fs from 'fs' import { CredentialCorrelationType, CredentialRole, CredentialStateType, DigitalCredential } from '@sphereon/ssi-sdk.data-store' import { @@ -44,17 +44,17 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro afterAll(testContext.tearDown) - it('should get credential item by id', async (): Promise => { + it('should get credential by id', async (): Promise => { const result = await agent.crsGetCredential({ id: defaultCredential.id }) expect(result.id).toEqual(defaultCredential.id) }) - it('should throw error when getting credential item with unknown id', async (): Promise => { + it('should throw error when getting credential with unknown id', async (): Promise => { const itemId = 'unknownId' await expect(agent.crsGetCredential({ id: itemId })).rejects.toThrow(`No credential found for arg: {\"id\":\"${itemId}\"}`) }) - it('should get credential items by filter', async (): Promise => { + it('should get credentials by filter', async (): Promise => { const args: GetCredentialsArgs = { filter: [ { @@ -67,7 +67,7 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro expect(result.length).toBe(1) }) - it('should get credential items by id or hash', async (): Promise => { + it('should get credentials by id or hash', async (): Promise => { const args1: GetCredentialsArgs = { filter: [ { @@ -134,7 +134,43 @@ export default (testContext: { getAgent: () => ConfiguredAgent; setup: () => Pro const result: DigitalCredential = await agent.crsUpdateCredentialState(revokeUpdate) expect(result.verifiedState).toEqual(revokeUpdate.verifiedState) - // expect(result.revokedAt).toEqual(revokeUpdate.revokedAt) FIXME date deserialization is broken + // expect(result.revokedAt).toEqual(revokeUpdate.revokedAt) FIXME date deserialization is broken for REST agent + }) + + it('should get credential by claims', async (): Promise => { + const claimsFilter: FindArgs = { + where: [ + { + column: 'issuanceDate', + op: 'Equal', + value: ['2010-01-01T19:23:24Z'], + }, + ], + } + const result = await agent.crsGetCredentialsByClaims({ + credentialRole: defaultCredential.credentialRole, + filter: claimsFilter, + }) + expect(result.length).toBe(1) + expect(result[0].digitalCredential.id).toEqual(defaultCredential.id) + expect(result[0].id).toEqual('https://example.com/credentials/1873') + }) + + it('should not get credential by invalid claim', async (): Promise => { + const claimsFilter: FindArgs = { + where: [ + { + column: 'issuanceDate', + op: 'Equal', + value: ['someValue'], + }, + ], + } + const result = await agent.crsGetCredentialsByClaims({ + credentialRole: defaultCredential.credentialRole, + filter: claimsFilter, + }) + expect(result.length).toBe(0) }) it('should delete credential by id', async (): Promise => { diff --git a/packages/credential-store/src/agent/CredentialStore.ts b/packages/credential-store/src/agent/CredentialStore.ts index cd2cbb684..d24053726 100644 --- a/packages/credential-store/src/agent/CredentialStore.ts +++ b/packages/credential-store/src/agent/CredentialStore.ts @@ -10,15 +10,14 @@ import { GetCredentialsByClaimsArgs, GetCredentialsByIdOrHashArgs, ICredentialStore, + logger, OptionalUniqueDigitalCredential, schema, TClaimsColumns, UniqueDigitalCredential, } from '../index' -import { DigitalCredential, UpdateCredentialStateArgs } from '@sphereon/ssi-sdk.data-store' -import { AbstractDigitalCredentialStore } from '@sphereon/ssi-sdk.data-store/dist/digitalCredential/AbstractDigitalCredentialStore' +import { AbstractDigitalCredentialStore, DigitalCredential, UpdateCredentialStateArgs } from '@sphereon/ssi-sdk.data-store' import { IVerifiableCredential } from '@sphereon/ssi-types' - // Exposing the methods here for any REST implementation export const credentialStoreMethods: Array = [ 'crsAddCredential', @@ -86,6 +85,8 @@ export class CredentialStore implements IAgentPlugin { const credentials = await this.crsGetCredentials({ filter: credentialIdOrHashFilter(args.credentialRole, args.idOrHash) }) if (credentials.length === 0) { return undefined + } else if (credentials.length > 1) { + logger.warning('Duplicate credentials detected in crsGetUniqueCredentialByIdOrHash', args) } return this.toUniqueCredentials(credentials)[0] } @@ -121,34 +122,27 @@ export class CredentialStore implements IAgentPlugin { private async crsGetCredentialsByClaims(args: GetCredentialsByClaimsArgs): Promise> { const digitalCredentials = await this.crsGetUniqueCredentials({ filter: [ + // TODO SDK-25 Implement param for documentType & support VP filtering below + { + documentType: DocumentType.VC, + credentialRole: args.credentialRole, + tenantId: args.tenantId, + }, { - documentType: DocumentType.VC, // TODO does crsGetCredentialsByClaims need to support VPs as well? + documentType: DocumentType.C, credentialRole: args.credentialRole, tenantId: args.tenantId, }, ], }) - // TODO not sure if this is what we want, doing filtering now after credentials fetch because this data is inside the VC document - // FIXME BEFORE PR - Proof of concept code below, to be tested + // This a copy of how Veramo did this. TODO Use GraphQL in the future? const claimFilteredCredentials: UniqueDigitalCredential[] = digitalCredentials.filter((uniqueVC) => { if (!uniqueVC.uniformVerifiableCredential) { return false } - let credential = uniqueVC.uniformVerifiableCredential - - // Handle JWT format before filtering - if (typeof credential === 'string') { - try { - const decoded = JSON.parse(atob((credential as string).split('.')[1])) - credential = decoded.vc as IVerifiableCredential - } catch (e) { - console.error('Error decoding JWT credential:', e) - return false // Skip this credential if we can't decode it - } - } - + const credential = uniqueVC.uniformVerifiableCredential return ( args.filter.where?.every((whereClause) => { const value = this.getValueFromCredential(credential, whereClause.column) @@ -158,8 +152,6 @@ export class CredentialStore implements IAgentPlugin { } switch (whereClause.op) { - case 'Equal': - return value === whereClause.value?.[0] case 'In': return whereClause.value?.includes(value) case 'Like': @@ -178,8 +170,9 @@ export class CredentialStore implements IAgentPlugin { return Array.isArray(value) && value.some((v) => whereClause.value?.includes(v)) case 'IsNull': return value === null || value === undefined + case 'Equal': default: - return true + return value === whereClause.value?.[0] } }) ?? true ) @@ -236,16 +229,20 @@ export class CredentialStore implements IAgentPlugin { case DocumentType.VC: uniqueCredential.originalVerifiableCredential = JSON.parse(credential.rawDocument) uniqueCredential.uniformVerifiableCredential = JSON.parse(credential.uniformDocument) + uniqueCredential.id = uniqueCredential.uniformVerifiableCredential?.id break case DocumentType.VP: uniqueCredential.originalVerifiablePresentation = JSON.parse(credential.rawDocument) uniqueCredential.uniformVerifiablePresentation = JSON.parse(credential.uniformDocument) + uniqueCredential.id = uniqueCredential.uniformVerifiablePresentation?.id break case DocumentType.P: uniqueCredential.originalPresentation = JSON.parse(credential.rawDocument) + uniqueCredential.id = uniqueCredential.originalPresentation?.id break case DocumentType.C: uniqueCredential.originalCredential = JSON.parse(credential.rawDocument) + uniqueCredential.id = uniqueCredential.originalCredential?.id break // TODO CBOR support } diff --git a/packages/credential-store/src/index.ts b/packages/credential-store/src/index.ts index d1f83cd03..7e5131756 100644 --- a/packages/credential-store/src/index.ts +++ b/packages/credential-store/src/index.ts @@ -1,8 +1,13 @@ +import { Loggers } from '@sphereon/ssi-types' + /** * @public */ const schema = require('../plugin.schema.json') export { schema } + +export const logger = Loggers.DEFAULT.get('sphereon:credential-store') + export { CredentialStore, credentialStoreMethods } from './agent/CredentialStore' export { CredentialRole, diff --git a/packages/credential-store/src/types/ICredentialStore.ts b/packages/credential-store/src/types/ICredentialStore.ts index aa3903ae8..6fadeabde 100644 --- a/packages/credential-store/src/types/ICredentialStore.ts +++ b/packages/credential-store/src/types/ICredentialStore.ts @@ -106,6 +106,7 @@ export type { UpdateCredentialStateArgs } from '@sphereon/ssi-sdk.data-store' // export interface UniqueDigitalCredential { hash: string + id?: string digitalCredential: DigitalCredential originalVerifiableCredential?: OriginalVerifiableCredential diff --git a/packages/credential-store/src/types/filters.ts b/packages/credential-store/src/types/filters.ts index 5714377e8..e153dd744 100644 --- a/packages/credential-store/src/types/filters.ts +++ b/packages/credential-store/src/types/filters.ts @@ -15,6 +15,10 @@ export const credentialIdOrHashFilter = (credentialRole: CredentialRole, idOrHas hash: idOrHash, credentialRole, }, + { + credentialId: idOrHash, + credentialRole, + }, ] if (uuidValidate(idOrHash)) { diff --git a/packages/data-store/src/__tests__/digitalCredential.store.test.ts b/packages/data-store/src/__tests__/digitalCredential.store.test.ts index 8aa23c209..d452ef78b 100644 --- a/packages/data-store/src/__tests__/digitalCredential.store.test.ts +++ b/packages/data-store/src/__tests__/digitalCredential.store.test.ts @@ -198,6 +198,7 @@ describe('Database entities tests', (): void => { const result3: GetCredentialsResponse = await digitalCredentialStore.getCredentials(args3) expect(result3.data.length).toEqual(3) expect(result3.data[1].documentFormat).toEqual(CredentialDocumentFormat.JSON_LD) + expect(result3.data[1].credentialId).toEqual('ebc6f1c2') }) it('should return no digital credentials if filter does not match', async (): Promise => { diff --git a/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts b/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts index 75550dc1e..8a1341bbc 100644 --- a/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts +++ b/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts @@ -27,6 +27,9 @@ export class DigitalCredentialEntity extends BaseEntity { @Column('text', { name: 'uniform_document', nullable: false }) uniformDocument!: string + @Column('text', { name: 'credential_id', nullable: true, unique: false }) + credentialId!: string + @Column('text', { name: 'hash', nullable: false, unique: true }) hash!: string diff --git a/packages/data-store/src/migrations/postgres/1708525189001-CreateDigitalCredential.ts b/packages/data-store/src/migrations/postgres/1708525189001-CreateDigitalCredential.ts index a24264c6f..9ca27d67e 100644 --- a/packages/data-store/src/migrations/postgres/1708525189001-CreateDigitalCredential.ts +++ b/packages/data-store/src/migrations/postgres/1708525189001-CreateDigitalCredential.ts @@ -18,6 +18,7 @@ export class CreateDigitalCredential1708525189001 implements MigrationInterface "credential_role" "digital_credential_credential_role" NOT NULL, "raw_document" text NOT NULL, "uniform_document" text NOT NULL, + "credential_id" text, "hash" text NOT NULL UNIQUE, "issuer_correlation_type" "digital_credential_correlation_type" NOT NULL, "subject_correlation_type" "digital_credential_correlation_type", diff --git a/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts b/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts index dc7c2eeff..16822cf81 100644 --- a/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts +++ b/packages/data-store/src/migrations/sqlite/1708525189002-CreateDigitalCredential.ts @@ -12,6 +12,7 @@ export class CreateDigitalCredential1708525189002 implements MigrationInterface "credential_role" varchar CHECK( "credential_role" IN ('ISSUER', 'VERIFIER', 'HOLDER') ) NOT NULL, "raw_document" text NOT NULL, "uniform_document" text NOT NULL, + "credential_id" text, "hash" text NOT NULL UNIQUE, "issuer_correlation_type" varchar CHECK( "issuer_correlation_type" IN ('DID') ) NOT NULL, "subject_correlation_type" varchar CHECK( "subject_correlation_type" IN ('DID') ), diff --git a/packages/data-store/src/types/digitalCredential/digitalCredential.ts b/packages/data-store/src/types/digitalCredential/digitalCredential.ts index 2dfe90401..31c61995c 100644 --- a/packages/data-store/src/types/digitalCredential/digitalCredential.ts +++ b/packages/data-store/src/types/digitalCredential/digitalCredential.ts @@ -7,6 +7,7 @@ export type DigitalCredential = { credentialRole: CredentialRole rawDocument: string uniformDocument: string + credentialId?: string hash: string issuerCorrelationType: CredentialCorrelationType subjectCorrelationType?: CredentialCorrelationType diff --git a/packages/data-store/src/utils/digitalCredential/MappingUtils.ts b/packages/data-store/src/utils/digitalCredential/MappingUtils.ts index 1acfc6e1c..c58cbdbb9 100644 --- a/packages/data-store/src/utils/digitalCredential/MappingUtils.ts +++ b/packages/data-store/src/utils/digitalCredential/MappingUtils.ts @@ -103,6 +103,7 @@ export const nonPersistedDigitalCredentialEntityFromAddArgs = (addCredentialArgs documentType, documentFormat: determineCredentialDocumentFormat(documentFormat), createdAt: new Date(), + credentialId: uniformDocument.id as string | undefined, // uniformDocument.id is being inferred as JsonValue somehow hash: computeEntryHash(addCredentialArgs.rawDocument), uniformDocument: JSON.stringify(uniformDocument), validFrom, diff --git a/packages/ebsi-support/__tests__/attestation.test.ts b/packages/ebsi-support/__tests__/attestation.test.ts index f21ca72d4..473f70d19 100644 --- a/packages/ebsi-support/__tests__/attestation.test.ts +++ b/packages/ebsi-support/__tests__/attestation.test.ts @@ -173,7 +173,7 @@ describe.skip('attestation client should', () => { { identifier, accessTokenOpts: { - attestationToOnboardCredentialRole: CredentialRole.ISSUER, // FIXME BEFORE PR + attestationToOnboardCredentialRole: CredentialRole.ISSUER, clientId, redirectUri: jwksUri, credentialIssuer: 'https://api-conformance.ebsi.eu/conformance/v3/issuer-mock', diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 21a436899..8a0610292 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -30,6 +30,7 @@ import { } from '@sphereon/ssi-sdk.data-store' import { CredentialMapper, + ICredential, IVerifiableCredential, JwtDecodedVerifiableCredential, Loggers, @@ -873,14 +874,16 @@ export class OID4VCIHolder implements IAgentPlugin { logger.log(`Will not persist credential, since we are signing as a holder and the issuer asked not to persist`) } else { logger.log(`Persisting credential`, persistCredential) + + const issuer = CredentialMapper.issuerCorrelationIdFromIssuerType((persistCredential as ICredential).issuer) const vcHash = await context.agent.crsAddCredential({ credential: { rawDocument: JSON.stringify(persistCredential), credentialRole: CredentialRole.HOLDER, issuerCorrelationType: CredentialCorrelationType.DID, - issuerCorrelationId: (persistCredential as any).issuer, // FIXME BEFORE PR + issuerCorrelationId: issuer, subjectCorrelationType: CredentialCorrelationType.DID, - subjectCorrelationId: (persistCredential as any).issuer, // FIXME BEFORE PR + subjectCorrelationId: issuer, // FIXME get separate did for subject }, }) await context.agent.emit(OID4VCIHolderEvent.CREDENTIAL_STORED, { diff --git a/packages/ssi-types/src/mapper/credential-mapper.ts b/packages/ssi-types/src/mapper/credential-mapper.ts index f056e1dfd..786063207 100644 --- a/packages/ssi-types/src/mapper/credential-mapper.ts +++ b/packages/ssi-types/src/mapper/credential-mapper.ts @@ -32,6 +32,7 @@ import { AsyncHasher, } from '../types' import { ObjectUtils } from '../utils' +import { IssuerType } from '@veramo/core' export class CredentialMapper { /** @@ -53,7 +54,7 @@ export class CredentialMapper { */ static decodeVerifiablePresentation( presentation: OriginalVerifiablePresentation, - hasher?: Hasher, + hasher?: Hasher ): JwtDecodedVerifiablePresentation | IVerifiablePresentation | SdJwtDecodedVerifiableCredential { if (CredentialMapper.isJwtEncoded(presentation)) { const payload = jwt_decode(presentation as string) as JwtDecodedVerifiablePresentation @@ -94,7 +95,7 @@ export class CredentialMapper { */ static decodeVerifiableCredential( credential: OriginalVerifiableCredential, - hasher?: Hasher, + hasher?: Hasher ): JwtDecodedVerifiableCredential | IVerifiableCredential | SdJwtDecodedVerifiableCredential { if (CredentialMapper.isJwtEncoded(credential)) { const payload = jwt_decode(credential as string) as JwtDecodedVerifiableCredential @@ -134,7 +135,7 @@ export class CredentialMapper { */ static toWrappedVerifiablePresentation( originalPresentation: OriginalVerifiablePresentation, - opts?: { maxTimeSkewInMS?: number; hasher?: Hasher }, + opts?: { maxTimeSkewInMS?: number; hasher?: Hasher } ): WrappedVerifiablePresentation { // SD-JWT if (CredentialMapper.isSdJwtDecodedCredential(originalPresentation) || CredentialMapper.isSdJwtEncoded(originalPresentation)) { @@ -164,7 +165,7 @@ export class CredentialMapper { typeof originalPresentation !== 'string' && CredentialMapper.hasJWTProofType(originalPresentation) ? proof?.jwt : originalPresentation if (!original) { throw Error( - 'Could not determine original presentation, probably it was a converted JWT presentation, that is now missing the JWT value in the proof', + 'Could not determine original presentation, probably it was a converted JWT presentation, that is now missing the JWT value in the proof' ) } const decoded = CredentialMapper.decodeVerifiablePresentation(original) as IVerifiablePresentation | JwtDecodedVerifiablePresentation @@ -192,7 +193,7 @@ export class CredentialMapper { ? [] : (CredentialMapper.toWrappedVerifiableCredentials( vp.verifiableCredential ?? [] /*.map(value => value.original)*/, - opts, + opts ) as WrappedW3CVerifiableCredential[]) const presentation = { @@ -220,7 +221,7 @@ export class CredentialMapper { */ static toWrappedVerifiableCredentials( verifiableCredentials: OriginalVerifiableCredential[], - opts?: { maxTimeSkewInMS?: number; hasher?: Hasher }, + opts?: { maxTimeSkewInMS?: number; hasher?: Hasher } ): WrappedVerifiableCredential[] { return verifiableCredentials.map((vc) => CredentialMapper.toWrappedVerifiableCredential(vc, opts)) } @@ -236,7 +237,7 @@ export class CredentialMapper { */ static toWrappedVerifiableCredential( verifiableCredential: OriginalVerifiableCredential, - opts?: { maxTimeSkewInMS?: number; hasher?: Hasher }, + opts?: { maxTimeSkewInMS?: number; hasher?: Hasher } ): WrappedVerifiableCredential { // SD-JWT if (CredentialMapper.isSdJwtDecodedCredential(verifiableCredential) || CredentialMapper.isSdJwtEncoded(verifiableCredential)) { @@ -264,7 +265,7 @@ export class CredentialMapper { const original = CredentialMapper.hasJWTProofType(verifiableCredential) && proof ? proof.jwt ?? verifiableCredential : verifiableCredential if (!original) { throw Error( - 'Could not determine original credential, probably it was a converted JWT credential, that is now missing the JWT value in the proof', + 'Could not determine original credential, probably it was a converted JWT credential, that is now missing the JWT value in the proof' ) } const decoded = CredentialMapper.decodeVerifiableCredential(original) as JwtDecodedVerifiableCredential | IVerifiableCredential @@ -359,13 +360,13 @@ export class CredentialMapper { } public static isW3cPresentation( - presentation: UniformVerifiablePresentation | IPresentation | SdJwtDecodedVerifiableCredential, + presentation: UniformVerifiablePresentation | IPresentation | SdJwtDecodedVerifiableCredential ): presentation is IPresentation { return '@context' in presentation && ((presentation as IPresentation).type?.includes('VerifiablePresentation') || false) } public static isSdJwtDecodedCredentialPayload( - credential: ICredential | SdJwtDecodedVerifiableCredentialPayload, + credential: ICredential | SdJwtDecodedVerifiableCredentialPayload ): credential is SdJwtDecodedVerifiableCredentialPayload { return 'vct' in credential } @@ -387,7 +388,7 @@ export class CredentialMapper { } public static isSdJwtDecodedCredential( - original: OriginalVerifiableCredential | OriginalVerifiablePresentation | ICredential | IPresentation, + original: OriginalVerifiableCredential | OriginalVerifiablePresentation | ICredential | IPresentation ): original is SdJwtDecodedVerifiableCredential { return (original).compactSdJwtVc !== undefined } @@ -408,7 +409,7 @@ export class CredentialMapper { static jwtEncodedPresentationToUniformPresentation( jwt: string, makeCredentialsUniform: boolean = true, - opts?: { maxTimeSkewInMS?: number }, + opts?: { maxTimeSkewInMS?: number } ): IPresentation { return CredentialMapper.jwtDecodedPresentationToUniformPresentation(jwt_decode(jwt), makeCredentialsUniform, opts) } @@ -416,7 +417,7 @@ export class CredentialMapper { static jwtDecodedPresentationToUniformPresentation( decoded: JwtDecodedVerifiablePresentation, makeCredentialsUniform: boolean = true, - opts?: { maxTimeSkewInMS?: number }, + opts?: { maxTimeSkewInMS?: number } ): IVerifiablePresentation { const { iss, aud, jti, vp, ...rest } = decoded @@ -462,7 +463,7 @@ export class CredentialMapper { verifiableCredential: OriginalVerifiableCredential, opts?: { maxTimeSkewInMS?: number - }, + } ): IVerifiableCredential { if (CredentialMapper.isSdJwtDecodedCredential(verifiableCredential)) { throw new Error('Converting SD-JWT VC to uniform VC is not supported.') @@ -473,7 +474,7 @@ export class CredentialMapper { : verifiableCredential if (!original) { throw Error( - 'Could not determine original credential from passed in credential. Probably because a JWT proof type was present, but now is not available anymore', + 'Could not determine original credential from passed in credential. Probably because a JWT proof type was present, but now is not available anymore' ) } const decoded = CredentialMapper.decodeVerifiableCredential(original) @@ -490,7 +491,7 @@ export class CredentialMapper { static toUniformPresentation( presentation: OriginalVerifiablePresentation, - opts?: { maxTimeSkewInMS?: number; addContextIfMissing?: boolean }, + opts?: { maxTimeSkewInMS?: number; addContextIfMissing?: boolean } ): IVerifiablePresentation { if (CredentialMapper.isSdJwtDecodedCredential(presentation)) { throw new Error('Converting SD-JWT VC to uniform VP is not supported.') @@ -500,7 +501,7 @@ export class CredentialMapper { const original = typeof presentation !== 'string' && CredentialMapper.hasJWTProofType(presentation) ? proof?.jwt : presentation if (!original) { throw Error( - 'Could not determine original presentation, probably it was a converted JWT presentation, that is now missing the JWT value in the proof', + 'Could not determine original presentation, probably it was a converted JWT presentation, that is now missing the JWT value in the proof' ) } const decoded = CredentialMapper.decodeVerifiablePresentation(original) @@ -517,7 +518,7 @@ export class CredentialMapper { } uniformPresentation.verifiableCredential = uniformPresentation.verifiableCredential?.map((vc) => - CredentialMapper.toUniformCredential(vc, opts), + CredentialMapper.toUniformCredential(vc, opts) ) as IVerifiableCredential[] // We cast it because we IPresentation needs a VC. The internal Credential doesn't have the required Proof anymore (that is intended) return uniformPresentation } @@ -526,14 +527,14 @@ export class CredentialMapper { jwt: string, opts?: { maxTimeSkewInMS?: number - }, + } ): IVerifiableCredential { return CredentialMapper.jwtDecodedCredentialToUniformCredential(jwt_decode(jwt), opts) } static jwtDecodedCredentialToUniformCredential( decoded: JwtDecodedVerifiableCredential, - opts?: { maxTimeSkewInMS?: number }, + opts?: { maxTimeSkewInMS?: number } ): IVerifiableCredential { const { exp, nbf, iss, vc, sub, jti, ...rest } = decoded const credential: IVerifiableCredential = { @@ -685,7 +686,7 @@ export class CredentialMapper { } static toCompactJWT( - jwtDocument: W3CVerifiableCredential | JwtDecodedVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiablePresentation | string, + jwtDocument: W3CVerifiableCredential | JwtDecodedVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiablePresentation | string ): string { if (!jwtDocument || CredentialMapper.detectDocumentType(jwtDocument) !== DocumentFormat.JWT) { throw Error('Cannot convert non JWT credential to JWT') @@ -713,7 +714,7 @@ export class CredentialMapper { | W3CVerifiablePresentation | JwtDecodedVerifiableCredential | JwtDecodedVerifiablePresentation - | SdJwtDecodedVerifiableCredential, + | SdJwtDecodedVerifiableCredential ): DocumentFormat { if (this.isJsonLdAsString(document)) { return DocumentFormat.JSONLD @@ -735,7 +736,7 @@ export class CredentialMapper { } private static hasJWTProofType( - document: W3CVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiableCredential | JwtDecodedVerifiablePresentation, + document: W3CVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiableCredential | JwtDecodedVerifiablePresentation ): boolean { if (typeof document === 'string') { return false @@ -744,7 +745,7 @@ export class CredentialMapper { } private static getFirstProof( - document: W3CVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiableCredential | JwtDecodedVerifiablePresentation, + document: W3CVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiableCredential | JwtDecodedVerifiablePresentation ): IProof | undefined { if (!document || typeof document === 'string') { return undefined @@ -752,4 +753,20 @@ export class CredentialMapper { const proofs = 'vc' in document ? document.vc.proof : 'vp' in document ? document.vp.proof : (document).proof return Array.isArray(proofs) ? proofs[0] : proofs } + + static issuerCorrelationIdFromIssuerType(issuer: IssuerType): string { + if (issuer === undefined) { + throw new Error('Issuer type us undefined') + } else if (typeof issuer === 'string') { + return issuer + } else if (typeof issuer === 'object') { + if ('id' in issuer) { + return issuer.id + } else { + throw new Error('Encountered an invalid issuer object: missing id property') + } + } else { + throw new Error('Invalid issuer type') + } + } } diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index a16493277..c374f38a2 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -69,7 +69,8 @@ "passport": "^0.6.0", "passport-azure-ad": "^4.3.5", "ts-node": "^10.9.1", - "typeorm": "^0.3.20" + "typeorm": "^0.3.20", + "http-status-codes": "^2.3.0" }, "files": [ ".yalc/**/*", diff --git a/packages/w3c-vc-api/src/api-functions.ts b/packages/w3c-vc-api/src/api-functions.ts index 478edca84..7ddee25c8 100644 --- a/packages/w3c-vc-api/src/api-functions.ts +++ b/packages/w3c-vc-api/src/api-functions.ts @@ -6,7 +6,8 @@ import { Request, Response, Router } from 'express' import { v4 } from 'uuid' import { IIssueCredentialEndpointOpts, IRequiredContext, IVCAPIIssueOpts, IVerifyCredentialEndpointOpts } from './types' import Debug from 'debug' -import { verifiableCredentialForRoleFilter } from '@sphereon/ssi-sdk.credential-store' +import { DocumentType, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.credential-store' +import { StatusCodes } from 'http-status-codes' import { CredentialRole } from '@sphereon/ssi-sdk.data-store' const debug = Debug('sphereon:ssi-sdk:w3c-vc-api') export function issueCredentialEndpoint(router: Router, context: IRequiredContext, opts?: IIssueCredentialEndpointOpts) { @@ -57,12 +58,27 @@ export function getCredentialsEndpoint(router: Router, context: IRequiredContext const path = opts?.path ?? '/credentials' router.get(path, checkAuth(opts?.endpoint), async (request: Request, response: Response) => { try { - const filter = verifiableCredentialForRoleFilter(CredentialRole.HOLDER) // FIXME BEFORE PR + const credentialRole = (request.query.credentialRole as CredentialRole) || CredentialRole.HOLDER + if (!Object.values(CredentialRole).includes(credentialRole)) { + return sendErrorResponse(response, StatusCodes.BAD_REQUEST, `Invalid credentialRole: ${credentialRole}`) + } + + const documentType = (request.query.documentType as DocumentType) || DocumentType.VC + if (!Object.values(DocumentType).includes(documentType)) { + return sendErrorResponse(response, StatusCodes.BAD_REQUEST, `Invalid documentType: ${documentType}`) + } + + const filter: FindDigitalCredentialArgs = [ + { + documentType: documentType, + credentialRole: credentialRole, + }, + ] const uniqueVCs = await context.agent.crsGetUniqueCredentials({ filter }) - response.statusCode = 202 + response.statusCode = StatusCodes.ACCEPTED return response.send(uniqueVCs.map((uVC) => uVC.uniformVerifiableCredential)) } catch (e) { - return sendErrorResponse(response, 500, e.message as string, e) + return sendErrorResponse(response, StatusCodes.INTERNAL_SERVER_ERROR, e.message as string, e) } }) } @@ -77,19 +93,24 @@ export function getCredentialEndpoint(router: Router, context: IRequiredContext, try { const id = request.params.id if (!id) { - return sendErrorResponse(response, 400, 'no id provided') + return sendErrorResponse(response, StatusCodes.BAD_REQUEST, 'no id provided') } + const credentialRole = (request.query.credentialRole as CredentialRole) || CredentialRole.HOLDER + if (!Object.values(CredentialRole).includes(credentialRole)) { + return sendErrorResponse(response, StatusCodes.BAD_REQUEST, `Invalid credentialRole: ${credentialRole}`) + } + const vcInfo = await context.agent.crsGetUniqueCredentialByIdOrHash({ - credentialRole: CredentialRole.HOLDER, // FIXME BEFORE PR + credentialRole: credentialRole, idOrHash: id, }) if (!vcInfo) { - return sendErrorResponse(response, 404, `id ${id} not found`) + return sendErrorResponse(response, StatusCodes.FORBIDDEN, `id ${id} not found`) } - response.statusCode = 200 + response.statusCode = StatusCodes.OK return response.send(vcInfo.uniformVerifiableCredential) } catch (e) { - return sendErrorResponse(response, 500, e.message as string, e) + return sendErrorResponse(response, StatusCodes.INTERNAL_SERVER_ERROR, e.message as string, e) } }) } @@ -132,23 +153,31 @@ export function deleteCredentialEndpoint(router: Router, context: IRequiredConte try { const id = request.params.id if (!id) { - return sendErrorResponse(response, 400, 'no id provided') + return sendErrorResponse(response, StatusCodes.BAD_REQUEST, 'no id provided') + } + const credentialRole = request.query.credentialRole as CredentialRole + if (credentialRole === undefined) { + return sendErrorResponse(response, StatusCodes.BAD_REQUEST, 'credentialRole query parameter is missing') + } + if (!Object.values(CredentialRole).includes(credentialRole)) { + return sendErrorResponse(response, StatusCodes.BAD_REQUEST, `Invalid credentialRole: ${credentialRole}`) } + const vcInfo = await context.agent.crsGetUniqueCredentialByIdOrHash({ - credentialRole: CredentialRole.HOLDER, // FIXME BEFORE PR + credentialRole: credentialRole, idOrHash: id, }) if (!vcInfo) { - return sendErrorResponse(response, 404, `id ${id} not found`) + return sendErrorResponse(response, StatusCodes.NOT_FOUND, `id ${id} not found`) } const success = await context.agent.crsDeleteCredentials({ filter: [{ hash: vcInfo.hash }] }) if (success === 0) { - return sendErrorResponse(response, 400, `Could not delete Verifiable Credential with id ${id}`) + return sendErrorResponse(response, StatusCodes.BAD_REQUEST, `Could not delete Verifiable Credential with id ${id}`) } - response.statusCode = 200 + response.statusCode = StatusCodes.OK return response.send() } catch (e) { - return sendErrorResponse(response, 500, e.message as string, e) + return sendErrorResponse(response, StatusCodes.INTERNAL_SERVER_ERROR, e.message as string, e) } }) } diff --git a/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts b/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts index 4766cd8cf..734a9f085 100644 --- a/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts +++ b/packages/wellknown-did-issuer/src/agent/WellKnownDidIssuer.ts @@ -1,4 +1,4 @@ -import { parseDid } from '@sphereon/ssi-types' +import { CredentialMapper, parseDid } from '@sphereon/ssi-types' import { DomainLinkageCredential, IDidConfigurationResource, @@ -226,9 +226,11 @@ export class WellKnownDidIssuer implements IAgentPlugin { return context.agent.crsAddCredential({ credential: { rawDocument: JSON.stringify(vc), - credentialRole: CredentialRole.ISSUER, // FIXME BEFORE PR - issuerCorrelationId: '?', // FIXME BEFORE PR + credentialRole: CredentialRole.ISSUER, + issuerCorrelationId: CredentialMapper.issuerCorrelationIdFromIssuerType(vc.issuer), issuerCorrelationType: CredentialCorrelationType.DID, + subjectCorrelationId: CredentialMapper.issuerCorrelationIdFromIssuerType(vc.issuer), // FIXME get separate did for subject + subjectCorrelationType: CredentialCorrelationType.DID, }, }) } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c6c92d64d..118d548a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3062,6 +3062,9 @@ importers: did-resolver: specifier: ^4.1.0 version: 4.1.0 + http-status-codes: + specifier: ^2.3.0 + version: 2.3.0 jose: specifier: ^5.1.3 version: 5.3.0 @@ -13882,6 +13885,10 @@ packages: - supports-color dev: true + /http-status-codes@2.3.0: + resolution: {integrity: sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==} + dev: true + /http-terminator@3.2.0: resolution: {integrity: sha512-JLjck1EzPaWjsmIf8bziM3p9fgR1Y3JoUKAkyYEbZmFrIvJM6I8vVJfBGWlEtV9IWOvzNnaTtjuwZeBY2kwB4g==} engines: {node: '>=14'} From 46b05b18db194e0d963a072b7f0de8b0d0e97245 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Tue, 16 Jul 2024 15:29:09 +0200 Subject: [PATCH 17/49] chore: dep fix --- packages/w3c-vc-api/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index c374f38a2..1bca4e059 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -29,7 +29,8 @@ "dotenv-flow": "^3.2.0", "express": "^4.18.2", "short-uuid": "^4.2.2", - "uuid": "^9.0.1" + "uuid": "^9.0.1", + "http-status-codes": "^2.3.0" }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", @@ -69,8 +70,7 @@ "passport": "^0.6.0", "passport-azure-ad": "^4.3.5", "ts-node": "^10.9.1", - "typeorm": "^0.3.20", - "http-status-codes": "^2.3.0" + "typeorm": "^0.3.20" }, "files": [ ".yalc/**/*", From d14f6ccc4deda0239f684c3f754a70c34a64960f Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Tue, 16 Jul 2024 16:06:59 +0200 Subject: [PATCH 18/49] chore: removed http-status-codes again because it needs non-dev dep --- packages/w3c-vc-api/package.json | 3 +-- packages/w3c-vc-api/src/api-functions.ts | 33 ++++++++++++------------ pnpm-lock.yaml | 7 ----- 3 files changed, 17 insertions(+), 26 deletions(-) diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index 1bca4e059..a16493277 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -29,8 +29,7 @@ "dotenv-flow": "^3.2.0", "express": "^4.18.2", "short-uuid": "^4.2.2", - "uuid": "^9.0.1", - "http-status-codes": "^2.3.0" + "uuid": "^9.0.1" }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", diff --git a/packages/w3c-vc-api/src/api-functions.ts b/packages/w3c-vc-api/src/api-functions.ts index 7ddee25c8..b44e095a2 100644 --- a/packages/w3c-vc-api/src/api-functions.ts +++ b/packages/w3c-vc-api/src/api-functions.ts @@ -7,7 +7,6 @@ import { v4 } from 'uuid' import { IIssueCredentialEndpointOpts, IRequiredContext, IVCAPIIssueOpts, IVerifyCredentialEndpointOpts } from './types' import Debug from 'debug' import { DocumentType, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.credential-store' -import { StatusCodes } from 'http-status-codes' import { CredentialRole } from '@sphereon/ssi-sdk.data-store' const debug = Debug('sphereon:ssi-sdk:w3c-vc-api') export function issueCredentialEndpoint(router: Router, context: IRequiredContext, opts?: IIssueCredentialEndpointOpts) { @@ -60,12 +59,12 @@ export function getCredentialsEndpoint(router: Router, context: IRequiredContext try { const credentialRole = (request.query.credentialRole as CredentialRole) || CredentialRole.HOLDER if (!Object.values(CredentialRole).includes(credentialRole)) { - return sendErrorResponse(response, StatusCodes.BAD_REQUEST, `Invalid credentialRole: ${credentialRole}`) + return sendErrorResponse(response, 400, `Invalid credentialRole: ${credentialRole}`) } const documentType = (request.query.documentType as DocumentType) || DocumentType.VC if (!Object.values(DocumentType).includes(documentType)) { - return sendErrorResponse(response, StatusCodes.BAD_REQUEST, `Invalid documentType: ${documentType}`) + return sendErrorResponse(response, 400, `Invalid documentType: ${documentType}`) } const filter: FindDigitalCredentialArgs = [ @@ -75,10 +74,10 @@ export function getCredentialsEndpoint(router: Router, context: IRequiredContext }, ] const uniqueVCs = await context.agent.crsGetUniqueCredentials({ filter }) - response.statusCode = StatusCodes.ACCEPTED + response.statusCode = 202 return response.send(uniqueVCs.map((uVC) => uVC.uniformVerifiableCredential)) } catch (e) { - return sendErrorResponse(response, StatusCodes.INTERNAL_SERVER_ERROR, e.message as string, e) + return sendErrorResponse(response, 500, e.message as string, e) } }) } @@ -93,11 +92,11 @@ export function getCredentialEndpoint(router: Router, context: IRequiredContext, try { const id = request.params.id if (!id) { - return sendErrorResponse(response, StatusCodes.BAD_REQUEST, 'no id provided') + return sendErrorResponse(response, 400, 'no id provided') } const credentialRole = (request.query.credentialRole as CredentialRole) || CredentialRole.HOLDER if (!Object.values(CredentialRole).includes(credentialRole)) { - return sendErrorResponse(response, StatusCodes.BAD_REQUEST, `Invalid credentialRole: ${credentialRole}`) + return sendErrorResponse(response, 400, `Invalid credentialRole: ${credentialRole}`) } const vcInfo = await context.agent.crsGetUniqueCredentialByIdOrHash({ @@ -105,12 +104,12 @@ export function getCredentialEndpoint(router: Router, context: IRequiredContext, idOrHash: id, }) if (!vcInfo) { - return sendErrorResponse(response, StatusCodes.FORBIDDEN, `id ${id} not found`) + return sendErrorResponse(response, 403, `id ${id} not found`) } - response.statusCode = StatusCodes.OK + response.statusCode = 200 return response.send(vcInfo.uniformVerifiableCredential) } catch (e) { - return sendErrorResponse(response, StatusCodes.INTERNAL_SERVER_ERROR, e.message as string, e) + return sendErrorResponse(response, 500, e.message as string, e) } }) } @@ -153,14 +152,14 @@ export function deleteCredentialEndpoint(router: Router, context: IRequiredConte try { const id = request.params.id if (!id) { - return sendErrorResponse(response, StatusCodes.BAD_REQUEST, 'no id provided') + return sendErrorResponse(response, 400, 'no id provided') } const credentialRole = request.query.credentialRole as CredentialRole if (credentialRole === undefined) { - return sendErrorResponse(response, StatusCodes.BAD_REQUEST, 'credentialRole query parameter is missing') + return sendErrorResponse(response, 400, 'credentialRole query parameter is missing') } if (!Object.values(CredentialRole).includes(credentialRole)) { - return sendErrorResponse(response, StatusCodes.BAD_REQUEST, `Invalid credentialRole: ${credentialRole}`) + return sendErrorResponse(response, 400, `Invalid credentialRole: ${credentialRole}`) } const vcInfo = await context.agent.crsGetUniqueCredentialByIdOrHash({ @@ -168,16 +167,16 @@ export function deleteCredentialEndpoint(router: Router, context: IRequiredConte idOrHash: id, }) if (!vcInfo) { - return sendErrorResponse(response, StatusCodes.NOT_FOUND, `id ${id} not found`) + return sendErrorResponse(response, 404, `id ${id} not found`) } const success = await context.agent.crsDeleteCredentials({ filter: [{ hash: vcInfo.hash }] }) if (success === 0) { - return sendErrorResponse(response, StatusCodes.BAD_REQUEST, `Could not delete Verifiable Credential with id ${id}`) + return sendErrorResponse(response, 400, `Could not delete Verifiable Credential with id ${id}`) } - response.statusCode = StatusCodes.OK + response.statusCode = 200 return response.send() } catch (e) { - return sendErrorResponse(response, StatusCodes.INTERNAL_SERVER_ERROR, e.message as string, e) + return sendErrorResponse(response, 500, e.message as string, e) } }) } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 118d548a5..c6c92d64d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3062,9 +3062,6 @@ importers: did-resolver: specifier: ^4.1.0 version: 4.1.0 - http-status-codes: - specifier: ^2.3.0 - version: 2.3.0 jose: specifier: ^5.1.3 version: 5.3.0 @@ -13885,10 +13882,6 @@ packages: - supports-color dev: true - /http-status-codes@2.3.0: - resolution: {integrity: sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==} - dev: true - /http-terminator@3.2.0: resolution: {integrity: sha512-JLjck1EzPaWjsmIf8bziM3p9fgR1Y3JoUKAkyYEbZmFrIvJM6I8vVJfBGWlEtV9IWOvzNnaTtjuwZeBY2kwB4g==} engines: {node: '>=14'} From b836ca1c21307174a3f706234981d98c5dbe0e52 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 24 Jul 2024 02:20:42 +0200 Subject: [PATCH 19/49] fix: Doesn't make sense to always download issuer images, even if we already have it stored. Other stability improvements for image handling --- .../src/agent/IssuanceBranding.ts | 35 +++++++++---------- .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 35 ++++++++++++------- .../src/agent/OID4VCIHolderService.ts | 4 +-- packages/oid4vci-issuer-rest-api/package.json | 1 + packages/ssi-sdk-core/src/utils/image.ts | 29 ++++++++++----- 5 files changed, 62 insertions(+), 42 deletions(-) diff --git a/packages/issuance-branding/src/agent/IssuanceBranding.ts b/packages/issuance-branding/src/agent/IssuanceBranding.ts index 4d666ad1c..6a79796a4 100644 --- a/packages/issuance-branding/src/agent/IssuanceBranding.ts +++ b/packages/issuance-branding/src/agent/IssuanceBranding.ts @@ -62,6 +62,12 @@ export const issuanceBrandingMethods: Array = [ 'ibIssuerLocaleBrandingFrom', ] +const EMPTY_IMAGE_ATTRIBUTES = { + mediaType: undefined, + dataUri: undefined, + dimensions: undefined, +} + /** * {@inheritDoc IIssuanceBranding} */ @@ -291,11 +297,7 @@ export class IssuanceBranding implements IAgentPlugin { ? { ...(await this.getAdditionalImageAttributes(localeBranding.logo)), } - : { - mediaType: undefined, - dataUri: undefined, - dimensions: undefined, - }), + : EMPTY_IMAGE_ATTRIBUTES), }, }), ...(localeBranding.background && { @@ -308,11 +310,7 @@ export class IssuanceBranding implements IAgentPlugin { ? { ...(await this.getAdditionalImageAttributes(localeBranding.background.image)), } - : { - mediaType: undefined, - dataUri: undefined, - dimensions: undefined, - }), + : EMPTY_IMAGE_ATTRIBUTES), }, }), }, @@ -320,17 +318,18 @@ export class IssuanceBranding implements IAgentPlugin { } } - private async getAdditionalImageAttributes(image: IBasicImageAttributes): Promise { + private async getAdditionalImageAttributes(image: IBasicImageAttributes): Promise { if (!image.uri) { - return Promise.reject(Error('Image has no uri')) + debug(`No image URI present, returning empty attributes`) + return EMPTY_IMAGE_ATTRIBUTES } const data_uri_regex: RegExp = /^data:image\/[^;]+;base64,/ if (data_uri_regex.test(image.uri)) { debug('Setting additional image properties for uri', image.uri) const base64Content: string = await this.extractBase64FromDataURI(image.uri) - const dimensions: IImageDimensions = image.dimensions || (await getImageDimensions(base64Content)) - const mediaType: string = image.mediaType || (await this.getDataTypeFromDataURI(image.uri)) + const dimensions: IImageDimensions = image.dimensions ?? (await getImageDimensions(base64Content)) + const mediaType: string = image.mediaType ?? (await this.getDataTypeFromDataURI(image.uri)) return { mediaType, @@ -341,15 +340,15 @@ export class IssuanceBranding implements IAgentPlugin { debug('Setting additional image properties for url', image.uri) const resource: IImageResource | undefined = !image.dataUri ? await downloadImage(image.uri) : undefined const dimensions: IImageDimensions = - image.dimensions || (await getImageDimensions(resource?.base64Content || (await this.extractBase64FromDataURI(image.dataUri!)))) + image.dimensions ?? (await getImageDimensions(resource?.base64Content ?? (await this.extractBase64FromDataURI(image.dataUri!)))) const mediaType: string | undefined = - image.mediaType || - resource?.contentType || + image.mediaType ?? + resource?.contentType ?? (resource?.base64Content ? await getImageMediaType(resource?.base64Content!) : await this.getDataTypeFromDataURI(image.uri)) return { mediaType, - dataUri: image.dataUri || `data:${mediaType};base64,${resource!.base64Content}`, + dataUri: image.dataUri ?? `data:${mediaType};base64,${resource!.base64Content}`, dimensions, } } diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 4a880e4bc..52f0ee6d9 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -77,7 +77,7 @@ import { getCredentialConfigsSupportedMerged, getIdentifierOpts, getIssuanceOpts, - getIssuerBranding, + getBasicIssuerLocaleBranding, mapCredentialToAccept, selectCredentialLocaleBranding, signatureAlgorithmFromKey, @@ -410,9 +410,9 @@ export class OID4VCIHolder implements IAgentPlugin { // const client = await OpenID4VCIClient.fromState({ state: openID4VCIClientState! }) // TODO see if we need the check openID4VCIClientState defined /*const credentialsSupported = await getCredentialConfigsSupportedBySingleTypeOrId({ - client, - vcFormatPreferences: this.vcFormatPreferences, - })*/ + client, + vcFormatPreferences: this.vcFormatPreferences, + })*/ logger.info(`Credentials supported ${Object.keys(credentialsSupported).join(', ')}`) const credentialSelection: Array = await Promise.all( @@ -667,19 +667,28 @@ export class OID4VCIHolder implements IAgentPlugin { private async oid4vciHolderAddIssuerBranding(args: AddIssuerBrandingArgs, context: RequiredContext): Promise { const { serverMetadata, contact } = args - if (serverMetadata?.credentialIssuerMetadata?.display && contact) { - const issuerBrandings: IBasicIssuerLocaleBranding[] = await getIssuerBranding({ - display: serverMetadata.credentialIssuerMetadata.display, - context, - }) + if (!contact) { + return logger.warning('Missing contact in context, so cannot get issuer branding') + } + + if (serverMetadata?.credentialIssuerMetadata?.display) { const issuerCorrelationId: string = contact.identities .filter((identity) => identity.roles.includes(CredentialRole.ISSUER)) .map((identity) => identity.identifier.correlationId)[0] ?? undefined - if (issuerBrandings && issuerBrandings.length) { - const brandings: IIssuerBranding[] = await context.agent.ibGetIssuerBranding({ filter: [{ issuerCorrelationId }] }) - if (!brandings || !brandings.length) { - await context.agent.ibAddIssuerBranding({ localeBranding: issuerBrandings, issuerCorrelationId }) + + const brandings: IIssuerBranding[] = await context.agent.ibGetIssuerBranding({ filter: [{ issuerCorrelationId }] }) + // todo: Probably wise to look at last updated at and update in case it has been a while + if (!brandings || brandings.length === 0) { + const basicIssuerLocaleBrandings: IBasicIssuerLocaleBranding[] = await getBasicIssuerLocaleBranding({ + display: serverMetadata.credentialIssuerMetadata.display, + context, + }) + if (basicIssuerLocaleBrandings && basicIssuerLocaleBrandings.length > 0) { + await context.agent.ibAddIssuerBranding({ + localeBranding: basicIssuerLocaleBrandings, + issuerCorrelationId, + }) } } } diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts index eaf8a1f54..9ec428476 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts @@ -88,10 +88,10 @@ export const getCredentialBranding = async (args: GetCredentialBrandingArgs): Pr return credentialBranding } -export const getIssuerBranding = async (args: GetIssuerBrandingArgs): Promise> => { +export const getBasicIssuerLocaleBranding = async (args: GetIssuerBrandingArgs): Promise> => { const { display, context } = args return await Promise.all( - (display ?? []).map(async (displayItem: MetadataDisplay): Promise => { + display.map(async (displayItem: MetadataDisplay): Promise => { const branding = await issuerLocaleBrandingFrom(displayItem) return context.agent.ibIssuerLocaleBrandingFrom({ localeBranding: branding }) }), diff --git a/packages/oid4vci-issuer-rest-api/package.json b/packages/oid4vci-issuer-rest-api/package.json index da3ce73c4..f10285847 100644 --- a/packages/oid4vci-issuer-rest-api/package.json +++ b/packages/oid4vci-issuer-rest-api/package.json @@ -21,6 +21,7 @@ "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", + "awesome-qr": "^2.1.5-rc.0", "body-parser": "^1.20.2", "cookie-parser": "^1.4.6", "cors": "^2.8.5", diff --git a/packages/ssi-sdk-core/src/utils/image.ts b/packages/ssi-sdk-core/src/utils/image.ts index ee9b5a0b4..0065224dc 100644 --- a/packages/ssi-sdk-core/src/utils/image.ts +++ b/packages/ssi-sdk-core/src/utils/image.ts @@ -1,8 +1,10 @@ +import { Loggers } from '@sphereon/ssi-types' import fetch from 'cross-fetch' import { imageSize } from 'image-size' import { IImageDimensions, IImageResource } from '../types' import * as u8a from 'uint8arrays' +const logger = Loggers.DEFAULT.get('sphereon:core') type SizeCalculationResult = { width?: number height?: number @@ -72,17 +74,26 @@ export const getImageDimensions = async (value: string | Uint8Array): Promise => { - const response: Response = await fetch(url) - if (!response.ok) { - return Promise.reject(Error(`Failed to download resource. Status: ${response.status} ${response.statusText}`)) +export const downloadImage = async (url: string): Promise => { + if (!url) { + logger.warning(`Could not download image when nu url is provided`) + return } + try { + const response: Response = await fetch(url) + if (!response.ok) { + logger.error(`Could not download image ${url}. Status: ${response.status} ${response.statusText}`) + } - const contentType: string | null = response.headers.get('Content-Type') - const base64Content: string = Buffer.from(await response.arrayBuffer()).toString('base64') + const contentType: string | null = response.headers.get('Content-Type') + const base64Content: string = Buffer.from(await response.arrayBuffer()).toString('base64') - return { - base64Content, - contentType: contentType || undefined, + return { + base64Content, + contentType: contentType || undefined, + } + } catch (e) { + logger.error(`Could not download image ${url}`, e) + return undefined } } From 34106f6d98c9f4bb03f082d114ddf434403a207f Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 24 Jul 2024 02:21:36 +0200 Subject: [PATCH 20/49] chore: updated lock --- pnpm-lock.yaml | 77 +++++++++++++++++++++++++++++++++++++------------- 1 file changed, 58 insertions(+), 19 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 62db80f17..83b6f89ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -914,7 +914,7 @@ importers: version: 0.14.0 '@sphereon/oid4vci-issuer': specifier: 0.14.0 - version: 0.14.0 + version: 0.14.0(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.0 version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) @@ -972,10 +972,10 @@ importers: version: 0.14.0 '@sphereon/oid4vci-issuer': specifier: 0.14.0 - version: 0.14.0 + version: 0.14.0(awesome-qr@2.1.5-rc.0) '@sphereon/oid4vci-issuer-server': specifier: 0.14.0 - version: 0.14.0 + version: 0.14.0(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-express-support': specifier: workspace:* version: link:../ssi-express-support @@ -997,6 +997,9 @@ importers: '@veramo/credential-w3c': specifier: 4.2.0 version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + awesome-qr: + specifier: ^2.1.5-rc.0 + version: 2.1.5-rc.0 body-parser: specifier: ^1.20.2 version: 1.20.2 @@ -6206,8 +6209,6 @@ packages: transitivePeerDependencies: - encoding - supports-color - dev: true - optional: true /@mattrglobal/bbs-signatures@1.3.1: resolution: {integrity: sha512-syZGkapPpktD2el4lPTCQRw/LSia6/NwBS83hzCKu4dTlaJRO636qo5NCiiQb+iBYWyZQQEzN0jdRik8N9EUGA==} @@ -7702,12 +7703,12 @@ packages: transitivePeerDependencies: - encoding - /@sphereon/oid4vci-issuer-server@0.14.0: + /@sphereon/oid4vci-issuer-server@0.14.0(awesome-qr@2.1.5-rc.0): resolution: {integrity: sha512-pnPTyNm7x7aP88TSxa3bq0TQBeE4SQOUA/ENwAZks5/M+CZu2U1zCBNbrskc0RtaHx7q6wS16LRbwPpIZNqiGA==} engines: {node: '>=18'} dependencies: '@sphereon/oid4vci-common': 0.14.0 - '@sphereon/oid4vci-issuer': 0.14.0 + '@sphereon/oid4vci-issuer': 0.14.0(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-express-support': 0.26.1-next.6 '@sphereon/ssi-types': link:packages/ssi-types body-parser: 1.20.2 @@ -7727,7 +7728,7 @@ packages: - supports-color dev: false - /@sphereon/oid4vci-issuer@0.14.0: + /@sphereon/oid4vci-issuer@0.14.0(awesome-qr@2.1.5-rc.0): resolution: {integrity: sha512-GImbDB/yesPK7iAD575J1ZNF8bjs4DinrMuLFfXqFPzLeJeyYZf8NgqG0W7KHtS37njNtchGsuGnammHFJl5ZA==} engines: {node: '>=18'} peerDependencies: @@ -7738,6 +7739,7 @@ packages: dependencies: '@sphereon/oid4vci-common': 0.14.0 '@sphereon/ssi-types': link:packages/ssi-types + awesome-qr: 2.1.5-rc.0 uuid: 9.0.1 transitivePeerDependencies: - encoding @@ -9900,7 +9902,6 @@ packages: /abbrev@1.1.1: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} requiresBuild: true - optional: true /abbrev@2.0.0: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} @@ -10169,8 +10170,6 @@ packages: dependencies: delegates: 1.0.0 readable-stream: 3.6.2 - dev: true - optional: true /are-we-there-yet@3.0.1: resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} @@ -10395,6 +10394,17 @@ packages: resolution: {integrity: sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==} dev: false + /awesome-qr@2.1.5-rc.0: + resolution: {integrity: sha512-nRxvKuJxoxdOIStb79bElh52YPI+Cbu/UewgLjVSpXJvxwIZQjcvZgrCjXPe3jSl2i6mz3foxA6xgzLf8NQy+Q==} + dependencies: + buffer: 6.0.3 + canvas: 2.11.2 + js-binary-schema-parser: 2.0.3 + transitivePeerDependencies: + - encoding + - supports-color + dev: false + /axios@0.21.4(debug@4.3.5): resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} dependencies: @@ -10994,6 +11004,19 @@ packages: /canonicalize@2.0.0: resolution: {integrity: sha512-ulDEYPv7asdKvqahuAY35c1selLdzDwHqugK92hfkzvlDCwXRRelDkR+Er33md/PtnpqHemgkuDPanZ4fiYZ8w==} + /canvas@2.11.2: + resolution: {integrity: sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==} + engines: {node: '>=6'} + requiresBuild: true + dependencies: + '@mapbox/node-pre-gyp': 1.0.11 + nan: 2.20.0 + simple-get: 3.1.1 + transitivePeerDependencies: + - encoding + - supports-color + dev: false + /cardinal@2.1.1: resolution: {integrity: sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==} hasBin: true @@ -11940,6 +11963,13 @@ packages: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} dev: true + /decompress-response@4.2.1: + resolution: {integrity: sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==} + engines: {node: '>=8'} + dependencies: + mimic-response: 2.1.0 + dev: false + /decompress-response@6.0.0: resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} engines: {node: '>=10'} @@ -12047,7 +12077,6 @@ packages: /delegates@1.0.0: resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} requiresBuild: true - optional: true /delimit-stream@0.1.0: resolution: {integrity: sha512-a02fiQ7poS5CnjiJBAsjGLPp5EwVoGHNeu9sziBd9huppRfsAFIpv5zNLv0V1gbop53ilngAf5Kf331AwcoRBQ==} @@ -13568,8 +13597,6 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 wide-align: 1.1.5 - dev: true - optional: true /gauge@4.0.4: resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} @@ -15681,6 +15708,10 @@ packages: /js-base64@3.7.7: resolution: {integrity: sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw==} + /js-binary-schema-parser@2.0.3: + resolution: {integrity: sha512-xezGJmOb4lk/M1ZZLTR/jaBHQ4gG/lqQnJqdIv4721DMggsa1bDVlHXNeHYogaIEHD9vCRv0fcL4hMA+Coarkg==} + dev: false + /js-sha256@0.9.0: resolution: {integrity: sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==} dev: true @@ -16502,8 +16533,6 @@ packages: requiresBuild: true dependencies: semver: 6.3.1 - dev: true - optional: true /make-dir@4.0.0: resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} @@ -16910,6 +16939,11 @@ packages: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} + /mimic-response@2.1.0: + resolution: {integrity: sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==} + engines: {node: '>=8'} + dev: false + /mimic-response@3.1.0: resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} engines: {node: '>=10'} @@ -17443,7 +17477,6 @@ packages: requiresBuild: true dependencies: abbrev: 1.1.1 - optional: true /nopt@7.2.1: resolution: {integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==} @@ -17647,8 +17680,6 @@ packages: console-control-strings: 1.1.0 gauge: 3.0.2 set-blocking: 2.0.0 - dev: true - optional: true /npmlog@6.0.2: resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} @@ -19552,6 +19583,14 @@ packages: /simple-concat@1.0.1: resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} + /simple-get@3.1.1: + resolution: {integrity: sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==} + dependencies: + decompress-response: 4.2.1 + once: 1.4.0 + simple-concat: 1.0.1 + dev: false + /simple-get@4.0.1: resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} dependencies: From be4a9c79791487f4492b6006040cc03d4d2da280 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 24 Jul 2024 02:32:10 +0200 Subject: [PATCH 21/49] chore: updated versions --- lerna.json | 2 +- package.json | 2 +- packages/agent-config/package.json | 2 +- packages/contact-manager-rest-api/package.json | 2 +- packages/contact-manager/package.json | 2 +- packages/data-store/package.json | 2 +- packages/dev/package.json | 2 +- packages/ebsi-support/package.json | 2 +- packages/event-logger/package.json | 2 +- packages/issuance-branding/package.json | 2 +- packages/issuance-branding/src/agent/IssuanceBranding.ts | 1 + packages/kv-store/package.json | 2 +- packages/ms-authenticator/package.json | 2 +- packages/ms-request-api/package.json | 2 +- packages/oid4vci-holder/package.json | 2 +- packages/oid4vci-issuer-rest-api/package.json | 2 +- packages/oid4vci-issuer-rest-client/package.json | 2 +- packages/oid4vci-issuer-store/package.json | 2 +- packages/oid4vci-issuer/package.json | 2 +- packages/pd-manager-rest-api/package.json | 2 +- packages/pd-manager/package.json | 2 +- packages/presentation-exchange/package.json | 2 +- packages/public-key-hosting/package.json | 2 +- packages/qr-code-generator/package.json | 2 +- packages/remote-server-rest-api/package.json | 2 +- packages/sd-jwt/package.json | 2 +- packages/siopv2-oid4vp-common/package.json | 2 +- packages/siopv2-oid4vp-op-auth/package.json | 2 +- packages/siopv2-oid4vp-rp-auth/package.json | 2 +- packages/siopv2-oid4vp-rp-rest-api/package.json | 2 +- packages/siopv2-oid4vp-rp-rest-client/package.json | 2 +- packages/ssi-express-support/package.json | 2 +- packages/ssi-sdk-core/package.json | 2 +- packages/ssi-types/package.json | 2 +- packages/uni-resolver-registrar-api/package.json | 2 +- packages/vc-handler-ld-local/package.json | 2 +- packages/vc-status-list-issuer-drivers/package.json | 2 +- packages/vc-status-list-issuer-rest-api/package.json | 2 +- packages/vc-status-list/package.json | 2 +- packages/w3c-vc-api-issuer-rest-client/package.json | 2 +- packages/w3c-vc-api-verifier-rest-client/package.json | 2 +- packages/w3c-vc-api/package.json | 2 +- packages/web3-provider-headless/package.json | 2 +- packages/wellknown-did-issuer/package.json | 2 +- packages/wellknown-did-verifier/package.json | 2 +- packages/xstate-persistence/package.json | 2 +- 46 files changed, 46 insertions(+), 45 deletions(-) diff --git a/lerna.json b/lerna.json index 69a243103..8c9863eac 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.27.0", + "version": "0.28.0", "npmClient": "pnpm", "command": { "version": { diff --git a/package.json b/package.json index df62da0f0..1a9cab050 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/sphereon-sdk.workspace", "private": true, - "version": "0.24.0", + "version": "0.28.0", "description": "Sphereon SSI SDK (Workspace)", "repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git", "author": "Sphereon ", diff --git a/packages/agent-config/package.json b/packages/agent-config/package.json index 516c171fa..f7fc2a4a1 100644 --- a/packages/agent-config/package.json +++ b/packages/agent-config/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.agent-config", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/contact-manager-rest-api/package.json b/packages/contact-manager-rest-api/package.json index b381ba866..783bdfa60 100644 --- a/packages/contact-manager-rest-api/package.json +++ b/packages/contact-manager-rest-api/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.contact-manager-rest-api", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/contact-manager/package.json b/packages/contact-manager/package.json index e257554cc..b259bd259 100644 --- a/packages/contact-manager/package.json +++ b/packages/contact-manager/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.contact-manager", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/data-store/package.json b/packages/data-store/package.json index 1d225f2d8..aa5ec3740 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.data-store", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/dev/package.json b/packages/dev/package.json index fdee381af..f920857cc 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.dev", - "version": "0.27.0", + "version": "0.28.0", "source": "lib/index.ts", "exports": { ".": { diff --git a/packages/ebsi-support/package.json b/packages/ebsi-support/package.json index a206e3681..383717f46 100644 --- a/packages/ebsi-support/package.json +++ b/packages/ebsi-support/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.ebsi-support", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/event-logger/package.json b/packages/event-logger/package.json index 1557dba84..dd1a7c2e2 100644 --- a/packages/event-logger/package.json +++ b/packages/event-logger/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.event-logger", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/issuance-branding/package.json b/packages/issuance-branding/package.json index a06e475bf..b52a3d736 100644 --- a/packages/issuance-branding/package.json +++ b/packages/issuance-branding/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.issuance-branding", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/issuance-branding/src/agent/IssuanceBranding.ts b/packages/issuance-branding/src/agent/IssuanceBranding.ts index 6a79796a4..5dd0629de 100644 --- a/packages/issuance-branding/src/agent/IssuanceBranding.ts +++ b/packages/issuance-branding/src/agent/IssuanceBranding.ts @@ -285,6 +285,7 @@ export class IssuanceBranding implements IAgentPlugin { return this.setAdditionalImageAttributes(args.localeBranding) } + // todo: We really should add a cache for urls. We now fetch the same images multiple times in case the logo/background image is the same for multiple locales. private async setAdditionalImageAttributes( localeBranding: IBasicIssuerLocaleBranding | IBasicCredentialLocaleBranding, ): Promise { diff --git a/packages/kv-store/package.json b/packages/kv-store/package.json index e10b3e6a9..bcd65e384 100644 --- a/packages/kv-store/package.json +++ b/packages/kv-store/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk.kv-store-temp", "description": "Key Value Store plugin", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ms-authenticator/package.json b/packages/ms-authenticator/package.json index 31870f3e2..5830d8c19 100644 --- a/packages/ms-authenticator/package.json +++ b/packages/ms-authenticator/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.ms-authenticator", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ms-request-api/package.json b/packages/ms-request-api/package.json index e17ffa6db..f62635360 100644 --- a/packages/ms-request-api/package.json +++ b/packages/ms-request-api/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.ms-request-api", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/oid4vci-holder/package.json b/packages/oid4vci-holder/package.json index e8a3e9094..d286bd2db 100644 --- a/packages/oid4vci-holder/package.json +++ b/packages/oid4vci-holder/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.oid4vci-holder", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/oid4vci-issuer-rest-api/package.json b/packages/oid4vci-issuer-rest-api/package.json index f10285847..f157b10c7 100644 --- a/packages/oid4vci-issuer-rest-api/package.json +++ b/packages/oid4vci-issuer-rest-api/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.oid4vci-issuer-rest-api", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/oid4vci-issuer-rest-client/package.json b/packages/oid4vci-issuer-rest-client/package.json index 81a365e42..f6fc2526f 100644 --- a/packages/oid4vci-issuer-rest-client/package.json +++ b/packages/oid4vci-issuer-rest-client/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk.oid4vci-issuer-rest-client", "description": "contains the client side to call REST endpoints of a Verifiable Credential Issuer", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/oid4vci-issuer-store/package.json b/packages/oid4vci-issuer-store/package.json index 477fef43c..c8fb80c82 100644 --- a/packages/oid4vci-issuer-store/package.json +++ b/packages/oid4vci-issuer-store/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.oid4vci-issuer-store", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/oid4vci-issuer/package.json b/packages/oid4vci-issuer/package.json index 8e32f5623..cc3b84220 100644 --- a/packages/oid4vci-issuer/package.json +++ b/packages/oid4vci-issuer/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.oid4vci-issuer", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/pd-manager-rest-api/package.json b/packages/pd-manager-rest-api/package.json index 7dbae4581..9c233d278 100644 --- a/packages/pd-manager-rest-api/package.json +++ b/packages/pd-manager-rest-api/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.pd-manager-rest-api", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/pd-manager/package.json b/packages/pd-manager/package.json index d7b362f93..623bbd216 100644 --- a/packages/pd-manager/package.json +++ b/packages/pd-manager/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.pd-manager", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index 06c8796df..8b75d4e9d 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.presentation-exchange", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/public-key-hosting/package.json b/packages/public-key-hosting/package.json index 6a4fc6535..bfbe3e780 100644 --- a/packages/public-key-hosting/package.json +++ b/packages/public-key-hosting/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.public-key-hosting", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/qr-code-generator/package.json b/packages/qr-code-generator/package.json index 9f2d0fedb..308f9a71f 100644 --- a/packages/qr-code-generator/package.json +++ b/packages/qr-code-generator/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.qr-code-generator", - "version": "0.27.0", + "version": "0.28.0", "description": "QR Code provider (react)", "source": "src/index.ts", "main": "dist/index.js", diff --git a/packages/remote-server-rest-api/package.json b/packages/remote-server-rest-api/package.json index 2e8316d5d..e4292578a 100644 --- a/packages/remote-server-rest-api/package.json +++ b/packages/remote-server-rest-api/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.remote-server-rest-api", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/sd-jwt/package.json b/packages/sd-jwt/package.json index 44f8097f9..c98308414 100644 --- a/packages/sd-jwt/package.json +++ b/packages/sd-jwt/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.sd-jwt", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/siopv2-oid4vp-common/package.json b/packages/siopv2-oid4vp-common/package.json index 360e9711a..91d9e42f5 100644 --- a/packages/siopv2-oid4vp-common/package.json +++ b/packages/siopv2-oid4vp-common/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.siopv2-oid4vp-common", - "version": "0.27.0", + "version": "0.28.0", "description": "Common SIOPv2 and OID4VP types between modules", "source": "src/index.ts", "main": "dist/index.js", diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index bd0a4b0aa..d0d6fb738 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.siopv2-oid4vp-op-auth", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/siopv2-oid4vp-rp-auth/package.json b/packages/siopv2-oid4vp-rp-auth/package.json index 71a31b07d..7a87f1194 100644 --- a/packages/siopv2-oid4vp-rp-auth/package.json +++ b/packages/siopv2-oid4vp-rp-auth/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.siopv2-oid4vp-rp-auth", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/siopv2-oid4vp-rp-rest-api/package.json b/packages/siopv2-oid4vp-rp-rest-api/package.json index b1cab908c..86084e6f5 100644 --- a/packages/siopv2-oid4vp-rp-rest-api/package.json +++ b/packages/siopv2-oid4vp-rp-rest-api/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.siopv2-oid4vp-rp-rest-api", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/siopv2-oid4vp-rp-rest-client/package.json b/packages/siopv2-oid4vp-rp-rest-client/package.json index 14f07a2d4..5cc822bdc 100644 --- a/packages/siopv2-oid4vp-rp-rest-client/package.json +++ b/packages/siopv2-oid4vp-rp-rest-client/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk.siopv2-oid4vp-rp-rest-client", "description": "contains the client side to call REST endpoints of relying party", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ssi-express-support/package.json b/packages/ssi-express-support/package.json index 868f7bb00..ba90ce6a3 100644 --- a/packages/ssi-express-support/package.json +++ b/packages/ssi-express-support/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-express-support", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ssi-sdk-core/package.json b/packages/ssi-sdk-core/package.json index eeab3cf05..be4fe1234 100644 --- a/packages/ssi-sdk-core/package.json +++ b/packages/ssi-sdk-core/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk.core", "description": "SSI SDK Core & Interfaces", - "version": "0.27.0", + "version": "0.28.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/ssi-types/package.json b/packages/ssi-types/package.json index a3e28cf7f..522499f68 100644 --- a/packages/ssi-types/package.json +++ b/packages/ssi-types/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-types", "description": "SSI Common Types", - "version": "0.27.0", + "version": "0.28.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/uni-resolver-registrar-api/package.json b/packages/uni-resolver-registrar-api/package.json index b713f6797..2e03e3996 100644 --- a/packages/uni-resolver-registrar-api/package.json +++ b/packages/uni-resolver-registrar-api/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.uni-resolver-registrar-api", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/vc-handler-ld-local/package.json b/packages/vc-handler-ld-local/package.json index 4b7a1e1a2..361bca79a 100644 --- a/packages/vc-handler-ld-local/package.json +++ b/packages/vc-handler-ld-local/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.vc-handler-ld-local", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/vc-status-list-issuer-drivers/package.json b/packages/vc-status-list-issuer-drivers/package.json index 3817cfd5f..c9df6974f 100644 --- a/packages/vc-status-list-issuer-drivers/package.json +++ b/packages/vc-status-list-issuer-drivers/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk.vc-status-list-issuer-drivers", "description": "Sphereon SSI-SDK plugin for Status List management, like StatusList2021. Issuer drivers module", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/vc-status-list-issuer-rest-api/package.json b/packages/vc-status-list-issuer-rest-api/package.json index 033a8f2dc..4c8907bc2 100644 --- a/packages/vc-status-list-issuer-rest-api/package.json +++ b/packages/vc-status-list-issuer-rest-api/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk.vc-status-list-issuer-rest-api", "description": "Sphereon SSI-SDK plugin for Status List management, like StatusList2021. Issuer drivers module", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/vc-status-list/package.json b/packages/vc-status-list/package.json index e98fc6957..f1366a9a6 100644 --- a/packages/vc-status-list/package.json +++ b/packages/vc-status-list/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ssi-sdk.vc-status-list", "description": "Sphereon SSI-SDK plugin for Status List management, like StatusList2021.", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/w3c-vc-api-issuer-rest-client/package.json b/packages/w3c-vc-api-issuer-rest-client/package.json index 6d98ec17d..39d1add86 100644 --- a/packages/w3c-vc-api-issuer-rest-client/package.json +++ b/packages/w3c-vc-api-issuer-rest-client/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.w3c-vc-api-issuer-rest-client", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/w3c-vc-api-verifier-rest-client/package.json b/packages/w3c-vc-api-verifier-rest-client/package.json index 7952e3e42..dbe0b4e19 100644 --- a/packages/w3c-vc-api-verifier-rest-client/package.json +++ b/packages/w3c-vc-api-verifier-rest-client/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.w3c-vc-api-verifier-rest-client", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index 43750dcf2..6d6b55ce8 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.w3c-vc-api", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/web3-provider-headless/package.json b/packages/web3-provider-headless/package.json index 2bcbd1460..53b64260d 100644 --- a/packages/web3-provider-headless/package.json +++ b/packages/web3-provider-headless/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk-web3.headless-provider", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/wellknown-did-issuer/package.json b/packages/wellknown-did-issuer/package.json index a7bf2ab11..67209947a 100644 --- a/packages/wellknown-did-issuer/package.json +++ b/packages/wellknown-did-issuer/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.wellknown-did-issuer", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/wellknown-did-verifier/package.json b/packages/wellknown-did-verifier/package.json index 116067dc1..a5322adea 100644 --- a/packages/wellknown-did-verifier/package.json +++ b/packages/wellknown-did-verifier/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.wellknown-did-verifier", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/xstate-persistence/package.json b/packages/xstate-persistence/package.json index ab2e99465..65103263e 100644 --- a/packages/xstate-persistence/package.json +++ b/packages/xstate-persistence/package.json @@ -1,6 +1,6 @@ { "name": "@sphereon/ssi-sdk.xstate-machine-persistence", - "version": "0.27.0", + "version": "0.28.0", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", From e969b97b387e62e2def5a0bac655f1fe5c7100a7 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 24 Jul 2024 23:14:13 +0200 Subject: [PATCH 22/49] feat: update to new keyRefs instead of kids --- package.json | 2 +- .../contact-manager-rest-api/package.json | 4 +- packages/data-store/package.json | 4 +- packages/ebsi-support/package.json | 12 +- .../functions/AttestationHeadlessCallbacks.ts | 2 +- packages/oid4vci-holder/package.json | 4 +- .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 6 +- .../src/agent/OID4VCIHolderService.ts | 2 +- packages/oid4vci-issuer-rest-api/package.json | 8 +- .../src/OID4VCIRestAPI.ts | 2 +- packages/oid4vci-issuer-store/package.json | 2 +- packages/oid4vci-issuer/package.json | 2 +- packages/oid4vci-issuer/src/functions.ts | 17 +- packages/pd-manager/package.json | 2 +- packages/presentation-exchange/package.json | 4 +- .../presentation-exchange/src/functions.ts | 10 +- packages/public-key-hosting/package.json | 10 +- packages/sd-jwt/package.json | 10 +- packages/sd-jwt/src/action-handler.ts | 2 +- packages/siopv2-oid4vp-op-auth/package.json | 6 +- .../src/services/Siopv2MachineService.ts | 11 +- .../src/session/OpSession.ts | 4 +- .../src/session/functions.ts | 11 +- .../src/types/IDidAuthSiopOpAuthenticator.ts | 2 +- packages/siopv2-oid4vp-rp-auth/package.json | 4 +- .../siopv2-oid4vp-rp-auth/src/functions.ts | 33 +- .../siopv2-oid4vp-rp-rest-api/package.json | 4 +- .../uni-resolver-registrar-api/package.json | 10 +- packages/vc-handler-ld-local/package.json | 12 +- .../src/agent/CredentialHandlerLDLocal.ts | 5 +- .../package.json | 2 +- .../package.json | 6 +- packages/vc-status-list/package.json | 2 +- packages/vc-status-list/src/functions.ts | 2 +- packages/w3c-vc-api/package.json | 8 +- packages/web3-provider-headless/package.json | 4 +- packages/xstate-persistence/agent.yml | 4 +- .../src/__tests__/restAgent.test.ts | 2 +- pnpm-lock.yaml | 302 +++++++++--------- 39 files changed, 262 insertions(+), 277 deletions(-) diff --git a/package.json b/package.json index 1a9cab050..8cfb6ef48 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "Apache-2.0", "scripts": { "preinstall": "npx only-allow pnpm", - "build": "rimraf --glob ./packages/*/tsconfig.tsbuildinfo && pnpm build:js && pnpm build:copyfiles && pnpm build:api && pnpm build:schema", + "build": "rimraf --glob ./packages/*/tsconfig.tsbudinfo && pnpm build:js && pnpm build:copyfiles && pnpm build:api && pnpm build:schema", "build:clean": "lerna clean -y && pnpm install && lerna run build:clean --concurrency 1 && pnpm build:copyfiles && pnpm build:schema", "build:js": "pnpm -r --stream build", "build:api": "pnpm -r --stream extract-api", diff --git a/packages/contact-manager-rest-api/package.json b/packages/contact-manager-rest-api/package.json index 783bdfa60..447d4d50c 100644 --- a/packages/contact-manager-rest-api/package.json +++ b/packages/contact-manager-rest-api/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.0", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/data-store/package.json b/packages/data-store/package.json index aa5ec3740..84895a9ce 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -14,8 +14,8 @@ "typeorm-postgres:migration:run": "pnpm run typeorm -- migration:run -c migration-postgres" }, "dependencies": { - "@sphereon/pex": "^4.0.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/pex": "^4.0.1", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", diff --git a/packages/ebsi-support/package.json b/packages/ebsi-support/package.json index 383717f46..e3bb409c2 100644 --- a/packages/ebsi-support/package.json +++ b/packages/ebsi-support/package.json @@ -16,11 +16,11 @@ "dependencies": { "@ethersproject/random": "^5.7.0", "@sphereon/did-auth-siop": "0.6.4", - "@sphereon/pex": "^4.0.0", + "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.oid4vci-holder": "workspace:*", @@ -44,8 +44,8 @@ "@sphereon/oid4vci-client": "0.14.0", "@sphereon/oid4vci-common": "0.14.0", "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.0", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.0", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.public-key-hosting": "workspace:*", diff --git a/packages/ebsi-support/src/functions/AttestationHeadlessCallbacks.ts b/packages/ebsi-support/src/functions/AttestationHeadlessCallbacks.ts index 94cf5e355..144c78282 100644 --- a/packages/ebsi-support/src/functions/AttestationHeadlessCallbacks.ts +++ b/packages/ebsi-support/src/functions/AttestationHeadlessCallbacks.ts @@ -227,7 +227,7 @@ export const authorizationCodeUrlCallback = ( const kid = authReqResult.authKey.meta?.jwkThumbprint ? `${authReqResult.identifier.did}#${authReqResult.authKey.meta.jwkThumbprint}` : authReqResult.authKey.kid - await vpLinkHandler.handle(openidUri, { idOpts: { identifier: authReqResult.identifier, kid } }) + await vpLinkHandler.handle(openidUri, { idOpts: { identifier: authReqResult.identifier, kmsKeyRef: kid } }) } await onOpenAuthorizationUrl(url) } diff --git a/packages/oid4vci-holder/package.json b/packages/oid4vci-holder/package.json index d286bd2db..ef5ecd06d 100644 --- a/packages/oid4vci-holder/package.json +++ b/packages/oid4vci-holder/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/oid4vci-client": "0.14.0", "@sphereon/oid4vci-common": "0.14.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", @@ -32,7 +32,7 @@ "xstate": "^4.38.3" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.0", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", "@types/uuid": "^9.0.8", diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 52f0ee6d9..87e364a0c 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -114,16 +114,16 @@ export function signCallback(client: OpenID4VCIClient, idOpts: IIdentifierOpts, kid = jwt.header.kid } if (!kid) { - kid = idOpts.kid + kid = idOpts.kmsKeyRef } if (kid) { // sync back to id opts - idOpts.kid = kid + idOpts.kmsKeyRef = kid } const identifier = await getIdentifier(idOpts, context) - const key = await getKey(identifier, undefined, context, kid) + const key = await getKey({ identifier, vmRelationship: idOpts.verificationMethodSection, kmsKeyRef: kid }, context) if (key?.meta?.jwkThumbprint && kid === key.publicKeyHex) { kid = key.meta.jwkThumbprint } diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts index 9ec428476..03d7d497e 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts @@ -572,7 +572,7 @@ export const getSigner = async (args: GetSignerArgs): Promise => { const { idOpts, context } = args const identifier = await getIdentifierFromOpts(idOpts, context) - const key = await getKey(identifier, idOpts.verificationMethodSection, context, idOpts.kid) + const key = await getKey({ identifier, vmRelationship: idOpts.verificationMethodSection, kmsKeyRef: idOpts.kmsKeyRef }, context) const algorithm = await signatureAlgorithmFromKey({ key }) return async (data: string | Uint8Array): Promise => { diff --git a/packages/oid4vci-issuer-rest-api/package.json b/packages/oid4vci-issuer-rest-api/package.json index f157b10c7..d4e420001 100644 --- a/packages/oid4vci-issuer-rest-api/package.json +++ b/packages/oid4vci-issuer-rest-api/package.json @@ -36,10 +36,10 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "3.3.3", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.0", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.0", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.0", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.0", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/oid4vci-issuer-rest-api/src/OID4VCIRestAPI.ts b/packages/oid4vci-issuer-rest-api/src/OID4VCIRestAPI.ts index b7ff01fb2..826e7245a 100644 --- a/packages/oid4vci-issuer-rest-api/src/OID4VCIRestAPI.ts +++ b/packages/oid4vci-issuer-rest-api/src/OID4VCIRestAPI.ts @@ -47,7 +47,7 @@ export class OID4VCIRestAPI { iss: opts.endpointOpts.tokenEndpointOpts.accessTokenIssuer ?? instance.metadataOptions.credentialIssuer, didOpts: instance.issuerOptions.didOpts, } - if (!tokenOpts.didOpts.identifierOpts?.kid || tokenOpts.didOpts.identifierOpts?.kid?.startsWith('did:')) { + if (!tokenOpts.didOpts.identifierOpts?.kmsKeyRef || tokenOpts.didOpts.identifierOpts?.kmsKeyRef?.startsWith('did:')) { keyRef = await getAccessTokenKeyRef(tokenOpts, context) } diff --git a/packages/oid4vci-issuer-store/package.json b/packages/oid4vci-issuer-store/package.json index c8fb80c82..c654cb434 100644 --- a/packages/oid4vci-issuer-store/package.json +++ b/packages/oid4vci-issuer-store/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@sphereon/oid4vci-common": "0.14.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", diff --git a/packages/oid4vci-issuer/package.json b/packages/oid4vci-issuer/package.json index cc3b84220..ae478976e 100644 --- a/packages/oid4vci-issuer/package.json +++ b/packages/oid4vci-issuer/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/oid4vci-common": "0.14.0", "@sphereon/oid4vci-issuer": "0.14.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*", diff --git a/packages/oid4vci-issuer/src/functions.ts b/packages/oid4vci-issuer/src/functions.ts index 3ba46b419..7450fbeb6 100644 --- a/packages/oid4vci-issuer/src/functions.ts +++ b/packages/oid4vci-issuer/src/functions.ts @@ -53,12 +53,8 @@ export async function getAccessTokenKeyRef( ) { let keyRef = opts.keyRef ?? - opts.didOpts?.identifierOpts?.kid ?? - (typeof opts.didOpts?.identifierOpts.identifier === 'object' - ? (opts.didOpts?.identifierOpts.identifier as IIdentifier).keys[0].kid - : !!opts.didOpts?.identifierOpts.kid - ? opts.didOpts?.identifierOpts.kid - : undefined) + opts.didOpts?.identifierOpts?.kmsKeyRef ?? + (typeof opts.didOpts?.identifierOpts.identifier === 'object' ? (opts.didOpts?.identifierOpts.identifier as IIdentifier).keys[0].kid : undefined) if (!keyRef) { throw Error('Key ref is needed for access token signer') } @@ -71,14 +67,11 @@ export async function getAccessTokenKeyRef( const identifier = await getIdentifier({ identifier: did }, context) let key: IKey | undefined if (vm) { - key = await getKey(identifier, 'assertionMethod', context, vm) + key = await getKey({ identifier, vmRelationship: 'assertionMethod', kmsKeyRef: vm }, context) keyRef = key?.kid } if (!key) { - key = await getFirstKeyWithRelation({ identifier, vmRelationship: 'assertionMethod', errorOnNotFound: false }, context) - if (!key) { - key = await getFirstKeyWithRelation({ identifier, vmRelationship: 'verificationMethod', errorOnNotFound: true }, context) - } + key = await getFirstKeyWithRelation({ identifier, vmRelationship: 'assertionMethod', offlineWhenNoDIDRegistered: true }, context) keyRef = key?.kid } } @@ -95,7 +88,7 @@ export function getAccessTokenSignerCallback( ) { const signer = (data: string | Uint8Array) => { let dataString, encoding: 'base64' | undefined - const keyRef = opts.keyRef ?? opts?.didOpts?.identifierOpts?.kid + const keyRef = opts.keyRef ?? opts?.didOpts?.identifierOpts?.kmsKeyRef if (!keyRef) { throw Error('Cannot sign access tokens without a key ref') } diff --git a/packages/pd-manager/package.json b/packages/pd-manager/package.json index 623bbd216..ed8f59891 100644 --- a/packages/pd-manager/package.json +++ b/packages/pd-manager/package.json @@ -15,7 +15,7 @@ "generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema" }, "dependencies": { - "@sphereon/pex": "^4.0.0", + "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", "@sphereon/ssi-sdk.data-store": "workspace:*", "cross-fetch": "^3.1.8", diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index 8b75d4e9d..69a4793e4 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -14,9 +14,9 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/pex": "^4.0.0", + "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0" diff --git a/packages/presentation-exchange/src/functions.ts b/packages/presentation-exchange/src/functions.ts index 7f3d7cbb1..ba352e05e 100644 --- a/packages/presentation-exchange/src/functions.ts +++ b/packages/presentation-exchange/src/functions.ts @@ -63,16 +63,20 @@ export async function createPEXPresentationSignCallback( let key: IKey | undefined if (args.skipDidResolution) { - if (!idOpts.kid) { + if (!idOpts.kmsKeyRef) { key = id.keys.find((key) => key.meta?.purpose?.includes(idOpts.verificationMethodSection ?? 'authentication') === true) } if (!key) { key = id.keys.find( - (key) => !idOpts.kid || key.kid === idOpts.kid || key.meta?.jwkThumbprint === idOpts.kid || `${id.did}#${key.kid}` === idOpts.kid, + (key) => + !idOpts.kmsKeyRef || + key.kid === idOpts.kmsKeyRef || + key.meta?.jwkThumbprint === idOpts.kmsKeyRef || + `${id.did}#${key.kid}` === idOpts.kmsKeyRef, ) } } else { - key = await getKey(id, 'authentication', context, idOpts.kid) + key = await getKey({ identifier: id, vmRelationship: 'authentication', kmsKeyRef: idOpts.kmsKeyRef }, context) } if (!key) { diff --git a/packages/public-key-hosting/package.json b/packages/public-key-hosting/package.json index bfbe3e780..9ae53e7bc 100644 --- a/packages/public-key-hosting/package.json +++ b/packages/public-key-hosting/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.0", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.0", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.0", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -32,8 +32,8 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.0", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.0", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/body-parser": "^1.19.5", "@types/cookie-parser": "^1.4.7", diff --git a/packages/sd-jwt/package.json b/packages/sd-jwt/package.json index c98308414..4513cbfba 100644 --- a/packages/sd-jwt/package.json +++ b/packages/sd-jwt/package.json @@ -17,7 +17,7 @@ "dependencies": { "@sd-jwt/core": "^0.6.1", "@sd-jwt/sd-jwt-vc": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@veramo/utils": "4.2.0", "debug": "^4.3.5" }, @@ -25,10 +25,10 @@ "@sd-jwt/decode": "^0.6.1", "@sd-jwt/types": "^0.6.1", "@sd-jwt/utils": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.0", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.0", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.0", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.0", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", "@types/node": "18.15.3", "@veramo/core": "4.2.0", "@veramo/data-store": "4.2.0", diff --git a/packages/sd-jwt/src/action-handler.ts b/packages/sd-jwt/src/action-handler.ts index 417905fdc..13eaed627 100644 --- a/packages/sd-jwt/src/action-handler.ts +++ b/packages/sd-jwt/src/action-handler.ts @@ -79,7 +79,7 @@ export class SDJwtPlugin implements IAgentPlugin { const identifier = await context.agent.didManagerGet({ did: issuer.split('#')[0], }) - const doc = await mapIdentifierKeysToDocWithJwkSupport(identifier, 'assertionMethod', context) + const doc = await mapIdentifierKeysToDocWithJwkSupport({ identifier, vmRelationship: 'assertionMethod' }, context) if (!doc || doc.length === 0) { throw new Error('No key found for signing') } diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index d0d6fb738..fa3c1b471 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -15,9 +15,9 @@ }, "dependencies": { "@sphereon/did-auth-siop": "0.6.4", - "@sphereon/pex": "^4.0.0", + "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", @@ -38,7 +38,7 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.0", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", diff --git a/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts b/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts index ee7c4530e..62ffbe464 100644 --- a/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts +++ b/packages/siopv2-oid4vp-op-auth/src/services/Siopv2MachineService.ts @@ -9,7 +9,7 @@ import { } from '@sphereon/ssi-sdk-ext.did-utils' import { ConnectionType } from '@sphereon/ssi-sdk.data-store' import { IIdentifier } from '@veramo/core' -import { DidAgents, SuitableCredentialAgents } from '../types/identifier' +import { DidAgents, SuitableCredentialAgents } from '../types' import { CredentialMapper, IVerifiableCredential, Loggers, OriginalVerifiableCredential, PresentationSubmission } from '@sphereon/ssi-types' import { LOGGER_NAMESPACE, @@ -132,11 +132,11 @@ export const siopSendAuthorizationResponse = async ( })*/ presentationSubmission = presentationsAndDefs[0].presentationSubmission } - const key = await getKey(identifier, 'authentication', session.context, idOpts?.kid) + const key = await getKey({ identifier, vmRelationship: 'authentication', kmsKeyRef: idOpts?.kmsKeyRef }, session.context) if (!idOpts) { - idOpts = { identifier, kid: determineKid(key, { identifier }) } + idOpts = { identifier, kmsKeyRef: await determineKid({ key, idOpts: { identifier } }, session.context) } } - const determinedKid = idOpts!.kid?.includes('#') ? idOpts.kid : determineKid(key, idOpts) + const determinedKid = idOpts.kmsKeyRef?.includes('#') ? idOpts.kmsKeyRef : await determineKid({ key, idOpts }, session.context) const kid: string = determinedKid.startsWith('did:') ? determinedKid : `${identifier.did}#${determinedKid}` logger.log(`Definitions and locations:`, JSON.stringify(presentationsAndDefs?.[0]?.verifiablePresentation, null, 2)) @@ -145,7 +145,8 @@ export const siopSendAuthorizationResponse = async ( return await session.sendAuthorizationResponse({ ...(presentationsAndDefs && { verifiablePresentations: presentationsAndDefs?.map((pd) => pd.verifiablePresentation) }), ...(presentationSubmission && { presentationSubmission }), - responseSignerOpts: { identifier, kid }, + // todo: Change issuer value in case we do not use identifier. Use key.meta.jwkThumbprint then + responseSignerOpts: { identifier, kmsKeyRef: key.kid, kid, issuer: identifier.did }, }) } diff --git a/packages/siopv2-oid4vp-op-auth/src/session/OpSession.ts b/packages/siopv2-oid4vp-op-auth/src/session/OpSession.ts index 6ca13d4f1..cbc62b1a9 100644 --- a/packages/siopv2-oid4vp-op-auth/src/session/OpSession.ts +++ b/packages/siopv2-oid4vp-op-auth/src/session/OpSession.ts @@ -109,7 +109,7 @@ export class OpSession { let keyType: TKeyType | undefined const agentMethods = (opts.agentMethods ?? this.getAgentDIDMethodsSupported(opts))?.map((method) => convertDidMethod(method, opts.didPrefix)) ?? [] - debug(`agent methods in rp method supported: ${JSON.stringify(agentMethods)}`) + debug(`agent methods supported: ${JSON.stringify(agentMethods)}`) const authReq = await this.getAuthorizationRequest() const subjectSyntaxTypesSupported = authReq.registrationMetadataPayload?.subject_syntax_types_supported?.map((method) => convertDidMethod(method, opts.didPrefix), @@ -257,7 +257,7 @@ export class OpSession { context: this.context, }) - let issuer = args.responseSignerOpts?.identifier ? getDID(args.responseSignerOpts) : undefined + let issuer = args.responseSignerOpts?.issuer ?? (args.responseSignerOpts?.identifier ? getDID(args.responseSignerOpts) : undefined) const responseOpts = { verification, issuer, diff --git a/packages/siopv2-oid4vp-op-auth/src/session/functions.ts b/packages/siopv2-oid4vp-op-auth/src/session/functions.ts index 67c91f128..fbc517f6e 100644 --- a/packages/siopv2-oid4vp-op-auth/src/session/functions.ts +++ b/packages/siopv2-oid4vp-op-auth/src/session/functions.ts @@ -15,7 +15,7 @@ import { createPEXPresentationSignCallback } from '@sphereon/ssi-sdk.presentatio import { IVerifyCallbackArgs, IVerifyCredentialResult } from '@sphereon/wellknown-dids-client' import { TKeyType } from '@veramo/core' import { EventEmitter } from 'events' -import { IOPOptions, IRequiredContext } from '../types/IDidAuthSiopOpAuthenticator' +import { IOPOptions, IRequiredContext } from '../types' export async function createOID4VPPresentationSignCallback({ presentationSignCallback, @@ -49,7 +49,7 @@ export async function createOPBuilder({ context, }: { opOptions: IOPOptions - idOpts?: IIdentifierOpts + idOpts?: IIdentifierOpts & { kid?: string } context: IRequiredContext }): Promise { const eventEmitter = opOptions.eventEmitter ?? new EventEmitter() @@ -90,8 +90,11 @@ export async function createOPBuilder({ builder.withWellknownDIDVerifyCallback(wellknownDIDVerifyCallback) if (idOpts && idOpts.identifier) { - const key = await getKey(await getIdentifier(idOpts, context), idOpts.verificationMethodSection, context, idOpts.kid) - const kid = idOpts.kid?.startsWith('did:') ? idOpts.kid : determineKid(key, idOpts) + const key = await getKey( + { identifier: await getIdentifier(idOpts, context), vmRelationship: idOpts.verificationMethodSection, kmsKeyRef: idOpts.kmsKeyRef }, + context, + ) + const kid = idOpts.kid ?? (idOpts.kmsKeyRef?.startsWith('did:') ? idOpts.kmsKeyRef : await determineKid({ key, idOpts }, context)) builder.withSuppliedSignature( SuppliedSigner(key, context, getSigningAlgo(key.type) as unknown as KeyAlgo), diff --git a/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts b/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts index bcbf223c2..9f5f3d502 100644 --- a/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts +++ b/packages/siopv2-oid4vp-op-auth/src/types/IDidAuthSiopOpAuthenticator.ts @@ -106,7 +106,7 @@ export interface IRemoveCustomApprovalForSiopArgs { } export interface IOpsSendSiopAuthorizationResponseArgs { - responseSignerOpts: IIdentifierOpts + responseSignerOpts: IIdentifierOpts & { issuer?: string; kid?: string } // verifiedAuthorizationRequest: VerifiedAuthorizationRequest presentationSubmission?: PresentationSubmission verifiablePresentations?: W3CVerifiablePresentation[] diff --git a/packages/siopv2-oid4vp-rp-auth/package.json b/packages/siopv2-oid4vp-rp-auth/package.json index 7a87f1194..151894644 100644 --- a/packages/siopv2-oid4vp-rp-auth/package.json +++ b/packages/siopv2-oid4vp-rp-auth/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@sphereon/did-auth-siop": "0.6.4", - "@sphereon/pex": "^4.0.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/pex": "^4.0.1", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.pd-manager": "workspace:*", diff --git a/packages/siopv2-oid4vp-rp-auth/src/functions.ts b/packages/siopv2-oid4vp-rp-auth/src/functions.ts index fd2e934ff..45ab30f41 100644 --- a/packages/siopv2-oid4vp-rp-auth/src/functions.ts +++ b/packages/siopv2-oid4vp-rp-auth/src/functions.ts @@ -23,30 +23,6 @@ import { TKeyType } from '@veramo/core' import { IVerifyCallbackArgs, IVerifyCredentialResult } from '@sphereon/wellknown-dids-client' import { IPresentationDefinition } from '@sphereon/pex' -/* -export async function getPresentationDefinitionStore(pexOptions?: IPEXOptions): Promise | undefined> { - if (pexOptions && pexOptions.definitionId) { - if (!pexOptions.definitionStore) { - // yes the assignment is ugly, but we want an in-memory fallback and it cannot be re-instantiated every time - pexOptions.definitionStore = new KeyValueStore({ - namespace: 'definitions', - store: new Map(), - }) - } - return pexOptions.definitionStore - } - return undefined -} -*/ - -/* -export async function getPresentationDefinition(pexOptions?: IPEXOptions): Promise { - return pexOptions?.definition - /!*const store = await getPresentationDefinitionStore(pexOptions) - return store && pexOptions?.definitionId ? store.get(pexOptions?.definitionId) : undefined*!/ -} -*/ - export function getRequestVersion(rpOptions: IRPOptions): SupportedVersion { if (Array.isArray(rpOptions.supportedVersions) && rpOptions.supportedVersions.length > 0) { return rpOptions.supportedVersions[0] @@ -103,8 +79,13 @@ export async function createRPBuilder(args: { const did = getDID(didOpts.identifierOpts) const didMethods = await getSupportedDIDMethods(didOpts, context) const identifier = await getIdentifier(didOpts.identifierOpts, context) - const key = await getKey(identifier, didOpts.identifierOpts.verificationMethodSection, context, didOpts.identifierOpts.kid) - const kid = didOpts.identifierOpts.kid?.startsWith('did:') ? didOpts.identifierOpts.kid : determineKid(key, didOpts.identifierOpts) + const key = await getKey( + { identifier, vmRelationship: didOpts.identifierOpts.verificationMethodSection, kmsKeyRef: didOpts.identifierOpts.kmsKeyRef }, + context, + ) + const kid = didOpts.identifierOpts.kmsKeyRef?.startsWith('did:') + ? didOpts.identifierOpts.kmsKeyRef + : await determineKid({ key, idOpts: didOpts.identifierOpts }, context) const eventEmitter = rpOpts.eventEmitter ?? new EventEmitter() diff --git a/packages/siopv2-oid4vp-rp-rest-api/package.json b/packages/siopv2-oid4vp-rp-rest-api/package.json index 86084e6f5..13c409bd1 100644 --- a/packages/siopv2-oid4vp-rp-rest-api/package.json +++ b/packages/siopv2-oid4vp-rp-rest-api/package.json @@ -34,9 +34,9 @@ "devDependencies": { "@decentralized-identity/ion-sdk": "^0.6.0", "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/pex": "^4.0.0", + "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.0", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/uni-resolver-registrar-api/package.json b/packages/uni-resolver-registrar-api/package.json index 2e03e3996..defc794ca 100644 --- a/packages/uni-resolver-registrar-api/package.json +++ b/packages/uni-resolver-registrar-api/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.0", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -31,8 +31,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.0", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.0", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/vc-handler-ld-local/package.json b/packages/vc-handler-ld-local/package.json index 361bca79a..f1f600cff 100644 --- a/packages/vc-handler-ld-local/package.json +++ b/packages/vc-handler-ld-local/package.json @@ -24,8 +24,8 @@ "@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0", "@noble/hashes": "1.2.0", "@sphereon/isomorphic-webcrypto": "2.4.1-unstable.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", @@ -57,10 +57,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.0", - "@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.0", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.0", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.0", + "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7", "@types/nock": "^11.1.0", diff --git a/packages/vc-handler-ld-local/src/agent/CredentialHandlerLDLocal.ts b/packages/vc-handler-ld-local/src/agent/CredentialHandlerLDLocal.ts index 621c93219..5be4c76fe 100644 --- a/packages/vc-handler-ld-local/src/agent/CredentialHandlerLDLocal.ts +++ b/packages/vc-handler-ld-local/src/agent/CredentialHandlerLDLocal.ts @@ -264,7 +264,10 @@ export class CredentialHandlerLDLocal implements IAgentPlugin { (await getAgentResolver(context) .resolve(identifier.did) .then((result) => result.didDocument ?? undefined)) - const extendedKeys: _ExtendedIKey[] = await mapIdentifierKeysToDocWithJwkSupport(identifier, 'verificationMethod', context, didDocument) + const extendedKeys: _ExtendedIKey[] = await mapIdentifierKeysToDocWithJwkSupport( + { identifier, vmRelationship: 'verificationMethod', didDocument }, + context, + ) const supportedTypes = this.ldCredentialModule.ldSuiteLoader.getAllSignatureSuiteTypes() let signingKey: _ExtendedIKey | undefined if (keyRef) { diff --git a/packages/vc-status-list-issuer-drivers/package.json b/packages/vc-status-list-issuer-drivers/package.json index c9df6974f..67d18c995 100644 --- a/packages/vc-status-list-issuer-drivers/package.json +++ b/packages/vc-status-list-issuer-drivers/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/vc-status-list-issuer-rest-api/package.json b/packages/vc-status-list-issuer-rest-api/package.json index 4c8907bc2..e11741aa6 100644 --- a/packages/vc-status-list-issuer-rest-api/package.json +++ b/packages/vc-status-list-issuer-rest-api/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-status-list": "workspace:*", @@ -30,8 +30,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.0", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.0", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/vc-status-list/package.json b/packages/vc-status-list/package.json index f1366a9a6..05df3f5df 100644 --- a/packages/vc-status-list/package.json +++ b/packages/vc-status-list/package.json @@ -10,7 +10,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/ssi-sdk-ext.did-utils": "0.23.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", "@sphereon/ssi-types": "workspace:*", "@sphereon/vc-status-list": "7.0.0-next.0", "@veramo/core": "4.2.0", diff --git a/packages/vc-status-list/src/functions.ts b/packages/vc-status-list/src/functions.ts index fba935031..2322882f0 100644 --- a/packages/vc-status-list/src/functions.ts +++ b/packages/vc-status-list/src/functions.ts @@ -293,7 +293,7 @@ export async function statusList2021ToVerifiableCredential( ): Promise { const { issuer, id, type } = getAssertedValues(args) const identifier = await getIdentifier({ identifier: typeof issuer === 'string' ? issuer : issuer.id }, context) - const key = await getKey(identifier, 'assertionMethod', context, args.keyRef) + const key = await getKey({ identifier, vmRelationship: 'assertionMethod', kmsKeyRef: args.keyRef }, context) const keyRef = key.kid const encodedList = getAssertedValue('encodedList', args.encodedList) const statusPurpose = getAssertedValue('statusPurpose', args.statusPurpose) diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index 6d6b55ce8..9c0da56fe 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -32,10 +32,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.0", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.0", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.0", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.0", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/web3-provider-headless/package.json b/packages/web3-provider-headless/package.json index 53b64260d..4db236717 100644 --- a/packages/web3-provider-headless/package.json +++ b/packages/web3-provider-headless/package.json @@ -40,8 +40,8 @@ "web3-validator": "^2.0.6" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.key-manager": "0.23.0", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.0", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", "@types/body-parser": "^1.19.5", "@types/cors": "^2.8.17", "@types/dotenv-flow": "^3.3.3", diff --git a/packages/xstate-persistence/agent.yml b/packages/xstate-persistence/agent.yml index 5c7cc7691..f0db668bb 100644 --- a/packages/xstate-persistence/agent.yml +++ b/packages/xstate-persistence/agent.yml @@ -1,8 +1,8 @@ version: 3.0 constants: - baseUrl: http://localhost:3403 - port: 3403 + baseUrl: http://localhost:6403 + port: 6403 # please use your own X25519 key, this is only an example secretKey: 29739248cad1bd1a0fc4d9b75cd4d2990de535baf5caadfdf8d8f86664aa830c methods: diff --git a/packages/xstate-persistence/src/__tests__/restAgent.test.ts b/packages/xstate-persistence/src/__tests__/restAgent.test.ts index bd0efb426..d6764efd2 100644 --- a/packages/xstate-persistence/src/__tests__/restAgent.test.ts +++ b/packages/xstate-persistence/src/__tests__/restAgent.test.ts @@ -10,7 +10,7 @@ import { createObjects, getConfig } from '@sphereon/ssi-sdk.agent-config' import { IMachineStatePersistence, MachineStatePersistence, MachineStatePersistEventType } from '../index' import xStatePersistenceAgentLogic from './shared/MachineStatePersistenceAgentLogic' -const port = 3403 +const port = 6403 const basePath = '/agent' let serverAgent: IAgent diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 83b6f89ea..19aa2ce76 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -228,11 +228,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -364,11 +364,11 @@ importers: packages/data-store: dependencies: '@sphereon/pex': - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^4.0.1 + version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -468,20 +468,20 @@ importers: specifier: 0.6.4 version: 0.6.4 '@sphereon/pex': - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^4.0.1 + version: 4.0.1 '@sphereon/pex-models': specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-resolver-ebsi': - specifier: 0.23.0 - version: 0.23.0 + specifier: 0.23.1-next.3 + version: 0.23.1-next.3 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -547,11 +547,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -837,8 +837,8 @@ importers: specifier: 0.14.0 version: 0.14.0 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -880,8 +880,8 @@ importers: version: 4.38.3 devDependencies: '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.0 - version: 0.23.0 + specifier: 0.23.1-next.3 + version: 0.23.1-next.3 '@types/i18n-js': specifier: ^3.8.9 version: 3.8.9 @@ -916,8 +916,8 @@ importers: specifier: 0.14.0 version: 0.14.0(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1038,17 +1038,17 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1171,8 +1171,8 @@ importers: specifier: 0.14.0 version: 0.14.0 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -1214,8 +1214,8 @@ importers: packages/pd-manager: dependencies: '@sphereon/pex': - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^4.0.1 + version: 4.0.1 '@sphereon/pex-models': specifier: ^2.2.4 version: 2.2.4 @@ -1381,14 +1381,14 @@ importers: packages/presentation-exchange: dependencies: '@sphereon/pex': - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^4.0.1 + version: 4.0.1 '@sphereon/pex-models': specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1436,14 +1436,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1491,11 +1491,11 @@ importers: version: 9.0.1 devDependencies: '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.0 - version: 0.23.0 + specifier: 0.23.1-next.3 + version: 0.23.1-next.3 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1655,8 +1655,8 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@veramo/utils': specifier: 4.2.0 version: 4.2.0 @@ -1674,17 +1674,17 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.0 - version: 0.23.0 + specifier: 0.23.1-next.3 + version: 0.23.1-next.3 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@types/node': specifier: 18.15.3 version: 18.15.3 @@ -1738,14 +1738,14 @@ importers: specifier: 0.6.4 version: 0.6.4 '@sphereon/pex': - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^4.0.1 + version: 4.0.1 '@sphereon/pex-models': specifier: 2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -1802,8 +1802,8 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.0 - version: 0.23.0 + specifier: 0.23.1-next.3 + version: 0.23.1-next.3 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1844,11 +1844,11 @@ importers: specifier: 0.6.4 version: 0.6.4 '@sphereon/pex': - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^4.0.1 + version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1972,14 +1972,14 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/pex': - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^4.0.1 + version: 4.0.1 '@sphereon/pex-models': specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8) '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2273,14 +2273,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2325,11 +2325,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.0 - version: 0.23.0 + specifier: 0.23.1-next.3 + version: 0.23.1-next.3 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2457,11 +2457,11 @@ importers: specifier: 2.4.1-unstable.0 version: 2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2554,17 +2554,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-key': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.did-provider-lto': - specifier: 0.23.0 - version: 0.23.0(typescript@5.4.2) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(typescript@5.4.2) '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@transmute/lds-ecdsa-secp256k1-recovery2020': specifier: ^0.0.7 version: 0.0.7 @@ -2638,8 +2638,8 @@ importers: packages/vc-status-list: dependencies: '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -2684,8 +2684,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2733,8 +2733,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2779,11 +2779,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.0 - version: 0.23.0 + specifier: 0.23.1-next.3 + version: 0.23.1-next.3 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2921,17 +2921,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.0 - version: 0.23.0 + specifier: 0.23.1-next.3 + version: 0.23.1-next.3 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -3167,11 +3167,11 @@ importers: version: 2.0.6 devDependencies: '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.0 - version: 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.3 + version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@types/body-parser': specifier: ^1.19.5 version: 1.19.5 @@ -7766,8 +7766,8 @@ packages: string.prototype.matchall: 4.0.11 uint8arrays: 3.1.1 - /@sphereon/pex@4.0.0: - resolution: {integrity: sha512-xS3a15StHmMngUeGyG4v5mTvxKHQ6DJIDkDQLSocSTMz5oUC0acOD/Vv+0VoVQ+pWwJEXY4W9FJ9deZTEC36BA==} + /@sphereon/pex@4.0.1: + resolution: {integrity: sha512-3XnX/YJpxR8ueMO+qZLcn14dYFE4OHqi3i1qMLwPo/7jFFLrTb70uDG1++D+MqS7YTwYQbMtJA9KzzWcKTEg4w==} engines: {node: '>=18'} requiresBuild: true dependencies: @@ -7823,12 +7823,12 @@ packages: - supports-color dev: false - /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.0(msrcrypto@1.5.8): - resolution: {integrity: sha512-NhzN+mF/Y7Fasx8d98ctt3oGw/VhW3k4Jj/iZyRK7McCQ+wrUgm6Hjrv2YjG6LtIad0Uw6KU07BjEfLiqSu3xw==} + /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.3(msrcrypto@1.5.8): + resolution: {integrity: sha512-X1KJunPeuNsXkT90+x4+lNehGzIQf9RwGjT3VEzWADKS4f8M1APp5dSFWcSwKfYx5oRPjmye0SRN7Xh6iGlAZA==} dependencies: '@ethersproject/random': 5.7.0 - '@sphereon/ssi-sdk-ext.did-utils': 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-types': link:packages/ssi-types '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -7847,11 +7847,11 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-provider-key@0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-eMoZPy6PTL5GtjbLf69bAgREmN6vrSK3/2M4oAjSdVGTd9kvdD5TCVfaIH/WFphiTeKzLZXFZRmRo4UPi7rGxw==} + /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-ooIgQBmxJh3x+8PPe5YY4eGJgFHogf742IGsTvso0sGQxgH229JoP2q2DE8Q9BKA2NTwckiWZLDuUOA5C5Iz0w==} dependencies: - '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@transmute/did-key-bls12381': 0.3.0-unstable.10 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-manager': 4.2.0 @@ -7871,8 +7871,8 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-provider-lto@0.23.0(typescript@5.4.2): - resolution: {integrity: sha512-PxG20HB72+VGdawqpO7Vl/uZIVLOEoNv+mngplSTMErhkF1S7V/X4TFaSfZciWg/dYoXRVkDqxZNRIj6Hq9sug==} + /@sphereon/ssi-sdk-ext.did-provider-lto@0.23.1-next.3(typescript@5.4.2): + resolution: {integrity: sha512-dxoph+5iXINnbzAKEd4xMfTsPnjbvUrEGhvSUUjLNMLiBns29BVCLc9/nQbOdivWDCgUY7e8I2x6uPJmvzpUdA==} dependencies: '@lto-network/lto-crypto': 1.1.1 '@lto-network/lto-transactions': 1.2.12(debug@4.3.5)(typescript@5.4.2) @@ -7889,8 +7889,8 @@ packages: - typescript dev: true - /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.0: - resolution: {integrity: sha512-YKT64eN8Oab0hj0aheUi5r+MjB+qraUER5LQE1tUuXgkUwIrsBkpGa4hRfwc/Uc13AISfYlJhhhP7th7TvgM+Q==} + /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.3: + resolution: {integrity: sha512-uiqPEe8HiqIJFf81XjAgByVHOU5L0+D5UCOUMMrUOCvoQcZB3IlqOXEGENMLhh7xTLw2ky/ZGcluob2T0cdOMQ==} dependencies: cross-fetch: 3.1.8 did-resolver: 4.1.0 @@ -7899,8 +7899,8 @@ packages: - encoding dev: false - /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.0: - resolution: {integrity: sha512-NHmdP76l8ja1mZs68Dnub+BKxFDBf0fmbmYPqiO80EMTMnSWhZhsQ2WardOif9m/7BuDSqAQNf0c+PjjGGayOQ==} + /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.3: + resolution: {integrity: sha512-sQJ7FbwEd32L6+fBvKjTL/twURUa8/zsdksz8S+ZlrSCRnkDt3T6LX9cUy4z3mhztQFJVxnAsesk+ewHKoR+7A==} dependencies: '@sphereon/ssi-types': link:packages/ssi-types base64url: 3.0.1 @@ -7911,10 +7911,10 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-sPO/xOB11BqVqydLLhtfAZv+irXK4QCLe4Mq+24KAcQoPDONl9U+flmRyxvJQ22x+2dSBFVG9AOzf0KpTzQFWg==} + /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-bYqeIBWyHDSjZnj5huVr3sZPFT8QyOrZN9fPAov7lZMavBoeqY2UhUXV0Txp58EVjN4DTtc6q74tgyEalySZRA==} dependencies: - '@sphereon/ssi-sdk-ext.key-utils': 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@stablelib/ed25519': 1.0.3 bigint-mod-arith: 3.3.1 did-resolver: 4.1.0 @@ -7934,13 +7934,13 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-utils@0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-VHqqgyE7cUJbmR/9sYPqdlqY9pAchFXYv7Z2fczlXW96a/maz/rXVLwmg/LlFb764Sx1CDgoXGcuN1KryZ1L9g==} + /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-D4s8r30kXfAnniMvPaPyZ7nm50U9Kodkt5RHY72jYC8NwG9y3TtpXHFxVc5VGQglxSXTPDoUs+v75VLXj1Z4gg==} dependencies: '@ethersproject/networks': 5.7.1 '@ethersproject/transactions': 5.7.0 '@sphereon/did-uni-client': 0.6.3 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': link:packages/ssi-sdk-core '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -7958,10 +7958,10 @@ packages: - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.key-manager@0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-arVI1AI/vBEmGuq0HnNlG/xxnuNwRjugHM6bQ2GLyfJyOR/WAztrXxCo0UoAjbv4znAbpiAO7LRc6LWq57JlqQ==} + /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-RJOyrMzKKHflH0T7r4tn7dRu93klOgA63yr8yAt3agsKTTgVOlByf0tv+Z6PaIuRA8QMbyz8psCmPSZfPtqYLQ==} dependencies: - '@sphereon/ssi-sdk-ext.kms-local': 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 transitivePeerDependencies: @@ -7975,8 +7975,8 @@ packages: - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.key-utils@0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-BfULXvQmcUrBq2DqYxJHKnEoB2d5icu3TJ9GP2aP1WybSULTjL96Wv5r7QKgktcodKaL+F+oQ7r8sC9qBl1exw==} + /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-RcTspGfdGkLFp5jl1UxtE++YrnYBuv/xJzLU16FWrhTVgJN5d+P/iyrrPchguCWpdZtAK5JGR2zDIpnVpK4Vmg==} dependencies: '@ethersproject/random': 5.7.0 '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) @@ -8001,8 +8001,8 @@ packages: - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.kms-local@0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-WhctPcoIScL/JiJtrI3V2X/KtNIM3C4EDrBXVXZg7gy1w3qfJkbKzSXk5DC+awYEK9W+cFdCHql4YbdqrQCRnQ==} + /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-V4b/9i0JufGX/dp+Z4LeZ4VMKOCSNbUKmsL/a69v/SxkZeWg8JAG9kZSquF4QTyMpG08SgOI7zpO15iXCSURQg==} peerDependencies: '@mattrglobal/bbs-signatures': ^1.3.1 '@mattrglobal/node-bbs-signatures': 0.18.1 @@ -8013,8 +8013,8 @@ packages: optional: true dependencies: '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.did-utils': 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@trust/keyto': 2.0.0-alpha1 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 From 75b692530f01a4c83515a194fc6232418b802259 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 25 Jul 2024 01:21:51 +0200 Subject: [PATCH 23/49] fix: Logger fixes --- package.json | 1 + packages/ssi-types/__tests__/logging.test.ts | 2 +- packages/ssi-types/src/logging/index.ts | 45 ++++++++++++-------- 3 files changed, 30 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 8cfb6ef48..354f0b370 100644 --- a/package.json +++ b/package.json @@ -115,6 +115,7 @@ "@sphereon/oid4vci-client": "0.14.0", "@sphereon/oid4vci-issuer": "0.14.0", "@noble/hashes": "1.2.0", + "debug": "^4.3.5", "did-jwt": "6.11.6", "did-jwt-vc": "3.1.3", "ethr-did": "2.3.9", diff --git a/packages/ssi-types/__tests__/logging.test.ts b/packages/ssi-types/__tests__/logging.test.ts index 37ec34a9a..83c2e80b6 100644 --- a/packages/ssi-types/__tests__/logging.test.ts +++ b/packages/ssi-types/__tests__/logging.test.ts @@ -26,6 +26,6 @@ describe('Simple logging', () => { it('Should perform a debug package, console and event log', () => { Loggers.DEFAULT.options('all', { methods: [LogMethod.DEBUG_PKG, LogMethod.CONSOLE, LogMethod.EVENT] }) .get('all') - .log('TEST ALL') + .log('TEST ALL', 'additional arg1', {arg2: "value2"}) }) }) diff --git a/packages/ssi-types/src/logging/index.ts b/packages/ssi-types/src/logging/index.ts index 85138e537..d66114cc3 100644 --- a/packages/ssi-types/src/logging/index.ts +++ b/packages/ssi-types/src/logging/index.ts @@ -1,4 +1,4 @@ -import Debug from 'debug' +import {debug} from 'debug' import { EventEmitter } from 'events' export enum LogLevel { @@ -96,7 +96,7 @@ export type ISimpleLogger = { trace(value: LogType, ...args: any[]): void warning(value: LogType, ...args: any[]): void error(value: LogType, ...args: any[]): void - logl(level: LogLevel, value: LogType, ...args: any[]): void + logl(level: LogLevel, value: LogType, ...argsW: any[]): void } export class SimpleLogger implements ISimpleLogger { @@ -116,28 +116,32 @@ export class SimpleLogger implements ISimpleLogger { } trace(value: any, ...args: any[]) { - this.logl(LogLevel.TRACE, value, args) + this.logImpl(LogLevel.TRACE, value, ...args) } debug(value: any, ...args: any[]) { - this.logl(LogLevel.DEBUG, value, args) + this.logImpl(LogLevel.DEBUG, value, ...args) } info(value: any, ...args: any[]) { - this.logl(LogLevel.INFO, value, args) + this.logImpl(LogLevel.INFO, value, ...args) } warning(value: any, ...args: any[]) { - this.logl(LogLevel.WARNING, value, args) + this.logImpl(LogLevel.WARNING, value, ...args) } error(value: any, ...args: any[]) { - this.logl(LogLevel.ERROR, value, args) + this.logImpl(LogLevel.ERROR, value, ...args) } logl(level: LogLevel, value: any, ...args: any[]) { + this.logImpl(level, value, ...args) + } + + private logImpl(level: LogLevel, value: any, ...args: any[]) { const date = new Date().toISOString() - const filteredArgs = args.filter((v) => v!!) + const filteredArgs = args?.filter((v) => v!!) ?? [] const arg = filteredArgs.length === 0 || filteredArgs[0] == undefined ? undefined : filteredArgs function toLogValue(options: SimpleLogOptions): any { @@ -156,32 +160,39 @@ export class SimpleLogger implements ISimpleLogger { logArgs.push(args) } if (this.options.methods.includes(LogMethod.DEBUG_PKG)) { + const log = debug(this._options.namespace) if (arg) { - Debug(this._options.namespace)(`${date}- ${value}`, arg) + log(`${date}- ${value},`, ...arg) } else { - Debug(this._options.namespace)(`${date}- ${value}`) + log(`${date}- ${value}`) } } if (this.options.methods.includes(LogMethod.CONSOLE)) { const [value, args] = logArgs + let logMethod = console.info switch (level) { case LogLevel.TRACE: - console.trace(value, args) + logMethod = console.trace break case LogLevel.DEBUG: - console.debug(value, args) + logMethod = console.debug break case LogLevel.INFO: - console.info(value, args) + logMethod = console.info break case LogLevel.WARNING: - console.warn(value, args) + logMethod = console.warn break case LogLevel.ERROR: - console.error(value, args) + logMethod = console.error break } + if (args) { + logMethod(value + ',', ...args) + } else { + logMethod(value) + } } if (this.options.methods.includes(LogMethod.EVENT)) { @@ -195,8 +206,8 @@ export class SimpleLogger implements ISimpleLogger { } } - log(value: any, args?: any[]) { - this.logl(this.options.defaultLogLevel, value, args) + log(value: any, ...args: any[]) { + this.logImpl(this.options.defaultLogLevel, value, ...args) } } From 63a7bb8650677b75bf07a6a1b14a5bcc3c322689 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 25 Jul 2024 01:26:25 +0200 Subject: [PATCH 24/49] chore: update lock --- pnpm-lock.yaml | 58 ++++++++++++++++---------------------------------- 1 file changed, 18 insertions(+), 40 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 19aa2ce76..75e7a5872 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,6 +33,7 @@ overrides: '@sphereon/oid4vci-client': 0.14.0 '@sphereon/oid4vci-issuer': 0.14.0 '@noble/hashes': 1.2.0 + debug: ^4.3.5 did-jwt: 6.11.6 did-jwt-vc: 3.1.3 ethr-did: 2.3.9 @@ -7207,7 +7208,7 @@ packages: '@rnx-kit/chromium-edge-launcher': 1.0.0 chrome-launcher: 0.15.2 connect: 3.7.0 - debug: 2.6.9 + debug: 4.3.5 node-fetch: 2.7.0 nullthrows: 1.1.1 open: 7.4.2 @@ -10732,7 +10733,7 @@ packages: dependencies: bytes: 3.1.2 content-type: 1.0.5 - debug: 2.6.9 + debug: 4.3.5 depd: 2.0.0 destroy: 1.2.0 http-errors: 2.0.0 @@ -11398,7 +11399,7 @@ packages: accepts: 1.3.8 bytes: 3.0.0 compressible: 2.0.18 - debug: 2.6.9 + debug: 4.3.5 on-headers: 1.0.2 safe-buffer: 5.1.2 vary: 1.1.2 @@ -11429,7 +11430,7 @@ packages: resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} engines: {node: '>= 0.10.0'} dependencies: - debug: 2.6.9 + debug: 4.3.5 finalhandler: 1.1.2 parseurl: 1.3.3 utils-merge: 1.0.1 @@ -11596,7 +11597,7 @@ packages: engines: {node: '>= 0.10'} dependencies: cookies: 0.9.1 - debug: 3.2.7 + debug: 4.3.5 on-headers: 1.0.2 safe-buffer: 5.2.1 transitivePeerDependencies: @@ -11916,26 +11917,6 @@ packages: /dayjs@1.11.12: resolution: {integrity: sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==} - /debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.0.0 - - /debug@3.2.7: - resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.3 - /debug@4.3.5: resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==} engines: {node: '>=6.0'} @@ -12583,7 +12564,7 @@ packages: /eslint-import-resolver-node@0.3.9: resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} dependencies: - debug: 3.2.7 + debug: 4.3.5 is-core-module: 2.15.0 resolve: 1.22.8 transitivePeerDependencies: @@ -12612,7 +12593,7 @@ packages: optional: true dependencies: '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.4.2) - debug: 3.2.7 + debug: 4.3.5 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -12645,7 +12626,7 @@ packages: array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 - debug: 3.2.7 + debug: 4.3.5 doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -13115,7 +13096,7 @@ packages: dependencies: cookie: 0.6.0 cookie-signature: 1.0.7 - debug: 2.6.9 + debug: 4.3.5 depd: 2.0.0 on-headers: 1.0.2 parseurl: 1.3.3 @@ -13135,7 +13116,7 @@ packages: content-type: 1.0.5 cookie: 0.6.0 cookie-signature: 1.0.6 - debug: 2.6.9 + debug: 4.3.5 depd: 2.0.0 encodeurl: 1.0.2 escape-html: 1.0.3 @@ -13307,7 +13288,7 @@ packages: resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} engines: {node: '>= 0.8'} dependencies: - debug: 2.6.9 + debug: 4.3.5 encodeurl: 1.0.2 escape-html: 1.0.3 on-finished: 2.3.0 @@ -13321,7 +13302,7 @@ packages: resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} engines: {node: '>= 0.8'} dependencies: - debug: 2.6.9 + debug: 4.3.5 encodeurl: 1.0.2 escape-html: 1.0.3 on-finished: 2.4.1 @@ -16312,7 +16293,7 @@ packages: /lighthouse-logger@1.4.2: resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} dependencies: - debug: 2.6.9 + debug: 4.3.5 marky: 1.2.5 transitivePeerDependencies: - supports-color @@ -16748,7 +16729,7 @@ packages: engines: {node: '>=18'} dependencies: anymatch: 3.1.3 - debug: 2.6.9 + debug: 4.3.5 fb-watchman: 2.0.2 graceful-fs: 4.2.11 invariant: 2.2.4 @@ -16857,7 +16838,7 @@ packages: chalk: 4.1.2 ci-info: 2.0.0 connect: 3.7.0 - debug: 2.6.9 + debug: 4.3.5 denodeify: 1.2.1 error-stack-parser: 2.1.4 graceful-fs: 4.2.11 @@ -17138,7 +17119,7 @@ packages: engines: {node: '>= 0.8.0'} dependencies: basic-auth: 2.0.1 - debug: 2.6.9 + debug: 4.3.5 depd: 2.0.0 on-finished: 2.3.0 on-headers: 1.0.2 @@ -17150,9 +17131,6 @@ packages: engines: {node: '>=4'} dev: true - /ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} @@ -19431,7 +19409,7 @@ packages: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} dependencies: - debug: 2.6.9 + debug: 4.3.5 depd: 2.0.0 destroy: 1.2.0 encodeurl: 1.0.2 From 0532d4b1a2caaddded68749a6d330ededc5c231d Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 25 Jul 2024 01:45:14 +0200 Subject: [PATCH 25/49] chore: some more log updates --- packages/ssi-types/__tests__/logging.test.ts | 2 +- packages/ssi-types/src/logging/index.ts | 22 +++++++++++++------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/packages/ssi-types/__tests__/logging.test.ts b/packages/ssi-types/__tests__/logging.test.ts index 83c2e80b6..4afa79c20 100644 --- a/packages/ssi-types/__tests__/logging.test.ts +++ b/packages/ssi-types/__tests__/logging.test.ts @@ -26,6 +26,6 @@ describe('Simple logging', () => { it('Should perform a debug package, console and event log', () => { Loggers.DEFAULT.options('all', { methods: [LogMethod.DEBUG_PKG, LogMethod.CONSOLE, LogMethod.EVENT] }) .get('all') - .log('TEST ALL', 'additional arg1', {arg2: "value2"}) + .log('TEST ALL', 'additional arg1', { arg2: 'value2' }) }) }) diff --git a/packages/ssi-types/src/logging/index.ts b/packages/ssi-types/src/logging/index.ts index d66114cc3..526571cfa 100644 --- a/packages/ssi-types/src/logging/index.ts +++ b/packages/ssi-types/src/logging/index.ts @@ -1,4 +1,4 @@ -import {debug} from 'debug' +import { debug } from 'debug' import { EventEmitter } from 'events' export enum LogLevel { @@ -159,16 +159,22 @@ export class SimpleLogger implements ISimpleLogger { if (arg) { logArgs.push(args) } - if (this.options.methods.includes(LogMethod.DEBUG_PKG)) { - const log = debug(this._options.namespace) - if (arg) { - log(`${date}- ${value},`, ...arg) - } else { - log(`${date}- ${value}`) + let debugPkgEnabled = this.options.methods.includes(LogMethod.DEBUG_PKG) + if (debugPkgEnabled) { + const debugPkgDebugger = debug(this._options.namespace) + // It was enabled at the options level in code, but could be disabled at runtime using env vars + debugPkgEnabled = debugPkgDebugger.enabled + if (debugPkgEnabled) { + if (arg) { + debugPkgDebugger(`${date}- ${value},`, ...arg) + } else { + debugPkgDebugger(`${date}- ${value}`) + } } } - if (this.options.methods.includes(LogMethod.CONSOLE)) { + // We do not perform console.logs in case the debug package is enabled in code and used at runtime + if (this.options.methods.includes(LogMethod.CONSOLE) && !debugPkgEnabled) { const [value, args] = logArgs let logMethod = console.info switch (level) { From b39fcdb2b8c2392bcdad1037cce9cc8a6ad5f35a Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 25 Jul 2024 03:03:18 +0200 Subject: [PATCH 26/49] chore: VCI kid fix --- .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 15 ++++++++++++--- .../src/machine/Siopv2Machine.ts | 4 ++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 87e364a0c..3050a5769 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -119,11 +119,11 @@ export function signCallback(client: OpenID4VCIClient, idOpts: IIdentifierOpts, if (kid) { // sync back to id opts - idOpts.kmsKeyRef = kid + idOpts.kmsKeyRef = kid.split('#')[0] } const identifier = await getIdentifier(idOpts, context) - const key = await getKey({ identifier, vmRelationship: idOpts.verificationMethodSection, kmsKeyRef: kid }, context) + const key = await getKey({ identifier, vmRelationship: idOpts.verificationMethodSection, kmsKeyRef: idOpts.kmsKeyRef ?? kid }, context) if (key?.meta?.jwkThumbprint && kid === key.publicKeyHex) { kid = key.meta.jwkThumbprint } @@ -137,8 +137,14 @@ export function signCallback(client: OpenID4VCIClient, idOpts: IIdentifierOpts, if (!iss) { return Promise.reject(Error(`No issuer could be determined from the JWT ${JSON.stringify(jwt)}`)) } + if (identifier && kid && !httpsClientId && !kid.startsWith(identifier.did)) { + const hash = kid.startsWith('#') ? '' : '#' + kid = `${identifier.did}${hash}${kid}` + } const header = { ...jwt.header, ...(kid && { kid: httpsClientId ? kid : `${identifier.did}#${kid}` }) } as Partial + console.log(`HEADER: `, header) const payload = { ...jwt.payload, ...(iss && { iss }) } + console.log(`PAYLOAD: `, payload) return signJWT({ idOpts, header, @@ -515,6 +521,7 @@ export class OID4VCIHolder implements IAgentPlugin { private async oid4vciHolderGetCredentials(args: GetCredentialsArgs, context: RequiredContext): Promise> { const { verificationCode, openID4VCIClientState, didMethodPreferences = this.didMethodPreferences, issuanceOpt, accessTokenOpts } = args + logger.debug(`Getting credentials`, issuanceOpt, accessTokenOpts) if (!openID4VCIClientState) { return Promise.reject(Error('Missing openID4VCI client state in context')) @@ -559,6 +566,7 @@ export class OID4VCIHolder implements IAgentPlugin { private async oid4vciHolderGetCredential(args: GetCredentialArgs, context: RequiredContext): Promise { const { issuanceOpt, pin, client, accessTokenOpts } = args + logger.info(`Getting credential`, issuanceOpt) if (!issuanceOpt) { return Promise.reject(Error(`Cannot get credential issuance options`)) @@ -566,10 +574,11 @@ export class OID4VCIHolder implements IAgentPlugin { const idOpts = await getIdentifierOpts({ issuanceOpt, context }) const { key, kid } = idOpts + logger.debug(`ID opts`, idOpts) const alg: SignatureAlgorithmEnum = await signatureAlgorithmFromKey({ key }) const callbacks: ProofOfPossessionCallbacks = { - signCallback: await signCallback(client, idOpts, context), + signCallback: signCallback(client, idOpts, context), } try { diff --git a/packages/siopv2-oid4vp-op-auth/src/machine/Siopv2Machine.ts b/packages/siopv2-oid4vp-op-auth/src/machine/Siopv2Machine.ts index dc66bc457..406b9f123 100644 --- a/packages/siopv2-oid4vp-op-auth/src/machine/Siopv2Machine.ts +++ b/packages/siopv2-oid4vp-op-auth/src/machine/Siopv2Machine.ts @@ -2,7 +2,7 @@ import { VerifiedAuthorizationRequest } from '@sphereon/did-auth-siop' import { DidAuthConfig, Identity, Party } from '@sphereon/ssi-sdk.data-store' import { assign, createMachine, DoneInvokeEvent, interpret } from 'xstate' import { translate } from '../localization/Localization' -import { ErrorDetails } from '../types/error' +import { ErrorDetails } from '../types' import { ContactAliasEvent, ContactConsentEvent, @@ -20,7 +20,7 @@ import { Siopv2MachineState, Siopv2MachineStates, Siopv2StateMachine, -} from '../types/machine' +} from '../types' import { LOGGER_NAMESPACE, SelectableCredentialsMap, Siopv2AuthorizationRequestData, Siopv2AuthorizationResponseData } from '../types' import { Loggers } from '@sphereon/ssi-types' From f56a4863b2b98a5e90adcf6f896a8cef1315cdbf Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 25 Jul 2024 03:30:27 +0200 Subject: [PATCH 27/49] chore: forgot kid update --- packages/oid4vci-holder/src/agent/OID4VCIHolder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 3050a5769..42e7bc4f5 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -141,7 +141,7 @@ export function signCallback(client: OpenID4VCIClient, idOpts: IIdentifierOpts, const hash = kid.startsWith('#') ? '' : '#' kid = `${identifier.did}${hash}${kid}` } - const header = { ...jwt.header, ...(kid && { kid: httpsClientId ? kid : `${identifier.did}#${kid}` }) } as Partial + const header = { ...jwt.header, ...(kid && { kid }) } as Partial console.log(`HEADER: `, header) const payload = { ...jwt.payload, ...(iss && { iss }) } console.log(`PAYLOAD: `, payload) From bb5a590b1f6bf1e3539b16eadaa69ee8d978259a Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Thu, 25 Jul 2024 13:52:50 +0200 Subject: [PATCH 28/49] chore: synced up with develop --- pnpm-lock.yaml | 66 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 62 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75e7a5872..0920dbc8b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -362,6 +362,46 @@ importers: specifier: ^0.3.20 version: 0.3.20(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) + packages/credential-store: + dependencies: + '@sphereon/pex': + specifier: ^3.3.3 + version: 3.3.3 + '@sphereon/pex-models': + specifier: ^2.2.4 + version: 2.2.4 + '@sphereon/ssi-sdk.data-store': + specifier: workspace:* + version: link:../data-store + cross-fetch: + specifier: ^3.1.8 + version: 3.1.8 + debug: + specifier: ^4.3.5 + version: 4.3.5 + typeorm: + specifier: ^0.3.20 + version: 0.3.20(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) + uuid: + specifier: ^10.0.0 + version: 10.0.0 + devDependencies: + '@sphereon/ssi-sdk.agent-config': + specifier: workspace:* + version: link:../agent-config + '@sphereon/ssi-types': + specifier: workspace:* + version: link:../ssi-types + '@types/uuid': + specifier: ^10.0.0 + version: 10.0.0 + '@veramo/remote-client': + specifier: 4.2.0 + version: 4.2.0 + '@veramo/remote-server': + specifier: 4.2.0 + version: 4.2.0(express@4.19.2) + packages/data-store: dependencies: '@sphereon/pex': @@ -777,6 +817,9 @@ importers: '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@types/express': specifier: ^4.17.21 version: 4.17.21 @@ -846,6 +889,9 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1390,6 +1436,9 @@ importers: '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.3 version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1753,6 +1802,9 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2872,6 +2924,9 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -3218,6 +3273,9 @@ importers: packages/wellknown-did-issuer: dependencies: + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -15015,7 +15073,7 @@ packages: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - chalk: 4.1.0 + chalk: 4.1.2 diff-sequences: 29.6.3 jest-get-type: 29.6.3 pretty-format: 29.7.0 @@ -17184,7 +17242,7 @@ packages: array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 - minimatch: 3.0.5 + minimatch: 3.1.2 dev: true /mute-stream@0.0.8: @@ -17697,7 +17755,7 @@ packages: '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 axios: 1.7.2 - chalk: 4.1.0 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: 8.0.1 @@ -17927,7 +17985,7 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.0 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 is-interactive: 1.0.0 From b7eea5f8501fead6cc9cc21e670f0c93274593ed Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 25 Jul 2024 13:54:49 +0200 Subject: [PATCH 29/49] chore: update deps --- package.json | 6 +- .../contact-manager-rest-api/package.json | 4 +- packages/data-store/package.json | 2 +- packages/ebsi-support/package.json | 14 +- packages/oid4vci-holder/package.json | 8 +- packages/oid4vci-issuer-rest-api/package.json | 14 +- .../src/OID4VCIRestAPI.ts | 8 +- .../oid4vci-issuer-rest-client/package.json | 2 +- packages/oid4vci-issuer-store/package.json | 4 +- packages/oid4vci-issuer/package.json | 6 +- packages/presentation-exchange/package.json | 2 +- packages/public-key-hosting/package.json | 10 +- packages/sd-jwt/package.json | 10 +- packages/siopv2-oid4vp-op-auth/package.json | 4 +- packages/siopv2-oid4vp-rp-auth/package.json | 2 +- .../siopv2-oid4vp-rp-rest-api/package.json | 2 +- .../uni-resolver-registrar-api/package.json | 10 +- packages/vc-handler-ld-local/package.json | 12 +- .../package.json | 2 +- .../package.json | 6 +- packages/vc-status-list/package.json | 2 +- packages/w3c-vc-api/package.json | 8 +- packages/web3-provider-headless/package.json | 4 +- pnpm-lock.yaml | 367 +++++++++--------- 24 files changed, 255 insertions(+), 254 deletions(-) diff --git a/package.json b/package.json index 354f0b370..414c46916 100644 --- a/package.json +++ b/package.json @@ -111,9 +111,9 @@ "@veramo/url-handler": "4.2.0", "@sphereon/ssi-types": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", - "@sphereon/oid4vci-common": "0.14.0", - "@sphereon/oid4vci-client": "0.14.0", - "@sphereon/oid4vci-issuer": "0.14.0", + "@sphereon/oid4vci-common": "0.15.1-next.9", + "@sphereon/oid4vci-client": "0.15.1-next.9", + "@sphereon/oid4vci-issuer": "0.15.1-next.9", "@noble/hashes": "1.2.0", "debug": "^4.3.5", "did-jwt": "6.11.6", diff --git a/packages/contact-manager-rest-api/package.json b/packages/contact-manager-rest-api/package.json index 447d4d50c..ebeb15e25 100644 --- a/packages/contact-manager-rest-api/package.json +++ b/packages/contact-manager-rest-api/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/data-store/package.json b/packages/data-store/package.json index 84895a9ce..87312d57d 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@sphereon/pex": "^4.0.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", diff --git a/packages/ebsi-support/package.json b/packages/ebsi-support/package.json index e3bb409c2..b268bc1c8 100644 --- a/packages/ebsi-support/package.json +++ b/packages/ebsi-support/package.json @@ -18,9 +18,9 @@ "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.oid4vci-holder": "workspace:*", @@ -41,11 +41,11 @@ "xstate": "^4.38.3" }, "devDependencies": { - "@sphereon/oid4vci-client": "0.14.0", - "@sphereon/oid4vci-common": "0.14.0", + "@sphereon/oid4vci-client": "0.15.1-next.9", + "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.public-key-hosting": "workspace:*", diff --git a/packages/oid4vci-holder/package.json b/packages/oid4vci-holder/package.json index ef5ecd06d..1f42b3ba1 100644 --- a/packages/oid4vci-holder/package.json +++ b/packages/oid4vci-holder/package.json @@ -14,9 +14,9 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/oid4vci-client": "0.14.0", - "@sphereon/oid4vci-common": "0.14.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/oid4vci-client": "0.15.1-next.9", + "@sphereon/oid4vci-common": "0.15.1-next.9", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", @@ -32,7 +32,7 @@ "xstate": "^4.38.3" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", "@types/uuid": "^9.0.8", diff --git a/packages/oid4vci-issuer-rest-api/package.json b/packages/oid4vci-issuer-rest-api/package.json index d4e420001..2a60e37c2 100644 --- a/packages/oid4vci-issuer-rest-api/package.json +++ b/packages/oid4vci-issuer-rest-api/package.json @@ -11,9 +11,9 @@ "start:dev": "ts-node __tests__/RestAPI.ts" }, "dependencies": { - "@sphereon/oid4vci-common": "0.14.0", - "@sphereon/oid4vci-issuer": "0.14.0", - "@sphereon/oid4vci-issuer-server": "0.14.0", + "@sphereon/oid4vci-common": "0.15.1-next.9", + "@sphereon/oid4vci-issuer": "0.15.1-next.9", + "@sphereon/oid4vci-issuer-server": "0.15.1-next.9", "@sphereon/ssi-express-support": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.oid4vci-issuer": "workspace:*", @@ -36,10 +36,10 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "3.3.3", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/oid4vci-issuer-rest-api/src/OID4VCIRestAPI.ts b/packages/oid4vci-issuer-rest-api/src/OID4VCIRestAPI.ts index 826e7245a..f4061dbd8 100644 --- a/packages/oid4vci-issuer-rest-api/src/OID4VCIRestAPI.ts +++ b/packages/oid4vci-issuer-rest-api/src/OID4VCIRestAPI.ts @@ -47,7 +47,13 @@ export class OID4VCIRestAPI { iss: opts.endpointOpts.tokenEndpointOpts.accessTokenIssuer ?? instance.metadataOptions.credentialIssuer, didOpts: instance.issuerOptions.didOpts, } - if (!tokenOpts.didOpts.identifierOpts?.kmsKeyRef || tokenOpts.didOpts.identifierOpts?.kmsKeyRef?.startsWith('did:')) { + // @ts-ignore + // We add the kid value for backwards compat. Especially used in agent config files! + const kmsKeyRef = tokenOpts.didOpts.identifierOpts?.kmsKeyRef ?? tokenOpts.didOpts.identifierOpts?.['kid'] + if (kmsKeyRef) { + tokenOpts.didOpts.identifierOpts.kmsKeyRef = kmsKeyRef + } + if (!kmsKeyRef || kmsKeyRef?.startsWith('did:')) { keyRef = await getAccessTokenKeyRef(tokenOpts, context) } diff --git a/packages/oid4vci-issuer-rest-client/package.json b/packages/oid4vci-issuer-rest-client/package.json index f6fc2526f..161e08e05 100644 --- a/packages/oid4vci-issuer-rest-client/package.json +++ b/packages/oid4vci-issuer-rest-client/package.json @@ -16,7 +16,7 @@ "generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema" }, "dependencies": { - "@sphereon/oid4vci-common": "0.14.0", + "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", "cross-fetch": "^3.1.8" diff --git a/packages/oid4vci-issuer-store/package.json b/packages/oid4vci-issuer-store/package.json index c654cb434..83e622dc5 100644 --- a/packages/oid4vci-issuer-store/package.json +++ b/packages/oid4vci-issuer-store/package.json @@ -14,8 +14,8 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/oid4vci-common": "0.14.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/oid4vci-common": "0.15.1-next.9", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", diff --git a/packages/oid4vci-issuer/package.json b/packages/oid4vci-issuer/package.json index ae478976e..06ff41fd8 100644 --- a/packages/oid4vci-issuer/package.json +++ b/packages/oid4vci-issuer/package.json @@ -14,9 +14,9 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/oid4vci-common": "0.14.0", - "@sphereon/oid4vci-issuer": "0.14.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/oid4vci-common": "0.15.1-next.9", + "@sphereon/oid4vci-issuer": "0.15.1-next.9", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*", diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index 69a4793e4..ab9ca7ba9 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0" diff --git a/packages/public-key-hosting/package.json b/packages/public-key-hosting/package.json index 9ae53e7bc..274940f1d 100644 --- a/packages/public-key-hosting/package.json +++ b/packages/public-key-hosting/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -32,8 +32,8 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/body-parser": "^1.19.5", "@types/cookie-parser": "^1.4.7", diff --git a/packages/sd-jwt/package.json b/packages/sd-jwt/package.json index 4513cbfba..c3c0e3cd4 100644 --- a/packages/sd-jwt/package.json +++ b/packages/sd-jwt/package.json @@ -17,7 +17,7 @@ "dependencies": { "@sd-jwt/core": "^0.6.1", "@sd-jwt/sd-jwt-vc": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@veramo/utils": "4.2.0", "debug": "^4.3.5" }, @@ -25,10 +25,10 @@ "@sd-jwt/decode": "^0.6.1", "@sd-jwt/types": "^0.6.1", "@sd-jwt/utils": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", "@types/node": "18.15.3", "@veramo/core": "4.2.0", "@veramo/data-store": "4.2.0", diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index fa3c1b471..7b6d660f6 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -17,7 +17,7 @@ "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", @@ -38,7 +38,7 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", diff --git a/packages/siopv2-oid4vp-rp-auth/package.json b/packages/siopv2-oid4vp-rp-auth/package.json index 151894644..22dcf3682 100644 --- a/packages/siopv2-oid4vp-rp-auth/package.json +++ b/packages/siopv2-oid4vp-rp-auth/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.pd-manager": "workspace:*", diff --git a/packages/siopv2-oid4vp-rp-rest-api/package.json b/packages/siopv2-oid4vp-rp-rest-api/package.json index 13c409bd1..7570259bb 100644 --- a/packages/siopv2-oid4vp-rp-rest-api/package.json +++ b/packages/siopv2-oid4vp-rp-rest-api/package.json @@ -36,7 +36,7 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/uni-resolver-registrar-api/package.json b/packages/uni-resolver-registrar-api/package.json index defc794ca..c04226e0f 100644 --- a/packages/uni-resolver-registrar-api/package.json +++ b/packages/uni-resolver-registrar-api/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -31,8 +31,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/vc-handler-ld-local/package.json b/packages/vc-handler-ld-local/package.json index f1f600cff..04fb4bcc9 100644 --- a/packages/vc-handler-ld-local/package.json +++ b/packages/vc-handler-ld-local/package.json @@ -24,8 +24,8 @@ "@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0", "@noble/hashes": "1.2.0", "@sphereon/isomorphic-webcrypto": "2.4.1-unstable.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", @@ -57,10 +57,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.0", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7", "@types/nock": "^11.1.0", diff --git a/packages/vc-status-list-issuer-drivers/package.json b/packages/vc-status-list-issuer-drivers/package.json index 67d18c995..ebdc9c63f 100644 --- a/packages/vc-status-list-issuer-drivers/package.json +++ b/packages/vc-status-list-issuer-drivers/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/vc-status-list-issuer-rest-api/package.json b/packages/vc-status-list-issuer-rest-api/package.json index e11741aa6..58f390ef5 100644 --- a/packages/vc-status-list-issuer-rest-api/package.json +++ b/packages/vc-status-list-issuer-rest-api/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-status-list": "workspace:*", @@ -30,8 +30,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/vc-status-list/package.json b/packages/vc-status-list/package.json index 05df3f5df..3326144cd 100644 --- a/packages/vc-status-list/package.json +++ b/packages/vc-status-list/package.json @@ -10,7 +10,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-types": "workspace:*", "@sphereon/vc-status-list": "7.0.0-next.0", "@veramo/core": "4.2.0", diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index 9c0da56fe..24b8d253d 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -32,10 +32,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/web3-provider-headless/package.json b/packages/web3-provider-headless/package.json index 4db236717..0cc7cf22c 100644 --- a/packages/web3-provider-headless/package.json +++ b/packages/web3-provider-headless/package.json @@ -40,8 +40,8 @@ "web3-validator": "^2.0.6" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", "@types/body-parser": "^1.19.5", "@types/cors": "^2.8.17", "@types/dotenv-flow": "^3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75e7a5872..1f089322c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,9 +29,9 @@ overrides: '@veramo/url-handler': 4.2.0 '@sphereon/ssi-types': workspace:* '@sphereon/ssi-sdk.core': workspace:* - '@sphereon/oid4vci-common': 0.14.0 - '@sphereon/oid4vci-client': 0.14.0 - '@sphereon/oid4vci-issuer': 0.14.0 + '@sphereon/oid4vci-common': 0.15.1-next.9 + '@sphereon/oid4vci-client': 0.15.1-next.9 + '@sphereon/oid4vci-issuer': 0.15.1-next.9 '@noble/hashes': 1.2.0 debug: ^4.3.5 did-jwt: 6.11.6 @@ -229,11 +229,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -368,8 +368,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -475,14 +475,14 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-resolver-ebsi': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3 + specifier: 0.23.1-next.5 + version: 0.23.1-next.5 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -539,20 +539,20 @@ importers: version: 4.38.3 devDependencies: '@sphereon/oid4vci-client': - specifier: 0.14.0 - version: 0.14.0 + specifier: 0.15.1-next.9 + version: 0.15.1-next.9 '@sphereon/oid4vci-common': - specifier: 0.14.0 - version: 0.14.0 + specifier: 0.15.1-next.9 + version: 0.15.1-next.9 '@sphereon/ssi-express-support': specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -832,14 +832,14 @@ importers: packages/oid4vci-holder: dependencies: '@sphereon/oid4vci-client': - specifier: 0.14.0 - version: 0.14.0 + specifier: 0.15.1-next.9 + version: 0.15.1-next.9 '@sphereon/oid4vci-common': - specifier: 0.14.0 - version: 0.14.0 + specifier: 0.15.1-next.9 + version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -881,8 +881,8 @@ importers: version: 4.38.3 devDependencies: '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3 + specifier: 0.23.1-next.5 + version: 0.23.1-next.5 '@types/i18n-js': specifier: ^3.8.9 version: 3.8.9 @@ -911,14 +911,14 @@ importers: packages/oid4vci-issuer: dependencies: '@sphereon/oid4vci-common': - specifier: 0.14.0 - version: 0.14.0 + specifier: 0.15.1-next.9 + version: 0.15.1-next.9 '@sphereon/oid4vci-issuer': - specifier: 0.14.0 - version: 0.14.0(awesome-qr@2.1.5-rc.0) + specifier: 0.15.1-next.9 + version: 0.15.1-next.9(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -969,14 +969,14 @@ importers: packages/oid4vci-issuer-rest-api: dependencies: '@sphereon/oid4vci-common': - specifier: 0.14.0 - version: 0.14.0 + specifier: 0.15.1-next.9 + version: 0.15.1-next.9 '@sphereon/oid4vci-issuer': - specifier: 0.14.0 - version: 0.14.0(awesome-qr@2.1.5-rc.0) + specifier: 0.15.1-next.9 + version: 0.15.1-next.9(awesome-qr@2.1.5-rc.0) '@sphereon/oid4vci-issuer-server': - specifier: 0.14.0 - version: 0.14.0(awesome-qr@2.1.5-rc.0) + specifier: 0.15.1-next.9 + version: 0.15.1-next.9(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-express-support': specifier: workspace:* version: link:../ssi-express-support @@ -1039,17 +1039,17 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1132,8 +1132,8 @@ importers: packages/oid4vci-issuer-rest-client: dependencies: '@sphereon/oid4vci-common': - specifier: 0.14.0 - version: 0.14.0 + specifier: 0.15.1-next.9 + version: 0.15.1-next.9 '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -1169,11 +1169,11 @@ importers: packages/oid4vci-issuer-store: dependencies: '@sphereon/oid4vci-common': - specifier: 0.14.0 - version: 0.14.0 + specifier: 0.15.1-next.9 + version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -1388,8 +1388,8 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1437,14 +1437,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1492,11 +1492,11 @@ importers: version: 9.0.1 devDependencies: '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3 + specifier: 0.23.1-next.5 + version: 0.23.1-next.5 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1656,8 +1656,8 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@veramo/utils': specifier: 4.2.0 version: 4.2.0 @@ -1675,17 +1675,17 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3 + specifier: 0.23.1-next.5 + version: 0.23.1-next.5 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@types/node': specifier: 18.15.3 version: 18.15.3 @@ -1745,8 +1745,8 @@ importers: specifier: 2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -1803,8 +1803,8 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3 + specifier: 0.23.1-next.5 + version: 0.23.1-next.5 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1848,8 +1848,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1979,8 +1979,8 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8) '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2274,14 +2274,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2326,11 +2326,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3 + specifier: 0.23.1-next.5 + version: 0.23.1-next.5 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2458,11 +2458,11 @@ importers: specifier: 2.4.1-unstable.0 version: 2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2555,17 +2555,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-key': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.did-provider-lto': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(typescript@5.4.2) + specifier: 0.23.0 + version: 0.23.0(typescript@5.4.2) '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@transmute/lds-ecdsa-secp256k1-recovery2020': specifier: ^0.0.7 version: 0.0.7 @@ -2639,8 +2639,8 @@ importers: packages/vc-status-list: dependencies: '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -2685,8 +2685,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2734,8 +2734,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2780,11 +2780,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3 + specifier: 0.23.1-next.5 + version: 0.23.1-next.5 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2922,17 +2922,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3 + specifier: 0.23.1-next.5 + version: 0.23.1-next.5 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -3168,11 +3168,11 @@ importers: version: 2.0.6 devDependencies: '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.3 - version: 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.5 + version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@types/body-parser': specifier: ^1.19.5 version: 1.19.5 @@ -7680,11 +7680,11 @@ packages: - typescript dev: true - /@sphereon/oid4vci-client@0.14.0: - resolution: {integrity: sha512-4QuXPnGI4TBH6YytTBEWSHCMLdTvUnTpTZEVrFM2H/wZxYd+EpCvULX3g6GQtEsDV2svuqH80cZaTv78RSnq2A==} + /@sphereon/oid4vci-client@0.15.1-next.9: + resolution: {integrity: sha512-NTYfZYuKZ9aFSgQuf98yZ+B3um/MV1fkIQbGxEN9wHC9ofkswJgs/zjS38WJLWbjavQH1izmKI1EqDOEAuMPig==} engines: {node: '>=18'} dependencies: - '@sphereon/oid4vci-common': 0.14.0 + '@sphereon/oid4vci-common': 0.15.1-next.9 '@sphereon/ssi-types': link:packages/ssi-types cross-fetch: 3.1.8 debug: 4.3.5 @@ -7692,8 +7692,8 @@ packages: - encoding - supports-color - /@sphereon/oid4vci-common@0.14.0: - resolution: {integrity: sha512-AubbtqNTnW5U+RFaiVWR28RsWdsvKnmmLKYsUW7T2Q+mmwHCAVNZhc8BP+JRdxN0cRYC4JVaXiUS797Odfiavg==} + /@sphereon/oid4vci-common@0.15.1-next.9: + resolution: {integrity: sha512-SmEYukj2WrKZRIeQwVgvDO9Fs7matkLchfBbsYGdxMN9COCJVvazg6FwOCFO6evrij3wy/sEEAkCCGCeVBPzPg==} engines: {node: '>=18'} dependencies: '@sphereon/ssi-types': link:packages/ssi-types @@ -7704,14 +7704,20 @@ packages: transitivePeerDependencies: - encoding - /@sphereon/oid4vci-issuer-server@0.14.0(awesome-qr@2.1.5-rc.0): - resolution: {integrity: sha512-pnPTyNm7x7aP88TSxa3bq0TQBeE4SQOUA/ENwAZks5/M+CZu2U1zCBNbrskc0RtaHx7q6wS16LRbwPpIZNqiGA==} + /@sphereon/oid4vci-issuer-server@0.15.1-next.9(awesome-qr@2.1.5-rc.0): + resolution: {integrity: sha512-k3wmkSe3JqP1ZbCN7xzjNYzHffga9LCVhiM9FBEOm+VLHwpyUo+LvEXxF6H5EuRXJFby8X2DPmgOscAWNJcQng==} engines: {node: '>=18'} + peerDependencies: + awesome-qr: ^2.1.5-rc.0 + peerDependenciesMeta: + awesome-qr: + optional: true dependencies: - '@sphereon/oid4vci-common': 0.14.0 - '@sphereon/oid4vci-issuer': 0.14.0(awesome-qr@2.1.5-rc.0) - '@sphereon/ssi-express-support': 0.26.1-next.6 + '@sphereon/oid4vci-common': 0.15.1-next.9 + '@sphereon/oid4vci-issuer': 0.15.1-next.9(awesome-qr@2.1.5-rc.0) + '@sphereon/ssi-express-support': 0.28.0 '@sphereon/ssi-types': link:packages/ssi-types + awesome-qr: 2.1.5-rc.0 body-parser: 1.20.2 cookie-parser: 1.4.6 cors: 2.8.5 @@ -7722,15 +7728,14 @@ packages: uuid: 9.0.1 transitivePeerDependencies: - '@noble/hashes' - - awesome-qr - encoding - passport-azure-ad - passport-http-bearer - supports-color dev: false - /@sphereon/oid4vci-issuer@0.14.0(awesome-qr@2.1.5-rc.0): - resolution: {integrity: sha512-GImbDB/yesPK7iAD575J1ZNF8bjs4DinrMuLFfXqFPzLeJeyYZf8NgqG0W7KHtS37njNtchGsuGnammHFJl5ZA==} + /@sphereon/oid4vci-issuer@0.15.1-next.9(awesome-qr@2.1.5-rc.0): + resolution: {integrity: sha512-o3//INAV0BO232cG5rGyzAfxYfZV8upR4cVngFylkhcVsYSgitwfDDeYtfDSMr/KaYiO0qGOqweZnz982sBleg==} engines: {node: '>=18'} peerDependencies: awesome-qr: ^2.1.5-rc.0 @@ -7738,7 +7743,7 @@ packages: awesome-qr: optional: true dependencies: - '@sphereon/oid4vci-common': 0.14.0 + '@sphereon/oid4vci-common': 0.15.1-next.9 '@sphereon/ssi-types': link:packages/ssi-types awesome-qr: 2.1.5-rc.0 uuid: 9.0.1 @@ -7793,8 +7798,8 @@ packages: react-native: 0.74.3(@babel/core@7.24.9)(@babel/preset-env@7.24.8)(react@18.2.0) dev: true - /@sphereon/ssi-express-support@0.26.1-next.6: - resolution: {integrity: sha512-Wo5Qa/ILGHCzef67JuwkOAHHTlC8R7YRkVitW/g+HCzHzaEEwoMh44cgYf65fufem00dYvPN15/gNWNQPaJZOw==} + /@sphereon/ssi-express-support@0.28.0: + resolution: {integrity: sha512-hBgZEiEm8EVFnjzg/0ZYxUQErFeIqXqLOlzOvye8hXpDQtaRPWWocbul5yUC6tnECEvTsCQGtRRvghqRWNah0g==} peerDependencies: '@noble/hashes': 1.2.0 passport-azure-ad: ^4.3.5 @@ -7824,12 +7829,12 @@ packages: - supports-color dev: false - /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.3(msrcrypto@1.5.8): - resolution: {integrity: sha512-X1KJunPeuNsXkT90+x4+lNehGzIQf9RwGjT3VEzWADKS4f8M1APp5dSFWcSwKfYx5oRPjmye0SRN7Xh6iGlAZA==} + /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.5(msrcrypto@1.5.8): + resolution: {integrity: sha512-bGi/i+Xk2KYs5YHownqAEgYb7umnJ0YtmBg2Cl+20CTyhzX0veru7y/5REuCgJN3fVhZsw2hpsx57pAr0+0Zag==} dependencies: '@ethersproject/random': 5.7.0 - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-types': link:packages/ssi-types '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -7848,11 +7853,11 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-ooIgQBmxJh3x+8PPe5YY4eGJgFHogf742IGsTvso0sGQxgH229JoP2q2DE8Q9BKA2NTwckiWZLDuUOA5C5Iz0w==} + /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-FkUoAtTaxPxLU/g8AEHhFc7AGVrqUUseB79PebBy6CeOMtsYo7dJQrU8HA/+5EA7LQrSufkGcnYuBPrAsemXgg==} dependencies: - '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@transmute/did-key-bls12381': 0.3.0-unstable.10 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-manager': 4.2.0 @@ -7872,8 +7877,8 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-provider-lto@0.23.1-next.3(typescript@5.4.2): - resolution: {integrity: sha512-dxoph+5iXINnbzAKEd4xMfTsPnjbvUrEGhvSUUjLNMLiBns29BVCLc9/nQbOdivWDCgUY7e8I2x6uPJmvzpUdA==} + /@sphereon/ssi-sdk-ext.did-provider-lto@0.23.0(typescript@5.4.2): + resolution: {integrity: sha512-PxG20HB72+VGdawqpO7Vl/uZIVLOEoNv+mngplSTMErhkF1S7V/X4TFaSfZciWg/dYoXRVkDqxZNRIj6Hq9sug==} dependencies: '@lto-network/lto-crypto': 1.1.1 '@lto-network/lto-transactions': 1.2.12(debug@4.3.5)(typescript@5.4.2) @@ -7890,8 +7895,8 @@ packages: - typescript dev: true - /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.3: - resolution: {integrity: sha512-uiqPEe8HiqIJFf81XjAgByVHOU5L0+D5UCOUMMrUOCvoQcZB3IlqOXEGENMLhh7xTLw2ky/ZGcluob2T0cdOMQ==} + /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.5: + resolution: {integrity: sha512-YgOAdcRD4nNqipmRuCr9FSC6YdBGkP3WS++12s4feMwR8bY7Z2PCdImn86cuZDacZAjq9q4TnxS6xn3NnDSMmQ==} dependencies: cross-fetch: 3.1.8 did-resolver: 4.1.0 @@ -7900,8 +7905,8 @@ packages: - encoding dev: false - /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.3: - resolution: {integrity: sha512-sQJ7FbwEd32L6+fBvKjTL/twURUa8/zsdksz8S+ZlrSCRnkDt3T6LX9cUy4z3mhztQFJVxnAsesk+ewHKoR+7A==} + /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.5: + resolution: {integrity: sha512-B/ufLhyfh8ryVgdm9y1+11lQBhuIF62812ruBKTtqj/aw4hKhEHl8GphmahrwBuPWPAKAZMu6fy2hxexKpvHTQ==} dependencies: '@sphereon/ssi-types': link:packages/ssi-types base64url: 3.0.1 @@ -7912,10 +7917,10 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-bYqeIBWyHDSjZnj5huVr3sZPFT8QyOrZN9fPAov7lZMavBoeqY2UhUXV0Txp58EVjN4DTtc6q74tgyEalySZRA==} + /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-7him2HC/FZUVp9Rn48ZASF3DPQ8UAfAPi9LwGU0T9Ob6mBKr46IS4A7Jjwj0umoIuaiKvhtzStrCAFy64OS7xg==} dependencies: - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@stablelib/ed25519': 1.0.3 bigint-mod-arith: 3.3.1 did-resolver: 4.1.0 @@ -7935,13 +7940,13 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-D4s8r30kXfAnniMvPaPyZ7nm50U9Kodkt5RHY72jYC8NwG9y3TtpXHFxVc5VGQglxSXTPDoUs+v75VLXj1Z4gg==} + /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-BHeCfh/qewhs+YixqEpf9cq4T0egz1ymLX5OuCZY5GrRdmkMrt5ODB3evMnMh96niVL/8vFfihlzB+huYOTWFw==} dependencies: '@ethersproject/networks': 5.7.1 '@ethersproject/transactions': 5.7.0 '@sphereon/did-uni-client': 0.6.3 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': link:packages/ssi-sdk-core '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -7959,15 +7964,13 @@ packages: - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-RJOyrMzKKHflH0T7r4tn7dRu93klOgA63yr8yAt3agsKTTgVOlByf0tv+Z6PaIuRA8QMbyz8psCmPSZfPtqYLQ==} + /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-dCzkoj4/0JNJTODQtaCOVLyKJ4rrRCvazMzSh3DS8VW9pxyLaRA6z5xipG1G71752knxGS7nvFzXTSWl13k5IA==} dependencies: - '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 transitivePeerDependencies: - - '@mattrglobal/bbs-signatures' - - '@mattrglobal/node-bbs-signatures' - encoding - expo - expo-crypto @@ -7976,8 +7979,8 @@ packages: - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-RcTspGfdGkLFp5jl1UxtE++YrnYBuv/xJzLU16FWrhTVgJN5d+P/iyrrPchguCWpdZtAK5JGR2zDIpnVpK4Vmg==} + /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-vMPStdruDJ8bQmC82oznQRA90ac60eaMJ7tggzYO9+oX6aNKq3wkL+Cu9bVkdLIU85TDMX5/e7Jffay/xau4KA==} dependencies: '@ethersproject/random': 5.7.0 '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) @@ -8002,20 +8005,12 @@ packages: - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-V4b/9i0JufGX/dp+Z4LeZ4VMKOCSNbUKmsL/a69v/SxkZeWg8JAG9kZSquF4QTyMpG08SgOI7zpO15iXCSURQg==} - peerDependencies: - '@mattrglobal/bbs-signatures': ^1.3.1 - '@mattrglobal/node-bbs-signatures': 0.18.1 - peerDependenciesMeta: - '@mattrglobal/bbs-signatures': - optional: true - '@mattrglobal/node-bbs-signatures': - optional: true + /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + resolution: {integrity: sha512-znrRhjX056H0LKGCE5ohcNftdpGxx+COmkb0gE3QHYjy9P63XaBa44Zov497XCQHZM3LPuKxDOq+e2l7f+BMcw==} dependencies: '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.3(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@trust/keyto': 2.0.0-alpha1 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 From 75d348a750a982ad9a35f1cfcc49a794ba379fb0 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 25 Jul 2024 15:03:11 +0200 Subject: [PATCH 30/49] chore: update deps --- package.json | 1 + .../oid4vci-holder/src/agent/OID4VCIHolder.ts | 7 +++--- .../src/agent/OID4VCIHolderService.ts | 12 ++++----- packages/oid4vci-issuer-rest-api/package.json | 2 +- pnpm-lock.yaml | 25 +++---------------- 5 files changed, 15 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 414c46916..dc8327778 100644 --- a/package.json +++ b/package.json @@ -114,6 +114,7 @@ "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/oid4vci-client": "0.15.1-next.9", "@sphereon/oid4vci-issuer": "0.15.1-next.9", + "@sphereon/pex": "^4.0.1", "@noble/hashes": "1.2.0", "debug": "^4.3.5", "did-jwt": "6.11.6", diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 42e7bc4f5..bdda84319 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -616,8 +616,9 @@ export class OID4VCIHolder implements IAgentPlugin { // FIXME: This type mapping is wrong. It should use credential_identifier in case the access token response has authorization details const types = getTypesFromObject(issuanceOpt) - const credentialTypes = issuanceOpt.credentialConfigurationId ?? issuanceOpt.id ?? types - if (!credentialTypes || (Array.isArray(credentialTypes) && credentialTypes.length === 0)) { + const id: string | undefined = 'id' in issuanceOpt && issuanceOpt.id ? (issuanceOpt.id as string) : undefined + const credentialTypes = asArray(issuanceOpt.credentialConfigurationId ?? id ?? types) + if (!credentialTypes || credentialTypes.length === 0) { return Promise.reject(Error('cannot determine credential id to request')) } const credentialResponse = await client.acquireCredentials({ @@ -632,7 +633,7 @@ export class OID4VCIHolder implements IAgentPlugin { }) const credential = { - id: issuanceOpt.credentialConfigurationId ?? issuanceOpt.id, + id: issuanceOpt.credentialConfigurationId ?? id, types: types ?? asArray(credentialTypes), issuanceOpt, credentialResponse, diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts index 03d7d497e..07059b510 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts @@ -5,6 +5,7 @@ import { CredentialResponse, CredentialsSupportedDisplay, getSupportedCredentials, + getTypesFromCredentialSupported, getTypesFromObject, MetadataDisplay, OpenId4VCIVersion, @@ -27,7 +28,7 @@ import { WrappedVerifiableCredential, } from '@sphereon/ssi-types' import { IIdentifier, IVerifyCredentialArgs, TKeyType, VerifiableCredential } from '@veramo/core' -import { _ExtendedIKey } from '@veramo/utils' +import { _ExtendedIKey, asArray } from '@veramo/utils' import { createJWT, Signer } from 'did-jwt' import { translate } from '../localization/Localization' import { @@ -74,11 +75,8 @@ export const getCredentialBranding = async (args: GetCredentialBrandingArgs): Pr ) const defaultCredentialType = 'VerifiableCredential' - const credentialTypes: Array = ('types' in credentialsConfigSupported // TODO credentialsConfigSupported.types is deprecated - ? (credentialsConfigSupported.types as string[]) - : 'credential_definition' in credentialsConfigSupported - ? credentialsConfigSupported.credential_definition.type - : [defaultCredentialType]) ?? [configId] + const configSupportedTypes = getTypesFromCredentialSupported(credentialsConfigSupported) + const credentialTypes: Array = configSupportedTypes.length === 0 ? asArray(defaultCredentialType) : configSupportedTypes const filteredCredentialTypes = credentialTypes.filter((type: string): boolean => type !== defaultCredentialType) credentialBranding[filteredCredentialTypes[0]] = localeBranding // TODO for now taking the first type @@ -385,7 +383,7 @@ export const getCredentialConfigsSupportedBySingleTypeOrId = async ( allSupported = {} satisfies Record offerSupported.forEach((supported) => { if (supported.id) { - allSupported[supported.id] = supported + allSupported[supported.id as string] = supported return } const id = createIdFromTypes(supported) diff --git a/packages/oid4vci-issuer-rest-api/package.json b/packages/oid4vci-issuer-rest-api/package.json index 2a60e37c2..c0966defd 100644 --- a/packages/oid4vci-issuer-rest-api/package.json +++ b/packages/oid4vci-issuer-rest-api/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@decentralized-identity/ion-sdk": "^0.6.0", "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/pex": "3.3.3", + "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1f089322c..d0bff8dee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,6 +32,7 @@ overrides: '@sphereon/oid4vci-common': 0.15.1-next.9 '@sphereon/oid4vci-client': 0.15.1-next.9 '@sphereon/oid4vci-issuer': 0.15.1-next.9 + '@sphereon/pex': ^4.0.1 '@noble/hashes': 1.2.0 debug: ^4.3.5 did-jwt: 6.11.6 @@ -1033,8 +1034,8 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/pex': - specifier: 3.3.3 - version: 3.3.3 + specifier: ^4.0.1 + version: 4.0.1 '@sphereon/pex-models': specifier: ^2.2.4 version: 2.2.4 @@ -7568,7 +7569,7 @@ packages: dependencies: '@astronautlabs/jsonpath': 1.1.2 '@sphereon/did-uni-client': 0.6.3 - '@sphereon/pex': 3.3.3 + '@sphereon/pex': 4.0.1 '@sphereon/pex-models': 2.2.4 '@sphereon/ssi-types': link:packages/ssi-types '@sphereon/wellknown-dids-client': 0.1.3 @@ -7754,24 +7755,6 @@ packages: /@sphereon/pex-models@2.2.4: resolution: {integrity: sha512-pGlp+wplneE1+Lk3U48/2htYKTbONMeG5/x7vhO6AnPUOsnOXeJdftPrBYWVSzz/JH5GJptAc6+pAyYE1zMu4Q==} - /@sphereon/pex@3.3.3: - resolution: {integrity: sha512-CXwdEcMTUh2z/5AriBn3OuShEG06l2tgiIr7qDJthnkez8DQ3sZo2vr4NEQWKKAL+DeAWAI4FryQGO4KuK7yfg==} - engines: {node: '>=18'} - requiresBuild: true - dependencies: - '@astronautlabs/jsonpath': 1.1.2 - '@sd-jwt/decode': 0.6.1 - '@sd-jwt/present': 0.6.1 - '@sd-jwt/types': 0.6.1 - '@sphereon/pex-models': 2.2.4 - '@sphereon/ssi-types': link:packages/ssi-types - ajv: 8.17.1 - ajv-formats: 2.1.1(ajv@8.17.1) - jwt-decode: 3.1.2 - nanoid: 3.3.7 - string.prototype.matchall: 4.0.11 - uint8arrays: 3.1.1 - /@sphereon/pex@4.0.1: resolution: {integrity: sha512-3XnX/YJpxR8ueMO+qZLcn14dYFE4OHqi3i1qMLwPo/7jFFLrTb70uDG1++D+MqS7YTwYQbMtJA9KzzWcKTEg4w==} engines: {node: '>=18'} From e44c4b5c0ec3cea712e8eea123d70f3c78597140 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Thu, 25 Jul 2024 17:24:39 +0200 Subject: [PATCH 31/49] chore: worked around build error --- packages/oid4vci-holder/src/agent/OID4VCIHolder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 2e6ff9b87..8c5367180 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -634,7 +634,7 @@ export class OID4VCIHolder implements IAgentPlugin { }) const credential = { - id: issuanceOpt.credentialConfigurationId ?? issuanceOpt.id, + id: (issuanceOpt.credentialConfigurationId ?? issuanceOpt.id) as string | undefined, // cast due to error: Type 'unknown' is not assignable to type 'string | undefined'. types: types ?? asArray(credentialTypes), issuanceOpt, credentialResponse, From 55a9d260af433c92a8fe91a9c69287ac0df102d0 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Thu, 25 Jul 2024 17:28:09 +0200 Subject: [PATCH 32/49] chore: yarn.lock update --- pnpm-lock.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 988e51642..54e6c692b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -366,8 +366,8 @@ importers: packages/credential-store: dependencies: '@sphereon/pex': - specifier: ^3.3.3 - version: 3.3.3 + specifier: ^4.0.1 + version: 4.0.1 '@sphereon/pex-models': specifier: ^2.2.4 version: 2.2.4 From 2397942bc970efd3250bc6ee28e681f35e8342c4 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Mon, 29 Jul 2024 16:18:26 +0200 Subject: [PATCH 33/49] chore: fixed credentialStoreMethods --- packages/credential-store/src/agent/CredentialStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/credential-store/src/agent/CredentialStore.ts b/packages/credential-store/src/agent/CredentialStore.ts index d24053726..6fc499dbb 100644 --- a/packages/credential-store/src/agent/CredentialStore.ts +++ b/packages/credential-store/src/agent/CredentialStore.ts @@ -24,9 +24,9 @@ export const credentialStoreMethods: Array = [ 'crsUpdateCredentialState', 'crsGetCredential', 'crsGetCredentials', - 'crsStoreCredential', 'crsDeleteCredential', 'crsDeleteCredentials', + 'crsGetUniqueCredentials', 'crsGetUniqueCredentialByIdOrHash', 'crsGetCredentialsByClaims', 'crsGetCredentialsByClaimsCount', From dfa2a7ed2936314a79cb05fdc01304af840a2476 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Tue, 30 Jul 2024 19:08:41 +0200 Subject: [PATCH 34/49] chore: fixed @Column types (MWALL started to complain about those) --- .../src/types/ICredentialStore.ts | 4 +--- .../src/entities/contact/ConnectionEntity.ts | 4 ++-- .../contact/ContactMetadataItemEntity.ts | 12 +++++----- .../contact/CorrelationIdentifierEntity.ts | 4 ++-- .../entities/contact/DidAuthConfigEntity.ts | 10 ++++----- .../contact/ElectronicAddressEntity.ts | 10 ++++----- .../src/entities/contact/IdentityEntity.ts | 8 +++---- .../contact/IdentityMetadataItemEntity.ts | 12 +++++----- .../entities/contact/NaturalPersonEntity.ts | 12 +++++----- .../entities/contact/OpenIdConfigEntity.ts | 10 ++++----- .../entities/contact/OrganizationEntity.ts | 8 +++---- .../src/entities/contact/PartyEntity.ts | 6 ++--- .../contact/PartyRelationshipEntity.ts | 8 +++---- .../src/entities/contact/PartyTypeEntity.ts | 6 ++--- .../entities/contact/PhysicalAddressEntity.ts | 22 +++++++++---------- .../entities/eventLogger/AuditEventEntity.ts | 20 ++++++++--------- .../BackgroundAttributesEntity.ts | 2 +- .../BaseLocaleBrandingEntity.ts | 6 ++--- .../CredentialBrandingEntity.ts | 4 ++-- .../CredentialLocaleBrandingEntity.ts | 2 +- .../issuanceBranding/ImageAttributesEntity.ts | 8 +++---- .../issuanceBranding/ImageDimensionsEntity.ts | 4 ++-- .../issuanceBranding/IssuerBrandingEntity.ts | 2 +- .../IssuerLocaleBrandingEntity.ts | 2 +- .../issuanceBranding/TextAttributesEntity.ts | 2 +- .../machineState/MachineStateInfoEntity.ts | 4 ++-- .../PresentationDefinitionItemEntity.ts | 10 ++++----- .../statusList2021/StatusList2021Entity.ts | 2 +- .../StatusList2021EntryEntity.ts | 10 ++++----- 29 files changed, 106 insertions(+), 108 deletions(-) diff --git a/packages/credential-store/src/types/ICredentialStore.ts b/packages/credential-store/src/types/ICredentialStore.ts index 6fadeabde..04e86cce9 100644 --- a/packages/credential-store/src/types/ICredentialStore.ts +++ b/packages/credential-store/src/types/ICredentialStore.ts @@ -87,9 +87,7 @@ export type GetCredentialsByIdOrHashArgs = { idOrHash: string } -export type DeleteCredentialArgs = { - id: string -} +export type DeleteCredentialArgs = { id: string } | { hash: string } export type DeleteCredentialsArgs = GetCredentialsArgs diff --git a/packages/data-store/src/entities/contact/ConnectionEntity.ts b/packages/data-store/src/entities/contact/ConnectionEntity.ts index 70d7a674e..67939bf6a 100644 --- a/packages/data-store/src/entities/contact/ConnectionEntity.ts +++ b/packages/data-store/src/entities/contact/ConnectionEntity.ts @@ -13,10 +13,10 @@ export class ConnectionEntity extends BaseEntity { @Column('simple-enum', { name: 'type', enum: ConnectionType, nullable: false }) type!: ConnectionType - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string @OneToOne(() => BaseConfigEntity, (config: OpenIdConfigEntity | DidAuthConfigEntity) => config.connection, { diff --git a/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts b/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts index 3ace0e72c..34bc56b70 100644 --- a/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts +++ b/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts @@ -9,24 +9,24 @@ export class ContactMetadataItemEntity extends BaseEntity implements IMetadataEn @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'label', length: 255, nullable: false }) + @Column('varchar', { name: 'label', length: 255, nullable: false }) @IsNotEmpty({ message: 'Blank metadata labels are not allowed' }) label!: string - @Column({ name: 'valueType', nullable: false }) + @Column('varchar', { name: 'valueType', nullable: false }) @IsNotEmpty({ message: 'valueType must not be empty' }) valueType!: string - @Column({ name: 'stringValue', length: 255, nullable: true }) + @Column('varchar', { name: 'stringValue', length: 255, nullable: true }) stringValue?: string - @Column({ name: 'numberValue', nullable: true }) + @Column('double', { name: 'numberValue', nullable: true }) numberValue?: number - @Column({ name: 'dateValue', nullable: true }) + @Column('datetime', { name: 'dateValue', nullable: true }) dateValue?: Date - @Column({ name: 'boolValue', nullable: true }) + @Column('boolean', { name: 'boolValue', nullable: true }) boolValue?: boolean @ManyToOne(() => BaseContactEntity, (contact: BaseContactEntity) => contact.metadata, { diff --git a/packages/data-store/src/entities/contact/CorrelationIdentifierEntity.ts b/packages/data-store/src/entities/contact/CorrelationIdentifierEntity.ts index 6551687f7..5f395b178 100644 --- a/packages/data-store/src/entities/contact/CorrelationIdentifierEntity.ts +++ b/packages/data-store/src/entities/contact/CorrelationIdentifierEntity.ts @@ -16,10 +16,10 @@ export class CorrelationIdentifierEntity extends BaseEntity { @IsNotEmpty({ message: 'Blank correlation ids are not allowed' }) correlationId!: string - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string @OneToOne(() => IdentityEntity, (identity: IdentityEntity) => identity.identifier, { diff --git a/packages/data-store/src/entities/contact/DidAuthConfigEntity.ts b/packages/data-store/src/entities/contact/DidAuthConfigEntity.ts index ce9bd3360..030e8b07b 100644 --- a/packages/data-store/src/entities/contact/DidAuthConfigEntity.ts +++ b/packages/data-store/src/entities/contact/DidAuthConfigEntity.ts @@ -3,18 +3,18 @@ import { BaseConfigEntity } from './BaseConfigEntity' @ChildEntity('DidAuthConfig') export class DidAuthConfigEntity extends BaseConfigEntity { - @Column({ name: 'identifier', length: 255, nullable: false }) + @Column('varchar', { name: 'identifier', length: 255, nullable: false }) identifier!: string - @Column({ name: 'redirect_url', length: 255, nullable: false }) + @Column('varchar', { name: 'redirect_url', length: 255, nullable: false }) redirectUrl!: string - @Column({ name: 'session_id', length: 255, nullable: false }) + @Column('varchar', { name: 'session_id', length: 255, nullable: false }) sessionId!: string - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string } diff --git a/packages/data-store/src/entities/contact/ElectronicAddressEntity.ts b/packages/data-store/src/entities/contact/ElectronicAddressEntity.ts index 47d1af515..d427489b3 100644 --- a/packages/data-store/src/entities/contact/ElectronicAddressEntity.ts +++ b/packages/data-store/src/entities/contact/ElectronicAddressEntity.ts @@ -19,11 +19,11 @@ export class ElectronicAddressEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'type', length: 255, nullable: false }) + @Column('varchar', { name: 'type', length: 255, nullable: false }) @IsNotEmpty({ message: 'Blank electronic address types are not allowed' }) type!: ElectronicAddressType - @Column({ name: 'electronic_address', length: 255, nullable: false }) + @Column('varchar', { name: 'electronic_address', length: 255, nullable: false }) @IsNotEmpty({ message: 'Blank electronic addresses are not allowed' }) electronicAddress!: string @@ -32,13 +32,13 @@ export class ElectronicAddressEntity extends BaseEntity { }) party!: PartyEntity - @Column({ name: 'partyId', nullable: true }) + @Column('text', { name: 'partyId', nullable: true }) partyId?: string - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string @CreateDateColumn({ name: 'created_at', nullable: false }) diff --git a/packages/data-store/src/entities/contact/IdentityEntity.ts b/packages/data-store/src/entities/contact/IdentityEntity.ts index 8a661b90e..9b69a0885 100644 --- a/packages/data-store/src/entities/contact/IdentityEntity.ts +++ b/packages/data-store/src/entities/contact/IdentityEntity.ts @@ -25,7 +25,7 @@ export class IdentityEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ + @Column('varchar', { name: 'alias', length: 255, nullable: false, @@ -37,10 +37,10 @@ export class IdentityEntity extends BaseEntity { @Column('simple-enum', { name: 'origin', enum: IdentityOrigin, nullable: false }) origin!: IdentityOrigin - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string @Column('simple-array', { name: 'roles', nullable: false }) @@ -81,7 +81,7 @@ export class IdentityEntity extends BaseEntity { }) party!: PartyEntity - @Column({ name: 'partyId', nullable: true }) + @Column('text', { name: 'partyId', nullable: true }) partyId?: string // By default, @UpdateDateColumn in TypeORM updates the timestamp only when the entity's top-level properties change. diff --git a/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts b/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts index e685f8f9d..9169ae2af 100644 --- a/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts +++ b/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts @@ -9,24 +9,24 @@ export class IdentityMetadataItemEntity extends BaseEntity implements IMetadataE @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'label', length: 255, nullable: false }) + @Column('varchar', { name: 'label', length: 255, nullable: false }) @IsNotEmpty({ message: 'Blank metadata labels are not allowed' }) label!: string - @Column({ name: 'valueType', nullable: false }) + @Column('varchar', { name: 'valueType', nullable: false }) @IsNotEmpty({ message: 'valueType must not be empty' }) valueType!: string - @Column({ name: 'stringValue', length: 255, nullable: true }) + @Column('varchar', { name: 'stringValue', length: 255, nullable: true }) stringValue?: string - @Column({ name: 'numberValue', nullable: true }) + @Column('double', { name: 'numberValue', nullable: true }) numberValue?: number - @Column({ name: 'dateValue', nullable: true }) + @Column('datetime', { name: 'dateValue', nullable: true }) dateValue?: Date - @Column({ name: 'boolValue', nullable: true }) + @Column('boolean', { name: 'boolValue', nullable: true }) boolValue?: boolean @ManyToOne(() => IdentityEntity, (identity: IdentityEntity) => identity.metadata, { cascade: ['insert', 'update'], onDelete: 'CASCADE' }) diff --git a/packages/data-store/src/entities/contact/NaturalPersonEntity.ts b/packages/data-store/src/entities/contact/NaturalPersonEntity.ts index d9bf85ff2..f3e6e488b 100644 --- a/packages/data-store/src/entities/contact/NaturalPersonEntity.ts +++ b/packages/data-store/src/entities/contact/NaturalPersonEntity.ts @@ -7,26 +7,26 @@ import { getConstraint } from '../../utils/ValidatorUtils' @ChildEntity('NaturalPerson') export class NaturalPersonEntity extends BaseContactEntity { - @Column({ name: 'first_name', length: 255, nullable: false, unique: false }) + @Column('varchar', { name: 'first_name', length: 255, nullable: false, unique: false }) @IsNotEmpty({ message: 'Blank first names are not allowed' }) firstName!: string - @Column({ name: 'middle_name', length: 255, nullable: true, unique: false }) + @Column('varchar', { name: 'middle_name', length: 255, nullable: true, unique: false }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank middle names are not allowed' }) middleName?: string - @Column({ name: 'last_name', length: 255, nullable: false, unique: false }) + @Column('varchar', { name: 'last_name', length: 255, nullable: false, unique: false }) @IsNotEmpty({ message: 'Blank last names are not allowed' }) lastName!: string - @Column({ name: 'display_name', length: 255, nullable: false, unique: false }) + @Column('varchar', { name: 'display_name', length: 255, nullable: false, unique: false }) @IsNotEmpty({ message: 'Blank display names are not allowed' }) displayName!: string - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string @BeforeInsert() diff --git a/packages/data-store/src/entities/contact/OpenIdConfigEntity.ts b/packages/data-store/src/entities/contact/OpenIdConfigEntity.ts index ff818afd0..651fa0784 100644 --- a/packages/data-store/src/entities/contact/OpenIdConfigEntity.ts +++ b/packages/data-store/src/entities/contact/OpenIdConfigEntity.ts @@ -3,16 +3,16 @@ import { BaseConfigEntity } from './BaseConfigEntity' @ChildEntity('OpenIdConfig') export class OpenIdConfigEntity extends BaseConfigEntity { - @Column({ name: 'client_id', length: 255, nullable: false }) + @Column('varchar', { name: 'client_id', length: 255, nullable: false }) clientId!: string - @Column({ name: 'client_secret', length: 255, nullable: false }) + @Column('varchar', { name: 'client_secret', length: 255, nullable: false }) clientSecret!: string @Column('simple-array', { name: 'scopes', nullable: false }) scopes!: Array - @Column({ name: 'issuer', length: 255, nullable: false }) + @Column('varchar', { name: 'issuer', length: 255, nullable: false }) issuer!: string @Column('text', { name: 'redirect_url', nullable: false }) @@ -24,9 +24,9 @@ export class OpenIdConfigEntity extends BaseConfigEntity { @Column('text', { name: 'client_auth_method', nullable: false }) clientAuthMethod!: 'basic' | 'post' | undefined - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string } diff --git a/packages/data-store/src/entities/contact/OrganizationEntity.ts b/packages/data-store/src/entities/contact/OrganizationEntity.ts index 4830c6adb..46c45a022 100644 --- a/packages/data-store/src/entities/contact/OrganizationEntity.ts +++ b/packages/data-store/src/entities/contact/OrganizationEntity.ts @@ -7,18 +7,18 @@ import { getConstraint } from '../../utils/ValidatorUtils' @ChildEntity('Organization') export class OrganizationEntity extends BaseContactEntity { - @Column({ name: 'legal_name', length: 255, nullable: false, unique: true }) + @Column('varchar', { name: 'legal_name', length: 255, nullable: false, unique: true }) @IsNotEmpty({ message: 'Blank legal names are not allowed' }) legalName!: string - @Column({ name: 'display_name', length: 255, nullable: false, unique: false }) + @Column('varchar', { name: 'display_name', length: 255, nullable: false, unique: false }) @IsNotEmpty({ message: 'Blank display names are not allowed' }) displayName!: string - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string @OneToOne(() => PartyEntity) diff --git a/packages/data-store/src/entities/contact/PartyEntity.ts b/packages/data-store/src/entities/contact/PartyEntity.ts index 8f6209aac..2e93ce6b3 100644 --- a/packages/data-store/src/entities/contact/PartyEntity.ts +++ b/packages/data-store/src/entities/contact/PartyEntity.ts @@ -27,13 +27,13 @@ export class PartyEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'uri', length: 255, nullable: true }) + @Column('varchar', { name: 'uri', length: 255, nullable: true }) uri?: string - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string @OneToMany(() => IdentityEntity, (identity: IdentityEntity) => identity.party, { diff --git a/packages/data-store/src/entities/contact/PartyRelationshipEntity.ts b/packages/data-store/src/entities/contact/PartyRelationshipEntity.ts index 1c4fd730d..bcaf655b0 100644 --- a/packages/data-store/src/entities/contact/PartyRelationshipEntity.ts +++ b/packages/data-store/src/entities/contact/PartyRelationshipEntity.ts @@ -25,7 +25,7 @@ export class PartyRelationshipEntity { @JoinColumn({ name: 'left_id' }) left!: PartyEntity - @Column({ name: 'left_id', nullable: false }) + @Column('text', { name: 'left_id', nullable: false }) leftId!: string @ManyToOne(() => PartyEntity, { @@ -35,13 +35,13 @@ export class PartyRelationshipEntity { @JoinColumn({ name: 'right_id' }) right!: PartyEntity - @Column({ name: 'right_id', nullable: false }) + @Column('text', { name: 'right_id', nullable: false }) rightId!: string - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string @CreateDateColumn({ name: 'created_at', nullable: false }) diff --git a/packages/data-store/src/entities/contact/PartyTypeEntity.ts b/packages/data-store/src/entities/contact/PartyTypeEntity.ts index 8a202f875..e28c40bda 100644 --- a/packages/data-store/src/entities/contact/PartyTypeEntity.ts +++ b/packages/data-store/src/entities/contact/PartyTypeEntity.ts @@ -17,15 +17,15 @@ export class PartyTypeEntity { @Column('simple-enum', { name: 'origin', enum: PartyOrigin, nullable: false, unique: false }) origin!: PartyOrigin - @Column({ name: 'name', length: 255, nullable: false, unique: true }) + @Column('varchar', { name: 'name', length: 255, nullable: false, unique: true }) @IsNotEmpty({ message: 'Blank names are not allowed' }) name!: string - @Column({ name: 'description', length: 255, nullable: true }) + @Column('varchar', { name: 'description', length: 255, nullable: true }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank descriptions are not allowed' }) description?: string - @Column({ name: 'tenant_id', length: 255, nullable: true }) + @Column({ name: 'tenant_id', type: 'varchar', length: 255, nullable: true }) @IsNotEmpty({ message: "Blank tenant id's are not allowed" }) tenantId!: string diff --git a/packages/data-store/src/entities/contact/PhysicalAddressEntity.ts b/packages/data-store/src/entities/contact/PhysicalAddressEntity.ts index 9ad0d927f..9e9c42eb6 100644 --- a/packages/data-store/src/entities/contact/PhysicalAddressEntity.ts +++ b/packages/data-store/src/entities/contact/PhysicalAddressEntity.ts @@ -20,42 +20,42 @@ export class PhysicalAddressEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'type', length: 255, nullable: false }) + @Column('varchar', { name: 'type', length: 255, nullable: false }) @IsNotEmpty({ message: 'Blank physical address types are not allowed' }) type!: PhysicalAddressType - @Column({ name: 'street_name', length: 255, nullable: false }) + @Column('varchar', { name: 'street_name', length: 255, nullable: false }) @IsNotEmpty({ message: 'Blank street names are not allowed' }) streetName!: string - @Column({ name: 'street_number', length: 255, nullable: false }) + @Column('varchar', { name: 'street_number', length: 255, nullable: false }) @IsNotEmpty({ message: 'Blank street numbers are not allowed' }) streetNumber!: string - @Column({ name: 'postal_code', length: 255, nullable: false }) + @Column('varchar', { name: 'postal_code', length: 255, nullable: false }) @IsNotEmpty({ message: 'Blank postal codes are not allowed' }) postalCode!: string - @Column({ name: 'city_name', length: 255, nullable: false }) + @Column('varchar', { name: 'city_name', length: 255, nullable: false }) @IsNotEmpty({ message: 'Blank city names are not allowed' }) cityName!: string - @Column({ name: 'province_name', length: 255, nullable: false }) + @Column('varchar', { name: 'province_name', length: 255, nullable: false }) @IsNotEmpty({ message: 'Blank province names are not allowed' }) provinceName!: string - @Column({ name: 'country_code', length: 2, nullable: false }) + @Column('varchar', { name: 'country_code', length: 2, nullable: false }) @IsNotEmpty({ message: 'Blank country codes are not allowed' }) countryCode!: string - @Column({ name: 'building_name', length: 255, nullable: true }) + @Column('varchar', { name: 'building_name', length: 255, nullable: true }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank building names are not allowed' }) buildingName?: string - @Column({ name: 'owner_id', nullable: true }) + @Column('text', { name: 'owner_id', nullable: true }) ownerId?: string - @Column({ name: 'tenant_id', nullable: true }) + @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string @ManyToOne(() => PartyEntity, (party: PartyEntity) => party.physicalAddresses, { @@ -63,7 +63,7 @@ export class PhysicalAddressEntity extends BaseEntity { }) party!: PartyEntity - @Column({ name: 'partyId', nullable: true }) + @Column('text', { name: 'partyId', nullable: true }) partyId?: string @CreateDateColumn({ name: 'created_at', nullable: false }) diff --git a/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts b/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts index 996f9a53f..212693378 100644 --- a/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts +++ b/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts @@ -8,13 +8,13 @@ export class AuditEventEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'timestamp', nullable: false, unique: false }) + @Column('timestamp', { name: 'timestamp', nullable: false, unique: false }) timestamp!: Date @Column('simple-enum', { name: 'level', enum: LogLevel, nullable: false, unique: false }) level!: LogLevel - @Column({ name: 'correlationId', nullable: false, unique: false }) + @Column('text', { name: 'correlationId', nullable: false, unique: false }) correlationId!: string @Column('simple-enum', { name: 'system', enum: System, nullable: false, unique: false }) @@ -26,7 +26,7 @@ export class AuditEventEntity extends BaseEntity { @Column('simple-enum', { name: 'actionType', enum: ActionType, nullable: false, unique: false }) actionType!: ActionType - @Column({ name: 'actionSubType', nullable: false, unique: false }) + @Column({ name: 'actionSubType', type: 'varchar', nullable: false, unique: false }) actionSubType!: ActionSubType @Column('simple-enum', { name: 'initiatorType', enum: InitiatorType, nullable: false, unique: false }) @@ -35,28 +35,28 @@ export class AuditEventEntity extends BaseEntity { @Column('simple-enum', { name: 'systemCorrelationIdType', enum: SystemCorrelationIdType, nullable: true, unique: false }) systemCorrelationIdType?: SystemCorrelationIdType - @Column({ name: 'systemCorrelationId', nullable: true, unique: false }) + @Column('text', { name: 'systemCorrelationId', nullable: true, unique: false }) systemCorrelationId?: string - @Column({ name: 'systemAlias', nullable: true, unique: false }) + @Column('text', { name: 'systemAlias', nullable: true, unique: false }) systemAlias?: string @Column('simple-enum', { name: 'partyCorrelationType', enum: PartyCorrelationType, nullable: true, unique: false }) partyCorrelationType?: PartyCorrelationType - @Column({ name: 'partyCorrelationId', nullable: true, unique: false }) + @Column('text', { name: 'partyCorrelationId', nullable: true, unique: false }) partyCorrelationId?: string - @Column({ name: 'partyAlias', nullable: true, unique: false }) + @Column('text', { name: 'partyAlias', nullable: true, unique: false }) partyAlias?: string - @Column({ name: 'description', nullable: false, unique: false }) + @Column('text', { name: 'description', nullable: false, unique: false }) description!: string - @Column({ name: 'data', nullable: true, unique: false }) + @Column('text', { name: 'data', nullable: true, unique: false }) data?: string - @Column({ name: 'diagnosticData', nullable: true, unique: false }) + @Column('text', { name: 'diagnosticData', nullable: true, unique: false }) diagnosticData?: string @CreateDateColumn({ name: 'created_at', nullable: false }) diff --git a/packages/data-store/src/entities/issuanceBranding/BackgroundAttributesEntity.ts b/packages/data-store/src/entities/issuanceBranding/BackgroundAttributesEntity.ts index 9c65ebd7d..fb0ecee82 100644 --- a/packages/data-store/src/entities/issuanceBranding/BackgroundAttributesEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/BackgroundAttributesEntity.ts @@ -9,7 +9,7 @@ export class BackgroundAttributesEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'color', length: 255, nullable: true, unique: false }) + @Column('varchar', { name: 'color', length: 255, nullable: true, unique: false }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank background colors are not allowed' }) color?: string diff --git a/packages/data-store/src/entities/issuanceBranding/BaseLocaleBrandingEntity.ts b/packages/data-store/src/entities/issuanceBranding/BaseLocaleBrandingEntity.ts index 6435f9e83..0753917a7 100644 --- a/packages/data-store/src/entities/issuanceBranding/BaseLocaleBrandingEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/BaseLocaleBrandingEntity.ts @@ -23,11 +23,11 @@ export class BaseLocaleBrandingEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'alias', length: 255, nullable: true, unique: false }) + @Column('varchar', { name: 'alias', length: 255, nullable: true, unique: false }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank aliases are not allowed' }) alias?: string - @Column({ name: 'locale', length: 255, nullable: false, unique: false }) + @Column('varchar', { name: 'locale', length: 255, nullable: false, unique: false }) locale?: string @OneToOne(() => ImageAttributesEntity, { @@ -39,7 +39,7 @@ export class BaseLocaleBrandingEntity extends BaseEntity { @JoinColumn({ name: 'logoId' }) logo?: ImageAttributesEntity - @Column({ name: 'description', length: 255, nullable: true, unique: false }) + @Column('varchar', { name: 'description', length: 255, nullable: true, unique: false }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank descriptions are not allowed' }) description?: string diff --git a/packages/data-store/src/entities/issuanceBranding/CredentialBrandingEntity.ts b/packages/data-store/src/entities/issuanceBranding/CredentialBrandingEntity.ts index 32cc4c104..9e6a65242 100644 --- a/packages/data-store/src/entities/issuanceBranding/CredentialBrandingEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/CredentialBrandingEntity.ts @@ -21,11 +21,11 @@ export class CredentialBrandingEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'vcHash', length: 255, nullable: false, unique: true }) + @Column('varchar', { name: 'vcHash', length: 255, nullable: false, unique: true }) @IsNotEmpty({ message: 'Blank vcHashes are not allowed' }) vcHash!: string - @Column({ name: 'issuerCorrelationId', length: 255, nullable: false, unique: false }) + @Column('varchar', { name: 'issuerCorrelationId', length: 255, nullable: false, unique: false }) @IsNotEmpty({ message: 'Blank issuerCorrelationIds are not allowed' }) issuerCorrelationId!: string diff --git a/packages/data-store/src/entities/issuanceBranding/CredentialLocaleBrandingEntity.ts b/packages/data-store/src/entities/issuanceBranding/CredentialLocaleBrandingEntity.ts index ae30dfd70..5920a5426 100644 --- a/packages/data-store/src/entities/issuanceBranding/CredentialLocaleBrandingEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/CredentialLocaleBrandingEntity.ts @@ -16,7 +16,7 @@ export class CredentialLocaleBrandingEntity extends BaseLocaleBrandingEntity { @JoinColumn({ name: 'credentialBrandingId' }) credentialBranding!: CredentialBrandingEntity - @Column({ name: 'credentialBrandingId', nullable: false }) + @Column('text', { name: 'credentialBrandingId', nullable: false }) credentialBrandingId!: string } diff --git a/packages/data-store/src/entities/issuanceBranding/ImageAttributesEntity.ts b/packages/data-store/src/entities/issuanceBranding/ImageAttributesEntity.ts index c8dae8a77..ccfa49400 100644 --- a/packages/data-store/src/entities/issuanceBranding/ImageAttributesEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/ImageAttributesEntity.ts @@ -9,19 +9,19 @@ export class ImageAttributesEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'uri', nullable: true, unique: false }) + @Column('text', { name: 'uri', nullable: true, unique: false }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank image uri are not allowed' }) uri?: string - @Column({ name: 'dataUri', nullable: true, unique: false }) + @Column('text', { name: 'dataUri', nullable: true, unique: false }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank image data uri are not allowed' }) dataUri?: string - @Column({ name: 'mediaType', length: 255, nullable: true, unique: false }) + @Column('varchar', { name: 'mediaType', length: 255, nullable: true, unique: false }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank image types are not allowed' }) mediaType?: string - @Column({ name: 'alt', length: 255, nullable: true, unique: false }) + @Column('varchar', { name: 'alt', length: 255, nullable: true, unique: false }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank image alts are not allowed' }) alt?: string diff --git a/packages/data-store/src/entities/issuanceBranding/ImageDimensionsEntity.ts b/packages/data-store/src/entities/issuanceBranding/ImageDimensionsEntity.ts index 81c6bd56b..2b5a6ac1d 100644 --- a/packages/data-store/src/entities/issuanceBranding/ImageDimensionsEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/ImageDimensionsEntity.ts @@ -6,10 +6,10 @@ export class ImageDimensionsEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'width', nullable: false, unique: false }) + @Column('integer', { name: 'width', nullable: false, unique: false }) width!: number - @Column({ name: 'height', nullable: false, unique: false }) + @Column('integer', { name: 'height', nullable: false, unique: false }) height!: number } diff --git a/packages/data-store/src/entities/issuanceBranding/IssuerBrandingEntity.ts b/packages/data-store/src/entities/issuanceBranding/IssuerBrandingEntity.ts index 940a5c086..f739a1000 100644 --- a/packages/data-store/src/entities/issuanceBranding/IssuerBrandingEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/IssuerBrandingEntity.ts @@ -20,7 +20,7 @@ export class IssuerBrandingEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'issuerCorrelationId', length: 255, nullable: false, unique: true }) + @Column('varchar', { name: 'issuerCorrelationId', length: 255, nullable: false, unique: true }) @IsNotEmpty({ message: 'Blank issuerCorrelationIds are not allowed' }) issuerCorrelationId!: string diff --git a/packages/data-store/src/entities/issuanceBranding/IssuerLocaleBrandingEntity.ts b/packages/data-store/src/entities/issuanceBranding/IssuerLocaleBrandingEntity.ts index 95a15756b..86752066d 100644 --- a/packages/data-store/src/entities/issuanceBranding/IssuerLocaleBrandingEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/IssuerLocaleBrandingEntity.ts @@ -16,7 +16,7 @@ export class IssuerLocaleBrandingEntity extends BaseLocaleBrandingEntity { @JoinColumn({ name: 'issuerBrandingId' }) issuerBranding!: IssuerBrandingEntity - @Column({ name: 'issuerBrandingId', nullable: false }) + @Column('text', { name: 'issuerBrandingId', nullable: false }) issuerBrandingId!: string } diff --git a/packages/data-store/src/entities/issuanceBranding/TextAttributesEntity.ts b/packages/data-store/src/entities/issuanceBranding/TextAttributesEntity.ts index 1b4dd1baf..e9931c1ac 100644 --- a/packages/data-store/src/entities/issuanceBranding/TextAttributesEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/TextAttributesEntity.ts @@ -8,7 +8,7 @@ export class TextAttributesEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'color', length: 255, nullable: true, unique: false }) + @Column('varchar', { name: 'color', length: 255, nullable: true, unique: false }) @Validate(IsNonEmptyStringConstraint, { message: 'Blank text colors are not allowed' }) color?: string diff --git a/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts b/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts index 71fe81043..23b8f4611 100644 --- a/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts +++ b/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts @@ -47,10 +47,10 @@ export class MachineStateInfoEntity extends BaseEntity { @Column({ name: 'updated_count', type: 'integer', nullable: false }) updatedCount!: number - @Column({ name: 'expires_at', nullable: true }) + @Column('datetime', { name: 'expires_at', nullable: true }) expiresAt?: Date - @Column({ name: 'completed_at', nullable: true }) + @Column('datetime', { name: 'completed_at', nullable: true }) completedAt?: Date @Column({ name: 'tenant_id', type: 'varchar', nullable: true }) diff --git a/packages/data-store/src/entities/presentationDefinition/PresentationDefinitionItemEntity.ts b/packages/data-store/src/entities/presentationDefinition/PresentationDefinitionItemEntity.ts index 2068316a5..e6c57ec9e 100644 --- a/packages/data-store/src/entities/presentationDefinition/PresentationDefinitionItemEntity.ts +++ b/packages/data-store/src/entities/presentationDefinition/PresentationDefinitionItemEntity.ts @@ -7,21 +7,21 @@ export class PresentationDefinitionItemEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'definition_id', length: 255, nullable: false, unique: false }) + @Column({ name: 'definition_id', length: 255, type: 'varchar', nullable: false, unique: false }) @IsNotEmpty({ message: 'A blank definition id field is not allowed' }) definitionId!: string - @Column({ name: 'version', length: 255, nullable: false, unique: false }) + @Column({ name: 'version', length: 255, type: 'varchar', nullable: false, unique: false }) @IsNotEmpty({ message: 'A blank version field is not allowed' }) version!: string - @Column({ name: 'tenant_id', length: 255, nullable: true, unique: false }) + @Column({ name: 'tenant_id', length: 255, type: 'varchar', nullable: true, unique: false }) tenantId?: string - @Column({ name: 'purpose', length: 255, nullable: true, unique: false }) + @Column({ name: 'purpose', length: 255, type: 'varchar', nullable: true, unique: false }) purpose?: string - @Column({ name: 'name', length: 255, nullable: true, unique: false }) + @Column({ name: 'name', length: 255, type: 'varchar', nullable: true, unique: false }) name?: string @Column({ name: 'definition_payload', type: 'text', nullable: false, unique: false }) diff --git a/packages/data-store/src/entities/statusList2021/StatusList2021Entity.ts b/packages/data-store/src/entities/statusList2021/StatusList2021Entity.ts index 84447d258..e3c5c5cde 100644 --- a/packages/data-store/src/entities/statusList2021/StatusList2021Entity.ts +++ b/packages/data-store/src/entities/statusList2021/StatusList2021Entity.ts @@ -21,7 +21,7 @@ export class StatusListEntity extends BaseEntity { @Column({ name: 'correlationId', type: 'varchar', nullable: false }) correlationId!: string - @Column({ name: 'length', nullable: false, unique: false }) + @Column({ name: 'length', type: 'integer', nullable: false, unique: false }) length!: number @Column({ diff --git a/packages/data-store/src/entities/statusList2021/StatusList2021EntryEntity.ts b/packages/data-store/src/entities/statusList2021/StatusList2021EntryEntity.ts index 6c9bc656f..128419ded 100644 --- a/packages/data-store/src/entities/statusList2021/StatusList2021EntryEntity.ts +++ b/packages/data-store/src/entities/statusList2021/StatusList2021EntryEntity.ts @@ -11,19 +11,19 @@ export class StatusListEntryEntity extends BaseEntity { @ManyToOne(() => StatusListEntity, (statusList) => statusList.statusListEntries) statusList!: StatusListEntity - @PrimaryColumn({ name: 'statusListIndex', nullable: false, unique: false }) + @PrimaryColumn({ name: 'statusListIndex', type: 'integer', nullable: false, unique: false }) @Validate(IsNonEmptyStringConstraint, { message: 'Status list index is required' }) statusListIndex!: number - @Column({ name: 'credentialId', nullable: true }) + @Column({ name: 'credentialId', type: 'text', nullable: true }) credentialId?: string - @Column({ name: 'credentialHash', length: 128, nullable: true, unique: false }) + @Column({ name: 'credentialHash', length: 128, type: 'varchar', nullable: true, unique: false }) credentialHash?: string - @Column({ name: 'correlationId', length: 255, nullable: true, unique: false }) + @Column({ name: 'correlationId', length: 255, type: 'varchar', nullable: true, unique: false }) correlationId?: string - @Column({ name: 'value', length: 50, nullable: true, unique: false }) + @Column({ name: 'value', length: 50, type: 'varchar', nullable: true, unique: false }) value?: string } From 44331b8781fb5e5627816509c744c4aef7f128cd Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 31 Jul 2024 00:49:07 +0200 Subject: [PATCH 35/49] feat: Remove dep on isomorphic-webcrypto --- package.json | 3 +- packages/vc-handler-ld-local/package.json | 1 - .../suites/impl/JsonWebKeyWithRSASupport.ts | 2 +- .../impl/JsonWebSignatureWithRSASupport.ts | 2 +- pnpm-lock.yaml | 1674 ++++++++++++++--- 5 files changed, 1426 insertions(+), 256 deletions(-) diff --git a/package.json b/package.json index dc8327778..98047e6bc 100644 --- a/package.json +++ b/package.json @@ -122,8 +122,7 @@ "ethr-did": "2.3.9", "typeorm": "^0.3.20", "@transmute/jsonld": "^0.0.4", - "jsonld": "link:./node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld", - "isomorphic-webcrypto": "link:./node_modules/@sphereon/isomorphic-webcrypto" + "jsonld": "link:./node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld" }, "patchedDependencies": { "@veramo/core@4.2.0": "patches/@veramo__core@4.2.0.patch", diff --git a/packages/vc-handler-ld-local/package.json b/packages/vc-handler-ld-local/package.json index 04fb4bcc9..0fdfa45fb 100644 --- a/packages/vc-handler-ld-local/package.json +++ b/packages/vc-handler-ld-local/package.json @@ -23,7 +23,6 @@ "@digitalcredentials/vc": "^6.0.1", "@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0", "@noble/hashes": "1.2.0", - "@sphereon/isomorphic-webcrypto": "2.4.1-unstable.0", "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", "@sphereon/ssi-sdk.agent-config": "workspace:*", diff --git a/packages/vc-handler-ld-local/src/suites/impl/JsonWebKeyWithRSASupport.ts b/packages/vc-handler-ld-local/src/suites/impl/JsonWebKeyWithRSASupport.ts index 4c2888c5d..67014be8f 100644 --- a/packages/vc-handler-ld-local/src/suites/impl/JsonWebKeyWithRSASupport.ts +++ b/packages/vc-handler-ld-local/src/suites/impl/JsonWebKeyWithRSASupport.ts @@ -1,4 +1,4 @@ -import crypto from '@sphereon/isomorphic-webcrypto' +// import crypto from '@sphereon/isomorphic-webcrypto' import { Ed25519KeyPair, Ed25519VerificationKey2018 } from '@transmute/ed25519-key-pair' import { JWS, Verifier } from '@transmute/jose-ld' import { EcdsaSecp256k1VerificationKey2019, Secp256k1KeyPair } from '@transmute/secp256k1-key-pair' diff --git a/packages/vc-handler-ld-local/src/suites/impl/JsonWebSignatureWithRSASupport.ts b/packages/vc-handler-ld-local/src/suites/impl/JsonWebSignatureWithRSASupport.ts index f4b90b4f0..7463f5bdb 100644 --- a/packages/vc-handler-ld-local/src/suites/impl/JsonWebSignatureWithRSASupport.ts +++ b/packages/vc-handler-ld-local/src/suites/impl/JsonWebSignatureWithRSASupport.ts @@ -1,5 +1,5 @@ import { sha256 } from '@noble/hashes/sha256' -import crypto from '@sphereon/isomorphic-webcrypto' +// import crypto from '@sphereon/isomorphic-webcrypto' import sec from '@transmute/security-context' import { IAgentContext } from '@veramo/core' import { decodeJoseBlob } from '@veramo/utils' diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 54e6c692b..78e296df0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,7 +41,6 @@ overrides: typeorm: ^0.3.20 '@transmute/jsonld': ^0.0.4 jsonld: link:./node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld - isomorphic-webcrypto: link:./node_modules/@sphereon/isomorphic-webcrypto patchedDependencies: '@veramo/core@4.2.0': @@ -231,10 +230,10 @@ importers: version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -363,46 +362,6 @@ importers: specifier: ^0.3.20 version: 0.3.20(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) - packages/credential-store: - dependencies: - '@sphereon/pex': - specifier: ^4.0.1 - version: 4.0.1 - '@sphereon/pex-models': - specifier: ^2.2.4 - version: 2.2.4 - '@sphereon/ssi-sdk.data-store': - specifier: workspace:* - version: link:../data-store - cross-fetch: - specifier: ^3.1.8 - version: 3.1.8 - debug: - specifier: ^4.3.5 - version: 4.3.5 - typeorm: - specifier: ^0.3.20 - version: 0.3.20(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) - uuid: - specifier: ^10.0.0 - version: 10.0.0 - devDependencies: - '@sphereon/ssi-sdk.agent-config': - specifier: workspace:* - version: link:../agent-config - '@sphereon/ssi-types': - specifier: workspace:* - version: link:../ssi-types - '@types/uuid': - specifier: ^10.0.0 - version: 10.0.0 - '@veramo/remote-client': - specifier: 4.2.0 - version: 4.2.0 - '@veramo/remote-server': - specifier: 4.2.0 - version: 4.2.0(express@4.19.2) - packages/data-store: dependencies: '@sphereon/pex': @@ -410,7 +369,7 @@ importers: version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -520,10 +479,10 @@ importers: version: 0.23.1-next.5 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -590,10 +549,10 @@ importers: version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -818,9 +777,6 @@ importers: '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config - '@sphereon/ssi-sdk.credential-store': - specifier: workspace:* - version: link:../credential-store '@types/express': specifier: ^4.17.21 version: 4.17.21 @@ -883,16 +839,13 @@ importers: version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core - '@sphereon/ssi-sdk.credential-store': - specifier: workspace:* - version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -965,7 +918,7 @@ importers: version: 0.15.1-next.9(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -986,7 +939,7 @@ importers: version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/credential-w3c': specifier: 4.2.0 - version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) cross-fetch: specifier: ^3.1.8 version: 3.1.8 @@ -1044,7 +997,7 @@ importers: version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/credential-w3c': specifier: 4.2.0 - version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) awesome-qr: specifier: ^2.1.5-rc.0 version: 2.1.5-rc.0 @@ -1087,16 +1040,16 @@ importers: version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.key-manager': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1220,7 +1173,7 @@ importers: version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -1229,7 +1182,7 @@ importers: version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/credential-w3c': specifier: 4.2.0 - version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) cross-fetch: specifier: ^3.1.8 version: 3.1.8 @@ -1436,10 +1389,7 @@ importers: version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk.credential-store': - specifier: workspace:* - version: link:../credential-store + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1488,13 +1438,13 @@ importers: version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1543,7 +1493,7 @@ importers: devDependencies: '@sphereon/ssi-sdk-ext.did-provider-jwk': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': specifier: 0.23.1-next.5 version: 0.23.1-next.5 @@ -1707,7 +1657,7 @@ importers: version: 0.6.1 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@veramo/utils': specifier: 4.2.0 version: 4.2.0 @@ -1726,16 +1676,16 @@ importers: version: 0.6.1 '@sphereon/ssi-sdk-ext.did-provider-jwk': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': specifier: 0.23.1-next.5 version: 0.23.1-next.5 '@sphereon/ssi-sdk-ext.key-manager': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@types/node': specifier: 18.15.3 version: 18.15.3 @@ -1796,16 +1746,13 @@ importers: version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core - '@sphereon/ssi-sdk.credential-store': - specifier: workspace:* - version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1832,7 +1779,7 @@ importers: version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/credential-w3c': specifier: 4.2.0 - version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) cross-fetch: specifier: ^3.1.8 version: 3.1.8 @@ -1902,7 +1849,7 @@ importers: version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1929,7 +1876,7 @@ importers: version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/credential-w3c': specifier: 4.2.0 - version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) cross-fetch: specifier: ^3.1.8 version: 3.1.8 @@ -1993,7 +1940,7 @@ importers: version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/credential-w3c': specifier: 4.2.0 - version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) body-parser: specifier: ^1.20.2 version: 1.20.2 @@ -2033,7 +1980,7 @@ importers: version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2328,13 +2275,13 @@ importers: version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-manager': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2380,7 +2327,7 @@ importers: version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': specifier: 0.23.1-next.5 version: 0.23.1-next.5 @@ -2485,37 +2432,34 @@ importers: dependencies: '@digitalcredentials/ed25519-signature-2020': specifier: ~3.0.2 - version: 3.0.2 + version: 3.0.2(expo@51.0.23)(react-native@0.74.3) '@digitalcredentials/ed25519-verification-key-2020': specifier: ^4.0.0 version: 4.0.0 '@digitalcredentials/jsonld': specifier: ^6.0.0 - version: 6.0.0 + version: 6.0.0(expo@51.0.23)(react-native@0.74.3) '@digitalcredentials/jsonld-signatures': specifier: ^9.4.0 - version: 9.4.0 + version: 9.4.0(expo@51.0.23)(react-native@0.74.3) '@digitalcredentials/rdf-canonize': specifier: ^1.0.0 - version: 1.0.0 + version: 1.0.0(expo@51.0.23)(react-native@0.74.3) '@digitalcredentials/vc': specifier: ^6.0.1 - version: 6.0.1 + version: 6.0.1(expo@51.0.23)(react-native@0.74.3) '@digitalcredentials/x25519-key-agreement-2020-context': specifier: ^1.0.0 version: 1.0.0 '@noble/hashes': specifier: 1.2.0 version: 1.2.0 - '@sphereon/isomorphic-webcrypto': - specifier: 2.4.1-unstable.0 - version: 2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.key-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2569,7 +2513,7 @@ importers: version: 0.7.0-unstable.81 '@veramo-community/lds-ecdsa-secp256k1-recovery2020': specifier: github:uport-project/EcdsaSecp256k1RecoverySignature2020 - version: github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b + version: github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b(expo@51.0.23)(react-native@0.74.3) '@veramo/core': specifier: 4.2.0 version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -2609,16 +2553,16 @@ importers: version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-key': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.did-provider-lto': specifier: 0.23.0 version: 0.23.0(typescript@5.4.2) '@sphereon/ssi-sdk-ext.key-manager': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@transmute/lds-ecdsa-secp256k1-recovery2020': specifier: ^0.0.7 version: 0.0.7 @@ -2636,10 +2580,10 @@ importers: version: 4.33.0(eslint@7.32.0)(typescript@5.4.2) '@veramo/credential-ld': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/credential-w3c': specifier: 4.2.0 - version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) '@veramo/data-store': specifier: 4.2.0 version: 4.2.0(patch_hash=feb5u2ygzsdf67qbxr2lxgqjyy)(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) @@ -2693,13 +2637,13 @@ importers: dependencies: '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types '@sphereon/vc-status-list': specifier: 7.0.0-next.0 - version: 7.0.0-next.0 + version: 7.0.0-next.0(expo@51.0.23)(react-native@0.74.3) '@veramo/core': specifier: 4.2.0 version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -2739,7 +2683,7 @@ importers: version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2757,7 +2701,7 @@ importers: version: link:../ssi-types '@sphereon/vc-status-list': specifier: 7.0.0-next.0 - version: 7.0.0-next.0 + version: 7.0.0-next.0(expo@51.0.23)(react-native@0.74.3) '@veramo/core': specifier: 4.2.0 version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -2788,7 +2732,7 @@ importers: version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2806,7 +2750,7 @@ importers: version: link:../ssi-types '@sphereon/vc-status-list': specifier: 7.0.0-next.0 - version: 7.0.0-next.0 + version: 7.0.0-next.0(expo@51.0.23)(react-native@0.74.3) '@veramo/core': specifier: 4.2.0 version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -2834,7 +2778,7 @@ importers: version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': specifier: 0.23.1-next.5 version: 0.23.1-next.5 @@ -2879,7 +2823,7 @@ importers: version: 9.0.8 '@veramo/credential-w3c': specifier: 4.2.0 - version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) '@veramo/data-store': specifier: 4.2.0 version: 4.2.0(patch_hash=feb5u2ygzsdf67qbxr2lxgqjyy)(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) @@ -2925,9 +2869,6 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core - '@sphereon/ssi-sdk.credential-store': - specifier: workspace:* - version: link:../credential-store '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -2942,7 +2883,7 @@ importers: version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/credential-w3c': specifier: 4.2.0 - version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + version: 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) body-parser: specifier: ^1.20.2 version: 1.20.2 @@ -2979,16 +2920,16 @@ importers: version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) '@sphereon/ssi-sdk-ext.did-resolver-jwk': specifier: 0.23.1-next.5 version: 0.23.1-next.5 '@sphereon/ssi-sdk-ext.key-manager': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -3106,7 +3047,7 @@ importers: devDependencies: '@veramo/cli': specifier: 4.2.0 - version: 4.2.0(@types/node@18.19.41)(ts-node@10.9.2) + version: 4.2.0(@types/node@18.19.41)(expo@51.0.23)(react-native@0.74.3)(ts-node@10.9.2) '@veramo/remote-client': specifier: 4.2.0 version: 4.2.0 @@ -3128,7 +3069,7 @@ importers: version: link:../dev '@veramo/cli': specifier: 4.2.0 - version: 4.2.0(@types/node@18.19.41)(ts-node@10.9.2) + version: 4.2.0(@types/node@18.19.41)(expo@51.0.23)(react-native@0.74.3)(ts-node@10.9.2) '@veramo/remote-client': specifier: 4.2.0 version: 4.2.0 @@ -3225,10 +3166,10 @@ importers: devDependencies: '@sphereon/ssi-sdk-ext.key-manager': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk-ext.kms-local': specifier: 0.23.1-next.5 - version: 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@types/body-parser': specifier: ^1.19.5 version: 1.19.5 @@ -3274,9 +3215,6 @@ importers: packages/wellknown-did-issuer: dependencies: - '@sphereon/ssi-sdk.credential-store': - specifier: workspace:* - version: link:../credential-store '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -3463,6 +3401,11 @@ packages: chokidar: 3.6.0 dev: true + /@babel/code-frame@7.10.4: + resolution: {integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==} + dependencies: + '@babel/highlight': 7.24.7 + /@babel/code-frame@7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: @@ -3808,6 +3751,19 @@ packages: transitivePeerDependencies: - supports-color + /@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.9): + resolution: {integrity: sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.9) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.24.9) + transitivePeerDependencies: + - supports-color + /@babel/plugin-proposal-export-default-from@7.24.7(@babel/core@7.24.9): resolution: {integrity: sha512-CcmFwUJ3tKhLjPdt4NP+SHMshebytF8ZTYOv5ZDpkzq2sin80Wb5vJrGt8fhPrORQCfoSa0LAxC/DW+GAC5+Hw==} engines: {node: '>=6.9.0'} @@ -3944,6 +3900,15 @@ packages: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + /@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.24.9): + resolution: {integrity: sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-plugin-utils': 7.24.8 + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.9): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: @@ -4534,6 +4499,17 @@ packages: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + /@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.24.9): + resolution: {integrity: sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.9 + '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.9) + transitivePeerDependencies: + - supports-color + /@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.24.9): resolution: {integrity: sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==} engines: {node: '>=6.9.0'} @@ -4567,6 +4543,16 @@ packages: transitivePeerDependencies: - supports-color + /@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.24.9): + resolution: {integrity: sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 + /@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.24.9): resolution: {integrity: sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==} engines: {node: '>=6.9.0'} @@ -4815,6 +4801,22 @@ packages: '@babel/types': 7.24.9 esutils: 2.0.3 + /@babel/preset-react@7.24.7(@babel/core@7.24.9): + resolution: {integrity: sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-validator-option': 7.24.8 + '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.24.9) + '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.9) + '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.24.9) + '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.24.9) + transitivePeerDependencies: + - supports-color + /@babel/preset-typescript@7.24.7(@babel/core@7.24.9): resolution: {integrity: sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==} engines: {node: '>=6.9.0'} @@ -4985,17 +4987,19 @@ packages: pako: 2.1.0 dev: false - /@digitalcredentials/ed25519-signature-2020@3.0.2: + /@digitalcredentials/ed25519-signature-2020@3.0.2(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-R8IrR21Dh+75CYriQov3nVHKaOVusbxfk9gyi6eCAwLHKn6fllUt+2LQfuUrL7Ts/sGIJqQcev7YvkX9GvyYRA==} engines: {node: '>=14'} dependencies: '@digitalcredentials/base58-universal': 1.0.1 '@digitalcredentials/ed25519-verification-key-2020': 3.2.2 - '@digitalcredentials/jsonld-signatures': 9.4.0 + '@digitalcredentials/jsonld-signatures': 9.4.0(expo@51.0.23)(react-native@0.74.3) ed25519-signature-2018-context: 1.1.0 ed25519-signature-2020-context: 1.1.0 transitivePeerDependencies: - domexception + - expo + - react-native - web-streams-polyfill /@digitalcredentials/ed25519-verification-key-2020@3.2.2: @@ -5026,41 +5030,47 @@ packages: - domexception - web-streams-polyfill - /@digitalcredentials/jsonld-signatures@9.4.0: + /@digitalcredentials/jsonld-signatures@9.4.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-DnR+HDTm7qpcDd0wcD1w6GdlAwfHjQSgu+ahion8REkCkkMRywF+CLunU7t8AZpFB2Gr/+N8naUtiEBNje1Oew==} engines: {node: '>=18'} dependencies: '@digitalbazaar/security-context': 1.0.1 - '@digitalcredentials/jsonld': 6.0.0 + '@digitalcredentials/jsonld': 6.0.0(expo@51.0.23)(react-native@0.74.3) fast-text-encoding: 1.0.6 - isomorphic-webcrypto: link:node_modules/@sphereon/isomorphic-webcrypto + isomorphic-webcrypto: 2.3.8(expo@51.0.23)(react-native@0.74.3) serialize-error: 8.1.0 transitivePeerDependencies: - domexception + - expo + - react-native - web-streams-polyfill - /@digitalcredentials/jsonld@5.2.2: + /@digitalcredentials/jsonld@5.2.2(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-hz7YR3kv6+8UUdgMyTGl1o8NjVKKwnMry/Rh/rWeAvwL+NqgoUHorWzI3rM+PW+MPFyDC0ieXStClt9n9D9SGA==} engines: {node: '>=12'} dependencies: '@digitalcredentials/http-client': 1.2.2 - '@digitalcredentials/rdf-canonize': 1.0.0 + '@digitalcredentials/rdf-canonize': 1.0.0(expo@51.0.23)(react-native@0.74.3) canonicalize: 1.0.8 lru-cache: 6.0.0 transitivePeerDependencies: - domexception + - expo + - react-native - web-streams-polyfill - /@digitalcredentials/jsonld@6.0.0: + /@digitalcredentials/jsonld@6.0.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-5tTakj0/GsqAJi8beQFVMQ97wUJZnuxViW9xRuAATL6eOBIefGBwHkVryAgEq2I4J/xKgb/nEyw1ZXX0G8wQJQ==} engines: {node: '>=12'} dependencies: '@digitalcredentials/http-client': 1.2.2 - '@digitalcredentials/rdf-canonize': 1.0.0 + '@digitalcredentials/rdf-canonize': 1.0.0(expo@51.0.23)(react-native@0.74.3) canonicalize: 1.0.8 lru-cache: 6.0.0 transitivePeerDependencies: - domexception + - expo + - react-native - web-streams-polyfill /@digitalcredentials/keypair@1.0.5: @@ -5072,63 +5082,74 @@ packages: resolution: {integrity: sha512-VK7X5u6OoBFxkyIFplNqUPVbo+8vFSAEoam8tSozpj05KPfcGw41Tp5p9fqMnY38oPfwtZR2yDNSctj/slrE0A==} dev: false - /@digitalcredentials/rdf-canonize@1.0.0: + /@digitalcredentials/rdf-canonize@1.0.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-z8St0Ex2doecsExCFK1uI4gJC+a5EqYYu1xpRH1pKmqSS9l/nxfuVxexNFyaeEum4dUdg1EetIC2rTwLIFhPRA==} engines: {node: '>=12'} dependencies: fast-text-encoding: 1.0.6 - isomorphic-webcrypto: link:node_modules/@sphereon/isomorphic-webcrypto + isomorphic-webcrypto: 2.3.8(expo@51.0.23)(react-native@0.74.3) + transitivePeerDependencies: + - expo + - react-native - /@digitalcredentials/vc-status-list@5.0.2: + /@digitalcredentials/vc-status-list@5.0.2(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-PI0N7SM0tXpaNLelbCNsMAi34AjOeuhUzMSYTkHdeqRPX7oT2F3ukyOssgr4koEqDxw9shHtxHu3fSJzrzcPMQ==} engines: {node: '>=14'} dependencies: '@digitalbazaar/vc-status-list-context': 3.1.1 '@digitalcredentials/bitstring': 2.0.1 - '@digitalcredentials/vc': 4.2.0 + '@digitalcredentials/vc': 4.2.0(expo@51.0.23)(react-native@0.74.3) credentials-context: 2.0.0 transitivePeerDependencies: - domexception + - expo + - react-native - web-streams-polyfill dev: false - /@digitalcredentials/vc@4.2.0: + /@digitalcredentials/vc@4.2.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-8Rxpn77JghJN7noBQdcMuzm/tB8vhDwPoFepr3oGd5w+CyJxOk2RnBlgIGlAAGA+mALFWECPv1rANfXno+hdjA==} engines: {node: '>=12'} dependencies: - '@digitalcredentials/jsonld': 5.2.2 - '@digitalcredentials/jsonld-signatures': 9.4.0 + '@digitalcredentials/jsonld': 5.2.2(expo@51.0.23)(react-native@0.74.3) + '@digitalcredentials/jsonld-signatures': 9.4.0(expo@51.0.23)(react-native@0.74.3) credentials-context: 2.0.0 transitivePeerDependencies: - domexception + - expo + - react-native - web-streams-polyfill dev: false - /@digitalcredentials/vc@5.0.0: + /@digitalcredentials/vc@5.0.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-87ARRxlAdIuUPArbMYJ8vUY7QqkIvJGFrBwfTH1PcB8Wz1E/M4q3oc/WLrDyJNg4o/irVVB5gkA9iIntTYSpoA==} engines: {node: '>=12'} dependencies: - '@digitalcredentials/jsonld': 5.2.2 - '@digitalcredentials/jsonld-signatures': 9.4.0 + '@digitalcredentials/jsonld': 5.2.2(expo@51.0.23)(react-native@0.74.3) + '@digitalcredentials/jsonld-signatures': 9.4.0(expo@51.0.23)(react-native@0.74.3) credentials-context: 2.0.0 transitivePeerDependencies: - domexception + - expo + - react-native - web-streams-polyfill - /@digitalcredentials/vc@6.0.1: + /@digitalcredentials/vc@6.0.1(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-TZgLoi00Jc9uv3b6jStH+G8+bCqpHIqFw9DYODz+fVjNh197ksvcYqSndUDHa2oi0HCcK+soI8j4ba3Sa4Pl4w==} engines: {node: '>=12'} dependencies: '@digitalbazaar/vc-status-list': 7.1.0 - '@digitalcredentials/ed25519-signature-2020': 3.0.2 - '@digitalcredentials/jsonld': 6.0.0 - '@digitalcredentials/jsonld-signatures': 9.4.0 + '@digitalcredentials/ed25519-signature-2020': 3.0.2(expo@51.0.23)(react-native@0.74.3) + '@digitalcredentials/jsonld': 6.0.0(expo@51.0.23)(react-native@0.74.3) + '@digitalcredentials/jsonld-signatures': 9.4.0(expo@51.0.23)(react-native@0.74.3) '@digitalcredentials/open-badges-context': 2.1.0 - '@digitalcredentials/vc-status-list': 5.0.2 + '@digitalcredentials/vc-status-list': 5.0.2(expo@51.0.23)(react-native@0.74.3) credentials-context: 2.0.0 fix-esm: 1.0.1 transitivePeerDependencies: - domexception + - expo + - react-native - supports-color - web-streams-polyfill dev: false @@ -5527,6 +5548,315 @@ packages: '@ethersproject/properties': 5.7.0 '@ethersproject/strings': 5.7.0 + /@expo/bunyan@4.0.0: + resolution: {integrity: sha512-Ydf4LidRB/EBI+YrB+cVLqIseiRfjUI/AeHBgjGMtq3GroraDu81OV7zqophRgupngoL3iS3JUMDMnxO7g39qA==} + engines: {'0': node >=0.10.0} + dependencies: + uuid: 8.3.2 + optionalDependencies: + mv: 2.1.1 + safe-json-stringify: 1.2.0 + + /@expo/cli@0.18.26(expo-modules-autolinking@1.11.1): + resolution: {integrity: sha512-u9bTTXgcjaTloE9CHwxgrb8Me/Al4jiPykbVQpJydakH3GsIZfHy1zaLc7O39CoLjRz37WWi6Y5ZdgtQw9dCPQ==} + hasBin: true + dependencies: + '@babel/runtime': 7.24.8 + '@expo/code-signing-certificates': 0.0.5 + '@expo/config': 9.0.3 + '@expo/config-plugins': 8.0.8 + '@expo/devcert': 1.1.2 + '@expo/env': 0.3.0 + '@expo/image-utils': 0.5.1 + '@expo/json-file': 8.3.3 + '@expo/metro-config': 0.18.10 + '@expo/osascript': 2.1.3 + '@expo/package-manager': 1.5.2 + '@expo/plist': 0.1.3 + '@expo/prebuild-config': 7.0.8(expo-modules-autolinking@1.11.1) + '@expo/rudder-sdk-node': 1.1.1 + '@expo/spawn-async': 1.7.2 + '@expo/xcpretty': 4.3.1 + '@react-native/dev-middleware': 0.74.85 + '@urql/core': 2.3.6(graphql@15.8.0) + '@urql/exchange-retry': 0.3.0(graphql@15.8.0) + accepts: 1.3.8 + arg: 5.0.2 + better-opn: 3.0.2 + bplist-creator: 0.0.7 + bplist-parser: 0.3.2 + cacache: 18.0.4 + chalk: 4.1.2 + ci-info: 3.9.0 + connect: 3.7.0 + debug: 4.3.5 + env-editor: 0.4.2 + fast-glob: 3.3.2 + find-yarn-workspace-root: 2.0.0 + form-data: 3.0.1 + freeport-async: 2.0.0 + fs-extra: 8.1.0 + getenv: 1.0.0 + glob: 7.2.3 + graphql: 15.8.0 + graphql-tag: 2.12.6(graphql@15.8.0) + https-proxy-agent: 5.0.1 + internal-ip: 4.3.0 + is-docker: 2.2.1 + is-wsl: 2.2.0 + js-yaml: 3.14.1 + json-schema-deref-sync: 0.13.0 + lodash.debounce: 4.0.8 + md5hex: 1.0.0 + minimatch: 3.1.2 + node-fetch: 2.7.0 + node-forge: 1.3.1 + npm-package-arg: 7.0.0 + open: 8.4.2 + ora: 3.4.0 + picomatch: 3.0.1 + pretty-bytes: 5.6.0 + progress: 2.0.3 + prompts: 2.4.2 + qrcode-terminal: 0.11.0 + require-from-string: 2.0.2 + requireg: 0.2.2 + resolve: 1.22.8 + resolve-from: 5.0.0 + resolve.exports: 2.0.2 + semver: 7.6.3 + send: 0.18.0 + slugify: 1.6.6 + source-map-support: 0.5.21 + stacktrace-parser: 0.1.10 + structured-headers: 0.4.1 + tar: 6.2.1 + temp-dir: 2.0.0 + tempy: 0.7.1 + terminal-link: 2.1.1 + text-table: 0.2.0 + url-join: 4.0.0 + wrap-ansi: 7.0.0 + ws: 8.18.0 + transitivePeerDependencies: + - bufferutil + - encoding + - expo-modules-autolinking + - supports-color + - utf-8-validate + + /@expo/code-signing-certificates@0.0.5: + resolution: {integrity: sha512-BNhXkY1bblxKZpltzAx98G2Egj9g1Q+JRcvR7E99DOj862FTCX+ZPsAUtPTr7aHxwtrL7+fL3r0JSmM9kBm+Bw==} + dependencies: + node-forge: 1.3.1 + nullthrows: 1.1.1 + + /@expo/config-plugins@8.0.8: + resolution: {integrity: sha512-Fvu6IO13EUw0R9WeqxUO37FkM62YJBNcZb9DyJAOgMz7Ez/vaKQGEjKt9cwT+Q6uirtCATMgaq6VWAW7YW8xXw==} + dependencies: + '@expo/config-types': 51.0.2 + '@expo/json-file': 8.3.3 + '@expo/plist': 0.1.3 + '@expo/sdk-runtime-versions': 1.0.0 + chalk: 4.1.2 + debug: 4.3.5 + find-up: 5.0.0 + getenv: 1.0.0 + glob: 7.1.6 + resolve-from: 5.0.0 + semver: 7.6.3 + slash: 3.0.0 + slugify: 1.6.6 + xcode: 3.0.1 + xml2js: 0.6.0 + transitivePeerDependencies: + - supports-color + + /@expo/config-types@51.0.2: + resolution: {integrity: sha512-IglkIoiDwJMY01lYkF/ZSBoe/5cR+O3+Gx6fpLFjLfgZGBTdyPkKa1g8NWoWQCk+D3cKL2MDbszT2DyRRB0YqQ==} + + /@expo/config@9.0.3: + resolution: {integrity: sha512-eOTNM8eOC8gZNHgenySRlc/lwmYY1NOgvjwA8LHuvPT7/eUwD93zrxu3lPD1Cc/P6C/2BcVdfH4hf0tLmDxnsg==} + dependencies: + '@babel/code-frame': 7.10.4 + '@expo/config-plugins': 8.0.8 + '@expo/config-types': 51.0.2 + '@expo/json-file': 8.3.3 + getenv: 1.0.0 + glob: 7.1.6 + require-from-string: 2.0.2 + resolve-from: 5.0.0 + semver: 7.6.3 + slugify: 1.6.6 + sucrase: 3.34.0 + transitivePeerDependencies: + - supports-color + + /@expo/devcert@1.1.2: + resolution: {integrity: sha512-FyWghLu7rUaZEZSTLt/XNRukm0c9GFfwP0iFaswoDWpV6alvVg+zRAfCLdIVQEz1SVcQ3zo1hMZFDrnKGvkCuQ==} + dependencies: + application-config-path: 0.1.1 + command-exists: 1.2.9 + debug: 4.3.5 + eol: 0.9.1 + get-port: 3.2.0 + glob: 7.2.3 + lodash: 4.17.21 + mkdirp: 0.5.6 + password-prompt: 1.1.3 + rimraf: 2.7.1 + sudo-prompt: 8.2.5 + tmp: 0.0.33 + tslib: 2.6.3 + transitivePeerDependencies: + - supports-color + + /@expo/env@0.3.0: + resolution: {integrity: sha512-OtB9XVHWaXidLbHvrVDeeXa09yvTl3+IQN884sO6PhIi2/StXfgSH/9zC7IvzrDB8kW3EBJ1PPLuCUJ2hxAT7Q==} + dependencies: + chalk: 4.1.2 + debug: 4.3.5 + dotenv: 16.4.5 + dotenv-expand: 11.0.6 + getenv: 1.0.0 + transitivePeerDependencies: + - supports-color + + /@expo/image-utils@0.5.1: + resolution: {integrity: sha512-U/GsFfFox88lXULmFJ9Shfl2aQGcwoKPF7fawSCLixIKtMCpsI+1r0h+5i0nQnmt9tHuzXZDL8+Dg1z6OhkI9A==} + dependencies: + '@expo/spawn-async': 1.7.2 + chalk: 4.1.2 + fs-extra: 9.0.0 + getenv: 1.0.0 + jimp-compact: 0.16.1 + node-fetch: 2.7.0 + parse-png: 2.1.0 + resolve-from: 5.0.0 + semver: 7.6.3 + tempy: 0.3.0 + transitivePeerDependencies: + - encoding + + /@expo/json-file@8.3.3: + resolution: {integrity: sha512-eZ5dld9AD0PrVRiIWpRkm5aIoWBw3kAyd8VkuWEy92sEthBKDDDHAnK2a0dw0Eil6j7rK7lS/Qaq/Zzngv2h5A==} + dependencies: + '@babel/code-frame': 7.10.4 + json5: 2.2.3 + write-file-atomic: 2.4.3 + + /@expo/metro-config@0.18.10: + resolution: {integrity: sha512-HTYQqKfV0JSuRp5aDvrPHezj5udXOWoXqHOjfTSnce2m13j6D0yYXTJNaKRhlgpPBrkg5DL7z1fL3zwDUpLM4w==} + dependencies: + '@babel/core': 7.24.9 + '@babel/generator': 7.24.10 + '@babel/parser': 7.24.8 + '@babel/types': 7.24.9 + '@expo/config': 9.0.3 + '@expo/env': 0.3.0 + '@expo/json-file': 8.3.3 + '@expo/spawn-async': 1.7.2 + chalk: 4.1.2 + debug: 4.3.5 + find-yarn-workspace-root: 2.0.0 + fs-extra: 9.1.0 + getenv: 1.0.0 + glob: 7.2.3 + jsc-safe-url: 0.2.4 + lightningcss: 1.19.0 + postcss: 8.4.40 + resolve-from: 5.0.0 + transitivePeerDependencies: + - supports-color + + /@expo/osascript@2.1.3: + resolution: {integrity: sha512-aOEkhPzDsaAfolSswObGiYW0Pf0ROfR9J2NBRLQACdQ6uJlyAMiPF45DVEVknAU9juKh0y8ZyvC9LXqLEJYohA==} + engines: {node: '>=12'} + dependencies: + '@expo/spawn-async': 1.7.2 + exec-async: 2.2.0 + + /@expo/package-manager@1.5.2: + resolution: {integrity: sha512-IuA9XtGBilce0q8cyxtWINqbzMB1Fia0Yrug/O53HNuRSwQguV/iqjV68bsa4z8mYerePhcFgtvISWLAlNEbUA==} + dependencies: + '@expo/json-file': 8.3.3 + '@expo/spawn-async': 1.7.2 + ansi-regex: 5.0.1 + chalk: 4.1.2 + find-up: 5.0.0 + find-yarn-workspace-root: 2.0.0 + js-yaml: 3.14.1 + micromatch: 4.0.7 + npm-package-arg: 7.0.0 + ora: 3.4.0 + split: 1.0.1 + sudo-prompt: 9.1.1 + + /@expo/plist@0.1.3: + resolution: {integrity: sha512-GW/7hVlAylYg1tUrEASclw1MMk9FP4ZwyFAY/SUTJIhPDQHtfOlXREyWV3hhrHdX/K+pS73GNgdfT6E/e+kBbg==} + dependencies: + '@xmldom/xmldom': 0.7.13 + base64-js: 1.5.1 + xmlbuilder: 14.0.0 + + /@expo/prebuild-config@7.0.8(expo-modules-autolinking@1.11.1): + resolution: {integrity: sha512-wH9NVg6HiwF5y9x0TxiMEeBF+ITPGDXy5/i6OUheSrKpPgb0lF1Mwzl/f2fLPXBEpl+ZXOQ8LlLW32b7K9lrNg==} + peerDependencies: + expo-modules-autolinking: '>=0.8.1' + dependencies: + '@expo/config': 9.0.3 + '@expo/config-plugins': 8.0.8 + '@expo/config-types': 51.0.2 + '@expo/image-utils': 0.5.1 + '@expo/json-file': 8.3.3 + '@react-native/normalize-colors': 0.74.85 + debug: 4.3.5 + expo-modules-autolinking: 1.11.1 + fs-extra: 9.1.0 + resolve-from: 5.0.0 + semver: 7.6.3 + xml2js: 0.6.0 + transitivePeerDependencies: + - encoding + - supports-color + + /@expo/rudder-sdk-node@1.1.1: + resolution: {integrity: sha512-uy/hS/awclDJ1S88w9UGpc6Nm9XnNUjzOAAib1A3PVAnGQIwebg8DpFqOthFBTlZxeuV/BKbZ5jmTbtNZkp1WQ==} + engines: {node: '>=12'} + dependencies: + '@expo/bunyan': 4.0.0 + '@segment/loosely-validate-event': 2.0.0 + fetch-retry: 4.1.1 + md5: 2.3.0 + node-fetch: 2.7.0 + remove-trailing-slash: 0.1.1 + uuid: 8.3.2 + transitivePeerDependencies: + - encoding + + /@expo/sdk-runtime-versions@1.0.0: + resolution: {integrity: sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==} + + /@expo/spawn-async@1.7.2: + resolution: {integrity: sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew==} + engines: {node: '>=12'} + dependencies: + cross-spawn: 7.0.3 + + /@expo/vector-icons@14.0.2: + resolution: {integrity: sha512-70LpmXQu4xa8cMxjp1fydgRPsalefnHaXLzIwaHMEzcZhnyjw2acZz8azRrZOslPVAWlxItOa2Dd7WtD/kI+CA==} + dependencies: + prop-types: 15.8.1 + + /@expo/xcpretty@4.3.1: + resolution: {integrity: sha512-sqXgo1SCv+j4VtYEwl/bukuOIBrVgx6euIoCat3Iyx5oeoXwEA2USCoeL0IPubflMxncA2INkqJ/Wr3NGrSgzw==} + hasBin: true + dependencies: + '@babel/code-frame': 7.10.4 + chalk: 4.1.2 + find-up: 5.0.0 + js-yaml: 4.1.0 + /@fastify/busboy@2.1.1: resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} engines: {node: '>=14'} @@ -5535,6 +5865,13 @@ packages: /@gar/promisify@1.1.3: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} + /@graphql-typed-document-node/core@3.2.0(graphql@15.8.0): + resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 15.8.0 + /@hapi/hoek@9.3.0: resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} @@ -6540,7 +6877,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: semver: 7.6.3 - dev: true /@npmcli/git@5.0.8: resolution: {integrity: sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ==} @@ -7440,6 +7776,12 @@ packages: '@sd-jwt/types': 0.6.1 js-base64: 3.7.7 + /@segment/loosely-validate-event@2.0.0: + resolution: {integrity: sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==} + dependencies: + component-type: 1.2.2 + join-component: 1.1.0 + /@semantic-release/commit-analyzer@9.0.2(semantic-release@19.0.5): resolution: {integrity: sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==} engines: {node: '>=14.17'} @@ -7690,7 +8032,7 @@ packages: uint8arrays: 3.1.1 dev: true - /@sphereon/isomorphic-webcrypto@2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + /@sphereon/isomorphic-webcrypto@2.4.1-unstable.0(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): resolution: {integrity: sha512-08rCBqZIL9XdUXnVbdpxCzqE0JVFYqYAtGCHEOes4q+fHX1ut9+MIXoGswPXmzwyJsfDGvr2ACuu8mfUzfjUFw==} peerDependencies: expo: '*' @@ -7714,6 +8056,7 @@ packages: b64u-lite: 1.1.0 cipher-base: 1.0.4 create-hash: 1.2.0 + expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) inherits: 2.0.4 md5.js: 1.3.5 msrcrypto: 1.5.8 @@ -7870,12 +8213,12 @@ packages: - supports-color dev: false - /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.5(msrcrypto@1.5.8): + /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8): resolution: {integrity: sha512-bGi/i+Xk2KYs5YHownqAEgYb7umnJ0YtmBg2Cl+20CTyhzX0veru7y/5REuCgJN3fVhZsw2hpsx57pAr0+0Zag==} dependencies: '@ethersproject/random': 5.7.0 - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-types': link:packages/ssi-types '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -7894,11 +8237,11 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): resolution: {integrity: sha512-FkUoAtTaxPxLU/g8AEHhFc7AGVrqUUseB79PebBy6CeOMtsYo7dJQrU8HA/+5EA7LQrSufkGcnYuBPrAsemXgg==} dependencies: - '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@transmute/did-key-bls12381': 0.3.0-unstable.10 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-manager': 4.2.0 @@ -7958,10 +8301,10 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): resolution: {integrity: sha512-7him2HC/FZUVp9Rn48ZASF3DPQ8UAfAPi9LwGU0T9Ob6mBKr46IS4A7Jjwj0umoIuaiKvhtzStrCAFy64OS7xg==} dependencies: - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@stablelib/ed25519': 1.0.3 bigint-mod-arith: 3.3.1 did-resolver: 4.1.0 @@ -7981,13 +8324,13 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): resolution: {integrity: sha512-BHeCfh/qewhs+YixqEpf9cq4T0egz1ymLX5OuCZY5GrRdmkMrt5ODB3evMnMh96niVL/8vFfihlzB+huYOTWFw==} dependencies: '@ethersproject/networks': 5.7.1 '@ethersproject/transactions': 5.7.0 '@sphereon/did-uni-client': 0.6.3 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@sphereon/ssi-sdk.core': link:packages/ssi-sdk-core '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -8005,10 +8348,10 @@ packages: - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): resolution: {integrity: sha512-dCzkoj4/0JNJTODQtaCOVLyKJ4rrRCvazMzSh3DS8VW9pxyLaRA6z5xipG1G71752knxGS7nvFzXTSWl13k5IA==} dependencies: - '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 transitivePeerDependencies: @@ -8020,11 +8363,11 @@ packages: - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): resolution: {integrity: sha512-vMPStdruDJ8bQmC82oznQRA90ac60eaMJ7tggzYO9+oX6aNKq3wkL+Cu9bVkdLIU85TDMX5/e7Jffay/xau4KA==} dependencies: '@ethersproject/random': 5.7.0 - '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@stablelib/ed25519': 1.0.3 '@stablelib/sha256': 1.0.1 '@stablelib/sha512': 1.0.1 @@ -8046,12 +8389,12 @@ packages: - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): + /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): resolution: {integrity: sha512-znrRhjX056H0LKGCE5ohcNftdpGxx+COmkb0gE3QHYjy9P63XaBa44Zov497XCQHZM3LPuKxDOq+e2l7f+BMcw==} dependencies: - '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@trust/keyto': 2.0.0-alpha1 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 @@ -8067,16 +8410,18 @@ packages: - react-native-securerandom - supports-color - /@sphereon/vc-status-list@7.0.0-next.0: + /@sphereon/vc-status-list@7.0.0-next.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-4GIZq12SXbEbO4vCh5TwWzWk7tviDUP8aOzRGsEw6UW2344qZ31CLsU+bHurdnG4OlLRyosv4khN1ha6OiJHZQ==} engines: {node: '>=16'} dependencies: '@digitalbazaar/vc-status-list-context': 3.1.1 '@digitalcredentials/bitstring': 2.0.1 - '@digitalcredentials/vc': 4.2.0 + '@digitalcredentials/vc': 4.2.0(expo@51.0.23)(react-native@0.74.3) credentials-context: 2.0.0 transitivePeerDependencies: - domexception + - expo + - react-native - web-streams-polyfill dev: false @@ -9412,15 +9757,50 @@ packages: resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.62.0 - eslint-visitor-keys: 3.4.3 - dev: true + '@typescript-eslint/types': 5.62.0 + eslint-visitor-keys: 3.4.3 + dev: true + + /@ungap/structured-clone@1.2.0: + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + dev: true + + /@unimodules/core@7.1.2: + resolution: {integrity: sha512-lY+e2TAFuebD3vshHMIRqru3X4+k7Xkba4Wa7QsDBd+ex4c4N2dHAO61E2SrGD9+TRBD8w/o7mzK6ljbqRnbyg==} + deprecated: 'replaced by the ''expo'' package, learn more: https://blog.expo.dev/whats-new-in-expo-modules-infrastructure-7a7cdda81ebc' + requiresBuild: true + dependencies: + compare-versions: 3.6.0 + optional: true + + /@unimodules/react-native-adapter@6.3.9: + resolution: {integrity: sha512-i9/9Si4AQ8awls+YGAKkByFbeAsOPgUNeLoYeh2SQ3ddjxJ5ZJDtq/I74clDnpDcn8zS9pYlcDJ9fgVJa39Glw==} + deprecated: 'replaced by the ''expo'' package, learn more: https://blog.expo.dev/whats-new-in-expo-modules-infrastructure-7a7cdda81ebc' + requiresBuild: true + dependencies: + expo-modules-autolinking: 0.0.3 + invariant: 2.2.4 + optional: true + + /@urql/core@2.3.6(graphql@15.8.0): + resolution: {integrity: sha512-PUxhtBh7/8167HJK6WqBv6Z0piuiaZHQGYbhwpNL9aIQmLROPEdaUYkY4wh45wPQXcTpnd11l0q3Pw+TI11pdw==} + peerDependencies: + graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@15.8.0) + graphql: 15.8.0 + wonka: 4.0.15 - /@ungap/structured-clone@1.2.0: - resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - dev: true + /@urql/exchange-retry@0.3.0(graphql@15.8.0): + resolution: {integrity: sha512-hHqer2mcdVC0eYnVNbWyi28AlGOPb2vjH3lP3/Bc8Lc8BjhMsDwFMm7WhoP5C1+cfbr/QJ6Er3H/L08wznXxfg==} + peerDependencies: + graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 + dependencies: + '@urql/core': 2.3.6(graphql@15.8.0) + graphql: 15.8.0 + wonka: 4.0.15 - /@veramo/cli@4.2.0(@types/node@18.19.41)(ts-node@10.9.2): + /@veramo/cli@4.2.0(@types/node@18.19.41)(expo@51.0.23)(react-native@0.74.3)(ts-node@10.9.2): resolution: {integrity: sha512-73jG//N0ikpqbpUtokmydIjDKQeOysmHX0LFMP+zXh81kFhkGvEWk7Am9BBibKuWtq0uDCAXvk0TqsnK+Ajcqg==} hasBin: true dependencies: @@ -9430,8 +9810,8 @@ packages: '@types/swagger-ui-express': 4.1.6 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/credential-eip712': 4.2.0 - '@veramo/credential-ld': 4.2.0 - '@veramo/credential-w3c': 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + '@veramo/credential-ld': 4.2.0(expo@51.0.23)(react-native@0.74.3) + '@veramo/credential-w3c': 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) '@veramo/data-store': 4.2.0(patch_hash=feb5u2ygzsdf67qbxr2lxgqjyy)(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) '@veramo/did-comm': 4.2.0 '@veramo/did-discovery': 4.2.0 @@ -9446,7 +9826,7 @@ packages: '@veramo/message-handler': 4.2.0 '@veramo/remote-client': 4.2.0 '@veramo/remote-server': 4.2.0(express@4.19.2) - '@veramo/selective-disclosure': 4.2.0 + '@veramo/selective-disclosure': 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/url-handler': 4.2.0 blessed: 0.1.81 commander: 9.5.0 @@ -9490,6 +9870,7 @@ packages: - bufferutil - domexception - encoding + - expo - hdb-pool - ioredis - mongodb @@ -9498,6 +9879,7 @@ packages: - oracledb - pg-native - pg-query-stream + - react-native - redis - sql.js - supports-color @@ -9533,17 +9915,17 @@ packages: - supports-color dev: true - /@veramo/credential-ld@4.2.0: + /@veramo/credential-ld@4.2.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-NatTOEtqudRF8ag5wNrcaNvLAdOsPtDqujZbB16HBVlVavrcVPorPCMbFCUflTKabfDeVfXaoOuvP+W3EXBijQ==} dependencies: - '@digitalcredentials/ed25519-signature-2020': 3.0.2 - '@digitalcredentials/jsonld': 5.2.2 - '@digitalcredentials/jsonld-signatures': 9.4.0 - '@digitalcredentials/vc': 5.0.0 + '@digitalcredentials/ed25519-signature-2020': 3.0.2(expo@51.0.23)(react-native@0.74.3) + '@digitalcredentials/jsonld': 5.2.2(expo@51.0.23)(react-native@0.74.3) + '@digitalcredentials/jsonld-signatures': 9.4.0(expo@51.0.23)(react-native@0.74.3) + '@digitalcredentials/vc': 5.0.0(expo@51.0.23)(react-native@0.74.3) '@transmute/credentials-context': 0.7.0-unstable.82 '@transmute/ed25519-signature-2018': 0.7.0-unstable.82 '@transmute/json-web-signature': 0.7.0-unstable.81 - '@veramo-community/lds-ecdsa-secp256k1-recovery2020': github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b + '@veramo-community/lds-ecdsa-secp256k1-recovery2020': github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b(expo@51.0.23)(react-native@0.74.3) '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-resolver': 4.2.0 '@veramo/utils': 4.2.0 @@ -9553,6 +9935,8 @@ packages: transitivePeerDependencies: - domexception - encoding + - expo + - react-native - supports-color - web-streams-polyfill @@ -9569,7 +9953,7 @@ packages: - supports-color dev: false - /@veramo/credential-w3c@4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi): + /@veramo/credential-w3c@4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-zfZnFAV2hVdwqsT0N3zBr+iHDo3i/JYFTDdNhLzKcQasz3V6NERyEtWmqv60/LPCGTufuGIqYbB+OKJrS9Ogpw==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -9584,10 +9968,12 @@ packages: uint8arrays: 3.1.1 uuid: 9.0.1 optionalDependencies: - '@veramo/credential-ld': 4.2.0 + '@veramo/credential-ld': 4.2.0(expo@51.0.23)(react-native@0.74.3) transitivePeerDependencies: - domexception - encoding + - expo + - react-native - supports-color - web-streams-polyfill patched: true @@ -9824,11 +10210,11 @@ packages: - encoding - supports-color - /@veramo/selective-disclosure@4.2.0: + /@veramo/selective-disclosure@4.2.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-yMvg0xWk1SawhgiR1HE+QRCJsrogXU3IjOCG1LX/eEhcLtgHE12BzLaX69dyh4+ZYCJGqguwODic4RzQDx2CNg==} dependencies: '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) - '@veramo/credential-w3c': 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi) + '@veramo/credential-w3c': 4.2.0(patch_hash=wuhizuafnrz3uzah2wlqaevbmi)(expo@51.0.23)(react-native@0.74.3) '@veramo/did-jwt': 4.2.0 '@veramo/message-handler': 4.2.0 debug: 4.3.5 @@ -9837,6 +10223,8 @@ packages: transitivePeerDependencies: - domexception - encoding + - expo + - react-native - supports-color - web-streams-polyfill dev: true @@ -9899,6 +10287,14 @@ packages: web-streams-polyfill: 3.3.3 dev: true + /@xmldom/xmldom@0.7.13: + resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==} + engines: {node: '>=10.0.0'} + + /@xmldom/xmldom@0.8.10: + resolution: {integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==} + engines: {node: '>=10.0.0'} + /@yarnpkg/lockfile@1.1.0: resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} dev: true @@ -10196,6 +10592,9 @@ packages: /appdirsjs@1.2.7: resolution: {integrity: sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==} + /application-config-path@0.1.1: + resolution: {integrity: sha512-zy9cHePtMP0YhwG+CfHm0bgwdnga2X3gZexpdCwEj//dpb+TKajtiC8REEUJUSq6Ab4f9cgNy2l8ObXzCXFkEw==} + /aproba@2.0.0: resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} @@ -10221,6 +10620,9 @@ packages: /arg@4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} + /arg@5.0.2: + resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} + /argon2-browser@1.18.0: resolution: {integrity: sha512-ImVAGIItnFnvET1exhsQB7apRztcoC5TnlSqernMJDUjbc/DLq3UEYeXFrLPrlaIl8cVfwnXb6wX2KpFf2zxHw==} dev: true @@ -10232,7 +10634,6 @@ packages: /argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} - dev: true /argv-formatter@1.0.0: resolution: {integrity: sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==} @@ -10309,7 +10710,6 @@ packages: /array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} - dev: true /array.prototype.findlastindex@1.2.5: resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} @@ -10369,6 +10769,9 @@ packages: /asap@2.0.6: resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} + /asmcrypto.js@0.22.0: + resolution: {integrity: sha512-usgMoyXjMbx/ZPdzTSXExhMPur2FTdz/Vo5PVx2gIaBcdAAJNOFlsdgqveM8Cff7W0v+xrf9BwjOV26JSAF9qA==} + /asmcrypto.js@2.3.2: resolution: {integrity: sha512-3FgFARf7RupsZETQ1nHnhLUUvpcttcCq1iZCaVAbJZbCZ5VNRrNyvpDyHTOb0KC3llFcsyOT/a99NZcCbeiEsA==} @@ -10414,12 +10817,10 @@ packages: /asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - dev: true /at-least-node@1.0.0: resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} engines: {node: '>= 4.0.0'} - dev: true /available-typed-arrays@1.0.7: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} @@ -10580,6 +10981,12 @@ packages: transitivePeerDependencies: - supports-color + /babel-plugin-react-compiler@0.0.0: + resolution: {integrity: sha512-Kigl0V36a/6hLVH7+CCe1CCtU3mFBqBd829V//VtuG7I/pyq+B2QZJqOefd63snQmdfCryNhO9XW1FbGPBvYDA==} + + /babel-plugin-react-native-web@0.19.12: + resolution: {integrity: sha512-eYZ4+P6jNcB37lObWIg0pUbi7+3PKoU1Oie2j0C8UF3cXyXoR74tO2NBjI/FORb2LJyItJZEAmjU5pSaJYEL1w==} + /babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.24.9): resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} dependencies: @@ -10607,6 +11014,24 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.9) dev: true + /babel-preset-expo@11.0.12(@babel/core@7.24.9)(@babel/preset-env@7.24.8): + resolution: {integrity: sha512-hUuKdzSo8+H1oXQvKvlHRMHTxl+nN6YhFGlKiIxPa0E+gYfMEp8FnnStc/2Hwmip5rgJzQs6KF63KKRUc75xAg==} + dependencies: + '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.9) + '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.24.9) + '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.24.9) + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.9) + '@babel/preset-react': 7.24.7(@babel/core@7.24.9) + '@babel/preset-typescript': 7.24.7(@babel/core@7.24.9) + '@react-native/babel-preset': 0.74.85(@babel/core@7.24.9)(@babel/preset-env@7.24.8) + babel-plugin-react-compiler: 0.0.0 + babel-plugin-react-native-web: 0.19.12 + react-refresh: 0.14.2 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - supports-color + /babel-preset-jest@27.5.1(@babel/core@7.24.9): resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -10687,6 +11112,12 @@ packages: resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} dev: true + /better-opn@3.0.2: + resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==} + engines: {node: '>=12.0.0'} + dependencies: + open: 8.4.2 + /big-integer@1.6.52: resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} engines: {node: '>=0.6'} @@ -10803,6 +11234,28 @@ packages: resolution: {integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==} dev: true + /bplist-creator@0.0.7: + resolution: {integrity: sha512-xp/tcaV3T5PCiaY04mXga7o/TE+t95gqeLmADeBI1CvZtdWTbgBt3uLpvh4UWtenKeBhCV6oVxGk38yZr2uYEA==} + dependencies: + stream-buffers: 2.2.0 + + /bplist-creator@0.1.0: + resolution: {integrity: sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==} + dependencies: + stream-buffers: 2.2.0 + + /bplist-parser@0.3.1: + resolution: {integrity: sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==} + engines: {node: '>= 5.10.0'} + dependencies: + big-integer: 1.6.52 + + /bplist-parser@0.3.2: + resolution: {integrity: sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==} + engines: {node: '>= 5.10.0'} + dependencies: + big-integer: 1.6.52 + /brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: @@ -10865,9 +11318,21 @@ packages: dependencies: node-int64: 0.4.0 + /buffer-alloc-unsafe@1.1.0: + resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} + + /buffer-alloc@1.2.0: + resolution: {integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==} + dependencies: + buffer-alloc-unsafe: 1.1.0 + buffer-fill: 1.0.0 + /buffer-equal-constant-time@1.0.1: resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} + /buffer-fill@1.0.0: + resolution: {integrity: sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==} + /buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} @@ -10890,8 +11355,6 @@ packages: /builtins@1.0.3: resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} requiresBuild: true - dev: true - optional: true /bunyan@1.8.15: resolution: {integrity: sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig==} @@ -10957,7 +11420,6 @@ packages: ssri: 10.0.6 tar: 6.2.1 unique-filename: 3.0.0 - dev: true /cache-manager@3.6.3: resolution: {integrity: sha512-dS4DnV6c6cQcVH5OxzIU1XZaACXwvVIiUPkFytnRmLOACuBGv3GQgRQ1RJGRRw4/9DF14ZK2RFlZu1TUgDniMg==} @@ -11124,6 +11586,9 @@ packages: /chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + /charenc@0.0.2: + resolution: {integrity: sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==} + /chokidar@3.6.0: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} @@ -11194,6 +11659,12 @@ packages: resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} engines: {node: '>=6'} + /cli-cursor@2.1.0: + resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==} + engines: {node: '>=4'} + dependencies: + restore-cursor: 2.0.0 + /cli-cursor@3.1.0: resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} engines: {node: '>=8'} @@ -11274,6 +11745,10 @@ packages: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} + /clone@2.1.2: + resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} + engines: {node: '>=0.8'} + /cmd-shim@6.0.3: resolution: {integrity: sha512-FMabTRlc5t5zjdenF6mS0MBeFZm0XqHqeOkcskKFb/LYCcRQ5fVgLOHVc4Lq9CqABd9zhjwPjMBCJvMCziSVtA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -11341,7 +11816,6 @@ packages: engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 - dev: true /command-exists@1.2.9: resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==} @@ -11391,11 +11865,19 @@ packages: /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + /commander@4.1.1: + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} + /commander@6.2.1: resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} engines: {node: '>= 6'} dev: true + /commander@7.2.0: + resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} + engines: {node: '>= 10'} + /commander@9.5.0: resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} engines: {node: ^12.20.0 || >=14} @@ -11414,6 +11896,14 @@ packages: dot-prop: 5.3.0 dev: true + /compare-versions@3.6.0: + resolution: {integrity: sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==} + requiresBuild: true + optional: true + + /component-type@1.2.2: + resolution: {integrity: sha512-99VUHREHiN5cLeHm3YLq312p6v+HUEcwtLCAtelvUDI6+SH5g5Cr85oNR2S1o6ywzL0ykMbuwLzM2ANocjEOIA==} + /compress-brotli@1.3.12: resolution: {integrity: sha512-gTRNCFqLQSTnID5v4NlEF/wd3NkUjMeDRAwht79hyfR4JgzzKfjxdxifCSg2oQ3zRU/B33WIlrzZsJ8nqfuXqA==} engines: {node: '>= 12'} @@ -11805,6 +12295,16 @@ packages: transitivePeerDependencies: - encoding + /cross-spawn@6.0.5: + resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} + engines: {node: '>=4.8'} + dependencies: + nice-try: 1.0.5 + path-key: 2.0.1 + semver: 5.7.2 + shebang-command: 1.2.0 + which: 1.3.1 + /cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} @@ -11813,6 +12313,9 @@ packages: shebang-command: 2.0.0 which: 2.0.2 + /crypt@0.0.2: + resolution: {integrity: sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==} + /crypto-js@3.3.0: resolution: {integrity: sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==} dev: true @@ -11836,10 +12339,13 @@ packages: resolution: {integrity: sha512-RrXy6aB0TOhSiqsgavTQt1G8mKomKIaNLb2JZxj7A/Vi0EwmXguuBQoeiAvePfK6bDR3uQbqYnaLLs4irTWwgw==} engines: {node: '>=14'} + /crypto-random-string@1.0.0: + resolution: {integrity: sha512-GsVpkFPlycH7/fRR7Dhcmnoii54gV1nz7y4CWyeFS14N+JVBBhY+r8amRHE4BwSYal7BPTDp8isvAlCxyFt3Hg==} + engines: {node: '>=4'} + /crypto-random-string@2.0.0: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} - dev: true /css.escape@1.5.1: resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} @@ -11888,6 +12394,9 @@ packages: array-find-index: 1.0.2 dev: true + /dag-map@1.0.2: + resolution: {integrity: sha512-+LSAiGFwQ9dRnRdOeaj7g47ZFJcOUPukAP8J3A3fuZ1g9Y44BG+P1sgApjLXTQPOzC4+7S9Wr8kXsfpINM4jpw==} + /dargs@7.0.0: resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} engines: {node: '>=8'} @@ -12041,6 +12550,13 @@ packages: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} + /default-gateway@4.2.0: + resolution: {integrity: sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==} + engines: {node: '>=6'} + dependencies: + execa: 1.0.0 + ip-regex: 2.1.0 + /defaults@1.0.4: resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} dependencies: @@ -12057,7 +12573,6 @@ packages: /define-lazy-prop@2.0.0: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} - dev: true /define-properties@1.2.1: resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} @@ -12079,7 +12594,6 @@ packages: p-map: 4.0.0 rimraf: 3.0.2 slash: 3.0.0 - dev: true /delay@5.0.0: resolution: {integrity: sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==} @@ -12089,7 +12603,6 @@ packages: /delayed-stream@1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} - dev: true /delegates@1.0.0: resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} @@ -12124,6 +12637,11 @@ packages: engines: {node: '>=4'} dev: true + /detect-libc@1.0.3: + resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} + engines: {node: '>=0.10'} + hasBin: true + /detect-libc@2.0.3: resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} engines: {node: '>=8'} @@ -12187,7 +12705,6 @@ packages: engines: {node: '>=8'} dependencies: path-type: 4.0.0 - dev: true /doctrine@2.1.0: resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} @@ -12235,7 +12752,6 @@ packages: engines: {node: '>=12'} dependencies: dotenv: 16.4.5 - dev: true /dotenv-flow@3.3.0: resolution: {integrity: sha512-GLSvRqDZ1TGhloS6ZCZ5chdqqv/3XMqZxAnX9rliJiHn6uyJLguKeu+3M2kcagBkoVCnLWYfbR4rfFe1xSU39A==} @@ -12405,6 +12921,10 @@ packages: java-properties: 1.0.2 dev: true + /env-editor@0.4.2: + resolution: {integrity: sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA==} + engines: {node: '>=8'} + /env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} @@ -12414,6 +12934,9 @@ packages: engines: {node: '>=4'} hasBin: true + /eol@0.9.1: + resolution: {integrity: sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==} + /err-code@2.0.3: resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} @@ -13039,6 +13562,21 @@ packages: safe-buffer: 5.2.1 dev: true + /exec-async@2.2.0: + resolution: {integrity: sha512-87OpwcEiMia/DeiKFzaQNBNFeN3XkkpYIh9FyOqq5mS2oKv3CBE67PXoEKcr6nodWdXNogTiQ0jE2NGuoffXPw==} + + /execa@1.0.0: + resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} + engines: {node: '>=6'} + dependencies: + cross-spawn: 6.0.5 + get-stream: 4.1.0 + is-stream: 1.1.0 + npm-run-path: 2.0.2 + p-finally: 1.0.0 + signal-exit: 3.0.7 + strip-eof: 1.0.0 + /execa@4.1.0: resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==} engines: {node: '>=10'} @@ -13113,6 +13651,115 @@ packages: jest-util: 29.7.0 dev: true + /expo-asset@10.0.10(expo@51.0.23): + resolution: {integrity: sha512-0qoTIihB79k+wGus9wy0JMKq7DdenziVx3iUkGvMAy2azscSgWH6bd2gJ9CGnhC6JRd3qTMFBL0ou/fx7WZl7A==} + peerDependencies: + expo: '*' + dependencies: + expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) + expo-constants: 16.0.2(expo@51.0.23) + invariant: 2.2.4 + md5-file: 3.2.3 + transitivePeerDependencies: + - supports-color + + /expo-constants@16.0.2(expo@51.0.23): + resolution: {integrity: sha512-9tNY3OVO0jfiMzl7ngb6IOyR5VFzNoN5OOazUWoeGfmMqVB5kltTemRvKraK9JRbBKIw+SOYLEmF0sEqgFZ6OQ==} + peerDependencies: + expo: '*' + dependencies: + '@expo/config': 9.0.3 + '@expo/env': 0.3.0 + expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) + transitivePeerDependencies: + - supports-color + + /expo-file-system@17.0.1(expo@51.0.23): + resolution: {integrity: sha512-dYpnZJqTGj6HCYJyXAgpFkQWsiCH3HY1ek2cFZVHFoEc5tLz9gmdEgTF6nFHurvmvfmXqxi7a5CXyVm0aFYJBw==} + peerDependencies: + expo: '*' + dependencies: + expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) + + /expo-font@12.0.9(expo@51.0.23): + resolution: {integrity: sha512-seTCyf0tbgkAnp3ZI9ZfK9QVtURQUgFnuj+GuJ5TSnN0XsOtVe1s2RxTvmMgkfuvfkzcjJ69gyRpsZS1cC8hjw==} + peerDependencies: + expo: '*' + dependencies: + expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) + fontfaceobserver: 2.3.0 + + /expo-keep-awake@13.0.2(expo@51.0.23): + resolution: {integrity: sha512-kKiwkVg/bY0AJ5q1Pxnm/GvpeB6hbNJhcFsoOWDh2NlpibhCLaHL826KHUM+WsnJRbVRxJ+K9vbPRHEMvFpVyw==} + peerDependencies: + expo: '*' + dependencies: + expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) + + /expo-modules-autolinking@0.0.3: + resolution: {integrity: sha512-azkCRYj/DxbK4udDuDxA9beYzQTwpJ5a9QA0bBgha2jHtWdFGF4ZZWSY+zNA5mtU3KqzYt8jWHfoqgSvKyu1Aw==} + hasBin: true + requiresBuild: true + dependencies: + chalk: 4.1.2 + commander: 7.2.0 + fast-glob: 3.3.2 + find-up: 5.0.0 + fs-extra: 9.1.0 + optional: true + + /expo-modules-autolinking@1.11.1: + resolution: {integrity: sha512-2dy3lTz76adOl7QUvbreMCrXyzUiF8lygI7iFJLjgIQIVH+43KnFWE5zBumpPbkiaq0f0uaFpN9U0RGQbnKiMw==} + hasBin: true + dependencies: + chalk: 4.1.2 + commander: 7.2.0 + fast-glob: 3.3.2 + find-up: 5.0.0 + fs-extra: 9.1.0 + + /expo-modules-core@1.12.20: + resolution: {integrity: sha512-CCXjlgT8lDAufgt912P1W7TwD+KAylfIttc1Doh1a0hAfkdkUsDRmrgthnYrrxEo2ECVpbaB71Epp1bnZ1rRrA==} + dependencies: + invariant: 2.2.4 + + /expo-random@14.0.1(expo@51.0.23): + resolution: {integrity: sha512-gX2mtR9o+WelX21YizXUCD/y+a4ZL+RDthDmFkHxaYbdzjSYTn8u/igoje/l3WEO+/RYspmqUFa8w/ckNbt6Vg==} + requiresBuild: true + peerDependencies: + expo: '*' + dependencies: + base64-js: 1.5.1 + expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) + optional: true + + /expo@51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8): + resolution: {integrity: sha512-tZv7hiDIlKMlQxzC/IxfiLEpp0xcm6VISuoeFobkvoelEWsj6bpjlsF0HP4k6pr3ELL++r7wE1VGYa/AceC6+w==} + hasBin: true + dependencies: + '@babel/runtime': 7.24.8 + '@expo/cli': 0.18.26(expo-modules-autolinking@1.11.1) + '@expo/config': 9.0.3 + '@expo/config-plugins': 8.0.8 + '@expo/metro-config': 0.18.10 + '@expo/vector-icons': 14.0.2 + babel-preset-expo: 11.0.12(@babel/core@7.24.9)(@babel/preset-env@7.24.8) + expo-asset: 10.0.10(expo@51.0.23) + expo-file-system: 17.0.1(expo@51.0.23) + expo-font: 12.0.9(expo@51.0.23) + expo-keep-awake: 13.0.2(expo@51.0.23) + expo-modules-autolinking: 1.11.1 + expo-modules-core: 1.12.20 + fbemitter: 3.0.0 + whatwg-url-without-unicode: 8.0.0-3 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - bufferutil + - encoding + - supports-color + - utf-8-validate + /exponential-backoff@3.1.1: resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} dev: true @@ -13267,6 +13914,29 @@ packages: dependencies: bser: 2.1.1 + /fbemitter@3.0.0: + resolution: {integrity: sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==} + dependencies: + fbjs: 3.0.5 + transitivePeerDependencies: + - encoding + + /fbjs-css-vars@1.0.2: + resolution: {integrity: sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==} + + /fbjs@3.0.5: + resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==} + dependencies: + cross-fetch: 3.1.8 + fbjs-css-vars: 1.0.2 + loose-envify: 1.4.0 + object-assign: 4.1.1 + promise: 7.3.1 + setimmediate: 1.0.5 + ua-parser-js: 1.0.38 + transitivePeerDependencies: + - encoding + /fetch-blob@2.1.2: resolution: {integrity: sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==} engines: {node: ^10.17.0 || >=12.3.0} @@ -13276,6 +13946,9 @@ packages: domexception: optional: true + /fetch-retry@4.1.1: + resolution: {integrity: sha512-e6eB7zN6UBSwGVwrbWVH+gdLnkW9WwHhmq2YDK1Sh30pzx1onRVGBvogTlUeWxwTa+L86NYdo4hFkh7O8ZjSnA==} + /figures@2.0.0: resolution: {integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==} engines: {node: '>=4'} @@ -13403,7 +14076,6 @@ packages: resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} dependencies: micromatch: 4.0.7 - dev: true /fix-esm@1.0.1: resolution: {integrity: sha512-EZtb7wPXZS54GaGxaWxMlhd1DUDCnAg5srlYdu/1ZVeW+7wwR3Tp59nu52dXByFs3MBRq+SByx1wDOJpRvLEXw==} @@ -13452,6 +14124,9 @@ packages: debug: 4.3.5 dev: true + /fontfaceobserver@2.3.0: + resolution: {integrity: sha512-6FPvD/IVyT4ZlNe7Wcn5Fb/4ChigpucKYSvD6a+0iMoLn2inpo711eyIcKjmDtE5XNcgAkSH9uN/nfAeZzHEfg==} + /for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: @@ -13474,7 +14149,6 @@ packages: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.35 - dev: true /form-data@4.0.0: resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} @@ -13489,6 +14163,10 @@ packages: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} engines: {node: '>= 0.6'} + /freeport-async@2.0.0: + resolution: {integrity: sha512-K7od3Uw45AJg00XUmy15+Hae2hOcgKcmN3/EF6Y7i01O0gaqiRx8sUSpsb9+BRNL8RPBrhzPsVfy8q9ADlJuWQ==} + engines: {node: '>=8'} + /fresh@0.5.2: resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} engines: {node: '>= 0.6'} @@ -13538,6 +14216,15 @@ packages: jsonfile: 4.0.0 universalify: 0.1.2 + /fs-extra@9.0.0: + resolution: {integrity: sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==} + engines: {node: '>=10'} + dependencies: + at-least-node: 1.0.0 + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 1.0.0 + /fs-extra@9.1.0: resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} engines: {node: '>=10'} @@ -13546,7 +14233,6 @@ packages: graceful-fs: 4.2.11 jsonfile: 6.1.0 universalify: 2.0.1 - dev: true /fs-minipass@2.1.0: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} @@ -13559,7 +14245,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 7.1.2 - dev: true /fs-readdir-recursive@1.1.0: resolution: {integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==} @@ -13669,11 +14354,21 @@ packages: yargs: 16.2.0 dev: true + /get-port@3.2.0: + resolution: {integrity: sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==} + engines: {node: '>=4'} + /get-port@5.1.1: resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} engines: {node: '>=8'} dev: true + /get-stream@4.1.0: + resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} + engines: {node: '>=6'} + dependencies: + pump: 3.0.0 + /get-stream@5.2.0: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} engines: {node: '>=8'} @@ -13698,6 +14393,10 @@ packages: es-errors: 1.3.0 get-intrinsic: 1.2.4 + /getenv@1.0.0: + resolution: {integrity: sha512-7yetJWqbS9sbn0vIfliPsFgoXMKn/YMF+Wuiog97x+urnSRRRZ7xB+uVkwGKzRgq9CDFfMQnE9ruL5DHv9c6Xg==} + engines: {node: '>=6'} + /git-config@0.0.7: resolution: {integrity: sha512-LidZlYZXWzVjS+M3TEwhtYBaYwLeOZrXci1tBgqp/vDdZTBMl02atvwb6G35L64ibscYoPnxfbwwUS+VZAISLA==} requiresBuild: true @@ -13802,6 +14501,17 @@ packages: path-is-absolute: 1.0.1 optional: true + /glob@7.1.6: + resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} + deprecated: Glob versions prior to v9 are no longer supported + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} deprecated: Glob versions prior to v9 are no longer supported @@ -13871,7 +14581,6 @@ packages: ignore: 5.3.1 merge2: 1.4.1 slash: 3.0.0 - dev: true /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} @@ -13889,6 +14598,19 @@ packages: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} dev: true + /graphql-tag@2.12.6(graphql@15.8.0): + resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} + engines: {node: '>=10'} + peerDependencies: + graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + graphql: 15.8.0 + tslib: 2.6.3 + + /graphql@15.8.0: + resolution: {integrity: sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==} + engines: {node: '>= 10.x'} + /handlebars@4.7.8: resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} engines: {node: '>=0.4.7'} @@ -14001,6 +14723,12 @@ packages: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: true + /hosted-git-info@3.0.8: + resolution: {integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==} + engines: {node: '>=10'} + dependencies: + lru-cache: 6.0.0 + /hosted-git-info@4.1.0: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} @@ -14163,7 +14891,6 @@ packages: /ignore@5.3.1: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} - dev: true /image-size@1.1.1: resolution: {integrity: sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==} @@ -14354,6 +15081,13 @@ packages: yoctocolors-cjs: 2.1.2 dev: false + /internal-ip@4.3.0: + resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==} + engines: {node: '>=6'} + dependencies: + default-gateway: 4.2.0 + ipaddr.js: 1.9.1 + /internal-slot@1.0.7: resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} engines: {node: '>= 0.4'} @@ -14382,6 +15116,10 @@ packages: jsbn: 1.1.0 sprintf-js: 1.1.3 + /ip-regex@2.1.0: + resolution: {integrity: sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==} + engines: {node: '>=4'} + /ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} @@ -14424,6 +15162,9 @@ packages: call-bind: 1.0.7 has-tostringtag: 1.0.2 + /is-buffer@1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + /is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} @@ -14462,6 +15203,10 @@ packages: engines: {node: '>=8'} hasBin: true + /is-extglob@1.0.0: + resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} + engines: {node: '>=0.10.0'} + /is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -14485,6 +15230,12 @@ packages: dependencies: has-tostringtag: 1.0.2 + /is-glob@2.0.1: + resolution: {integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 1.0.0 + /is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} @@ -14499,6 +15250,12 @@ packages: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} engines: {node: '>=8'} + /is-invalid-path@0.1.0: + resolution: {integrity: sha512-aZMG0T3F34mTg4eTdszcGXx54oiZ4NtHSft3hWNJMGJXUUqdIj3cOZuHcU0nCWWcY3jd7yRe/3AEm3vSNTpBGQ==} + engines: {node: '>=0.10.0'} + dependencies: + is-glob: 2.0.1 + /is-lambda@1.0.1: resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} @@ -14529,12 +15286,10 @@ packages: /is-path-cwd@2.2.0: resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==} engines: {node: '>=6'} - dev: true /is-path-inside@3.0.3: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} engines: {node: '>=8'} - dev: true /is-plain-obj@1.1.0: resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} @@ -14580,6 +15335,10 @@ packages: protocols: 2.0.1 dev: true + /is-stream@1.1.0: + resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} + engines: {node: '>=0.10.0'} + /is-stream@2.0.0: resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} engines: {node: '>=8'} @@ -14627,6 +15386,12 @@ packages: engines: {node: '>=12'} dev: false + /is-valid-path@0.1.1: + resolution: {integrity: sha512-+kwPrVDu9Ms03L90Qaml+79+6DZHqHyRoANI6IsZJ/g8frhnfchDOBCa0RbQ6/kdHt5CS5OeIEyrYznNuVN+8A==} + engines: {node: '>=0.10.0'} + dependencies: + is-invalid-path: 0.1.0 + /is-weakmap@2.0.2: resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} engines: {node: '>= 0.4'} @@ -14681,6 +15446,25 @@ packages: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} + /isomorphic-webcrypto@2.3.8(expo@51.0.23)(react-native@0.74.3): + resolution: {integrity: sha512-XddQSI0WYlSCjxtm1AI8kWQOulf7hAN3k3DclF1sxDJZqOe0pcsOt675zvWW91cZH9hYs3nlA3Ev8QK5i80SxQ==} + dependencies: + '@peculiar/webcrypto': 1.5.0 + asmcrypto.js: 0.22.0 + b64-lite: 1.4.0 + b64u-lite: 1.1.0 + msrcrypto: 1.5.8 + str2buf: 1.3.0 + webcrypto-shim: 0.1.7 + optionalDependencies: + '@unimodules/core': 7.1.2 + '@unimodules/react-native-adapter': 6.3.9 + expo-random: 14.0.1(expo@51.0.23) + react-native-securerandom: 0.1.1(react-native@0.74.3) + transitivePeerDependencies: + - expo + - react-native + /isomorphic-ws@5.0.0(ws@8.18.0): resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} peerDependencies: @@ -15051,7 +15835,7 @@ packages: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - chalk: 4.1.2 + chalk: 4.1.0 diff-sequences: 29.6.3 jest-get-type: 29.6.3 pretty-format: 29.7.0 @@ -15703,6 +16487,9 @@ packages: - ts-node dev: true + /jimp-compact@0.16.1: + resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} + /jju@1.4.0: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} @@ -15715,6 +16502,9 @@ packages: '@sideway/formula': 3.0.1 '@sideway/pinpoint': 2.0.0 + /join-component@1.1.0: + resolution: {integrity: sha512-bF7vcQxbODoGK1imE2P9GS9aw4zD0Sd+Hni68IMZLj7zRnquH7dXUmMw9hDI5S/Jzt7q+IyTXN0rSg2GI0IKhQ==} + /jose@4.15.9: resolution: {integrity: sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==} @@ -15751,7 +16541,6 @@ packages: hasBin: true dependencies: argparse: 2.0.1 - dev: true /jsbn@1.1.0: resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} @@ -15918,6 +16707,19 @@ packages: dependencies: foreach: 2.0.6 + /json-schema-deref-sync@0.13.0: + resolution: {integrity: sha512-YBOEogm5w9Op337yb6pAT6ZXDqlxAsQCanM3grid8lMWNxRJO/zWEJi3ZzqDL8boWfwhTFym5EFrNgWwpqcBRg==} + engines: {node: '>=6.0.0'} + dependencies: + clone: 2.1.2 + dag-map: 1.0.2 + is-valid-path: 0.1.1 + lodash: 4.17.21 + md5: 2.2.1 + memory-cache: 0.2.0 + traverse: 0.6.8 + valid-url: 1.0.9 + /json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} dev: true @@ -15987,7 +16789,6 @@ packages: universalify: 2.0.1 optionalDependencies: graceful-fs: 4.2.11 - dev: true /jsonify@0.0.1: resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} @@ -16334,9 +17135,87 @@ packages: transitivePeerDependencies: - supports-color + /lightningcss-darwin-arm64@1.19.0: + resolution: {integrity: sha512-wIJmFtYX0rXHsXHSr4+sC5clwblEMji7HHQ4Ub1/CznVRxtCFha6JIt5JZaNf8vQrfdZnBxLLC6R8pC818jXqg==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + optional: true + + /lightningcss-darwin-x64@1.19.0: + resolution: {integrity: sha512-Lif1wD6P4poaw9c/4Uh2z+gmrWhw/HtXFoeZ3bEsv6Ia4tt8rOJBdkfVaUJ6VXmpKHALve+iTyP2+50xY1wKPw==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [darwin] + requiresBuild: true + optional: true + + /lightningcss-linux-arm-gnueabihf@1.19.0: + resolution: {integrity: sha512-P15VXY5682mTXaiDtbnLYQflc8BYb774j2R84FgDLJTN6Qp0ZjWEFyN1SPqyfTj2B2TFjRHRUvQSSZ7qN4Weig==} + engines: {node: '>= 12.0.0'} + cpu: [arm] + os: [linux] + requiresBuild: true + optional: true + + /lightningcss-linux-arm64-gnu@1.19.0: + resolution: {integrity: sha512-zwXRjWqpev8wqO0sv0M1aM1PpjHz6RVIsBcxKszIG83Befuh4yNysjgHVplF9RTU7eozGe3Ts7r6we1+Qkqsww==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true + + /lightningcss-linux-arm64-musl@1.19.0: + resolution: {integrity: sha512-vSCKO7SDnZaFN9zEloKSZM5/kC5gbzUjoJQ43BvUpyTFUX7ACs/mDfl2Eq6fdz2+uWhUh7vf92c4EaaP4udEtA==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true + + /lightningcss-linux-x64-gnu@1.19.0: + resolution: {integrity: sha512-0AFQKvVzXf9byrXUq9z0anMGLdZJS+XSDqidyijI5njIwj6MdbvX2UZK/c4FfNmeRa2N/8ngTffoIuOUit5eIQ==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + requiresBuild: true + optional: true + + /lightningcss-linux-x64-musl@1.19.0: + resolution: {integrity: sha512-SJoM8CLPt6ECCgSuWe+g0qo8dqQYVcPiW2s19dxkmSI5+Uu1GIRzyKA0b7QqmEXolA+oSJhQqCmJpzjY4CuZAg==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + requiresBuild: true + optional: true + + /lightningcss-win32-x64-msvc@1.19.0: + resolution: {integrity: sha512-C+VuUTeSUOAaBZZOPT7Etn/agx/MatzJzGRkeV+zEABmPuntv1zihncsi+AyGmjkkzq3wVedEy7h0/4S84mUtg==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [win32] + requiresBuild: true + optional: true + + /lightningcss@1.19.0: + resolution: {integrity: sha512-yV5UR7og+Og7lQC+70DA7a8ta1uiOPnWPJfxa0wnxylev5qfo4P+4iMpzWAdYWOca4jdNQZii+bDL/l+4hUXIA==} + engines: {node: '>= 12.0.0'} + dependencies: + detect-libc: 1.0.3 + optionalDependencies: + lightningcss-darwin-arm64: 1.19.0 + lightningcss-darwin-x64: 1.19.0 + lightningcss-linux-arm-gnueabihf: 1.19.0 + lightningcss-linux-arm64-gnu: 1.19.0 + lightningcss-linux-arm64-musl: 1.19.0 + lightningcss-linux-x64-gnu: 1.19.0 + lightningcss-linux-x64-musl: 1.19.0 + lightningcss-win32-x64-msvc: 1.19.0 + /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - dev: true /lines-and-columns@2.0.4: resolution: {integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==} @@ -16467,6 +17346,12 @@ packages: /lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + /log-symbols@2.2.0: + resolution: {integrity: sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==} + engines: {node: '>=4'} + dependencies: + chalk: 2.4.2 + /log-symbols@4.1.0: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} @@ -16655,6 +17540,13 @@ packages: /marky@1.2.5: resolution: {integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==} + /md5-file@3.2.3: + resolution: {integrity: sha512-3Tkp1piAHaworfcCgH0jKbTvj1jWWFgbvh2cXaNCgHwyTCBxxvD1Y04rmfpvdPm1P4oXMOpm6+2H7sr7v9v8Fw==} + engines: {node: '>=0.10'} + hasBin: true + dependencies: + buffer-alloc: 1.2.0 + /md5.js@1.3.5: resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} dependencies: @@ -16662,6 +17554,23 @@ packages: inherits: 2.0.4 safe-buffer: 5.2.1 + /md5@2.2.1: + resolution: {integrity: sha512-PlGG4z5mBANDGCKsYQe0CaUYHdZYZt8ZPZLmEt+Urf0W4GlpTX4HescwHU+dc9+Z/G/vZKYZYFrwgm9VxK6QOQ==} + dependencies: + charenc: 0.0.2 + crypt: 0.0.2 + is-buffer: 1.1.6 + + /md5@2.3.0: + resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==} + dependencies: + charenc: 0.0.2 + crypt: 0.0.2 + is-buffer: 1.1.6 + + /md5hex@1.0.0: + resolution: {integrity: sha512-c2YOUbp33+6thdCUi34xIyOU/a7bvGKj/3DB1iaPMTuPHf/Q2d5s4sn1FaCOO43XkXggnb08y5W2PU8UNYNLKQ==} + /media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} @@ -16669,6 +17578,9 @@ packages: /memoize-one@5.2.1: resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} + /memory-cache@0.2.0: + resolution: {integrity: sha512-OcjA+jzjOYzKmKS6IQVALHLVz+rNTMPoJvCztFaZxwG14wtAW7VRZjwTQu06vKCYOxh4jVnik7ya0SXTB0W+xA==} + /meow@5.0.0: resolution: {integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==} engines: {node: '>=6'} @@ -16952,6 +17864,10 @@ packages: hasBin: true dev: true + /mimic-fn@1.2.0: + resolution: {integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==} + engines: {node: '>=4'} + /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} @@ -17056,7 +17972,6 @@ packages: engines: {node: '>=16 || 14 >=14.17'} dependencies: minipass: 7.1.2 - dev: true /minipass-fetch@1.4.1: resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==} @@ -17220,7 +18135,7 @@ packages: array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 - minimatch: 3.1.2 + minimatch: 3.0.5 dev: true /mute-stream@0.0.8: @@ -17307,6 +18222,12 @@ packages: resolution: {integrity: sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==} dev: true + /nested-error-stacks@2.0.1: + resolution: {integrity: sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==} + + /nice-try@1.0.5: + resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} + /nist-weierstrauss@1.6.1: resolution: {integrity: sha512-FpjCOnPV/s3ZVIkeldCVSml2K4lruabPbBgoEitpCK1JL0KTVoWb56CFTU6rZn5i6VqAjdwcOp0FDwJACPmeFA==} dependencies: @@ -17566,6 +18487,14 @@ packages: validate-npm-package-name: 5.0.1 dev: true + /npm-package-arg@7.0.0: + resolution: {integrity: sha512-xXxr8y5U0kl8dVkz2oK7yZjPBvqM2fwaO5l3Yg13p03v8+E3qQcD0JNhHzjL1vyGgxcKkD0cco+NLR72iuPk3g==} + dependencies: + hosted-git-info: 3.0.8 + osenv: 0.1.5 + semver: 5.7.2 + validate-npm-package-name: 3.0.0 + /npm-packlist@8.0.2: resolution: {integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -17599,6 +18528,12 @@ packages: - supports-color dev: true + /npm-run-path@2.0.2: + resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==} + engines: {node: '>=4'} + dependencies: + path-key: 2.0.1 + /npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} @@ -17733,7 +18668,7 @@ packages: '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 axios: 1.7.2 - chalk: 4.1.2 + chalk: 4.1.0 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: 8.0.1 @@ -17892,6 +18827,12 @@ packages: dependencies: wrappy: 1.0.2 + /onetime@2.0.1: + resolution: {integrity: sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==} + engines: {node: '>=4'} + dependencies: + mimic-fn: 1.2.0 + /onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} @@ -17918,7 +18859,6 @@ packages: define-lazy-prop: 2.0.0 is-docker: 2.2.1 is-wsl: 2.2.0 - dev: true /openapi-types@12.0.2: resolution: {integrity: sha512-GuTo7FyZjOIWVhIhQSWJVaws6A82sWIGyQogxxYBYKZ0NBdyP2CYSIgOwFfSB+UVoPExk/YzFpyYitHS8KVZtA==} @@ -17958,12 +18898,23 @@ packages: word-wrap: 1.2.5 dev: true + /ora@3.4.0: + resolution: {integrity: sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==} + engines: {node: '>=6'} + dependencies: + chalk: 2.4.2 + cli-cursor: 2.1.0 + cli-spinners: 2.9.2 + log-symbols: 2.2.0 + strip-ansi: 5.2.0 + wcwidth: 1.0.1 + /ora@5.3.0: resolution: {integrity: sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==} engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.2 + chalk: 4.1.0 cli-cursor: 3.1.0 cli-spinners: 2.6.1 is-interactive: 1.0.0 @@ -17986,10 +18937,21 @@ packages: strip-ansi: 6.0.1 wcwidth: 1.0.1 + /os-homedir@1.0.2: + resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} + engines: {node: '>=0.10.0'} + /os-tmpdir@1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} + /osenv@0.1.5: + resolution: {integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==} + deprecated: This package is no longer supported. + dependencies: + os-homedir: 1.0.2 + os-tmpdir: 1.0.2 + /p-each-series@2.2.0: resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} engines: {node: '>=8'} @@ -18205,6 +19167,12 @@ packages: protocols: 2.0.1 dev: true + /parse-png@2.1.0: + resolution: {integrity: sha512-Nt/a5SfCLiTnQAjx3fHlqp8hRgTL3z7kTQZzvIMS9uCAepnCyjpdEc6M/sz69WqMBdaDBw9sF1F1UaHROYzGkQ==} + engines: {node: '>=10'} + dependencies: + pngjs: 3.4.0 + /parse-url@8.1.0: resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} dependencies: @@ -18269,6 +19237,12 @@ packages: pause: 0.0.1 utils-merge: 1.0.1 + /password-prompt@1.1.3: + resolution: {integrity: sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==} + dependencies: + ansi-escapes: 4.3.2 + cross-spawn: 7.0.3 + /patch-package@8.0.0: resolution: {integrity: sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==} engines: {node: '>=14', npm: '>5'} @@ -18303,6 +19277,10 @@ packages: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} + /path-key@2.0.1: + resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} + engines: {node: '>=4'} + /path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} @@ -18330,7 +19308,6 @@ packages: /path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - dev: true /pause@0.0.1: resolution: {integrity: sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==} @@ -18399,7 +19376,6 @@ packages: /picomatch@3.0.1: resolution: {integrity: sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==} engines: {node: '>=10'} - dev: true /pify@2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} @@ -18445,6 +19421,18 @@ packages: find-up: 4.1.0 dev: true + /plist@3.1.0: + resolution: {integrity: sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==} + engines: {node: '>=10.4.0'} + dependencies: + '@xmldom/xmldom': 0.8.10 + base64-js: 1.5.1 + xmlbuilder: 15.1.1 + + /pngjs@3.4.0: + resolution: {integrity: sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==} + engines: {node: '>=4.0.0'} + /possible-typed-array-names@1.0.0: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'} @@ -18457,6 +19445,14 @@ packages: util-deprecate: 1.0.2 dev: true + /postcss@8.4.40: + resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.1 + source-map-js: 1.2.0 + /postgres-array@2.0.0: resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} engines: {node: '>=4'} @@ -18514,6 +19510,10 @@ packages: hasBin: true dev: true + /pretty-bytes@5.6.0: + resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} + engines: {node: '>=6'} + /pretty-format@26.6.2: resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} engines: {node: '>= 10'} @@ -18577,7 +19577,6 @@ packages: /progress@2.0.3: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'} - dev: true /promise-all-reject-late@1.0.1: resolution: {integrity: sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==} @@ -18606,6 +19605,11 @@ packages: err-code: 2.0.3 retry: 0.12.0 + /promise@7.3.1: + resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} + dependencies: + asap: 2.0.6 + /promise@8.3.0: resolution: {integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==} dependencies: @@ -18631,7 +19635,6 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 react-is: 16.13.1 - dev: false /propagate@2.0.1: resolution: {integrity: sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==} @@ -18701,6 +19704,10 @@ packages: resolution: {integrity: sha512-c4iYnWb+k2E+vYpRimHqSu575b1/wKl4XFeJGpFmrJQz5I88v9aY2czh7s0w36srfCM1sXgC/xpoJz5dJfq+OQ==} dev: false + /qrcode-terminal@0.11.0: + resolution: {integrity: sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ==} + hasBin: true + /qrcode-terminal@0.12.0: resolution: {integrity: sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==} hasBin: true @@ -18803,7 +19810,6 @@ packages: /react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - dev: false /react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} @@ -18811,6 +19817,16 @@ packages: /react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} + /react-native-securerandom@0.1.1(react-native@0.74.3): + resolution: {integrity: sha512-CozcCx0lpBLevxiXEb86kwLRalBCHNjiGPlw3P7Fi27U6ZLdfjOCNRHD1LtBKcvPvI3TvkBXB3GOtLvqaYJLGw==} + requiresBuild: true + peerDependencies: + react-native: '*' + dependencies: + base64-js: 1.5.1 + react-native: 0.74.3(@babel/core@7.24.9)(@babel/preset-env@7.24.8)(react@18.2.0) + optional: true + /react-native-securerandom@1.0.1(react-native@0.74.3): resolution: {integrity: sha512-ibuDnd3xi17HyD5CkilOXGPFpS9Z1oifjyHFwUl8NMzcQcpruM0ZX8ytr3A4rCeAsaBHjz69r78Xgd6vUswv1Q==} peerDependencies: @@ -19112,6 +20128,9 @@ packages: dependencies: jsesc: 0.5.0 + /remove-trailing-slash@0.1.1: + resolution: {integrity: sha512-o4S4Qh6L2jpnCy83ysZDau+VORNvnFw07CKSAymkd6ICNVEPisMyzlc00KlvvicsxKck94SEwhDnMNdICzO+tA==} + /require-directory@2.1.1: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} engines: {node: '>=0.10.0'} @@ -19123,6 +20142,14 @@ packages: /require-main-filename@2.0.0: resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} + /requireg@0.2.2: + resolution: {integrity: sha512-nYzyjnFcPNGR3lx9lwPPPnuQxv6JWEZd2Ci0u9opN7N5zUEPIhY/GbL3vMGOr2UXwEg9WwSyV9X9Y/kLFgPsOg==} + engines: {node: '>= 4.0.0'} + dependencies: + nested-error-stacks: 2.0.1 + rc: 1.2.8 + resolve: 1.7.1 + /requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} @@ -19145,7 +20172,6 @@ packages: /resolve-from@5.0.0: resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} engines: {node: '>=8'} - dev: true /resolve.exports@1.1.1: resolution: {integrity: sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==} @@ -19155,7 +20181,6 @@ packages: /resolve.exports@2.0.2: resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} engines: {node: '>=10'} - dev: true /resolve@1.22.8: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} @@ -19165,6 +20190,18 @@ packages: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + /resolve@1.7.1: + resolution: {integrity: sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==} + dependencies: + path-parse: 1.0.7 + + /restore-cursor@2.0.0: + resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==} + engines: {node: '>=4'} + dependencies: + onetime: 2.0.1 + signal-exit: 3.0.7 + /restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} @@ -19206,7 +20243,6 @@ packages: hasBin: true dependencies: glob: 7.2.3 - dev: true /rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} @@ -19305,6 +20341,9 @@ packages: /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + /sax@1.4.1: + resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} + /saxes@5.0.1: resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} engines: {node: '>=10'} @@ -19518,6 +20557,9 @@ packages: functions-have-names: 1.2.3 has-property-descriptors: 1.0.2 + /setimmediate@1.0.5: + resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} + /setprototypeof@1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} @@ -19534,12 +20576,22 @@ packages: dependencies: kind-of: 6.0.3 + /shebang-command@1.2.0: + resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} + engines: {node: '>=0.10.0'} + dependencies: + shebang-regex: 1.0.0 + /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 + /shebang-regex@1.0.0: + resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} + engines: {node: '>=0.10.0'} + /shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} @@ -19612,6 +20664,13 @@ packages: once: 1.4.0 simple-concat: 1.0.1 + /simple-plist@1.3.1: + resolution: {integrity: sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==} + dependencies: + bplist-creator: 0.1.0 + bplist-parser: 0.3.1 + plist: 3.1.0 + /simple-wcswidth@1.0.1: resolution: {integrity: sha512-xMO/8eNREtaROt7tJvWJqHBDTMFN4eiQ5I4JRMuilwfnFcV5W9u7RUkueNkdw0jPqGMX36iCywelS5yilTuOxg==} dev: true @@ -19645,6 +20704,10 @@ packages: is-fullwidth-code-point: 3.0.0 dev: true + /slugify@1.6.6: + resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==} + engines: {node: '>=8.0.0'} + /smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} @@ -19691,6 +20754,10 @@ packages: is-plain-obj: 1.1.0 dev: true + /source-map-js@1.2.0: + resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + engines: {node: '>=0.10.0'} + /source-map-support@0.5.13: resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} dependencies: @@ -19762,7 +20829,6 @@ packages: resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} dependencies: through: 2.3.8 - dev: true /sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} @@ -19789,7 +20855,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: minipass: 7.1.2 - dev: true /ssri@8.0.1: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} @@ -19835,6 +20900,10 @@ packages: /str2buf@1.3.0: resolution: {integrity: sha512-xIBmHIUHYZDP4HyoXGHYNVmxlXLXDrtFHYT0eV6IOdEj3VO9ccaF1Ejl9Oq8iFjITllpT8FhaXb4KsNmw+3EuA==} + /stream-buffers@2.2.0: + resolution: {integrity: sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==} + engines: {node: '>= 0.10.0'} + /stream-combiner2@1.1.1: resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==} dependencies: @@ -19958,6 +21027,10 @@ packages: engines: {node: '>=8'} dev: true + /strip-eof@1.0.0: + resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} + engines: {node: '>=0.10.0'} + /strip-final-newline@2.0.0: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} @@ -20001,10 +21074,32 @@ packages: through: 2.3.8 dev: true + /structured-headers@0.4.1: + resolution: {integrity: sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg==} + /stubs@3.0.0: resolution: {integrity: sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==} dev: true + /sucrase@3.34.0: + resolution: {integrity: sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==} + engines: {node: '>=8'} + hasBin: true + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + commander: 4.1.1 + glob: 7.1.6 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.6 + ts-interface-checker: 0.1.13 + + /sudo-prompt@8.2.5: + resolution: {integrity: sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==} + + /sudo-prompt@9.1.1: + resolution: {integrity: sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==} + /sudo-prompt@9.2.1: resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} @@ -20037,7 +21132,6 @@ packages: dependencies: has-flag: 4.0.0 supports-color: 7.2.0 - dev: true /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} @@ -20135,7 +21229,6 @@ packages: /temp-dir@1.0.0: resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} engines: {node: '>=4'} - dev: true /temp-dir@2.0.0: resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} @@ -20147,6 +21240,24 @@ packages: dependencies: rimraf: 2.6.3 + /tempy@0.3.0: + resolution: {integrity: sha512-WrH/pui8YCwmeiAoxV+lpRH9HpRtgBhSR2ViBPgpGb/wnYDzp21R4MN45fsCGvLROvY67o3byhJRYRONJyImVQ==} + engines: {node: '>=8'} + dependencies: + temp-dir: 1.0.0 + type-fest: 0.3.1 + unique-string: 1.0.0 + + /tempy@0.7.1: + resolution: {integrity: sha512-vXPxwOyaNVi9nyczO16mxmHGpl6ASC5/TVhRRHpqeYHvKQm58EaWNvZXxAhR0lYYnBOQFjXjhzeLsaXdjxLjRg==} + engines: {node: '>=10'} + dependencies: + del: 6.1.1 + is-stream: 2.0.1 + temp-dir: 2.0.0 + type-fest: 0.16.0 + unique-string: 2.0.0 + /tempy@1.0.1: resolution: {integrity: sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==} engines: {node: '>=10'} @@ -20164,7 +21275,6 @@ packages: dependencies: ansi-escapes: 4.3.2 supports-hyperlinks: 2.3.0 - dev: true /terser@5.31.3: resolution: {integrity: sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==} @@ -20192,7 +21302,6 @@ packages: /text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} - dev: true /thenify-all@1.6.0: resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} @@ -20226,7 +21335,6 @@ packages: /through@2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - dev: true /timekeeper@2.3.1: resolution: {integrity: sha512-LeQRS7/4JcC0PgdSFnfUiStQEdiuySlCj/5SJ18D+T1n9BoY7PxKFfCwLulpHXoLUFr67HxBddQdEX47lDGx1g==} @@ -20296,7 +21404,6 @@ packages: /traverse@0.6.8: resolution: {integrity: sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==} engines: {node: '>= 0.4'} - dev: true /treeverse@3.0.0: resolution: {integrity: sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==} @@ -20319,6 +21426,9 @@ packages: ts-utils: 6.1.0 dev: true + /ts-interface-checker@0.1.13: + resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} + /ts-jest@27.1.5(@babel/core@7.24.9)(@types/jest@27.5.2)(jest@27.5.1)(typescript@4.9.5): resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -20664,7 +21774,6 @@ packages: /type-fest@0.16.0: resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==} engines: {node: '>=10'} - dev: true /type-fest@0.18.1: resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} @@ -20679,6 +21788,10 @@ packages: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} + /type-fest@0.3.1: + resolution: {integrity: sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==} + engines: {node: '>=6'} + /type-fest@0.4.1: resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} engines: {node: '>=6'} @@ -20879,6 +21992,9 @@ packages: dev: true optional: true + /ua-parser-js@1.0.38: + resolution: {integrity: sha512-Aq5ppTOfvrCMgAPneW1HfWj66Xi7XL+/mIy996R1/CLS/rcyJQm6QZdsKrUeivDFQ+Oc9Wyuwor8Ze8peEoUoQ==} + /uglify-js@3.19.0: resolution: {integrity: sha512-wNKHUY2hYYkf6oSFfhwwiHo4WCHzHmzcXsqXYTN9ja3iApYIFbb2U6ics9hBcYLHcYGQoAlwnZlTrf3oF+BL/Q==} engines: {node: '>=0.8.0'} @@ -20951,7 +22067,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: unique-slug: 4.0.0 - dev: true /unique-slug@2.0.2: resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} @@ -20963,14 +22078,18 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: imurmurhash: 0.1.4 - dev: true + + /unique-string@1.0.0: + resolution: {integrity: sha512-ODgiYu03y5g76A1I9Gt0/chLCzQjvzDy7DsZGsLOE/1MrF6wriEskSncj1+/C58Xk/kPZDppSctDybCwOSaGAg==} + engines: {node: '>=4'} + dependencies: + crypto-random-string: 1.0.0 /unique-string@2.0.0: resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} engines: {node: '>=8'} dependencies: crypto-random-string: 2.0.0 - dev: true /universal-user-agent@6.0.1: resolution: {integrity: sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==} @@ -20985,10 +22104,13 @@ packages: engines: {node: '>= 4.0.0'} dev: true + /universalify@1.0.0: + resolution: {integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==} + engines: {node: '>= 10.0.0'} + /universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - dev: true /unpipe@1.0.0: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} @@ -21024,6 +22146,9 @@ packages: dependencies: punycode: 2.3.1 + /url-join@4.0.0: + resolution: {integrity: sha512-EGXjXJZhIHiQMK2pQukuFcL303nskqIRzWvPvV5O8miOfwoUb9G+a/Cld60kUyeaybEI94wvVClT10DtfeAExA==} + /url-join@4.0.1: resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} dev: true @@ -21060,6 +22185,10 @@ packages: resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} hasBin: true + /uuid@7.0.3: + resolution: {integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==} + hasBin: true + /uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true @@ -21108,8 +22237,6 @@ packages: requiresBuild: true dependencies: builtins: 1.0.3 - dev: true - optional: true /validate-npm-package-name@5.0.1: resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} @@ -21322,7 +22449,6 @@ packages: /webidl-conversions@5.0.0: resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} engines: {node: '>=8'} - dev: true /webidl-conversions@6.1.0: resolution: {integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==} @@ -21359,6 +22485,14 @@ packages: engines: {node: '>=12'} dev: true + /whatwg-url-without-unicode@8.0.0-3: + resolution: {integrity: sha512-HoKuzZrUlgpz35YO27XgD28uh/WJH4B0+3ttFqRo//lmq+9T/mIOJ6kqmINI9HpUpz1imRC/nR/lxKpJiv0uig==} + engines: {node: '>=10'} + dependencies: + buffer: 5.7.1 + punycode: 2.3.1 + webidl-conversions: 5.0.0 + /whatwg-url@12.0.1: resolution: {integrity: sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==} engines: {node: '>=14'} @@ -21414,6 +22548,12 @@ packages: gopd: 1.0.1 has-tostringtag: 1.0.2 + /which@1.3.1: + resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} + hasBin: true + dependencies: + isexe: 2.0.0 + /which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} @@ -21434,6 +22574,9 @@ packages: dependencies: string-width: 4.2.3 + /wonka@4.0.15: + resolution: {integrity: sha512-U0IUQHKXXn6PFo9nqsHphVCE5m3IntqZNB9Jjn7EB1lrR7YTDY3YWgFvEvwniTzXSvOH/XMzAZaIfJF/LvHYXg==} + /word-wrap@1.2.5: resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} engines: {node: '>=0.10.0'} @@ -21594,6 +22737,13 @@ packages: utf-8-validate: optional: true + /xcode@3.0.1: + resolution: {integrity: sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==} + engines: {node: '>=10.0.0'} + dependencies: + simple-plist: 1.3.1 + uuid: 7.0.3 + /xml-name-validator@3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} dev: true @@ -21603,6 +22753,25 @@ packages: engines: {node: '>=12'} dev: true + /xml2js@0.6.0: + resolution: {integrity: sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w==} + engines: {node: '>=4.0.0'} + dependencies: + sax: 1.4.1 + xmlbuilder: 11.0.1 + + /xmlbuilder@11.0.1: + resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==} + engines: {node: '>=4.0'} + + /xmlbuilder@14.0.0: + resolution: {integrity: sha512-ts+B2rSe4fIckR6iquDjsKbQFK2NlUk6iG5nf14mDEyldgoc2nEKZ3jZWMPTxGQwVgToSjt6VGIho1H8/fNFTg==} + engines: {node: '>=8.0'} + + /xmlbuilder@15.1.1: + resolution: {integrity: sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==} + engines: {node: '>=8.0'} + /xmlchars@2.2.0: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} dev: true @@ -21726,14 +22895,15 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b: + github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b(expo@51.0.23)(react-native@0.74.3): resolution: {tarball: https://codeload.github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/tar.gz/ab0db52de6f4e6663ef271a48009ba26e688ef9b} + id: github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b name: '@veramo-community/lds-ecdsa-secp256k1-recovery2020' version: 0.0.8 dependencies: '@bitauth/libauth': 1.19.1 - '@digitalcredentials/jsonld': 5.2.2 - '@digitalcredentials/jsonld-signatures': 9.4.0 + '@digitalcredentials/jsonld': 5.2.2(expo@51.0.23)(react-native@0.74.3) + '@digitalcredentials/jsonld-signatures': 9.4.0(expo@51.0.23)(react-native@0.74.3) '@ethersproject/transactions': 5.7.0 '@trust/keyto': 1.0.1 base64url: 3.0.1 @@ -21741,4 +22911,6 @@ packages: json-stringify-deterministic: 1.0.12 transitivePeerDependencies: - domexception + - expo + - react-native - web-streams-polyfill From d4dbd920b24ffb9960613c2ab7cfb3d0cd888b26 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 31 Jul 2024 01:54:36 +0200 Subject: [PATCH 36/49] chore: update deps and move to node 20 --- .github/workflows/build-test-on-pr.yml | 2 +- .../workflows/build-test-publish-on-push.yml | 2 +- .../contact-manager-rest-api/package.json | 4 +- packages/data-store/package.json | 2 +- packages/ebsi-support/package.json | 10 +- packages/oid4vci-holder/package.json | 4 +- packages/oid4vci-issuer-rest-api/package.json | 8 +- packages/oid4vci-issuer-store/package.json | 2 +- packages/oid4vci-issuer/package.json | 2 +- packages/presentation-exchange/package.json | 2 +- packages/public-key-hosting/package.json | 10 +- packages/sd-jwt/package.json | 10 +- packages/siopv2-oid4vp-op-auth/package.json | 4 +- packages/siopv2-oid4vp-rp-auth/package.json | 2 +- .../siopv2-oid4vp-rp-rest-api/package.json | 2 +- .../uni-resolver-registrar-api/package.json | 10 +- packages/vc-handler-ld-local/package.json | 10 +- .../package.json | 2 +- .../package.json | 6 +- packages/vc-status-list/package.json | 2 +- packages/w3c-vc-api/package.json | 8 +- packages/web3-provider-headless/package.json | 4 +- pnpm-lock.yaml | 571 +++++++++++------- 23 files changed, 406 insertions(+), 273 deletions(-) diff --git a/.github/workflows/build-test-on-pr.yml b/.github/workflows/build-test-on-pr.yml index c8ee1a92e..31a6d2233 100644 --- a/.github/workflows/build-test-on-pr.yml +++ b/.github/workflows/build-test-on-pr.yml @@ -25,7 +25,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' cache: 'pnpm' - name: setup npmrc run: | diff --git a/.github/workflows/build-test-publish-on-push.yml b/.github/workflows/build-test-publish-on-push.yml index 0d4469382..050bba6a1 100644 --- a/.github/workflows/build-test-publish-on-push.yml +++ b/.github/workflows/build-test-publish-on-push.yml @@ -39,7 +39,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' cache: 'pnpm' - run: pnpm install - run: pnpm build diff --git a/packages/contact-manager-rest-api/package.json b/packages/contact-manager-rest-api/package.json index ebeb15e25..9ff58a48d 100644 --- a/packages/contact-manager-rest-api/package.json +++ b/packages/contact-manager-rest-api/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/data-store/package.json b/packages/data-store/package.json index 87312d57d..95a5701c2 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@sphereon/pex": "^4.0.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", diff --git a/packages/ebsi-support/package.json b/packages/ebsi-support/package.json index b268bc1c8..d2d132a4e 100644 --- a/packages/ebsi-support/package.json +++ b/packages/ebsi-support/package.json @@ -18,9 +18,9 @@ "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.oid4vci-holder": "workspace:*", @@ -44,8 +44,8 @@ "@sphereon/oid4vci-client": "0.15.1-next.9", "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.public-key-hosting": "workspace:*", diff --git a/packages/oid4vci-holder/package.json b/packages/oid4vci-holder/package.json index 9604c4441..a6543089b 100644 --- a/packages/oid4vci-holder/package.json +++ b/packages/oid4vci-holder/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/oid4vci-client": "0.15.1-next.9", "@sphereon/oid4vci-common": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", @@ -33,7 +33,7 @@ "xstate": "^4.38.3" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", "@types/uuid": "^9.0.8", diff --git a/packages/oid4vci-issuer-rest-api/package.json b/packages/oid4vci-issuer-rest-api/package.json index c0966defd..bdd56bfc7 100644 --- a/packages/oid4vci-issuer-rest-api/package.json +++ b/packages/oid4vci-issuer-rest-api/package.json @@ -36,10 +36,10 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/oid4vci-issuer-store/package.json b/packages/oid4vci-issuer-store/package.json index 83e622dc5..a9fa7245d 100644 --- a/packages/oid4vci-issuer-store/package.json +++ b/packages/oid4vci-issuer-store/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@sphereon/oid4vci-common": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", diff --git a/packages/oid4vci-issuer/package.json b/packages/oid4vci-issuer/package.json index 06ff41fd8..b11bca39e 100644 --- a/packages/oid4vci-issuer/package.json +++ b/packages/oid4vci-issuer/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/oid4vci-issuer": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*", diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index 6e521af15..f04fc6873 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-types": "workspace:*", diff --git a/packages/public-key-hosting/package.json b/packages/public-key-hosting/package.json index 274940f1d..7191eabd8 100644 --- a/packages/public-key-hosting/package.json +++ b/packages/public-key-hosting/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -32,8 +32,8 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/body-parser": "^1.19.5", "@types/cookie-parser": "^1.4.7", diff --git a/packages/sd-jwt/package.json b/packages/sd-jwt/package.json index c3c0e3cd4..fd4fd0cfd 100644 --- a/packages/sd-jwt/package.json +++ b/packages/sd-jwt/package.json @@ -17,7 +17,7 @@ "dependencies": { "@sd-jwt/core": "^0.6.1", "@sd-jwt/sd-jwt-vc": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@veramo/utils": "4.2.0", "debug": "^4.3.5" }, @@ -25,10 +25,10 @@ "@sd-jwt/decode": "^0.6.1", "@sd-jwt/types": "^0.6.1", "@sd-jwt/utils": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", "@types/node": "18.15.3", "@veramo/core": "4.2.0", "@veramo/data-store": "4.2.0", diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index f6293e294..ccdb195a4 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -17,7 +17,7 @@ "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", @@ -39,7 +39,7 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", diff --git a/packages/siopv2-oid4vp-rp-auth/package.json b/packages/siopv2-oid4vp-rp-auth/package.json index 22dcf3682..23c8deff7 100644 --- a/packages/siopv2-oid4vp-rp-auth/package.json +++ b/packages/siopv2-oid4vp-rp-auth/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.pd-manager": "workspace:*", diff --git a/packages/siopv2-oid4vp-rp-rest-api/package.json b/packages/siopv2-oid4vp-rp-rest-api/package.json index 7570259bb..2da66df0d 100644 --- a/packages/siopv2-oid4vp-rp-rest-api/package.json +++ b/packages/siopv2-oid4vp-rp-rest-api/package.json @@ -36,7 +36,7 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/uni-resolver-registrar-api/package.json b/packages/uni-resolver-registrar-api/package.json index c04226e0f..919097340 100644 --- a/packages/uni-resolver-registrar-api/package.json +++ b/packages/uni-resolver-registrar-api/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -31,8 +31,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/vc-handler-ld-local/package.json b/packages/vc-handler-ld-local/package.json index 0fdfa45fb..277d42a5c 100644 --- a/packages/vc-handler-ld-local/package.json +++ b/packages/vc-handler-ld-local/package.json @@ -23,8 +23,8 @@ "@digitalcredentials/vc": "^6.0.1", "@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0", "@noble/hashes": "1.2.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", @@ -56,10 +56,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.41", "@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.0", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7", "@types/nock": "^11.1.0", diff --git a/packages/vc-status-list-issuer-drivers/package.json b/packages/vc-status-list-issuer-drivers/package.json index ebdc9c63f..544edf909 100644 --- a/packages/vc-status-list-issuer-drivers/package.json +++ b/packages/vc-status-list-issuer-drivers/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/vc-status-list-issuer-rest-api/package.json b/packages/vc-status-list-issuer-rest-api/package.json index 58f390ef5..b90f8ebe7 100644 --- a/packages/vc-status-list-issuer-rest-api/package.json +++ b/packages/vc-status-list-issuer-rest-api/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-status-list": "workspace:*", @@ -30,8 +30,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/vc-status-list/package.json b/packages/vc-status-list/package.json index 3326144cd..572c9e710 100644 --- a/packages/vc-status-list/package.json +++ b/packages/vc-status-list/package.json @@ -10,7 +10,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", "@sphereon/ssi-types": "workspace:*", "@sphereon/vc-status-list": "7.0.0-next.0", "@veramo/core": "4.2.0", diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index 2f202b61d..c83bc1ac6 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -33,10 +33,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/web3-provider-headless/package.json b/packages/web3-provider-headless/package.json index 0cc7cf22c..2e34160c8 100644 --- a/packages/web3-provider-headless/package.json +++ b/packages/web3-provider-headless/package.json @@ -40,8 +40,8 @@ "web3-validator": "^2.0.6" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", "@types/body-parser": "^1.19.5", "@types/cors": "^2.8.17", "@types/dotenv-flow": "^3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78e296df0..1995dd0ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -229,11 +229,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -362,14 +362,54 @@ importers: specifier: ^0.3.20 version: 0.3.20(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) + packages/credential-store: + dependencies: + '@sphereon/pex': + specifier: ^4.0.1 + version: 4.0.1 + '@sphereon/pex-models': + specifier: ^2.2.4 + version: 2.2.4 + '@sphereon/ssi-sdk.data-store': + specifier: workspace:* + version: link:../data-store + cross-fetch: + specifier: ^3.1.8 + version: 3.1.8 + debug: + specifier: ^4.3.5 + version: 4.3.5 + typeorm: + specifier: ^0.3.20 + version: 0.3.20(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) + uuid: + specifier: ^10.0.0 + version: 10.0.0 + devDependencies: + '@sphereon/ssi-sdk.agent-config': + specifier: workspace:* + version: link:../agent-config + '@sphereon/ssi-types': + specifier: workspace:* + version: link:../ssi-types + '@types/uuid': + specifier: ^10.0.0 + version: 10.0.0 + '@veramo/remote-client': + specifier: 4.2.0 + version: 4.2.0 + '@veramo/remote-server': + specifier: 4.2.0 + version: 4.2.0(express@4.19.2) + packages/data-store: dependencies: '@sphereon/pex': specifier: ^4.0.1 version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -475,14 +515,14 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-resolver-ebsi': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5 + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -548,11 +588,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -777,6 +817,9 @@ importers: '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@types/express': specifier: ^4.17.21 version: 4.17.21 @@ -838,14 +881,17 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -881,8 +927,8 @@ importers: version: 4.38.3 devDependencies: '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5 + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@types/i18n-js': specifier: ^3.8.9 version: 3.8.9 @@ -917,8 +963,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1039,17 +1085,17 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1172,8 +1218,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -1388,8 +1434,11 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1437,14 +1486,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1492,11 +1541,11 @@ importers: version: 9.0.1 devDependencies: '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5 + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1656,8 +1705,8 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@veramo/utils': specifier: 4.2.0 version: 4.2.0 @@ -1675,17 +1724,17 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5 + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@types/node': specifier: 18.15.3 version: 18.15.3 @@ -1745,14 +1794,17 @@ importers: specifier: 2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1803,8 +1855,8 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5 + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1848,8 +1900,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1979,8 +2031,8 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2274,14 +2326,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2326,11 +2378,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5 + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2455,11 +2507,11 @@ importers: specifier: 1.2.0 version: 1.2.0 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2552,17 +2604,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-key': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.did-provider-lto': specifier: 0.23.0 version: 0.23.0(typescript@5.4.2) '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@transmute/lds-ecdsa-secp256k1-recovery2020': specifier: ^0.0.7 version: 0.0.7 @@ -2636,8 +2688,8 @@ importers: packages/vc-status-list: dependencies: '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -2682,8 +2734,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2731,8 +2783,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2777,11 +2829,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5 + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2869,6 +2921,9 @@ importers: '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -2919,17 +2974,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5 + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -3165,11 +3220,11 @@ importers: version: 2.0.6 devDependencies: '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.5 - version: 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + specifier: 0.23.1-next.41 + version: 0.23.1-next.41 '@types/body-parser': specifier: ^1.19.5 version: 1.19.5 @@ -3215,6 +3270,9 @@ importers: packages/wellknown-did-issuer: dependencies: + '@sphereon/ssi-sdk.credential-store': + specifier: workspace:* + version: link:../credential-store '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -3405,6 +3463,7 @@ packages: resolution: {integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==} dependencies: '@babel/highlight': 7.24.7 + optional: true /@babel/code-frame@7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} @@ -3763,6 +3822,7 @@ packages: '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.24.9) transitivePeerDependencies: - supports-color + optional: true /@babel/plugin-proposal-export-default-from@7.24.7(@babel/core@7.24.9): resolution: {integrity: sha512-CcmFwUJ3tKhLjPdt4NP+SHMshebytF8ZTYOv5ZDpkzq2sin80Wb5vJrGt8fhPrORQCfoSa0LAxC/DW+GAC5+Hw==} @@ -3908,6 +3968,7 @@ packages: dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + optional: true /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.9): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} @@ -4509,6 +4570,7 @@ packages: '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.9) transitivePeerDependencies: - supports-color + optional: true /@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.24.9): resolution: {integrity: sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==} @@ -4552,6 +4614,7 @@ packages: '@babel/core': 7.24.9 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 + optional: true /@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.24.9): resolution: {integrity: sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==} @@ -4816,6 +4879,7 @@ packages: '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.24.9) transitivePeerDependencies: - supports-color + optional: true /@babel/preset-typescript@7.24.7(@babel/core@7.24.9): resolution: {integrity: sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==} @@ -5556,6 +5620,7 @@ packages: optionalDependencies: mv: 2.1.1 safe-json-stringify: 1.2.0 + optional: true /@expo/cli@0.18.26(expo-modules-autolinking@1.11.1): resolution: {integrity: sha512-u9bTTXgcjaTloE9CHwxgrb8Me/Al4jiPykbVQpJydakH3GsIZfHy1zaLc7O39CoLjRz37WWi6Y5ZdgtQw9dCPQ==} @@ -5644,12 +5709,14 @@ packages: - expo-modules-autolinking - supports-color - utf-8-validate + optional: true /@expo/code-signing-certificates@0.0.5: resolution: {integrity: sha512-BNhXkY1bblxKZpltzAx98G2Egj9g1Q+JRcvR7E99DOj862FTCX+ZPsAUtPTr7aHxwtrL7+fL3r0JSmM9kBm+Bw==} dependencies: node-forge: 1.3.1 nullthrows: 1.1.1 + optional: true /@expo/config-plugins@8.0.8: resolution: {integrity: sha512-Fvu6IO13EUw0R9WeqxUO37FkM62YJBNcZb9DyJAOgMz7Ez/vaKQGEjKt9cwT+Q6uirtCATMgaq6VWAW7YW8xXw==} @@ -5671,9 +5738,11 @@ packages: xml2js: 0.6.0 transitivePeerDependencies: - supports-color + optional: true /@expo/config-types@51.0.2: resolution: {integrity: sha512-IglkIoiDwJMY01lYkF/ZSBoe/5cR+O3+Gx6fpLFjLfgZGBTdyPkKa1g8NWoWQCk+D3cKL2MDbszT2DyRRB0YqQ==} + optional: true /@expo/config@9.0.3: resolution: {integrity: sha512-eOTNM8eOC8gZNHgenySRlc/lwmYY1NOgvjwA8LHuvPT7/eUwD93zrxu3lPD1Cc/P6C/2BcVdfH4hf0tLmDxnsg==} @@ -5691,6 +5760,7 @@ packages: sucrase: 3.34.0 transitivePeerDependencies: - supports-color + optional: true /@expo/devcert@1.1.2: resolution: {integrity: sha512-FyWghLu7rUaZEZSTLt/XNRukm0c9GFfwP0iFaswoDWpV6alvVg+zRAfCLdIVQEz1SVcQ3zo1hMZFDrnKGvkCuQ==} @@ -5710,6 +5780,7 @@ packages: tslib: 2.6.3 transitivePeerDependencies: - supports-color + optional: true /@expo/env@0.3.0: resolution: {integrity: sha512-OtB9XVHWaXidLbHvrVDeeXa09yvTl3+IQN884sO6PhIi2/StXfgSH/9zC7IvzrDB8kW3EBJ1PPLuCUJ2hxAT7Q==} @@ -5721,6 +5792,7 @@ packages: getenv: 1.0.0 transitivePeerDependencies: - supports-color + optional: true /@expo/image-utils@0.5.1: resolution: {integrity: sha512-U/GsFfFox88lXULmFJ9Shfl2aQGcwoKPF7fawSCLixIKtMCpsI+1r0h+5i0nQnmt9tHuzXZDL8+Dg1z6OhkI9A==} @@ -5737,6 +5809,7 @@ packages: tempy: 0.3.0 transitivePeerDependencies: - encoding + optional: true /@expo/json-file@8.3.3: resolution: {integrity: sha512-eZ5dld9AD0PrVRiIWpRkm5aIoWBw3kAyd8VkuWEy92sEthBKDDDHAnK2a0dw0Eil6j7rK7lS/Qaq/Zzngv2h5A==} @@ -5744,6 +5817,7 @@ packages: '@babel/code-frame': 7.10.4 json5: 2.2.3 write-file-atomic: 2.4.3 + optional: true /@expo/metro-config@0.18.10: resolution: {integrity: sha512-HTYQqKfV0JSuRp5aDvrPHezj5udXOWoXqHOjfTSnce2m13j6D0yYXTJNaKRhlgpPBrkg5DL7z1fL3zwDUpLM4w==} @@ -5768,6 +5842,7 @@ packages: resolve-from: 5.0.0 transitivePeerDependencies: - supports-color + optional: true /@expo/osascript@2.1.3: resolution: {integrity: sha512-aOEkhPzDsaAfolSswObGiYW0Pf0ROfR9J2NBRLQACdQ6uJlyAMiPF45DVEVknAU9juKh0y8ZyvC9LXqLEJYohA==} @@ -5775,6 +5850,7 @@ packages: dependencies: '@expo/spawn-async': 1.7.2 exec-async: 2.2.0 + optional: true /@expo/package-manager@1.5.2: resolution: {integrity: sha512-IuA9XtGBilce0q8cyxtWINqbzMB1Fia0Yrug/O53HNuRSwQguV/iqjV68bsa4z8mYerePhcFgtvISWLAlNEbUA==} @@ -5791,6 +5867,7 @@ packages: ora: 3.4.0 split: 1.0.1 sudo-prompt: 9.1.1 + optional: true /@expo/plist@0.1.3: resolution: {integrity: sha512-GW/7hVlAylYg1tUrEASclw1MMk9FP4ZwyFAY/SUTJIhPDQHtfOlXREyWV3hhrHdX/K+pS73GNgdfT6E/e+kBbg==} @@ -5798,6 +5875,7 @@ packages: '@xmldom/xmldom': 0.7.13 base64-js: 1.5.1 xmlbuilder: 14.0.0 + optional: true /@expo/prebuild-config@7.0.8(expo-modules-autolinking@1.11.1): resolution: {integrity: sha512-wH9NVg6HiwF5y9x0TxiMEeBF+ITPGDXy5/i6OUheSrKpPgb0lF1Mwzl/f2fLPXBEpl+ZXOQ8LlLW32b7K9lrNg==} @@ -5819,6 +5897,7 @@ packages: transitivePeerDependencies: - encoding - supports-color + optional: true /@expo/rudder-sdk-node@1.1.1: resolution: {integrity: sha512-uy/hS/awclDJ1S88w9UGpc6Nm9XnNUjzOAAib1A3PVAnGQIwebg8DpFqOthFBTlZxeuV/BKbZ5jmTbtNZkp1WQ==} @@ -5833,20 +5912,24 @@ packages: uuid: 8.3.2 transitivePeerDependencies: - encoding + optional: true /@expo/sdk-runtime-versions@1.0.0: resolution: {integrity: sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==} + optional: true /@expo/spawn-async@1.7.2: resolution: {integrity: sha512-QdWi16+CHB9JYP7gma19OVVg0BFkvU8zNj9GjWorYI8Iv8FUxjOCcYRuAmX4s/h91e4e7BPsskc8cSrZYho9Ew==} engines: {node: '>=12'} dependencies: cross-spawn: 7.0.3 + optional: true /@expo/vector-icons@14.0.2: resolution: {integrity: sha512-70LpmXQu4xa8cMxjp1fydgRPsalefnHaXLzIwaHMEzcZhnyjw2acZz8azRrZOslPVAWlxItOa2Dd7WtD/kI+CA==} dependencies: prop-types: 15.8.1 + optional: true /@expo/xcpretty@4.3.1: resolution: {integrity: sha512-sqXgo1SCv+j4VtYEwl/bukuOIBrVgx6euIoCat3Iyx5oeoXwEA2USCoeL0IPubflMxncA2INkqJ/Wr3NGrSgzw==} @@ -5856,6 +5939,7 @@ packages: chalk: 4.1.2 find-up: 5.0.0 js-yaml: 4.1.0 + optional: true /@fastify/busboy@2.1.1: resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} @@ -5871,6 +5955,7 @@ packages: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 15.8.0 + optional: true /@hapi/hoek@9.3.0: resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} @@ -7781,6 +7866,7 @@ packages: dependencies: component-type: 1.2.2 join-component: 1.1.0 + optional: true /@semantic-release/commit-analyzer@9.0.2(semantic-release@19.0.5): resolution: {integrity: sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==} @@ -8032,41 +8118,6 @@ packages: uint8arrays: 3.1.1 dev: true - /@sphereon/isomorphic-webcrypto@2.4.1-unstable.0(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-08rCBqZIL9XdUXnVbdpxCzqE0JVFYqYAtGCHEOes4q+fHX1ut9+MIXoGswPXmzwyJsfDGvr2ACuu8mfUzfjUFw==} - peerDependencies: - expo: '*' - expo-crypto: '*' - msrcrypt: '*' - msrcrypto: ^1.5.8 - react-native-securerandom: ^1.0.1 - peerDependenciesMeta: - expo: - optional: true - expo-crypto: - optional: true - msrcrypt: - optional: true - react-native-securerandom: - optional: true - dependencies: - '@peculiar/webcrypto': 1.5.0 - asmcrypto.js: 2.3.2 - b64-lite: 1.4.0 - b64u-lite: 1.1.0 - cipher-base: 1.0.4 - create-hash: 1.2.0 - expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) - inherits: 2.0.4 - md5.js: 1.3.5 - msrcrypto: 1.5.8 - randomfill: 1.0.4 - react-native-securerandom: 1.0.1(react-native@0.74.3) - ripemd160: 2.0.2 - sha.js: 2.4.11 - str2buf: 1.3.0 - webcrypto-shim: 0.1.7 - /@sphereon/lto-did-ts@0.1.8-unstable.0(debug@4.3.5)(typescript@5.4.2): resolution: {integrity: sha512-3jzwwuYX/VYuze+T9/yg4PcsJ5iNNwAfTp4WfS4aSfPFBErDAfKXqn6kOb0wFYGkhejr3Jz+rljPC2iKZiHiGA==} dependencies: @@ -8213,12 +8264,12 @@ packages: - supports-color dev: false - /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8): - resolution: {integrity: sha512-bGi/i+Xk2KYs5YHownqAEgYb7umnJ0YtmBg2Cl+20CTyhzX0veru7y/5REuCgJN3fVhZsw2hpsx57pAr0+0Zag==} + /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.41: + resolution: {integrity: sha512-jSpSfaskC/q0GI/l6B210ipIoq28MNg9oXQaLns1t+uNqVHFyTSDNXwnVy8YhX+E3lm9Jby+tfLa6Wd6DhaNng==} dependencies: '@ethersproject/random': 5.7.0 - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.41 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.41 '@sphereon/ssi-types': link:packages/ssi-types '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -8229,19 +8280,14 @@ packages: elliptic: 6.5.4 transitivePeerDependencies: - encoding - - expo - - expo-crypto - - msrcrypt - - msrcrypto - - react-native-securerandom - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-FkUoAtTaxPxLU/g8AEHhFc7AGVrqUUseB79PebBy6CeOMtsYo7dJQrU8HA/+5EA7LQrSufkGcnYuBPrAsemXgg==} + /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.41: + resolution: {integrity: sha512-1aGR7DC/TkmTl+g4ZFhNyqc6onxf5wQRrR+iu3GCF8vA924qvxnk/kuoF3n5ej0g4SbyqVHOcBPYOZv/mCen+Q==} dependencies: - '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.41 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.41 '@transmute/did-key-bls12381': 0.3.0-unstable.10 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-manager': 4.2.0 @@ -8253,11 +8299,6 @@ packages: uint8arrays: 3.1.1 transitivePeerDependencies: - encoding - - expo - - expo-crypto - - msrcrypt - - msrcrypto - - react-native-securerandom - supports-color dev: true @@ -8279,8 +8320,8 @@ packages: - typescript dev: true - /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.5: - resolution: {integrity: sha512-YgOAdcRD4nNqipmRuCr9FSC6YdBGkP3WS++12s4feMwR8bY7Z2PCdImn86cuZDacZAjq9q4TnxS6xn3NnDSMmQ==} + /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.41: + resolution: {integrity: sha512-YTlahMd2+v8O7o5Ln7yltNv6/XcaLlxNexKEUjnud31fmlgKiZmDQe3RsC1ijjRufOJBmNXqDcStft9jogVpZg==} dependencies: cross-fetch: 3.1.8 did-resolver: 4.1.0 @@ -8289,8 +8330,8 @@ packages: - encoding dev: false - /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.5: - resolution: {integrity: sha512-B/ufLhyfh8ryVgdm9y1+11lQBhuIF62812ruBKTtqj/aw4hKhEHl8GphmahrwBuPWPAKAZMu6fy2hxexKpvHTQ==} + /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.41: + resolution: {integrity: sha512-4B9zlf6yUCoNgQb6gKdH1fQ6fpe9bl+Z/UFU0eaTbKRe7RcbAskV8ev4zyNknIE0t0nw/jkYlCTgF2K/FIP6Pw==} dependencies: '@sphereon/ssi-types': link:packages/ssi-types base64url: 3.0.1 @@ -8301,10 +8342,10 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-7him2HC/FZUVp9Rn48ZASF3DPQ8UAfAPi9LwGU0T9Ob6mBKr46IS4A7Jjwj0umoIuaiKvhtzStrCAFy64OS7xg==} + /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.41: + resolution: {integrity: sha512-E9BRjcmjPUcmfij76BpmFKIi1MZKymnubxV9lUNlIrgprMgbvxYgQgDsS/VbTxzwzFMGrd/ZWmB439FtYJhZ8A==} dependencies: - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.41 '@stablelib/ed25519': 1.0.3 bigint-mod-arith: 3.3.1 did-resolver: 4.1.0 @@ -8316,21 +8357,16 @@ packages: varint: 6.0.0 web-encoding: 1.1.5 transitivePeerDependencies: - - expo - - expo-crypto - - msrcrypt - - msrcrypto - - react-native-securerandom - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-BHeCfh/qewhs+YixqEpf9cq4T0egz1ymLX5OuCZY5GrRdmkMrt5ODB3evMnMh96niVL/8vFfihlzB+huYOTWFw==} + /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.41: + resolution: {integrity: sha512-++X47V35+J0NDDHcZt2MQJ1S2eOIbWK3loj2skj1SQzPr8lCuJibJgFcvfdV0tEcJTcuGtEcuoVVUuGLEW7pkg==} dependencies: '@ethersproject/networks': 5.7.1 '@ethersproject/transactions': 5.7.0 '@sphereon/did-uni-client': 0.6.3 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.41 '@sphereon/ssi-sdk.core': link:packages/ssi-sdk-core '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -8341,33 +8377,22 @@ packages: uint8arrays: 3.1.1 transitivePeerDependencies: - encoding - - expo - - expo-crypto - - msrcrypt - - msrcrypto - - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-dCzkoj4/0JNJTODQtaCOVLyKJ4rrRCvazMzSh3DS8VW9pxyLaRA6z5xipG1G71752knxGS7nvFzXTSWl13k5IA==} + /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.41: + resolution: {integrity: sha512-5eMDVyZgIh1gGsfJdv4DlaWNM8BjpHIPkmhkiSFESLzZG0HTweY60XXdiXyehXeJCWv/APA4nAZtlToqb+KjkQ==} dependencies: - '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.41 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 transitivePeerDependencies: - encoding - - expo - - expo-crypto - - msrcrypt - - msrcrypto - - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-vMPStdruDJ8bQmC82oznQRA90ac60eaMJ7tggzYO9+oX6aNKq3wkL+Cu9bVkdLIU85TDMX5/e7Jffay/xau4KA==} + /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.41: + resolution: {integrity: sha512-jVMX6urofENz4+V7XXYqjeKAcYivmeb0Sp5b39YH3Vc8vcZaR147sqsPdgiUkAk42r/PHNAoYN83dEfl/cO9qw==} dependencies: '@ethersproject/random': 5.7.0 - '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@stablelib/ed25519': 1.0.3 '@stablelib/sha256': 1.0.1 '@stablelib/sha512': 1.0.1 @@ -8382,19 +8407,13 @@ packages: varint: 6.0.0 web-encoding: 1.1.5 transitivePeerDependencies: - - expo - - expo-crypto - - msrcrypt - - msrcrypto - - react-native-securerandom - supports-color - /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): - resolution: {integrity: sha512-znrRhjX056H0LKGCE5ohcNftdpGxx+COmkb0gE3QHYjy9P63XaBa44Zov497XCQHZM3LPuKxDOq+e2l7f+BMcw==} + /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.41: + resolution: {integrity: sha512-ZGOpLEIjtahCq4jSTyuaRnT1ogZWL1cUj19uKiMvPTltG46/f6BMHz4oA+VBx+d3Noj8Yd/rd9GaI1U7adh2ew==} dependencies: - '@sphereon/isomorphic-webcrypto': 2.4.1-unstable.0(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.5(expo@51.0.23)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.41 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.41 '@trust/keyto': 2.0.0-alpha1 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 @@ -8403,11 +8422,6 @@ packages: uint8arrays: 3.1.1 transitivePeerDependencies: - encoding - - expo - - expo-crypto - - msrcrypt - - msrcrypto - - react-native-securerandom - supports-color /@sphereon/vc-status-list@7.0.0-next.0(expo@51.0.23)(react-native@0.74.3): @@ -9028,7 +9042,7 @@ packages: dependencies: asn1.js: 5.4.1 base64url: 3.0.1 - elliptic: 6.5.6 + elliptic: 6.5.4 /@trust/keyto@2.0.0-alpha1: resolution: {integrity: sha512-VmlOa+nOaDzhEUfprnVp7RxFQyuEwA4fJ5+smnsud5WM01gU16yQnO/ejZnDVMGXuq/sUwTa5pCej4JhkKA5Sg==} @@ -9790,6 +9804,7 @@ packages: '@graphql-typed-document-node/core': 3.2.0(graphql@15.8.0) graphql: 15.8.0 wonka: 4.0.15 + optional: true /@urql/exchange-retry@0.3.0(graphql@15.8.0): resolution: {integrity: sha512-hHqer2mcdVC0eYnVNbWyi28AlGOPb2vjH3lP3/Bc8Lc8BjhMsDwFMm7WhoP5C1+cfbr/QJ6Er3H/L08wznXxfg==} @@ -9799,6 +9814,7 @@ packages: '@urql/core': 2.3.6(graphql@15.8.0) graphql: 15.8.0 wonka: 4.0.15 + optional: true /@veramo/cli@4.2.0(@types/node@18.19.41)(expo@51.0.23)(react-native@0.74.3)(ts-node@10.9.2): resolution: {integrity: sha512-73jG//N0ikpqbpUtokmydIjDKQeOysmHX0LFMP+zXh81kFhkGvEWk7Am9BBibKuWtq0uDCAXvk0TqsnK+Ajcqg==} @@ -10290,10 +10306,12 @@ packages: /@xmldom/xmldom@0.7.13: resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==} engines: {node: '>=10.0.0'} + optional: true /@xmldom/xmldom@0.8.10: resolution: {integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==} engines: {node: '>=10.0.0'} + optional: true /@yarnpkg/lockfile@1.1.0: resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} @@ -10594,6 +10612,7 @@ packages: /application-config-path@0.1.1: resolution: {integrity: sha512-zy9cHePtMP0YhwG+CfHm0bgwdnga2X3gZexpdCwEj//dpb+TKajtiC8REEUJUSq6Ab4f9cgNy2l8ObXzCXFkEw==} + optional: true /aproba@2.0.0: resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} @@ -10622,6 +10641,7 @@ packages: /arg@5.0.2: resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} + optional: true /argon2-browser@1.18.0: resolution: {integrity: sha512-ImVAGIItnFnvET1exhsQB7apRztcoC5TnlSqernMJDUjbc/DLq3UEYeXFrLPrlaIl8cVfwnXb6wX2KpFf2zxHw==} @@ -10772,9 +10792,6 @@ packages: /asmcrypto.js@0.22.0: resolution: {integrity: sha512-usgMoyXjMbx/ZPdzTSXExhMPur2FTdz/Vo5PVx2gIaBcdAAJNOFlsdgqveM8Cff7W0v+xrf9BwjOV26JSAF9qA==} - /asmcrypto.js@2.3.2: - resolution: {integrity: sha512-3FgFARf7RupsZETQ1nHnhLUUvpcttcCq1iZCaVAbJZbCZ5VNRrNyvpDyHTOb0KC3llFcsyOT/a99NZcCbeiEsA==} - /asn1.js@5.4.1: resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} dependencies: @@ -10983,9 +11000,11 @@ packages: /babel-plugin-react-compiler@0.0.0: resolution: {integrity: sha512-Kigl0V36a/6hLVH7+CCe1CCtU3mFBqBd829V//VtuG7I/pyq+B2QZJqOefd63snQmdfCryNhO9XW1FbGPBvYDA==} + optional: true /babel-plugin-react-native-web@0.19.12: resolution: {integrity: sha512-eYZ4+P6jNcB37lObWIg0pUbi7+3PKoU1Oie2j0C8UF3cXyXoR74tO2NBjI/FORb2LJyItJZEAmjU5pSaJYEL1w==} + optional: true /babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.24.9): resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} @@ -11031,6 +11050,7 @@ packages: - '@babel/core' - '@babel/preset-env' - supports-color + optional: true /babel-preset-jest@27.5.1(@babel/core@7.24.9): resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} @@ -11117,6 +11137,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: open: 8.4.2 + optional: true /big-integer@1.6.52: resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} @@ -11238,23 +11259,27 @@ packages: resolution: {integrity: sha512-xp/tcaV3T5PCiaY04mXga7o/TE+t95gqeLmADeBI1CvZtdWTbgBt3uLpvh4UWtenKeBhCV6oVxGk38yZr2uYEA==} dependencies: stream-buffers: 2.2.0 + optional: true /bplist-creator@0.1.0: resolution: {integrity: sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==} dependencies: stream-buffers: 2.2.0 + optional: true /bplist-parser@0.3.1: resolution: {integrity: sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==} engines: {node: '>= 5.10.0'} dependencies: big-integer: 1.6.52 + optional: true /bplist-parser@0.3.2: resolution: {integrity: sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==} engines: {node: '>= 5.10.0'} dependencies: big-integer: 1.6.52 + optional: true /brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} @@ -11320,18 +11345,21 @@ packages: /buffer-alloc-unsafe@1.1.0: resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} + optional: true /buffer-alloc@1.2.0: resolution: {integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==} dependencies: buffer-alloc-unsafe: 1.1.0 buffer-fill: 1.0.0 + optional: true /buffer-equal-constant-time@1.0.1: resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} /buffer-fill@1.0.0: resolution: {integrity: sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==} + optional: true /buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} @@ -11355,6 +11383,7 @@ packages: /builtins@1.0.3: resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} requiresBuild: true + optional: true /bunyan@1.8.15: resolution: {integrity: sha512-0tECWShh6wUysgucJcBAoYegf3JJoZWibxdqhTm7OHPeT42qdjkZ29QCMcKwbgU1kiH+auSIasNRXMLWXafXig==} @@ -11588,6 +11617,7 @@ packages: /charenc@0.0.2: resolution: {integrity: sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==} + optional: true /chokidar@3.6.0: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} @@ -11642,6 +11672,7 @@ packages: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 + dev: true /cjs-module-lexer@1.3.1: resolution: {integrity: sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==} @@ -11664,6 +11695,7 @@ packages: engines: {node: '>=4'} dependencies: restore-cursor: 2.0.0 + optional: true /cli-cursor@3.1.0: resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} @@ -11748,6 +11780,7 @@ packages: /clone@2.1.2: resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} engines: {node: '>=0.8'} + optional: true /cmd-shim@6.0.3: resolution: {integrity: sha512-FMabTRlc5t5zjdenF6mS0MBeFZm0XqHqeOkcskKFb/LYCcRQ5fVgLOHVc4Lq9CqABd9zhjwPjMBCJvMCziSVtA==} @@ -11868,6 +11901,7 @@ packages: /commander@4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} + optional: true /commander@6.2.1: resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} @@ -11877,6 +11911,7 @@ packages: /commander@7.2.0: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} + optional: true /commander@9.5.0: resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} @@ -11903,6 +11938,7 @@ packages: /component-type@1.2.2: resolution: {integrity: sha512-99VUHREHiN5cLeHm3YLq312p6v+HUEcwtLCAtelvUDI6+SH5g5Cr85oNR2S1o6ywzL0ykMbuwLzM2ANocjEOIA==} + optional: true /compress-brotli@1.3.12: resolution: {integrity: sha512-gTRNCFqLQSTnID5v4NlEF/wd3NkUjMeDRAwht79hyfR4JgzzKfjxdxifCSg2oQ3zRU/B33WIlrzZsJ8nqfuXqA==} @@ -12230,6 +12266,7 @@ packages: md5.js: 1.3.5 ripemd160: 2.0.2 sha.js: 2.4.11 + dev: true /create-hmac@1.1.7: resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} @@ -12304,6 +12341,7 @@ packages: semver: 5.7.2 shebang-command: 1.2.0 which: 1.3.1 + optional: true /cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} @@ -12315,6 +12353,7 @@ packages: /crypt@0.0.2: resolution: {integrity: sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==} + optional: true /crypto-js@3.3.0: resolution: {integrity: sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==} @@ -12342,6 +12381,7 @@ packages: /crypto-random-string@1.0.0: resolution: {integrity: sha512-GsVpkFPlycH7/fRR7Dhcmnoii54gV1nz7y4CWyeFS14N+JVBBhY+r8amRHE4BwSYal7BPTDp8isvAlCxyFt3Hg==} engines: {node: '>=4'} + optional: true /crypto-random-string@2.0.0: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} @@ -12396,6 +12436,7 @@ packages: /dag-map@1.0.2: resolution: {integrity: sha512-+LSAiGFwQ9dRnRdOeaj7g47ZFJcOUPukAP8J3A3fuZ1g9Y44BG+P1sgApjLXTQPOzC4+7S9Wr8kXsfpINM4jpw==} + optional: true /dargs@7.0.0: resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} @@ -12556,6 +12597,7 @@ packages: dependencies: execa: 1.0.0 ip-regex: 2.1.0 + optional: true /defaults@1.0.4: resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} @@ -12641,6 +12683,7 @@ packages: resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} engines: {node: '>=0.10'} hasBin: true + optional: true /detect-libc@2.0.3: resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} @@ -12924,6 +12967,7 @@ packages: /env-editor@0.4.2: resolution: {integrity: sha512-ObFo8v4rQJAE59M69QzwloxPZtd33TpYEIjtKD1rrFDcM1Gd7IkDxEBU+HriziN6HSHQnBJi8Dmy+JWkav5HKA==} engines: {node: '>=8'} + optional: true /env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} @@ -12936,6 +12980,7 @@ packages: /eol@0.9.1: resolution: {integrity: sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==} + optional: true /err-code@2.0.3: resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} @@ -13564,6 +13609,7 @@ packages: /exec-async@2.2.0: resolution: {integrity: sha512-87OpwcEiMia/DeiKFzaQNBNFeN3XkkpYIh9FyOqq5mS2oKv3CBE67PXoEKcr6nodWdXNogTiQ0jE2NGuoffXPw==} + optional: true /execa@1.0.0: resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} @@ -13576,6 +13622,7 @@ packages: p-finally: 1.0.0 signal-exit: 3.0.7 strip-eof: 1.0.0 + optional: true /execa@4.1.0: resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==} @@ -13662,6 +13709,7 @@ packages: md5-file: 3.2.3 transitivePeerDependencies: - supports-color + optional: true /expo-constants@16.0.2(expo@51.0.23): resolution: {integrity: sha512-9tNY3OVO0jfiMzl7ngb6IOyR5VFzNoN5OOazUWoeGfmMqVB5kltTemRvKraK9JRbBKIw+SOYLEmF0sEqgFZ6OQ==} @@ -13673,6 +13721,7 @@ packages: expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) transitivePeerDependencies: - supports-color + optional: true /expo-file-system@17.0.1(expo@51.0.23): resolution: {integrity: sha512-dYpnZJqTGj6HCYJyXAgpFkQWsiCH3HY1ek2cFZVHFoEc5tLz9gmdEgTF6nFHurvmvfmXqxi7a5CXyVm0aFYJBw==} @@ -13680,6 +13729,7 @@ packages: expo: '*' dependencies: expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) + optional: true /expo-font@12.0.9(expo@51.0.23): resolution: {integrity: sha512-seTCyf0tbgkAnp3ZI9ZfK9QVtURQUgFnuj+GuJ5TSnN0XsOtVe1s2RxTvmMgkfuvfkzcjJ69gyRpsZS1cC8hjw==} @@ -13688,6 +13738,7 @@ packages: dependencies: expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) fontfaceobserver: 2.3.0 + optional: true /expo-keep-awake@13.0.2(expo@51.0.23): resolution: {integrity: sha512-kKiwkVg/bY0AJ5q1Pxnm/GvpeB6hbNJhcFsoOWDh2NlpibhCLaHL826KHUM+WsnJRbVRxJ+K9vbPRHEMvFpVyw==} @@ -13695,6 +13746,7 @@ packages: expo: '*' dependencies: expo: 51.0.23(@babel/core@7.24.9)(@babel/preset-env@7.24.8) + optional: true /expo-modules-autolinking@0.0.3: resolution: {integrity: sha512-azkCRYj/DxbK4udDuDxA9beYzQTwpJ5a9QA0bBgha2jHtWdFGF4ZZWSY+zNA5mtU3KqzYt8jWHfoqgSvKyu1Aw==} @@ -13717,11 +13769,13 @@ packages: fast-glob: 3.3.2 find-up: 5.0.0 fs-extra: 9.1.0 + optional: true /expo-modules-core@1.12.20: resolution: {integrity: sha512-CCXjlgT8lDAufgt912P1W7TwD+KAylfIttc1Doh1a0hAfkdkUsDRmrgthnYrrxEo2ECVpbaB71Epp1bnZ1rRrA==} dependencies: invariant: 2.2.4 + optional: true /expo-random@14.0.1(expo@51.0.23): resolution: {integrity: sha512-gX2mtR9o+WelX21YizXUCD/y+a4ZL+RDthDmFkHxaYbdzjSYTn8u/igoje/l3WEO+/RYspmqUFa8w/ckNbt6Vg==} @@ -13759,6 +13813,7 @@ packages: - encoding - supports-color - utf-8-validate + optional: true /exponential-backoff@3.1.1: resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} @@ -13920,9 +13975,11 @@ packages: fbjs: 3.0.5 transitivePeerDependencies: - encoding + optional: true /fbjs-css-vars@1.0.2: resolution: {integrity: sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==} + optional: true /fbjs@3.0.5: resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==} @@ -13936,6 +13993,7 @@ packages: ua-parser-js: 1.0.38 transitivePeerDependencies: - encoding + optional: true /fetch-blob@2.1.2: resolution: {integrity: sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==} @@ -13948,6 +14006,7 @@ packages: /fetch-retry@4.1.1: resolution: {integrity: sha512-e6eB7zN6UBSwGVwrbWVH+gdLnkW9WwHhmq2YDK1Sh30pzx1onRVGBvogTlUeWxwTa+L86NYdo4hFkh7O8ZjSnA==} + optional: true /figures@2.0.0: resolution: {integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==} @@ -14126,6 +14185,7 @@ packages: /fontfaceobserver@2.3.0: resolution: {integrity: sha512-6FPvD/IVyT4ZlNe7Wcn5Fb/4ChigpucKYSvD6a+0iMoLn2inpo711eyIcKjmDtE5XNcgAkSH9uN/nfAeZzHEfg==} + optional: true /for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} @@ -14166,6 +14226,7 @@ packages: /freeport-async@2.0.0: resolution: {integrity: sha512-K7od3Uw45AJg00XUmy15+Hae2hOcgKcmN3/EF6Y7i01O0gaqiRx8sUSpsb9+BRNL8RPBrhzPsVfy8q9ADlJuWQ==} engines: {node: '>=8'} + optional: true /fresh@0.5.2: resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} @@ -14224,6 +14285,7 @@ packages: graceful-fs: 4.2.11 jsonfile: 6.1.0 universalify: 1.0.0 + optional: true /fs-extra@9.1.0: resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} @@ -14357,6 +14419,7 @@ packages: /get-port@3.2.0: resolution: {integrity: sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==} engines: {node: '>=4'} + optional: true /get-port@5.1.1: resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} @@ -14368,6 +14431,7 @@ packages: engines: {node: '>=6'} dependencies: pump: 3.0.0 + optional: true /get-stream@5.2.0: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} @@ -14396,6 +14460,7 @@ packages: /getenv@1.0.0: resolution: {integrity: sha512-7yetJWqbS9sbn0vIfliPsFgoXMKn/YMF+Wuiog97x+urnSRRRZ7xB+uVkwGKzRgq9CDFfMQnE9ruL5DHv9c6Xg==} engines: {node: '>=6'} + optional: true /git-config@0.0.7: resolution: {integrity: sha512-LidZlYZXWzVjS+M3TEwhtYBaYwLeOZrXci1tBgqp/vDdZTBMl02atvwb6G35L64ibscYoPnxfbwwUS+VZAISLA==} @@ -14511,6 +14576,7 @@ packages: minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 + optional: true /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} @@ -14606,10 +14672,12 @@ packages: dependencies: graphql: 15.8.0 tslib: 2.6.3 + optional: true /graphql@15.8.0: resolution: {integrity: sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==} engines: {node: '>= 10.x'} + optional: true /handlebars@4.7.8: resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} @@ -14669,6 +14737,7 @@ packages: inherits: 2.0.4 readable-stream: 3.6.2 safe-buffer: 5.2.1 + dev: true /hash.js@1.1.7: resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} @@ -14728,6 +14797,7 @@ packages: engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 + optional: true /hosted-git-info@4.1.0: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} @@ -15087,6 +15157,7 @@ packages: dependencies: default-gateway: 4.2.0 ipaddr.js: 1.9.1 + optional: true /internal-slot@1.0.7: resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} @@ -15119,6 +15190,7 @@ packages: /ip-regex@2.1.0: resolution: {integrity: sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==} engines: {node: '>=4'} + optional: true /ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} @@ -15164,6 +15236,7 @@ packages: /is-buffer@1.1.6: resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + optional: true /is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} @@ -15206,6 +15279,7 @@ packages: /is-extglob@1.0.0: resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} engines: {node: '>=0.10.0'} + optional: true /is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} @@ -15235,6 +15309,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: is-extglob: 1.0.0 + optional: true /is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} @@ -15255,6 +15330,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: is-glob: 2.0.1 + optional: true /is-lambda@1.0.1: resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} @@ -15338,6 +15414,7 @@ packages: /is-stream@1.1.0: resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} engines: {node: '>=0.10.0'} + optional: true /is-stream@2.0.0: resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} @@ -15391,6 +15468,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: is-invalid-path: 0.1.0 + optional: true /is-weakmap@2.0.2: resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} @@ -16489,6 +16567,7 @@ packages: /jimp-compact@0.16.1: resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} + optional: true /jju@1.4.0: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} @@ -16504,6 +16583,7 @@ packages: /join-component@1.1.0: resolution: {integrity: sha512-bF7vcQxbODoGK1imE2P9GS9aw4zD0Sd+Hni68IMZLj7zRnquH7dXUmMw9hDI5S/Jzt7q+IyTXN0rSg2GI0IKhQ==} + optional: true /jose@4.15.9: resolution: {integrity: sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==} @@ -16719,6 +16799,7 @@ packages: memory-cache: 0.2.0 traverse: 0.6.8 valid-url: 1.0.9 + optional: true /json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} @@ -17213,6 +17294,7 @@ packages: lightningcss-linux-x64-gnu: 1.19.0 lightningcss-linux-x64-musl: 1.19.0 lightningcss-win32-x64-msvc: 1.19.0 + optional: true /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -17351,6 +17433,7 @@ packages: engines: {node: '>=4'} dependencies: chalk: 2.4.2 + optional: true /log-symbols@4.1.0: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} @@ -17546,6 +17629,7 @@ packages: hasBin: true dependencies: buffer-alloc: 1.2.0 + optional: true /md5.js@1.3.5: resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} @@ -17553,6 +17637,7 @@ packages: hash-base: 3.1.0 inherits: 2.0.4 safe-buffer: 5.2.1 + dev: true /md5@2.2.1: resolution: {integrity: sha512-PlGG4z5mBANDGCKsYQe0CaUYHdZYZt8ZPZLmEt+Urf0W4GlpTX4HescwHU+dc9+Z/G/vZKYZYFrwgm9VxK6QOQ==} @@ -17560,6 +17645,7 @@ packages: charenc: 0.0.2 crypt: 0.0.2 is-buffer: 1.1.6 + optional: true /md5@2.3.0: resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==} @@ -17567,9 +17653,11 @@ packages: charenc: 0.0.2 crypt: 0.0.2 is-buffer: 1.1.6 + optional: true /md5hex@1.0.0: resolution: {integrity: sha512-c2YOUbp33+6thdCUi34xIyOU/a7bvGKj/3DB1iaPMTuPHf/Q2d5s4sn1FaCOO43XkXggnb08y5W2PU8UNYNLKQ==} + optional: true /media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} @@ -17580,6 +17668,7 @@ packages: /memory-cache@0.2.0: resolution: {integrity: sha512-OcjA+jzjOYzKmKS6IQVALHLVz+rNTMPoJvCztFaZxwG14wtAW7VRZjwTQu06vKCYOxh4jVnik7ya0SXTB0W+xA==} + optional: true /meow@5.0.0: resolution: {integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==} @@ -17867,6 +17956,7 @@ packages: /mimic-fn@1.2.0: resolution: {integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==} engines: {node: '>=4'} + optional: true /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} @@ -18224,9 +18314,11 @@ packages: /nested-error-stacks@2.0.1: resolution: {integrity: sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==} + optional: true /nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} + optional: true /nist-weierstrauss@1.6.1: resolution: {integrity: sha512-FpjCOnPV/s3ZVIkeldCVSml2K4lruabPbBgoEitpCK1JL0KTVoWb56CFTU6rZn5i6VqAjdwcOp0FDwJACPmeFA==} @@ -18494,6 +18586,7 @@ packages: osenv: 0.1.5 semver: 5.7.2 validate-npm-package-name: 3.0.0 + optional: true /npm-packlist@8.0.2: resolution: {integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==} @@ -18533,6 +18626,7 @@ packages: engines: {node: '>=4'} dependencies: path-key: 2.0.1 + optional: true /npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} @@ -18832,6 +18926,7 @@ packages: engines: {node: '>=4'} dependencies: mimic-fn: 1.2.0 + optional: true /onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} @@ -18908,13 +19003,14 @@ packages: log-symbols: 2.2.0 strip-ansi: 5.2.0 wcwidth: 1.0.1 + optional: true /ora@5.3.0: resolution: {integrity: sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==} engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.0 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 is-interactive: 1.0.0 @@ -18940,6 +19036,7 @@ packages: /os-homedir@1.0.2: resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} engines: {node: '>=0.10.0'} + optional: true /os-tmpdir@1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} @@ -18951,6 +19048,7 @@ packages: dependencies: os-homedir: 1.0.2 os-tmpdir: 1.0.2 + optional: true /p-each-series@2.2.0: resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} @@ -19172,6 +19270,7 @@ packages: engines: {node: '>=10'} dependencies: pngjs: 3.4.0 + optional: true /parse-url@8.1.0: resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} @@ -19242,6 +19341,7 @@ packages: dependencies: ansi-escapes: 4.3.2 cross-spawn: 7.0.3 + optional: true /patch-package@8.0.0: resolution: {integrity: sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==} @@ -19280,6 +19380,7 @@ packages: /path-key@2.0.1: resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} engines: {node: '>=4'} + optional: true /path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} @@ -19428,10 +19529,12 @@ packages: '@xmldom/xmldom': 0.8.10 base64-js: 1.5.1 xmlbuilder: 15.1.1 + optional: true /pngjs@3.4.0: resolution: {integrity: sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==} engines: {node: '>=4.0.0'} + optional: true /possible-typed-array-names@1.0.0: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} @@ -19452,6 +19555,7 @@ packages: nanoid: 3.3.7 picocolors: 1.0.1 source-map-js: 1.2.0 + optional: true /postgres-array@2.0.0: resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} @@ -19513,6 +19617,7 @@ packages: /pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} engines: {node: '>=6'} + optional: true /pretty-format@26.6.2: resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} @@ -19609,6 +19714,7 @@ packages: resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} dependencies: asap: 2.0.6 + optional: true /promise@8.3.0: resolution: {integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==} @@ -19707,6 +19813,7 @@ packages: /qrcode-terminal@0.11.0: resolution: {integrity: sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ==} hasBin: true + optional: true /qrcode-terminal@0.12.0: resolution: {integrity: sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==} @@ -19756,17 +19863,6 @@ packages: resolution: {integrity: sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ==} engines: {node: '>= 0.8'} - /randombytes@2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} - dependencies: - safe-buffer: 5.2.1 - - /randomfill@1.0.4: - resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} - dependencies: - randombytes: 2.1.0 - safe-buffer: 5.2.1 - /range-parser@1.2.1: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} @@ -19834,6 +19930,7 @@ packages: dependencies: base64-js: 1.5.1 react-native: 0.74.3(@babel/core@7.24.9)(@babel/preset-env@7.24.8)(react@18.2.0) + dev: false /react-native@0.74.3(@babel/core@7.24.9)(@babel/preset-env@7.24.8)(react@18.2.0): resolution: {integrity: sha512-UFutCC6WEw6HkxlcpQ2BemKqi0JkwrgDchYB5Svi8Sp4Xwt4HA6LGEjNQgZ+3KM44bjyFRpofQym0uh0jACGng==} @@ -20130,6 +20227,7 @@ packages: /remove-trailing-slash@0.1.1: resolution: {integrity: sha512-o4S4Qh6L2jpnCy83ysZDau+VORNvnFw07CKSAymkd6ICNVEPisMyzlc00KlvvicsxKck94SEwhDnMNdICzO+tA==} + optional: true /require-directory@2.1.1: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} @@ -20149,6 +20247,7 @@ packages: nested-error-stacks: 2.0.1 rc: 1.2.8 resolve: 1.7.1 + optional: true /requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} @@ -20194,6 +20293,7 @@ packages: resolution: {integrity: sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==} dependencies: path-parse: 1.0.7 + optional: true /restore-cursor@2.0.0: resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==} @@ -20201,6 +20301,7 @@ packages: dependencies: onetime: 2.0.1 signal-exit: 3.0.7 + optional: true /restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} @@ -20264,6 +20365,7 @@ packages: dependencies: hash-base: 3.1.0 inherits: 2.0.4 + dev: true /roarr@7.21.1: resolution: {integrity: sha512-3niqt5bXFY1InKU8HKWqqYTYjtrBaxBMnXELXCXUYgtNYGUtZM5rB46HIC430AyacL95iEniGf7RgqsesykLmQ==} @@ -20343,6 +20445,7 @@ packages: /sax@1.4.1: resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} + optional: true /saxes@5.0.1: resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} @@ -20559,6 +20662,7 @@ packages: /setimmediate@1.0.5: resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} + optional: true /setprototypeof@1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} @@ -20581,6 +20685,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: shebang-regex: 1.0.0 + optional: true /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} @@ -20591,6 +20696,7 @@ packages: /shebang-regex@1.0.0: resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} engines: {node: '>=0.10.0'} + optional: true /shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} @@ -20670,6 +20776,7 @@ packages: bplist-creator: 0.1.0 bplist-parser: 0.3.1 plist: 3.1.0 + optional: true /simple-wcswidth@1.0.1: resolution: {integrity: sha512-xMO/8eNREtaROt7tJvWJqHBDTMFN4eiQ5I4JRMuilwfnFcV5W9u7RUkueNkdw0jPqGMX36iCywelS5yilTuOxg==} @@ -20707,6 +20814,7 @@ packages: /slugify@1.6.6: resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==} engines: {node: '>=8.0.0'} + optional: true /smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} @@ -20757,6 +20865,7 @@ packages: /source-map-js@1.2.0: resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} engines: {node: '>=0.10.0'} + optional: true /source-map-support@0.5.13: resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} @@ -20903,6 +21012,7 @@ packages: /stream-buffers@2.2.0: resolution: {integrity: sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==} engines: {node: '>= 0.10.0'} + optional: true /stream-combiner2@1.1.1: resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==} @@ -21030,6 +21140,7 @@ packages: /strip-eof@1.0.0: resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} engines: {node: '>=0.10.0'} + optional: true /strip-final-newline@2.0.0: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} @@ -21076,6 +21187,7 @@ packages: /structured-headers@0.4.1: resolution: {integrity: sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg==} + optional: true /stubs@3.0.0: resolution: {integrity: sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==} @@ -21093,12 +21205,15 @@ packages: mz: 2.7.0 pirates: 4.0.6 ts-interface-checker: 0.1.13 + optional: true /sudo-prompt@8.2.5: resolution: {integrity: sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==} + optional: true /sudo-prompt@9.1.1: resolution: {integrity: sha512-es33J1g2HjMpyAhz8lOR+ICmXXAqTuKbuXuUWLhOLew20oN9oUCgCJx615U/v7aioZg7IX5lIh9x34vwneu4pA==} + optional: true /sudo-prompt@9.2.1: resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} @@ -21247,6 +21362,7 @@ packages: temp-dir: 1.0.0 type-fest: 0.3.1 unique-string: 1.0.0 + optional: true /tempy@0.7.1: resolution: {integrity: sha512-vXPxwOyaNVi9nyczO16mxmHGpl6ASC5/TVhRRHpqeYHvKQm58EaWNvZXxAhR0lYYnBOQFjXjhzeLsaXdjxLjRg==} @@ -21257,6 +21373,7 @@ packages: temp-dir: 2.0.0 type-fest: 0.16.0 unique-string: 2.0.0 + optional: true /tempy@1.0.1: resolution: {integrity: sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==} @@ -21428,6 +21545,7 @@ packages: /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} + optional: true /ts-jest@27.1.5(@babel/core@7.24.9)(@types/jest@27.5.2)(jest@27.5.1)(typescript@4.9.5): resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} @@ -21791,6 +21909,7 @@ packages: /type-fest@0.3.1: resolution: {integrity: sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==} engines: {node: '>=6'} + optional: true /type-fest@0.4.1: resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} @@ -21994,6 +22113,7 @@ packages: /ua-parser-js@1.0.38: resolution: {integrity: sha512-Aq5ppTOfvrCMgAPneW1HfWj66Xi7XL+/mIy996R1/CLS/rcyJQm6QZdsKrUeivDFQ+Oc9Wyuwor8Ze8peEoUoQ==} + optional: true /uglify-js@3.19.0: resolution: {integrity: sha512-wNKHUY2hYYkf6oSFfhwwiHo4WCHzHmzcXsqXYTN9ja3iApYIFbb2U6ics9hBcYLHcYGQoAlwnZlTrf3oF+BL/Q==} @@ -22084,6 +22204,7 @@ packages: engines: {node: '>=4'} dependencies: crypto-random-string: 1.0.0 + optional: true /unique-string@2.0.0: resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} @@ -22107,6 +22228,7 @@ packages: /universalify@1.0.0: resolution: {integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==} engines: {node: '>= 10.0.0'} + optional: true /universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} @@ -22148,6 +22270,7 @@ packages: /url-join@4.0.0: resolution: {integrity: sha512-EGXjXJZhIHiQMK2pQukuFcL303nskqIRzWvPvV5O8miOfwoUb9G+a/Cld60kUyeaybEI94wvVClT10DtfeAExA==} + optional: true /url-join@4.0.1: resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} @@ -22188,6 +22311,7 @@ packages: /uuid@7.0.3: resolution: {integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==} hasBin: true + optional: true /uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} @@ -22237,6 +22361,7 @@ packages: requiresBuild: true dependencies: builtins: 1.0.3 + optional: true /validate-npm-package-name@5.0.1: resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} @@ -22492,6 +22617,7 @@ packages: buffer: 5.7.1 punycode: 2.3.1 webidl-conversions: 5.0.0 + optional: true /whatwg-url@12.0.1: resolution: {integrity: sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==} @@ -22553,6 +22679,7 @@ packages: hasBin: true dependencies: isexe: 2.0.0 + optional: true /which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} @@ -22576,6 +22703,7 @@ packages: /wonka@4.0.15: resolution: {integrity: sha512-U0IUQHKXXn6PFo9nqsHphVCE5m3IntqZNB9Jjn7EB1lrR7YTDY3YWgFvEvwniTzXSvOH/XMzAZaIfJF/LvHYXg==} + optional: true /word-wrap@1.2.5: resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} @@ -22743,6 +22871,7 @@ packages: dependencies: simple-plist: 1.3.1 uuid: 7.0.3 + optional: true /xml-name-validator@3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} @@ -22759,18 +22888,22 @@ packages: dependencies: sax: 1.4.1 xmlbuilder: 11.0.1 + optional: true /xmlbuilder@11.0.1: resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==} engines: {node: '>=4.0'} + optional: true /xmlbuilder@14.0.0: resolution: {integrity: sha512-ts+B2rSe4fIckR6iquDjsKbQFK2NlUk6iG5nf14mDEyldgoc2nEKZ3jZWMPTxGQwVgToSjt6VGIho1H8/fNFTg==} engines: {node: '>=8.0'} + optional: true /xmlbuilder@15.1.1: resolution: {integrity: sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==} engines: {node: '>=8.0'} + optional: true /xmlchars@2.2.0: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} From b7c160a691143b9c0ffe7a3dd3dd9cd4bfab75ea Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 31 Jul 2024 03:30:20 +0200 Subject: [PATCH 37/49] chore: update to node 20, remove crypto --- package.json | 9 +- .../contact-manager-rest-api/package.json | 4 +- packages/data-store/package.json | 2 +- packages/ebsi-support/package.json | 10 +- packages/oid4vci-holder/package.json | 4 +- packages/oid4vci-issuer-rest-api/package.json | 8 +- packages/oid4vci-issuer-store/package.json | 2 +- packages/oid4vci-issuer/package.json | 2 +- packages/presentation-exchange/package.json | 2 +- packages/public-key-hosting/package.json | 10 +- packages/sd-jwt/package.json | 10 +- packages/siopv2-oid4vp-op-auth/package.json | 4 +- packages/siopv2-oid4vp-rp-auth/package.json | 2 +- .../siopv2-oid4vp-rp-rest-api/package.json | 2 +- packages/ssi-sdk-core/src/index.ts | 4 + packages/ssi-sdk-core/src/types/events.ts | 5 +- .../uni-resolver-registrar-api/package.json | 10 +- packages/vc-handler-ld-local/package.json | 10 +- .../src/__tests__/statuslist.test.ts | 1 + .../package.json | 2 +- .../package.json | 6 +- packages/vc-status-list/package.json | 2 +- .../tsconfig.json | 3 +- packages/w3c-vc-api/package.json | 8 +- packages/web3-provider-headless/package.json | 4 +- pnpm-lock.yaml | 611 ++++++++++-------- 26 files changed, 403 insertions(+), 334 deletions(-) diff --git a/package.json b/package.json index 98047e6bc..b3d3d0c17 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,9 @@ ] }, "dependencies": { - "@veramo/core": "4.2.0" + "@veramo/core": "4.2.0", + "@digitalcredentials/jsonld": "^6.0.0", + "@digitalcredentials/jsonld-signatures": "^9.4.0" }, "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.24.8", @@ -77,7 +79,7 @@ "typescript": "5.4.2" }, "engines": { - "node": ">= 18.0.0" + "node": ">= 20.0.0" }, "prettier": { "endOfLine": "auto", @@ -122,7 +124,8 @@ "ethr-did": "2.3.9", "typeorm": "^0.3.20", "@transmute/jsonld": "^0.0.4", - "jsonld": "link:./node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld" + "jsonld": "npm:@digitalcredentials/jsonld@^6.0.0", + "node-fetch": "2.7.0" }, "patchedDependencies": { "@veramo/core@4.2.0": "patches/@veramo__core@4.2.0.patch", diff --git a/packages/contact-manager-rest-api/package.json b/packages/contact-manager-rest-api/package.json index 9ff58a48d..b8ea686f4 100644 --- a/packages/contact-manager-rest-api/package.json +++ b/packages/contact-manager-rest-api/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/data-store/package.json b/packages/data-store/package.json index 95a5701c2..72962a743 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@sphereon/pex": "^4.0.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", diff --git a/packages/ebsi-support/package.json b/packages/ebsi-support/package.json index d2d132a4e..63b61183c 100644 --- a/packages/ebsi-support/package.json +++ b/packages/ebsi-support/package.json @@ -18,9 +18,9 @@ "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.oid4vci-holder": "workspace:*", @@ -44,8 +44,8 @@ "@sphereon/oid4vci-client": "0.15.1-next.9", "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.public-key-hosting": "workspace:*", diff --git a/packages/oid4vci-holder/package.json b/packages/oid4vci-holder/package.json index a6543089b..37506fe10 100644 --- a/packages/oid4vci-holder/package.json +++ b/packages/oid4vci-holder/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/oid4vci-client": "0.15.1-next.9", "@sphereon/oid4vci-common": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", @@ -33,7 +33,7 @@ "xstate": "^4.38.3" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", "@types/uuid": "^9.0.8", diff --git a/packages/oid4vci-issuer-rest-api/package.json b/packages/oid4vci-issuer-rest-api/package.json index bdd56bfc7..ff2951b61 100644 --- a/packages/oid4vci-issuer-rest-api/package.json +++ b/packages/oid4vci-issuer-rest-api/package.json @@ -36,10 +36,10 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/oid4vci-issuer-store/package.json b/packages/oid4vci-issuer-store/package.json index a9fa7245d..fc03051ec 100644 --- a/packages/oid4vci-issuer-store/package.json +++ b/packages/oid4vci-issuer-store/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@sphereon/oid4vci-common": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", diff --git a/packages/oid4vci-issuer/package.json b/packages/oid4vci-issuer/package.json index b11bca39e..6a68c46c4 100644 --- a/packages/oid4vci-issuer/package.json +++ b/packages/oid4vci-issuer/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/oid4vci-issuer": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*", diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index f04fc6873..dd7ce7650 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-types": "workspace:*", diff --git a/packages/public-key-hosting/package.json b/packages/public-key-hosting/package.json index 7191eabd8..e6fe413ef 100644 --- a/packages/public-key-hosting/package.json +++ b/packages/public-key-hosting/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -32,8 +32,8 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/body-parser": "^1.19.5", "@types/cookie-parser": "^1.4.7", diff --git a/packages/sd-jwt/package.json b/packages/sd-jwt/package.json index fd4fd0cfd..6a9d219b3 100644 --- a/packages/sd-jwt/package.json +++ b/packages/sd-jwt/package.json @@ -17,7 +17,7 @@ "dependencies": { "@sd-jwt/core": "^0.6.1", "@sd-jwt/sd-jwt-vc": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@veramo/utils": "4.2.0", "debug": "^4.3.5" }, @@ -25,10 +25,10 @@ "@sd-jwt/decode": "^0.6.1", "@sd-jwt/types": "^0.6.1", "@sd-jwt/utils": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", "@types/node": "18.15.3", "@veramo/core": "4.2.0", "@veramo/data-store": "4.2.0", diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index ccdb195a4..3d5a0e018 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -17,7 +17,7 @@ "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", @@ -39,7 +39,7 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", diff --git a/packages/siopv2-oid4vp-rp-auth/package.json b/packages/siopv2-oid4vp-rp-auth/package.json index 23c8deff7..0753c2797 100644 --- a/packages/siopv2-oid4vp-rp-auth/package.json +++ b/packages/siopv2-oid4vp-rp-auth/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.pd-manager": "workspace:*", diff --git a/packages/siopv2-oid4vp-rp-rest-api/package.json b/packages/siopv2-oid4vp-rp-rest-api/package.json index 2da66df0d..8e1f81237 100644 --- a/packages/siopv2-oid4vp-rp-rest-api/package.json +++ b/packages/siopv2-oid4vp-rp-rest-api/package.json @@ -36,7 +36,7 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/ssi-sdk-core/src/index.ts b/packages/ssi-sdk-core/src/index.ts index 3b2e9cf54..6061e1785 100644 --- a/packages/ssi-sdk-core/src/index.ts +++ b/packages/ssi-sdk-core/src/index.ts @@ -1,6 +1,10 @@ import EventLogger from './loggers/eventLogger/EventLogger' import EventLoggerBuilder from './loggers/eventLogger/EventLoggerBuilder' +if (typeof global.crypto === 'undefined') { + global.crypto = require('crypto') +} + export * from './utils' export * from './types' export { KeyAlgo, SuppliedSigner } from './signers' diff --git a/packages/ssi-sdk-core/src/types/events.ts b/packages/ssi-sdk-core/src/types/events.ts index 574dc97d0..787647048 100644 --- a/packages/ssi-sdk-core/src/types/events.ts +++ b/packages/ssi-sdk-core/src/types/events.ts @@ -1,10 +1,7 @@ import { ActionSubType, ActionType, - InitiatorType, - LoggingEventType, - LogLevel, - SimpleLogEvent, + InitiatorType, LoggingEventType, LogLevel, SimpleLogEvent, SubSystem, System, SystemCorrelationIdType, diff --git a/packages/uni-resolver-registrar-api/package.json b/packages/uni-resolver-registrar-api/package.json index 919097340..75cc9f72b 100644 --- a/packages/uni-resolver-registrar-api/package.json +++ b/packages/uni-resolver-registrar-api/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -31,8 +31,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/vc-handler-ld-local/package.json b/packages/vc-handler-ld-local/package.json index 277d42a5c..9b5f28df5 100644 --- a/packages/vc-handler-ld-local/package.json +++ b/packages/vc-handler-ld-local/package.json @@ -23,8 +23,8 @@ "@digitalcredentials/vc": "^6.0.1", "@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0", "@noble/hashes": "1.2.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", @@ -56,10 +56,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.42", "@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.0", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7", "@types/nock": "^11.1.0", diff --git a/packages/vc-handler-ld-local/src/__tests__/statuslist.test.ts b/packages/vc-handler-ld-local/src/__tests__/statuslist.test.ts index b5c856158..af558a304 100644 --- a/packages/vc-handler-ld-local/src/__tests__/statuslist.test.ts +++ b/packages/vc-handler-ld-local/src/__tests__/statuslist.test.ts @@ -21,6 +21,7 @@ import { ICredentialHandlerLDLocal, MethodNames } from '../types' jest.setTimeout(100000) + describe('Status list', () => { let didKeyIdentifier: IIdentifier let agent: TAgent diff --git a/packages/vc-status-list-issuer-drivers/package.json b/packages/vc-status-list-issuer-drivers/package.json index 544edf909..b2982509f 100644 --- a/packages/vc-status-list-issuer-drivers/package.json +++ b/packages/vc-status-list-issuer-drivers/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/vc-status-list-issuer-rest-api/package.json b/packages/vc-status-list-issuer-rest-api/package.json index b90f8ebe7..4bf87fe49 100644 --- a/packages/vc-status-list-issuer-rest-api/package.json +++ b/packages/vc-status-list-issuer-rest-api/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-status-list": "workspace:*", @@ -30,8 +30,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/vc-status-list/package.json b/packages/vc-status-list/package.json index 572c9e710..50a032025 100644 --- a/packages/vc-status-list/package.json +++ b/packages/vc-status-list/package.json @@ -10,7 +10,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", "@sphereon/ssi-types": "workspace:*", "@sphereon/vc-status-list": "7.0.0-next.0", "@veramo/core": "4.2.0", diff --git a/packages/w3c-vc-api-verifier-rest-client/tsconfig.json b/packages/w3c-vc-api-verifier-rest-client/tsconfig.json index f1ea09b35..bc82ab197 100644 --- a/packages/w3c-vc-api-verifier-rest-client/tsconfig.json +++ b/packages/w3c-vc-api-verifier-rest-client/tsconfig.json @@ -4,6 +4,5 @@ "rootDir": "src", "outDir": "dist", "declarationDir": "dist" - }, - "references": [{ "path": "../ssi-sdk-core" }] + } } diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index c83bc1ac6..7ff601239 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -33,10 +33,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/web3-provider-headless/package.json b/packages/web3-provider-headless/package.json index 2e34160c8..d7122d956 100644 --- a/packages/web3-provider-headless/package.json +++ b/packages/web3-provider-headless/package.json @@ -40,8 +40,8 @@ "web3-validator": "^2.0.6" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.41", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.41", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", "@types/body-parser": "^1.19.5", "@types/cors": "^2.8.17", "@types/dotenv-flow": "^3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1995dd0ea..024fd8c11 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,7 +40,8 @@ overrides: ethr-did: 2.3.9 typeorm: ^0.3.20 '@transmute/jsonld': ^0.0.4 - jsonld: link:./node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld + jsonld: npm:@digitalcredentials/jsonld@^6.0.0 + node-fetch: 2.7.0 patchedDependencies: '@veramo/core@4.2.0': @@ -60,6 +61,12 @@ importers: .: dependencies: + '@digitalcredentials/jsonld': + specifier: ^6.0.0 + version: 6.0.0(expo@51.0.23)(react-native@0.74.3) + '@digitalcredentials/jsonld-signatures': + specifier: ^9.4.0 + version: 9.4.0(expo@51.0.23)(react-native@0.74.3) '@veramo/core': specifier: 4.2.0 version: 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -229,11 +236,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -408,8 +415,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -515,14 +522,14 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-resolver-ebsi': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -588,11 +595,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -604,7 +611,7 @@ importers: version: link:../public-key-hosting '@transmute/json-web-signature': specifier: 0.7.0-unstable.81 - version: 0.7.0-unstable.81 + version: 0.7.0-unstable.81(expo@51.0.23)(react-native@0.74.3) '@types/cors': specifier: ^2.8.17 version: 2.8.17 @@ -881,8 +888,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -927,8 +934,8 @@ importers: version: 4.38.3 devDependencies: '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@types/i18n-js': specifier: ^3.8.9 version: 3.8.9 @@ -963,8 +970,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -998,7 +1005,7 @@ importers: version: 0.6.3 '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-resolver': specifier: 4.2.0 version: 4.2.0 @@ -1085,17 +1092,17 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1143,7 +1150,7 @@ importers: version: 4.2.0(@sphereon/react-native-argon2@2.0.9)(react-native@0.74.3) '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-provider-web': specifier: 4.2.0 version: 4.2.0 @@ -1218,8 +1225,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -1244,7 +1251,7 @@ importers: version: 9.0.8 '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-resolver': specifier: 4.2.0 version: 4.2.0 @@ -1434,8 +1441,8 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.credential-store': specifier: workspace:* version: link:../credential-store @@ -1460,7 +1467,7 @@ importers: version: 3.0.2 '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-resolver': specifier: 4.2.0 version: 4.2.0 @@ -1486,14 +1493,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1541,11 +1548,11 @@ importers: version: 9.0.1 devDependencies: '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1705,8 +1712,8 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@veramo/utils': specifier: 4.2.0 version: 4.2.0 @@ -1724,17 +1731,17 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@types/node': specifier: 18.15.3 version: 18.15.3 @@ -1794,8 +1801,8 @@ importers: specifier: 2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -1855,8 +1862,8 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1871,7 +1878,7 @@ importers: version: 9.0.8 '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-resolver': specifier: 4.2.0 version: 4.2.0 @@ -1900,8 +1907,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1944,7 +1951,7 @@ importers: version: 9.0.8 '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-resolver': specifier: 4.2.0 version: 4.2.0 @@ -2031,8 +2038,8 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2089,7 +2096,7 @@ importers: version: 4.2.0(@sphereon/react-native-argon2@2.0.9)(react-native@0.74.3) '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-provider-web': specifier: 4.2.0 version: 4.2.0 @@ -2326,14 +2333,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2378,11 +2385,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2439,7 +2446,7 @@ importers: version: 4.2.0(@sphereon/react-native-argon2@2.0.9)(react-native@0.74.3) '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-provider-web': specifier: 4.2.0 version: 4.2.0 @@ -2507,11 +2514,11 @@ importers: specifier: 1.2.0 version: 1.2.0 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2538,16 +2545,16 @@ importers: version: 0.7.0-unstable.81 '@transmute/ed25519-signature-2018': specifier: 0.7.0-unstable.82 - version: 0.7.0-unstable.82 + version: 0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3) '@transmute/jose-ld': specifier: 0.7.0-unstable.81 version: 0.7.0-unstable.81 '@transmute/json-web-signature': specifier: 0.7.0-unstable.81 - version: 0.7.0-unstable.81 + version: 0.7.0-unstable.81(expo@51.0.23)(react-native@0.74.3) '@transmute/jsonld': specifier: ^0.0.4 - version: 0.0.4 + version: 0.0.4(expo@51.0.23)(react-native@0.74.3) '@transmute/jsonld-document-loader': specifier: 0.7.0-unstable.82 version: 0.7.0-unstable.82 @@ -2559,7 +2566,7 @@ importers: version: 0.7.0-unstable.81 '@transmute/vc-status-rl-2020': specifier: 0.7.0-unstable.81 - version: 0.7.0-unstable.81 + version: 0.7.0-unstable.81(expo@51.0.23)(react-native@0.74.3) '@transmute/web-crypto-key-pair': specifier: 0.7.0-unstable.81 version: 0.7.0-unstable.81 @@ -2591,11 +2598,11 @@ importers: specifier: ^1.1.0 version: 1.1.0 jsonld: - specifier: link:../../node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld - version: link:../../node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld + specifier: npm:@digitalcredentials/jsonld@^6.0.0 + version: /@digitalcredentials/jsonld@6.0.0(expo@51.0.23)(react-native@0.74.3) jsonld-signatures: specifier: ^7.0.0 - version: 7.0.0 + version: 7.0.0(expo@51.0.23)(react-native@0.74.3) react-native-securerandom: specifier: ^1.0.1 version: 1.0.1(react-native@0.74.3) @@ -2604,20 +2611,20 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-key': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42(expo@51.0.23)(react-native@0.74.3) '@sphereon/ssi-sdk-ext.did-provider-lto': specifier: 0.23.0 version: 0.23.0(typescript@5.4.2) '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@transmute/lds-ecdsa-secp256k1-recovery2020': specifier: ^0.0.7 - version: 0.0.7 + version: 0.0.7(expo@51.0.23)(react-native@0.74.3) '@types/nock': specifier: ^11.1.0 version: 11.1.0 @@ -2644,7 +2651,7 @@ importers: version: 4.2.0 '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-provider-web': specifier: 4.2.0 version: 4.2.0 @@ -2688,8 +2695,8 @@ importers: packages/vc-status-list: dependencies: '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -2734,8 +2741,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2783,8 +2790,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2829,11 +2836,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2884,7 +2891,7 @@ importers: version: 4.2.0 '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-provider-web': specifier: 4.2.0 version: 4.2.0 @@ -2974,17 +2981,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -3044,7 +3051,7 @@ importers: version: 4.2.0(@sphereon/react-native-argon2@2.0.9)(react-native@0.74.3) '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-provider-web': specifier: 4.2.0 version: 4.2.0 @@ -3220,11 +3227,11 @@ importers: version: 2.0.6 devDependencies: '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.41 - version: 0.23.1-next.41 + specifier: 0.23.1-next.42 + version: 0.23.1-next.42 '@types/body-parser': specifier: ^1.19.5 version: 1.19.5 @@ -3254,7 +3261,7 @@ importers: version: 4.2.0 '@veramo/did-provider-key': specifier: 4.2.0 - version: 4.2.0 + version: 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-resolver': specifier: 4.2.0 version: 4.2.0 @@ -4989,14 +4996,17 @@ packages: dependencies: factory.ts: 0.5.2 - /@did-core/did-ld-json@0.1.1-unstable.15: + /@did-core/did-ld-json@0.1.1-unstable.15(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-p2jKRxSU+eJJqd+ewCklYp/XZ6ysISk8VU2/kANCoB/WwUy/kVgw2rUNScRDXw2utr9Qj36P8EZTYi4aj7vRCQ==} engines: {node: '>=10'} dependencies: '@transmute/did-context': 0.6.1-unstable.37 - jsonld-checker: 0.1.8 + jsonld-checker: 0.1.8(expo@51.0.23)(react-native@0.74.3) transitivePeerDependencies: - encoding + - expo + - react-native + - web-streams-polyfill /@digitalbazaar/bitstring@3.1.0: resolution: {integrity: sha512-Cii+Sl++qaexOvv3vchhgZFfSmtHPNIPzGegaq4ffPnflVXFu+V2qrJ17aL2+gfLxrlC/zazZFuAltyKTPq7eg==} @@ -5013,23 +5023,33 @@ packages: resolution: {integrity: sha512-cMVtd+EV+4KN2kUG4/vsV74JVsGE6dcpod6zRoFB/AJA2W/sZbJqR44KL3G6P262+GcAECNhtnSsKsTnQ6y8+w==} dev: false - /@digitalbazaar/vc-status-list@7.1.0: + /@digitalbazaar/vc-status-list@7.1.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-p5uxKJlX13N8TcTuv9qFDeej+6bndU+Rh1Cez2MT+bXQE6Jpn5t336FBSHmcECB4yUfZQpkmV/LOcYU4lW8Ojw==} engines: {node: '>=16'} dependencies: '@digitalbazaar/bitstring': 3.1.0 - '@digitalbazaar/vc': 5.0.0 + '@digitalbazaar/vc': 5.0.0(expo@51.0.23)(react-native@0.74.3) '@digitalbazaar/vc-status-list-context': 3.1.1 credentials-context: 2.0.0 + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill dev: false - /@digitalbazaar/vc@5.0.0: + /@digitalbazaar/vc@5.0.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-XmLM7Ag5W+XidGnFuxFIyUFSMnHnWEMJlHei602GG94+WzFJ6Ik8txzPQL8T18egSoiTsd1VekymbIlSimhuaQ==} engines: {node: '>=14'} dependencies: credentials-context: 2.0.0 - jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld - jsonld-signatures: 11.2.1 + jsonld: /@digitalcredentials/jsonld@6.0.0(expo@51.0.23)(react-native@0.74.3) + jsonld-signatures: 11.2.1(expo@51.0.23)(react-native@0.74.3) + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill dev: false /@digitalcredentials/base58-universal@1.0.1: @@ -5061,7 +5081,7 @@ packages: ed25519-signature-2018-context: 1.1.0 ed25519-signature-2020-context: 1.1.0 transitivePeerDependencies: - - domexception + - encoding - expo - react-native - web-streams-polyfill @@ -5091,7 +5111,7 @@ packages: ky: 0.25.1 ky-universal: 0.8.2(ky@0.25.1) transitivePeerDependencies: - - domexception + - encoding - web-streams-polyfill /@digitalcredentials/jsonld-signatures@9.4.0(expo@51.0.23)(react-native@0.74.3): @@ -5104,7 +5124,7 @@ packages: isomorphic-webcrypto: 2.3.8(expo@51.0.23)(react-native@0.74.3) serialize-error: 8.1.0 transitivePeerDependencies: - - domexception + - encoding - expo - react-native - web-streams-polyfill @@ -5118,7 +5138,7 @@ packages: canonicalize: 1.0.8 lru-cache: 6.0.0 transitivePeerDependencies: - - domexception + - encoding - expo - react-native - web-streams-polyfill @@ -5132,7 +5152,7 @@ packages: canonicalize: 1.0.8 lru-cache: 6.0.0 transitivePeerDependencies: - - domexception + - encoding - expo - react-native - web-streams-polyfill @@ -5165,7 +5185,7 @@ packages: '@digitalcredentials/vc': 4.2.0(expo@51.0.23)(react-native@0.74.3) credentials-context: 2.0.0 transitivePeerDependencies: - - domexception + - encoding - expo - react-native - web-streams-polyfill @@ -5179,7 +5199,7 @@ packages: '@digitalcredentials/jsonld-signatures': 9.4.0(expo@51.0.23)(react-native@0.74.3) credentials-context: 2.0.0 transitivePeerDependencies: - - domexception + - encoding - expo - react-native - web-streams-polyfill @@ -5193,7 +5213,7 @@ packages: '@digitalcredentials/jsonld-signatures': 9.4.0(expo@51.0.23)(react-native@0.74.3) credentials-context: 2.0.0 transitivePeerDependencies: - - domexception + - encoding - expo - react-native - web-streams-polyfill @@ -5202,7 +5222,7 @@ packages: resolution: {integrity: sha512-TZgLoi00Jc9uv3b6jStH+G8+bCqpHIqFw9DYODz+fVjNh197ksvcYqSndUDHa2oi0HCcK+soI8j4ba3Sa4Pl4w==} engines: {node: '>=12'} dependencies: - '@digitalbazaar/vc-status-list': 7.1.0 + '@digitalbazaar/vc-status-list': 7.1.0(expo@51.0.23)(react-native@0.74.3) '@digitalcredentials/ed25519-signature-2020': 3.0.2(expo@51.0.23)(react-native@0.74.3) '@digitalcredentials/jsonld': 6.0.0(expo@51.0.23)(react-native@0.74.3) '@digitalcredentials/jsonld-signatures': 9.4.0(expo@51.0.23)(react-native@0.74.3) @@ -5211,7 +5231,7 @@ packages: credentials-context: 2.0.0 fix-esm: 1.0.1 transitivePeerDependencies: - - domexception + - encoding - expo - react-native - supports-color @@ -6593,7 +6613,7 @@ packages: make-dir: 4.0.0 minimatch: 3.0.5 multimatch: 5.0.0 - node-fetch: 2.6.7 + node-fetch: 2.7.0 npm-package-arg: 11.0.2 npm-packlist: 8.0.2 npm-registry-fetch: 17.1.0 @@ -8264,12 +8284,12 @@ packages: - supports-color dev: false - /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.41: - resolution: {integrity: sha512-jSpSfaskC/q0GI/l6B210ipIoq28MNg9oXQaLns1t+uNqVHFyTSDNXwnVy8YhX+E3lm9Jby+tfLa6Wd6DhaNng==} + /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.42: + resolution: {integrity: sha512-o6IAR20UYBbTuao0FCHJp9eZJY1LktadPl8E33IQJTYPflbV9RH7UVPz8SWlVOf1IuWKM4fHjbUknIC5Y7Iutw==} dependencies: '@ethersproject/random': 5.7.0 - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.41 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.41 + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.42 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.42 '@sphereon/ssi-types': link:packages/ssi-types '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -8283,12 +8303,12 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.41: - resolution: {integrity: sha512-1aGR7DC/TkmTl+g4ZFhNyqc6onxf5wQRrR+iu3GCF8vA924qvxnk/kuoF3n5ej0g4SbyqVHOcBPYOZv/mCen+Q==} + /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.42(expo@51.0.23)(react-native@0.74.3): + resolution: {integrity: sha512-i/r8Q0/oZiWqkVNcY9SFU0vK0AfdvZXXZZosAFQNnDrWhBPbdk5Bgi2dhjLCS+9bVxccgZdE2qEUR4a1EPUDzA==} dependencies: - '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.41 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.41 - '@transmute/did-key-bls12381': 0.3.0-unstable.10 + '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.42 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.42 + '@transmute/did-key-bls12381': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-manager': 4.2.0 debug: 4.3.5 @@ -8299,7 +8319,10 @@ packages: uint8arrays: 3.1.1 transitivePeerDependencies: - encoding + - expo + - react-native - supports-color + - web-streams-polyfill dev: true /@sphereon/ssi-sdk-ext.did-provider-lto@0.23.0(typescript@5.4.2): @@ -8320,8 +8343,8 @@ packages: - typescript dev: true - /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.41: - resolution: {integrity: sha512-YTlahMd2+v8O7o5Ln7yltNv6/XcaLlxNexKEUjnud31fmlgKiZmDQe3RsC1ijjRufOJBmNXqDcStft9jogVpZg==} + /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.42: + resolution: {integrity: sha512-UuyzXyC+p8pr9vyglbgPzygb4t2bHsF80HdMR/yrB6SrMz/UklESRlUOZtIhkDFZbqEnojHKLOKTIN22SKYpmw==} dependencies: cross-fetch: 3.1.8 did-resolver: 4.1.0 @@ -8330,8 +8353,8 @@ packages: - encoding dev: false - /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.41: - resolution: {integrity: sha512-4B9zlf6yUCoNgQb6gKdH1fQ6fpe9bl+Z/UFU0eaTbKRe7RcbAskV8ev4zyNknIE0t0nw/jkYlCTgF2K/FIP6Pw==} + /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.42: + resolution: {integrity: sha512-7kK4b90oQJNKhvqmF/CSbXiy8/bZwL7gxsi7DzW3PO2WYrfAjOFFTE9e6GXMNchv/eBrAkhJ0jVJfMCfL+jL+w==} dependencies: '@sphereon/ssi-types': link:packages/ssi-types base64url: 3.0.1 @@ -8342,10 +8365,10 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.41: - resolution: {integrity: sha512-E9BRjcmjPUcmfij76BpmFKIi1MZKymnubxV9lUNlIrgprMgbvxYgQgDsS/VbTxzwzFMGrd/ZWmB439FtYJhZ8A==} + /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.42: + resolution: {integrity: sha512-E10Y7E8oPwVuMtt+vpwsKt2NrZGwQ8itL+5e6z8uS5v6lbfeqMRKG0eTziqaL4KWJUudexmOGvwhpHxSN6mTFg==} dependencies: - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.41 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.42 '@stablelib/ed25519': 1.0.3 bigint-mod-arith: 3.3.1 did-resolver: 4.1.0 @@ -8360,13 +8383,13 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.41: - resolution: {integrity: sha512-++X47V35+J0NDDHcZt2MQJ1S2eOIbWK3loj2skj1SQzPr8lCuJibJgFcvfdV0tEcJTcuGtEcuoVVUuGLEW7pkg==} + /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.42: + resolution: {integrity: sha512-AK/xw8h4qUBfvcYCuK0bx62mUKhY7WQauaD45avBjBPwsgmlEfNShOokDyO0uvziyu0k+iQzESJw3AXZMlQaUw==} dependencies: '@ethersproject/networks': 5.7.1 '@ethersproject/transactions': 5.7.0 '@sphereon/did-uni-client': 0.6.3 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.41 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.42 '@sphereon/ssi-sdk.core': link:packages/ssi-sdk-core '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -8379,18 +8402,18 @@ packages: - encoding - supports-color - /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.41: - resolution: {integrity: sha512-5eMDVyZgIh1gGsfJdv4DlaWNM8BjpHIPkmhkiSFESLzZG0HTweY60XXdiXyehXeJCWv/APA4nAZtlToqb+KjkQ==} + /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.42: + resolution: {integrity: sha512-897ntE3VtQO7x74AfzQudPFdQ2dDMw8KY56P3MfUoJirCxX81/3Lc6y3r7wTHNXrBdrtxAZqSwtiACV5rRFbGA==} dependencies: - '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.41 + '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.42 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 transitivePeerDependencies: - encoding - supports-color - /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.41: - resolution: {integrity: sha512-jVMX6urofENz4+V7XXYqjeKAcYivmeb0Sp5b39YH3Vc8vcZaR147sqsPdgiUkAk42r/PHNAoYN83dEfl/cO9qw==} + /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.42: + resolution: {integrity: sha512-WBETbyykm71MLUnsMZ0O450qZEcDqzWgrV6Xro3rLmFw94maE3b1rn1rNQYjjDA+vDfqnjR21sQmNBnxtq2/OQ==} dependencies: '@ethersproject/random': 5.7.0 '@stablelib/ed25519': 1.0.3 @@ -8409,11 +8432,11 @@ packages: transitivePeerDependencies: - supports-color - /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.41: - resolution: {integrity: sha512-ZGOpLEIjtahCq4jSTyuaRnT1ogZWL1cUj19uKiMvPTltG46/f6BMHz4oA+VBx+d3Noj8Yd/rd9GaI1U7adh2ew==} + /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.42: + resolution: {integrity: sha512-e6DYjcUnaZtGT0AdFkP2sLLojEBpoczWxyVdbDrrUnhNLIMH+r8uVnPIieHzIrzzZ8xbmI2O7AQJ2zTcIqLc6A==} dependencies: - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.41 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.41 + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.42 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.42 '@trust/keyto': 2.0.0-alpha1 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 @@ -8433,7 +8456,7 @@ packages: '@digitalcredentials/vc': 4.2.0(expo@51.0.23)(react-native@0.74.3) credentials-context: 2.0.0 transitivePeerDependencies: - - domexception + - encoding - expo - react-native - web-streams-polyfill @@ -8682,15 +8705,18 @@ packages: resolution: {integrity: sha512-tAVzbkGvXNfCip12imBzicDSjVbRpiBT9Xz7FmxyEXq155CYnCandEL/o95tvUMmu8m89ggHtH4x5mQBR8GIJw==} dev: false - /@transmute/did-key-bls12381@0.3.0-unstable.10: + /@transmute/did-key-bls12381@0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-ExSADdvDxrYeCx8RsKXZGMjJmHrOJ9vyYtziZUaJ97K/sn1uVlvIOTp9V4xHa6j9cT1wTzSqJ325euwGFeK+WQ==} engines: {node: '>=14'} dependencies: '@transmute/bls12381-key-pair': 0.7.0-unstable.81 - '@transmute/did-key-common': 0.3.0-unstable.10 + '@transmute/did-key-common': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) transitivePeerDependencies: - encoding + - expo + - react-native - supports-color + - web-streams-polyfill dev: true /@transmute/did-key-cipher@0.2.1-unstable.42: @@ -8714,17 +8740,20 @@ packages: cbor: 5.2.0 dev: false - /@transmute/did-key-common@0.3.0-unstable.10: + /@transmute/did-key-common@0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-Iryh/HcGIvmTtWFTRaG/JEgbUsqI5OqKqkR2676yQWK4ajLMsyNattz5n0ZfFQk/4U7Ee6pJvvKRduFDAqqV0Q==} engines: {node: '>=14'} dependencies: '@did-core/data-model': 0.1.1-unstable.15 - '@did-core/did-ld-json': 0.1.1-unstable.15 + '@did-core/did-ld-json': 0.1.1-unstable.15(expo@51.0.23)(react-native@0.74.3) '@transmute/did-context': 0.6.1-unstable.37 '@transmute/ld-key-pair': 0.6.1-unstable.37 '@transmute/security-context': 0.6.1-unstable.37 transitivePeerDependencies: - encoding + - expo + - react-native + - web-streams-polyfill /@transmute/did-key-ed25519@0.2.1-unstable.42: resolution: {integrity: sha512-FObeBtLd5Dl2rng8pBXQ0ddGAUpv9Upl07mDNWanfCWNxsO3csLv1JskLgp5ZTKwDaoWkUMMU+DTOQVVcHKpPw==} @@ -8739,23 +8768,29 @@ packages: canonicalize: 1.0.8 dev: false - /@transmute/did-key-ed25519@0.3.0-unstable.10: + /@transmute/did-key-ed25519@0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-9QdXl58DjwqBuOJBx6DtvaNW2bZLmVBxMSq2En4RAQcGIz1GGulyEQ1NB7PLIAgnam3LIFxiK6RiQGQTfJmmJg==} engines: {node: '>=14'} dependencies: - '@transmute/did-key-common': 0.3.0-unstable.10 + '@transmute/did-key-common': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) '@transmute/ed25519-key-pair': 0.6.1-unstable.37 transitivePeerDependencies: - encoding + - expo + - react-native + - web-streams-polyfill - /@transmute/did-key-secp256k1@0.3.0-unstable.10: + /@transmute/did-key-secp256k1@0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-C/Gyu2U3NQZ9Gxu4WVwUk8h0ERbY9Z4Kjk0P49p3IQFrWK19XmVXjA+b1RiqffhYzWJ6fH5TPYIt2LW5MRQmUA==} engines: {node: '>=14'} dependencies: - '@transmute/did-key-common': 0.3.0-unstable.10 + '@transmute/did-key-common': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) '@transmute/secp256k1-key-pair': 0.7.0-unstable.82 transitivePeerDependencies: - encoding + - expo + - react-native + - web-streams-polyfill dev: true /@transmute/did-key-x25519@0.2.1-unstable.42: @@ -8772,14 +8807,17 @@ packages: canonicalize: 1.0.8 dev: false - /@transmute/did-key-x25519@0.3.0-unstable.10: + /@transmute/did-key-x25519@0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-Jm5UxwI9EhlfVQ9D0Clj9RlMvhOi8nqAgQG30KMzjFMVGfWqIPwQNZFvmL+XsQ7g3dfTo5iQwXBY0de/f+RoMA==} engines: {node: '>=14'} dependencies: - '@transmute/did-key-common': 0.3.0-unstable.10 + '@transmute/did-key-common': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) '@transmute/x25519-key-pair': 0.7.0-unstable.82 transitivePeerDependencies: - encoding + - expo + - react-native + - web-streams-polyfill dev: true /@transmute/ed25519-key-pair@0.6.1-unstable.37: @@ -8815,15 +8853,20 @@ packages: '@transmute/ld-key-pair': 0.7.0-unstable.82 '@transmute/x25519-key-pair': 0.7.0-unstable.82 - /@transmute/ed25519-signature-2018@0.7.0-unstable.82: + /@transmute/ed25519-signature-2018@0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-WvD+x7EpeacXEtOTmOQltSNdevwHJZ3Y53Yj8SZJ0CGzVKyqj3/F7wGvagbEUWxALe2rXrby5F6FPVS7mJwgCg==} engines: {node: '>=16'} dependencies: '@transmute/credentials-context': 0.7.0-unstable.82 '@transmute/ed25519-key-pair': 0.7.0-unstable.2 '@transmute/jose-ld': 0.7.0-unstable.82 - '@transmute/jsonld': 0.0.4 + '@transmute/jsonld': 0.0.4(expo@51.0.23)(react-native@0.74.3) '@transmute/security-context': 0.7.0-unstable.82 + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill /@transmute/jose-ld@0.7.0-unstable.81: resolution: {integrity: sha512-xLwqoweaBjeuK9qvl8WZBPkwn0ubSgiaE0Vf6QuZgUZqwB7LhBI0wopUNFmINnbfuTfUbGuC4kdH1W+1HM445g==} @@ -8848,27 +8891,37 @@ packages: jose: 4.15.9 web-streams-polyfill: 3.3.3 - /@transmute/json-web-signature@0.7.0-unstable.81: + /@transmute/json-web-signature@0.7.0-unstable.81(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-RFC34CnF571dK/K8uRr8dLLZySgrAr5vhhMB2YgGEy51cWzgYeLuhJw6Pzmm67E/r4CAa+r7/+hqVUfgihkNXw==} engines: {node: '>=16'} dependencies: '@transmute/ed25519-key-pair': 0.7.0-unstable.82 '@transmute/jose-ld': 0.7.0-unstable.82 - '@transmute/jsonld': 0.0.4 + '@transmute/jsonld': 0.0.4(expo@51.0.23)(react-native@0.74.3) '@transmute/secp256k1-key-pair': 0.7.0-unstable.82 '@transmute/security-context': 0.7.0-unstable.82 '@transmute/web-crypto-key-pair': 0.7.0-unstable.82 + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill - /@transmute/json-web-signature@0.7.0-unstable.82: + /@transmute/json-web-signature@0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-Snku9yg5sN10zkSy678n7VnHZgd7s0EQmjRylhW+mg4n9aL1SXPSbmRx6wUXfdXe1RGY1oNfDd7R5WegZVg9ew==} engines: {node: '>=16'} dependencies: '@transmute/ed25519-key-pair': 0.7.0-unstable.82 '@transmute/jose-ld': 0.7.0-unstable.82 - '@transmute/jsonld': 0.0.4 + '@transmute/jsonld': 0.0.4(expo@51.0.23)(react-native@0.74.3) '@transmute/secp256k1-key-pair': 0.7.0-unstable.82 '@transmute/security-context': 0.7.0-unstable.82 '@transmute/web-crypto-key-pair': 0.7.0-unstable.82 + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill dev: false /@transmute/jsonld-document-loader@0.7.0-unstable.82: @@ -8878,21 +8931,31 @@ packages: factory.ts: 1.4.1 dev: false - /@transmute/jsonld-schema@0.7.0-unstable.82: + /@transmute/jsonld-schema@0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-WrPwYXLNvb5o8xg9yTb8PBiMvX5tyLOGPYDOuX7mlr/2HmAJyyplxprJEKCixmb817O06keU5jrkCwiYaAcyfg==} engines: {node: '>=16'} dependencies: - '@transmute/jsonld': 0.0.4 + '@transmute/jsonld': 0.0.4(expo@51.0.23)(react-native@0.74.3) ajv: 8.17.1 genson-js: 0.0.5 + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill dev: false - /@transmute/jsonld@0.0.4: + /@transmute/jsonld@0.0.4(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-6G++8imMYW9dtTvATPHNfrV3lLeX5E57DOmlgIDfO0A0yjkBCss1usB80NfONS26ynyveb8vTbp4nQDW9Ki4Rw==} engines: {node: '>=16'} dependencies: json-pointer: 0.6.2 - jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld + jsonld: /@digitalcredentials/jsonld@6.0.0(expo@51.0.23)(react-native@0.74.3) + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill /@transmute/ld-key-pair@0.6.1-unstable.37: resolution: {integrity: sha512-DcTpEruAQBfOd2laZkg3uCQ+67Y7dw2hsvo42NAQ5tItCIx5AClP7zccri7T2JUcfDUFaE32z/BLTMEKYt3XZQ==} @@ -8901,7 +8964,7 @@ packages: resolution: {integrity: sha512-XWnVNCL1LeohldBLu7O12tc53rzdCYjZiaMrWvEH/sNpqnZBiNWAsdLWengXhF67LqAXWMwstfbCLNTPCD+EGg==} engines: {node: '>=16'} - /@transmute/lds-ecdsa-secp256k1-recovery2020@0.0.7: + /@transmute/lds-ecdsa-secp256k1-recovery2020@0.0.7(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-OjVYDdfdDJXoCkPGWb2JsQ3a319jz6JTrdf1+j2E6WMf/83Zx2+BN7ahwgYdsstCWlWaysnsVp4F41ALvZk8/A==} dependencies: '@trust/keyto': 0.3.7 @@ -8910,27 +8973,40 @@ packages: crypto-ld: 3.9.0 ethereum-public-key-to-address: 0.0.2 json-stringify-deterministic: 1.0.12 - jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld - jsonld-signatures: 5.2.0 + jsonld: /@digitalcredentials/jsonld@6.0.0(expo@51.0.23)(react-native@0.74.3) + jsonld-signatures: 5.2.0(expo@51.0.23)(react-native@0.74.3) + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill dev: true - /@transmute/linked-data-proof@0.2.1-unstable.10: + /@transmute/linked-data-proof@0.2.1-unstable.10(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-RvIIpv+Pzd6/h+3e5fUB2J39gabyEQMNcp7+8Ze1+EH5eh+w+b3r846SjzxJx18SdzijR/xIRZWF3dteMU3CTg==} engines: {node: '>=10'} dependencies: '@transmute/security-context': 0.0.4-unstable.2 - jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld + jsonld: /@digitalcredentials/jsonld@6.0.0(expo@51.0.23)(react-native@0.74.3) serialize-error: 7.0.1 + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill dev: false - /@transmute/linked-data-proof@0.7.0-unstable.82: + /@transmute/linked-data-proof@0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-ZJHxRmPhTmWOg71wz6Thg6o338J7h8SNZ+5m0ja5f9O22603zBcLbq7WcpHcs4GzXazPBTlsow2hl7C8u2JmJg==} engines: {node: '>=16'} dependencies: - '@transmute/did-key-ed25519': 0.3.0-unstable.10 + '@transmute/did-key-ed25519': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) serialize-error: 7.0.1 transitivePeerDependencies: - encoding + - expo + - react-native + - web-streams-polyfill dev: false /@transmute/revocation-list-context@0.7.0-unstable.82: @@ -8968,7 +9044,7 @@ packages: /@transmute/security-context@0.7.0-unstable.82: resolution: {integrity: sha512-Hih4A3iatK8daSREtuF/y9hGnrLZGRTfBYBUlUeaGEoCrcnhNcZrn8EQmW2dqj/7VZ2W5ResxQLPljA9pVJt5w==} - /@transmute/vc-status-rl-2020@0.7.0-unstable.81: + /@transmute/vc-status-rl-2020@0.7.0-unstable.81(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-RAM4DxpdC/oZLHjIkpz7y64DpxxbY4VXnCKYd4tbP20t7tvSMN1FXuieKSoyU0COAMum6StpMkjxPM8mQWUneg==} engines: {node: '>=16'} dependencies: @@ -8976,26 +9052,32 @@ packages: '@transmute/credentials-context': 0.7.0-unstable.82 '@transmute/did-context': 0.7.0-unstable.82 '@transmute/did-key-ed25519': 0.2.1-unstable.42 - '@transmute/linked-data-proof': 0.2.1-unstable.10 + '@transmute/linked-data-proof': 0.2.1-unstable.10(expo@51.0.23)(react-native@0.74.3) '@transmute/revocation-list-context': 0.7.0-unstable.82 '@transmute/security-context': 0.7.0-unstable.81 - '@transmute/vc.js': 0.7.0-unstable.82 + '@transmute/vc.js': 0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3) transitivePeerDependencies: - encoding + - expo + - react-native + - web-streams-polyfill dev: false - /@transmute/vc.js@0.7.0-unstable.82: + /@transmute/vc.js@0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-P/QGvnybAhtz4jQiX38bPXquTE+mjxbXsE60cDn41TdijiUNK8Ge3c1jmLKFMqrwDRaK1aVqJWBxtMYvQ+0QMw==} engines: {node: '>=16'} dependencies: - '@transmute/did-key-ed25519': 0.3.0-unstable.10 - '@transmute/json-web-signature': 0.7.0-unstable.82 - '@transmute/jsonld': 0.0.4 - '@transmute/jsonld-schema': 0.7.0-unstable.82 - '@transmute/linked-data-proof': 0.7.0-unstable.82 + '@transmute/did-key-ed25519': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) + '@transmute/json-web-signature': 0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3) + '@transmute/jsonld': 0.0.4(expo@51.0.23)(react-native@0.74.3) + '@transmute/jsonld-schema': 0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3) + '@transmute/linked-data-proof': 0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3) moment: 2.30.1 transitivePeerDependencies: - encoding + - expo + - react-native + - web-streams-polyfill dev: false /@transmute/web-crypto-key-pair@0.7.0-unstable.81: @@ -9486,7 +9568,7 @@ packages: /@types/testing-library__jest-dom@5.14.9: resolution: {integrity: sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==} dependencies: - '@types/jest': 27.5.2 + '@types/jest': 29.5.12 dev: true /@types/through@0.0.33: @@ -9834,7 +9916,7 @@ packages: '@veramo/did-jwt': 4.2.0 '@veramo/did-manager': 4.2.0 '@veramo/did-provider-ethr': 4.2.0 - '@veramo/did-provider-key': 4.2.0 + '@veramo/did-provider-key': 4.2.0(expo@51.0.23)(react-native@0.74.3) '@veramo/did-provider-web': 4.2.0 '@veramo/did-resolver': 4.2.0 '@veramo/key-manager': 4.2.0 @@ -9884,7 +9966,6 @@ packages: - better-sqlite3 - bluebird - bufferutil - - domexception - encoding - expo - hdb-pool @@ -9939,8 +10020,8 @@ packages: '@digitalcredentials/jsonld-signatures': 9.4.0(expo@51.0.23)(react-native@0.74.3) '@digitalcredentials/vc': 5.0.0(expo@51.0.23)(react-native@0.74.3) '@transmute/credentials-context': 0.7.0-unstable.82 - '@transmute/ed25519-signature-2018': 0.7.0-unstable.82 - '@transmute/json-web-signature': 0.7.0-unstable.81 + '@transmute/ed25519-signature-2018': 0.7.0-unstable.82(expo@51.0.23)(react-native@0.74.3) + '@transmute/json-web-signature': 0.7.0-unstable.81(expo@51.0.23)(react-native@0.74.3) '@veramo-community/lds-ecdsa-secp256k1-recovery2020': github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b(expo@51.0.23)(react-native@0.74.3) '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-resolver': 4.2.0 @@ -9949,7 +10030,6 @@ packages: did-resolver: 4.1.0 uint8arrays: 3.1.1 transitivePeerDependencies: - - domexception - encoding - expo - react-native @@ -9986,7 +10066,6 @@ packages: optionalDependencies: '@veramo/credential-ld': 4.2.0(expo@51.0.23)(react-native@0.74.3) transitivePeerDependencies: - - domexception - encoding - expo - react-native @@ -10117,12 +10196,12 @@ packages: - supports-color dev: true - /@veramo/did-provider-key@4.2.0: + /@veramo/did-provider-key@4.2.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-VSNhgzU54Hu6P3kpJImzbrEdiFjpRJ+PLgPZAR+pFLPIfibvizOMY2LZjOi8tQyxbxwBUAhbrSLlTM+bauE+Ow==} dependencies: - '@transmute/did-key-ed25519': 0.3.0-unstable.10 - '@transmute/did-key-secp256k1': 0.3.0-unstable.10 - '@transmute/did-key-x25519': 0.3.0-unstable.10 + '@transmute/did-key-ed25519': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) + '@transmute/did-key-secp256k1': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) + '@transmute/did-key-x25519': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-manager': 4.2.0 debug: 4.3.5 @@ -10130,7 +10209,10 @@ packages: multicodec: 3.2.1 transitivePeerDependencies: - encoding + - expo + - react-native - supports-color + - web-streams-polyfill dev: true /@veramo/did-provider-web@4.2.0: @@ -10237,7 +10319,6 @@ packages: did-jwt: 6.11.6(patch_hash=afqywxnnjnsy6hwgax66dyyiey) uuid: 9.0.1 transitivePeerDependencies: - - domexception - encoding - expo - react-native @@ -12443,10 +12524,6 @@ packages: engines: {node: '>=8'} dev: true - /data-uri-to-buffer@3.0.1: - resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} - engines: {node: '>= 6'} - /data-urls@2.0.0: resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} engines: {node: '>=10'} @@ -13995,15 +14072,6 @@ packages: - encoding optional: true - /fetch-blob@2.1.2: - resolution: {integrity: sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==} - engines: {node: ^10.17.0 || >=12.3.0} - peerDependencies: - domexception: '*' - peerDependenciesMeta: - domexception: - optional: true - /fetch-retry@4.1.1: resolution: {integrity: sha512-e6eB7zN6UBSwGVwrbWVH+gdLnkW9WwHhmq2YDK1Sh30pzx1onRVGBvogTlUeWxwTa+L86NYdo4hFkh7O8ZjSnA==} optional: true @@ -15669,7 +15737,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.15.3 + '@types/node': 20.14.11 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -15962,7 +16030,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.19.41 + '@types/node': 20.14.11 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -16061,7 +16129,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.15.3 + '@types/node': 20.14.11 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -16254,7 +16322,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.15.3 + '@types/node': 20.14.11 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.11 @@ -16370,7 +16438,7 @@ packages: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 18.15.3 + '@types/node': 20.14.11 graceful-fs: 4.2.11 dev: true @@ -16509,7 +16577,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.15.3 + '@types/node': 20.14.11 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -16875,46 +16943,64 @@ packages: resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} dev: true - /jsonld-checker@0.1.8: + /jsonld-checker@0.1.8(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-jclmnPRrm5SEpaIV6IiSTJxplRAqIWHduQLsUfrYpZM41Ng48m1RN2/aUyHze/ynfO0D2UhlJBt8SdObsH5GBw==} engines: {node: '>=10'} dependencies: - jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld + jsonld: /@digitalcredentials/jsonld@6.0.0(expo@51.0.23)(react-native@0.74.3) node-fetch: 2.7.0 transitivePeerDependencies: - encoding + - expo + - react-native + - web-streams-polyfill - /jsonld-signatures@11.2.1: + /jsonld-signatures@11.2.1(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-RNaHTEeRrX0jWeidPCwxMq/E/Ze94zFyEZz/v267ObbCHQlXhPO7GtkY6N5PSHQfQhZPXa8NlMBg5LiDF4dNbA==} engines: {node: '>=14'} dependencies: '@digitalbazaar/security-context': 1.0.1 - jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld + jsonld: /@digitalcredentials/jsonld@6.0.0(expo@51.0.23)(react-native@0.74.3) serialize-error: 8.1.0 + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill dev: false - /jsonld-signatures@5.2.0: + /jsonld-signatures@5.2.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-/dGgMElXc3oBS+/OUwMc3DTK4riHKLE9Lk7NF1Upz2ZlBTNfnOw5uLRkFQOJFBDqDEm5hK6hIfkoC/rCWFh9tQ==} engines: {node: '>=8'} dependencies: base64url: 3.0.1 crypto-ld: 3.9.0 - jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld + jsonld: /@digitalcredentials/jsonld@6.0.0(expo@51.0.23)(react-native@0.74.3) node-forge: 0.10.0 security-context: 4.0.0 serialize-error: 5.0.0 + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill dev: true - /jsonld-signatures@7.0.0: + /jsonld-signatures@7.0.0(expo@51.0.23)(react-native@0.74.3): resolution: {integrity: sha512-J/nA+llcYYjErPHG9WFpXvR82TOg5fbHk/7rXbx4Ts854DPReaKAAd0hAZ+s5/P2WIIAZPIHCqA+iz1QrOqeiQ==} engines: {node: '>=10'} dependencies: base64url: 3.0.1 crypto-ld: 3.9.0 - jsonld: link:node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld + jsonld: /@digitalcredentials/jsonld@6.0.0(expo@51.0.23)(react-native@0.74.3) node-forge: 0.10.0 security-context: 4.0.0 serialize-error: 5.0.0 + transitivePeerDependencies: + - encoding + - expo + - react-native + - web-streams-polyfill dev: false /jsonparse@1.3.1: @@ -17027,9 +17113,9 @@ packages: dependencies: abort-controller: 3.0.0 ky: 0.25.1 - node-fetch: 3.0.0-beta.9 + node-fetch: 2.7.0 transitivePeerDependencies: - - domexception + - encoding /ky@0.25.1: resolution: {integrity: sha512-PjpCEWlIU7VpiMVrTwssahkYXX1by6NCT0fhTUX34F3DTinARlgMpriuroolugFPcMgpPWrOW4mTb984Qm1RXA==} @@ -17114,7 +17200,7 @@ packages: make-dir: 4.0.0 minimatch: 3.0.5 multimatch: 5.0.0 - node-fetch: 2.6.7 + node-fetch: 2.7.0 npm-package-arg: 11.0.2 npm-packlist: 8.0.2 npm-registry-fetch: 17.1.0 @@ -18375,18 +18461,6 @@ packages: dependencies: http2-client: 1.3.5 - /node-fetch@2.6.7: - resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} - engines: {node: 4.x || >=6.0.0} - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - dependencies: - whatwg-url: 5.0.0 - dev: true - /node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} @@ -18398,15 +18472,6 @@ packages: dependencies: whatwg-url: 5.0.0 - /node-fetch@3.0.0-beta.9: - resolution: {integrity: sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==} - engines: {node: ^10.17 || >=12.3} - dependencies: - data-uri-to-buffer: 3.0.1 - fetch-blob: 2.1.2 - transitivePeerDependencies: - - domexception - /node-forge@0.10.0: resolution: {integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==} engines: {node: '>= 6.0.0'} @@ -23043,7 +23108,7 @@ packages: crypto-ld: 7.0.0 json-stringify-deterministic: 1.0.12 transitivePeerDependencies: - - domexception + - encoding - expo - react-native - web-streams-polyfill From ed7a075008d7d0c1b7fe3340225112dda0af2abb Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Wed, 31 Jul 2024 10:03:17 +0200 Subject: [PATCH 38/49] chore: fixed content of CREDENTIAL_STORED --- packages/oid4vci-holder/src/agent/OID4VCIHolder.ts | 6 +++--- packages/oid4vci-holder/src/types/IOID4VCIHolder.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index c3aa36d8d..26d5a9ff3 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -893,7 +893,7 @@ export class OID4VCIHolder implements IAgentPlugin { logger.log(`Persisting credential`, persistCredential) const issuer = CredentialMapper.issuerCorrelationIdFromIssuerType((persistCredential as ICredential).issuer) - const vcHash = await context.agent.crsAddCredential({ + const persistedCredential = await context.agent.crsAddCredential({ credential: { rawDocument: JSON.stringify(persistCredential), credentialRole: CredentialRole.HOLDER, @@ -904,8 +904,8 @@ export class OID4VCIHolder implements IAgentPlugin { }, }) await context.agent.emit(OID4VCIHolderEvent.CREDENTIAL_STORED, { - vcHash, - credential: persistCredential, + credential: persistedCredential, + vcHash: persistedCredential.hash, }) } } diff --git a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts index 8c8f977a1..98029597b 100644 --- a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts @@ -91,8 +91,8 @@ export type GetIssuerMetadataArgs = { } export type OnCredentialStoredArgs = { - vcHash: string credential: VerifiableCredential + vcHash: string } export type OnIdentifierCreatedArgs = { From 4491b207e0927a72dddcb4aad9fdef3f26f1414c Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Wed, 31 Jul 2024 10:27:51 +0200 Subject: [PATCH 39/49] chore: fixed timestamp -> datetime column type --- .../data-store/src/entities/eventLogger/AuditEventEntity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts b/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts index 212693378..cd1dc2f93 100644 --- a/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts +++ b/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts @@ -8,7 +8,7 @@ export class AuditEventEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column('timestamp', { name: 'timestamp', nullable: false, unique: false }) + @Column('datetime', { name: 'timestamp', nullable: false, unique: false }) timestamp!: Date @Column('simple-enum', { name: 'level', enum: LogLevel, nullable: false, unique: false }) From 4131a7e65144dd6f9cc7fe2bdee635e7d072f32c Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Wed, 31 Jul 2024 11:16:24 +0200 Subject: [PATCH 40/49] chore: type emitted by CREDENTIAL_STORED is DigitalCredential now --- packages/oid4vci-holder/src/agent/OID4VCIHolder.ts | 2 +- packages/oid4vci-holder/src/types/IOID4VCIHolder.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index 26d5a9ff3..ae580938d 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -906,7 +906,7 @@ export class OID4VCIHolder implements IAgentPlugin { await context.agent.emit(OID4VCIHolderEvent.CREDENTIAL_STORED, { credential: persistedCredential, vcHash: persistedCredential.hash, - }) + } satisfies OnCredentialStoredArgs) } } diff --git a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts index 98029597b..23a2e5793 100644 --- a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts @@ -20,7 +20,7 @@ import { SupportedDidMethodEnum, } from '@sphereon/ssi-sdk-ext.did-utils' import { IContactManager } from '@sphereon/ssi-sdk.contact-manager' -import { IBasicCredentialLocaleBranding, IBasicIssuerLocaleBranding, Identity, Party } from '@sphereon/ssi-sdk.data-store' +import { DigitalCredential, IBasicCredentialLocaleBranding, IBasicIssuerLocaleBranding, Identity, Party } from '@sphereon/ssi-sdk.data-store' import { IIssuanceBranding } from '@sphereon/ssi-sdk.issuance-branding' import { IVerifiableCredential, WrappedVerifiableCredential, WrappedVerifiablePresentation } from '@sphereon/ssi-types' import { @@ -91,7 +91,7 @@ export type GetIssuerMetadataArgs = { } export type OnCredentialStoredArgs = { - credential: VerifiableCredential + credential: DigitalCredential vcHash: string } From 6c964ae56dd5acde8b3314cd3bd1262227671696 Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Wed, 31 Jul 2024 13:33:02 +0200 Subject: [PATCH 41/49] chore: revert @Column s that have to be db agnostic --- .../src/entities/contact/ContactMetadataItemEntity.ts | 4 ++-- .../src/entities/contact/IdentityMetadataItemEntity.ts | 4 ++-- .../data-store/src/entities/eventLogger/AuditEventEntity.ts | 2 +- .../src/entities/machineState/MachineStateInfoEntity.ts | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts b/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts index 34bc56b70..c28bc9a15 100644 --- a/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts +++ b/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts @@ -20,10 +20,10 @@ export class ContactMetadataItemEntity extends BaseEntity implements IMetadataEn @Column('varchar', { name: 'stringValue', length: 255, nullable: true }) stringValue?: string - @Column('double', { name: 'numberValue', nullable: true }) + @Column('numeric', { name: 'numberValue', nullable: true }) numberValue?: number - @Column('datetime', { name: 'dateValue', nullable: true }) + @Column({ name: 'dateValue', nullable: true }) dateValue?: Date @Column('boolean', { name: 'boolValue', nullable: true }) diff --git a/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts b/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts index 9169ae2af..2026ac1f6 100644 --- a/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts +++ b/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts @@ -20,10 +20,10 @@ export class IdentityMetadataItemEntity extends BaseEntity implements IMetadataE @Column('varchar', { name: 'stringValue', length: 255, nullable: true }) stringValue?: string - @Column('double', { name: 'numberValue', nullable: true }) + @Column('numeric', { name: 'numberValue', nullable: true }) numberValue?: number - @Column('datetime', { name: 'dateValue', nullable: true }) + @Column({ name: 'dateValue', nullable: true }) dateValue?: Date @Column('boolean', { name: 'boolValue', nullable: true }) diff --git a/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts b/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts index cd1dc2f93..7c2c117c4 100644 --- a/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts +++ b/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts @@ -8,7 +8,7 @@ export class AuditEventEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column('datetime', { name: 'timestamp', nullable: false, unique: false }) + @Column({ name: 'timestamp', nullable: false, unique: false }) timestamp!: Date @Column('simple-enum', { name: 'level', enum: LogLevel, nullable: false, unique: false }) diff --git a/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts b/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts index 23b8f4611..71fe81043 100644 --- a/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts +++ b/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts @@ -47,10 +47,10 @@ export class MachineStateInfoEntity extends BaseEntity { @Column({ name: 'updated_count', type: 'integer', nullable: false }) updatedCount!: number - @Column('datetime', { name: 'expires_at', nullable: true }) + @Column({ name: 'expires_at', nullable: true }) expiresAt?: Date - @Column('datetime', { name: 'completed_at', nullable: true }) + @Column({ name: 'completed_at', nullable: true }) completedAt?: Date @Column({ name: 'tenant_id', type: 'varchar', nullable: true }) From a462f5dbcd8fd274d150273b03f908bf24ef01ae Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 31 Jul 2024 15:52:53 +0200 Subject: [PATCH 42/49] chore: some small tsconfig and package.json fixes --- packages/credential-store/package.json | 6 +-- .../AbstractDigitalCredentialStore.ts | 8 +++- .../DigitalCredentialStore.ts | 6 ++- packages/ebsi-support/package.json | 4 +- packages/event-logger/package.json | 4 +- packages/ms-request-api/agent.yml | 1 - packages/qr-code-generator/package.json | 2 +- packages/siopv2-oid4vp-op-auth/agent.yml | 3 +- packages/siopv2-oid4vp-op-auth/tsconfig.json | 3 +- packages/siopv2-oid4vp-rp-auth/agent.yml | 2 - packages/ssi-sdk-core/src/index.ts | 2 +- packages/ssi-sdk-core/src/types/events.ts | 5 +- .../ssi-types/src/mapper/credential-mapper.ts | 48 +++++++++---------- packages/tsconfig.json | 1 + .../src/__tests__/statuslist.test.ts | 1 - packages/wellknown-did-issuer/agent.yml | 1 - packages/wellknown-did-issuer/package.json | 2 +- pnpm-lock.yaml | 41 +++++++--------- 18 files changed, 69 insertions(+), 71 deletions(-) diff --git a/packages/credential-store/package.json b/packages/credential-store/package.json index fe245ff54..29eea37a3 100644 --- a/packages/credential-store/package.json +++ b/packages/credential-store/package.json @@ -15,20 +15,20 @@ "generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema" }, "dependencies": { - "@sphereon/pex": "^3.3.3", + "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", "@sphereon/ssi-sdk.data-store": "workspace:*", "cross-fetch": "^3.1.8", "debug": "^4.3.4", "typeorm": "^0.3.20", - "uuid": "^10.0.0" + "uuid": "^9.0.1" }, "devDependencies": { "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/remote-client": "4.2.0", "@veramo/remote-server": "4.2.0", - "@types/uuid": "^10.0.0" + "@types/uuid": "^9.0.8" }, "files": [ "dist/**/*", diff --git a/packages/data-store/src/digitalCredential/AbstractDigitalCredentialStore.ts b/packages/data-store/src/digitalCredential/AbstractDigitalCredentialStore.ts index dffe9fc36..3601f7876 100644 --- a/packages/data-store/src/digitalCredential/AbstractDigitalCredentialStore.ts +++ b/packages/data-store/src/digitalCredential/AbstractDigitalCredentialStore.ts @@ -1,17 +1,21 @@ import { AddCredentialArgs, + DigitalCredential, GetCredentialArgs, GetCredentialsArgs, GetCredentialsResponse, RemoveCredentialArgs, UpdateCredentialStateArgs, -} from '../types/digitalCredential/IAbstractDigitalCredentialStore' -import { DigitalCredential } from '../types' +} from '../types' export abstract class AbstractDigitalCredentialStore { abstract getCredential(args: GetCredentialArgs): Promise + abstract getCredentials(args?: GetCredentialsArgs): Promise + abstract addCredential(args: AddCredentialArgs): Promise + abstract updateCredentialState(args: UpdateCredentialStateArgs): Promise + abstract removeCredential(args: RemoveCredentialArgs): Promise } diff --git a/packages/data-store/src/digitalCredential/DigitalCredentialStore.ts b/packages/data-store/src/digitalCredential/DigitalCredentialStore.ts index b5d9c21f4..b4183a6a5 100644 --- a/packages/data-store/src/digitalCredential/DigitalCredentialStore.ts +++ b/packages/data-store/src/digitalCredential/DigitalCredentialStore.ts @@ -6,7 +6,10 @@ import { GetCredentialsResponse, RemoveCredentialArgs, UpdateCredentialStateArgs, -} from '../types/digitalCredential/IAbstractDigitalCredentialStore' + CredentialStateType, + DigitalCredential, + NonPersistedDigitalCredential, +} from '../types' import { OrPromise } from '@sphereon/ssi-types' import { DataSource, FindOptionsOrder, Repository } from 'typeorm' import Debug from 'debug' @@ -17,7 +20,6 @@ import { nonPersistedDigitalCredentialEntityFromAddArgs, } from '../utils/digitalCredential/MappingUtils' import { FindOptionsWhere } from 'typeorm/find-options/FindOptionsWhere' -import { CredentialStateType, DigitalCredential, NonPersistedDigitalCredential } from '../types/digitalCredential/digitalCredential' import { parseAndValidateOrderOptions } from '../utils/SortingUtils' const debug: Debug.Debugger = Debug('sphereon:ssi-sdk:credential-store') diff --git a/packages/ebsi-support/package.json b/packages/ebsi-support/package.json index 63b61183c..924c245ec 100644 --- a/packages/ebsi-support/package.json +++ b/packages/ebsi-support/package.json @@ -37,7 +37,7 @@ "multiformats": "9.9.0", "qs": "^6.12.3", "uint8arrays": "^3.1.1", - "uuid": "^10.0.0", + "uuid": "^9.0.1", "xstate": "^4.38.3" }, "devDependencies": { @@ -55,7 +55,7 @@ "@types/express-serve-static-core": "^4.19.5", "@types/node": "^20.14.11", "@types/qs": "^6.9.15", - "@types/uuid": "^10.0.0", + "@types/uuid": "^9.0.8", "@veramo/data-store": "4.2.0", "@veramo/key-manager": "4.2.0", "@veramo/remote-client": "4.2.0", diff --git a/packages/event-logger/package.json b/packages/event-logger/package.json index dd1a7c2e2..ea6f9dcd6 100644 --- a/packages/event-logger/package.json +++ b/packages/event-logger/package.json @@ -17,14 +17,14 @@ "dependencies": { "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-types": "workspace:*", - "uuid": "^8.3.2" + "uuid": "^9.0.1" }, "devDependencies": { "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@types/jest": "^27.5.2", - "@types/uuid": "^8.3.4", + "@types/uuid": "^9.0.8", "@veramo/remote-client": "4.2.0", "@veramo/remote-server": "4.2.0", "jest": "^27.5.1", diff --git a/packages/ms-request-api/agent.yml b/packages/ms-request-api/agent.yml index 2278c1208..b95df6f7e 100644 --- a/packages/ms-request-api/agent.yml +++ b/packages/ms-request-api/agent.yml @@ -86,7 +86,6 @@ credentialStore: $args: - $ref: /dbConnection - # Agent agent: $require: '@veramo/core#Agent' diff --git a/packages/qr-code-generator/package.json b/packages/qr-code-generator/package.json index 308f9a71f..48feea607 100644 --- a/packages/qr-code-generator/package.json +++ b/packages/qr-code-generator/package.json @@ -27,7 +27,7 @@ "@testing-library/react": "^14.3.1", "@types/jest": "^27.5.2", "@types/react": "^18.3.3", - "@types/uuid": "^8.3.4", + "@types/uuid": "^9.0.8", "global-jsdom": "^8.8.0", "jest": "^27.5.1", "jest-environment-jsdom": "^27.5.1", diff --git a/packages/siopv2-oid4vp-op-auth/agent.yml b/packages/siopv2-oid4vp-op-auth/agent.yml index 799887eee..6f285e350 100644 --- a/packages/siopv2-oid4vp-op-auth/agent.yml +++ b/packages/siopv2-oid4vp-op-auth/agent.yml @@ -121,7 +121,6 @@ credentialStore: $args: - $ref: /dbConnection - # Agent agent: $require: '@veramo/core#Agent' @@ -129,7 +128,7 @@ agent: - schemaValidation: false plugins: - $ref: /didResolver - $ref: /credentialStore + - $ref: /credentialStore - $require: ./packages/siopv2-oid4vp-op-auth/dist#DidAuthSiopOpAuthenticator $args: - presentationSignCallback: {} diff --git a/packages/siopv2-oid4vp-op-auth/tsconfig.json b/packages/siopv2-oid4vp-op-auth/tsconfig.json index 484cd4416..9915664dc 100644 --- a/packages/siopv2-oid4vp-op-auth/tsconfig.json +++ b/packages/siopv2-oid4vp-op-auth/tsconfig.json @@ -22,7 +22,8 @@ }, { "path": "../contact-manager" - }, { + }, + { "path": "../credential-store" }, { diff --git a/packages/siopv2-oid4vp-rp-auth/agent.yml b/packages/siopv2-oid4vp-rp-auth/agent.yml index 8b749737d..bc7eeba2e 100644 --- a/packages/siopv2-oid4vp-rp-auth/agent.yml +++ b/packages/siopv2-oid4vp-rp-auth/agent.yml @@ -28,7 +28,6 @@ dbConnection: - $require: '@veramo/data-store?t=object#Entities' - $require: './packages/data-store?t=object#DataStoreDigitalCredentialEntities' - server: baseUrl: $ref: /constants/baseUrl @@ -122,7 +121,6 @@ credentialStore: $args: - $ref: /dbConnection - # Agent agent: $require: '@veramo/core#Agent' diff --git a/packages/ssi-sdk-core/src/index.ts b/packages/ssi-sdk-core/src/index.ts index 6061e1785..ecb7614f3 100644 --- a/packages/ssi-sdk-core/src/index.ts +++ b/packages/ssi-sdk-core/src/index.ts @@ -2,7 +2,7 @@ import EventLogger from './loggers/eventLogger/EventLogger' import EventLoggerBuilder from './loggers/eventLogger/EventLoggerBuilder' if (typeof global.crypto === 'undefined') { - global.crypto = require('crypto') + global.crypto = require('crypto') } export * from './utils' diff --git a/packages/ssi-sdk-core/src/types/events.ts b/packages/ssi-sdk-core/src/types/events.ts index 787647048..574dc97d0 100644 --- a/packages/ssi-sdk-core/src/types/events.ts +++ b/packages/ssi-sdk-core/src/types/events.ts @@ -1,7 +1,10 @@ import { ActionSubType, ActionType, - InitiatorType, LoggingEventType, LogLevel, SimpleLogEvent, + InitiatorType, + LoggingEventType, + LogLevel, + SimpleLogEvent, SubSystem, System, SystemCorrelationIdType, diff --git a/packages/ssi-types/src/mapper/credential-mapper.ts b/packages/ssi-types/src/mapper/credential-mapper.ts index c93042872..0e81de230 100644 --- a/packages/ssi-types/src/mapper/credential-mapper.ts +++ b/packages/ssi-types/src/mapper/credential-mapper.ts @@ -54,7 +54,7 @@ export class CredentialMapper { */ static decodeVerifiablePresentation( presentation: OriginalVerifiablePresentation, - hasher?: Hasher + hasher?: Hasher, ): JwtDecodedVerifiablePresentation | IVerifiablePresentation | SdJwtDecodedVerifiableCredential { if (CredentialMapper.isJwtEncoded(presentation)) { const payload = jwt_decode(presentation as string) as JwtDecodedVerifiablePresentation @@ -95,7 +95,7 @@ export class CredentialMapper { */ static decodeVerifiableCredential( credential: OriginalVerifiableCredential, - hasher?: Hasher + hasher?: Hasher, ): JwtDecodedVerifiableCredential | IVerifiableCredential | SdJwtDecodedVerifiableCredential { if (CredentialMapper.isJwtEncoded(credential)) { const payload = jwt_decode(credential as string) as JwtDecodedVerifiableCredential @@ -135,7 +135,7 @@ export class CredentialMapper { */ static toWrappedVerifiablePresentation( originalPresentation: OriginalVerifiablePresentation, - opts?: { maxTimeSkewInMS?: number; hasher?: Hasher } + opts?: { maxTimeSkewInMS?: number; hasher?: Hasher }, ): WrappedVerifiablePresentation { // SD-JWT if (CredentialMapper.isSdJwtDecodedCredential(originalPresentation) || CredentialMapper.isSdJwtEncoded(originalPresentation)) { @@ -165,7 +165,7 @@ export class CredentialMapper { typeof originalPresentation !== 'string' && CredentialMapper.hasJWTProofType(originalPresentation) ? proof?.jwt : originalPresentation if (!original) { throw Error( - 'Could not determine original presentation, probably it was a converted JWT presentation, that is now missing the JWT value in the proof' + 'Could not determine original presentation, probably it was a converted JWT presentation, that is now missing the JWT value in the proof', ) } const decoded = CredentialMapper.decodeVerifiablePresentation(original) as IVerifiablePresentation | JwtDecodedVerifiablePresentation @@ -193,7 +193,7 @@ export class CredentialMapper { ? [] : (CredentialMapper.toWrappedVerifiableCredentials( vp.verifiableCredential ?? [] /*.map(value => value.original)*/, - opts + opts, ) as WrappedW3CVerifiableCredential[]) const presentation = { @@ -221,7 +221,7 @@ export class CredentialMapper { */ static toWrappedVerifiableCredentials( verifiableCredentials: OriginalVerifiableCredential[], - opts?: { maxTimeSkewInMS?: number; hasher?: Hasher } + opts?: { maxTimeSkewInMS?: number; hasher?: Hasher }, ): WrappedVerifiableCredential[] { return verifiableCredentials.map((vc) => CredentialMapper.toWrappedVerifiableCredential(vc, opts)) } @@ -237,7 +237,7 @@ export class CredentialMapper { */ static toWrappedVerifiableCredential( verifiableCredential: OriginalVerifiableCredential, - opts?: { maxTimeSkewInMS?: number; hasher?: Hasher } + opts?: { maxTimeSkewInMS?: number; hasher?: Hasher }, ): WrappedVerifiableCredential { // SD-JWT if (CredentialMapper.isSdJwtDecodedCredential(verifiableCredential) || CredentialMapper.isSdJwtEncoded(verifiableCredential)) { @@ -265,7 +265,7 @@ export class CredentialMapper { const original = CredentialMapper.hasJWTProofType(verifiableCredential) && proof ? (proof.jwt ?? verifiableCredential) : verifiableCredential if (!original) { throw Error( - 'Could not determine original credential, probably it was a converted JWT credential, that is now missing the JWT value in the proof' + 'Could not determine original credential, probably it was a converted JWT credential, that is now missing the JWT value in the proof', ) } const decoded = CredentialMapper.decodeVerifiableCredential(original) as JwtDecodedVerifiableCredential | IVerifiableCredential @@ -360,13 +360,13 @@ export class CredentialMapper { } public static isW3cPresentation( - presentation: UniformVerifiablePresentation | IPresentation | SdJwtDecodedVerifiableCredential + presentation: UniformVerifiablePresentation | IPresentation | SdJwtDecodedVerifiableCredential, ): presentation is IPresentation { return '@context' in presentation && ((presentation as IPresentation).type?.includes('VerifiablePresentation') || false) } public static isSdJwtDecodedCredentialPayload( - credential: ICredential | SdJwtDecodedVerifiableCredentialPayload + credential: ICredential | SdJwtDecodedVerifiableCredentialPayload, ): credential is SdJwtDecodedVerifiableCredentialPayload { return 'vct' in credential } @@ -388,7 +388,7 @@ export class CredentialMapper { } public static isSdJwtDecodedCredential( - original: OriginalVerifiableCredential | OriginalVerifiablePresentation | ICredential | IPresentation + original: OriginalVerifiableCredential | OriginalVerifiablePresentation | ICredential | IPresentation, ): original is SdJwtDecodedVerifiableCredential { return (original).compactSdJwtVc !== undefined } @@ -409,7 +409,7 @@ export class CredentialMapper { static jwtEncodedPresentationToUniformPresentation( jwt: string, makeCredentialsUniform: boolean = true, - opts?: { maxTimeSkewInMS?: number } + opts?: { maxTimeSkewInMS?: number }, ): IPresentation { return CredentialMapper.jwtDecodedPresentationToUniformPresentation(jwt_decode(jwt), makeCredentialsUniform, opts) } @@ -417,7 +417,7 @@ export class CredentialMapper { static jwtDecodedPresentationToUniformPresentation( decoded: JwtDecodedVerifiablePresentation, makeCredentialsUniform: boolean = true, - opts?: { maxTimeSkewInMS?: number } + opts?: { maxTimeSkewInMS?: number }, ): IVerifiablePresentation { const { iss, aud, jti, vp, ...rest } = decoded @@ -463,7 +463,7 @@ export class CredentialMapper { verifiableCredential: OriginalVerifiableCredential, opts?: { maxTimeSkewInMS?: number - } + }, ): IVerifiableCredential { if (CredentialMapper.isSdJwtDecodedCredential(verifiableCredential)) { throw new Error('Converting SD-JWT VC to uniform VC is not supported.') @@ -474,7 +474,7 @@ export class CredentialMapper { : verifiableCredential if (!original) { throw Error( - 'Could not determine original credential from passed in credential. Probably because a JWT proof type was present, but now is not available anymore' + 'Could not determine original credential from passed in credential. Probably because a JWT proof type was present, but now is not available anymore', ) } const decoded = CredentialMapper.decodeVerifiableCredential(original) @@ -491,7 +491,7 @@ export class CredentialMapper { static toUniformPresentation( presentation: OriginalVerifiablePresentation, - opts?: { maxTimeSkewInMS?: number; addContextIfMissing?: boolean } + opts?: { maxTimeSkewInMS?: number; addContextIfMissing?: boolean }, ): IVerifiablePresentation { if (CredentialMapper.isSdJwtDecodedCredential(presentation)) { throw new Error('Converting SD-JWT VC to uniform VP is not supported.') @@ -501,7 +501,7 @@ export class CredentialMapper { const original = typeof presentation !== 'string' && CredentialMapper.hasJWTProofType(presentation) ? proof?.jwt : presentation if (!original) { throw Error( - 'Could not determine original presentation, probably it was a converted JWT presentation, that is now missing the JWT value in the proof' + 'Could not determine original presentation, probably it was a converted JWT presentation, that is now missing the JWT value in the proof', ) } const decoded = CredentialMapper.decodeVerifiablePresentation(original) @@ -518,7 +518,7 @@ export class CredentialMapper { } uniformPresentation.verifiableCredential = uniformPresentation.verifiableCredential?.map((vc) => - CredentialMapper.toUniformCredential(vc, opts) + CredentialMapper.toUniformCredential(vc, opts), ) as IVerifiableCredential[] // We cast it because we IPresentation needs a VC. The internal Credential doesn't have the required Proof anymore (that is intended) return uniformPresentation } @@ -527,14 +527,14 @@ export class CredentialMapper { jwt: string, opts?: { maxTimeSkewInMS?: number - } + }, ): IVerifiableCredential { return CredentialMapper.jwtDecodedCredentialToUniformCredential(jwt_decode(jwt), opts) } static jwtDecodedCredentialToUniformCredential( decoded: JwtDecodedVerifiableCredential, - opts?: { maxTimeSkewInMS?: number } + opts?: { maxTimeSkewInMS?: number }, ): IVerifiableCredential { const { exp, nbf, iss, vc, sub, jti, ...rest } = decoded const credential: IVerifiableCredential = { @@ -686,7 +686,7 @@ export class CredentialMapper { } static toCompactJWT( - jwtDocument: W3CVerifiableCredential | JwtDecodedVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiablePresentation | string + jwtDocument: W3CVerifiableCredential | JwtDecodedVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiablePresentation | string, ): string { if (!jwtDocument || CredentialMapper.detectDocumentType(jwtDocument) !== DocumentFormat.JWT) { throw Error('Cannot convert non JWT credential to JWT') @@ -714,7 +714,7 @@ export class CredentialMapper { | W3CVerifiablePresentation | JwtDecodedVerifiableCredential | JwtDecodedVerifiablePresentation - | SdJwtDecodedVerifiableCredential + | SdJwtDecodedVerifiableCredential, ): DocumentFormat { if (this.isJsonLdAsString(document)) { return DocumentFormat.JSONLD @@ -736,7 +736,7 @@ export class CredentialMapper { } private static hasJWTProofType( - document: W3CVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiableCredential | JwtDecodedVerifiablePresentation + document: W3CVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiableCredential | JwtDecodedVerifiablePresentation, ): boolean { if (typeof document === 'string') { return false @@ -745,7 +745,7 @@ export class CredentialMapper { } private static getFirstProof( - document: W3CVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiableCredential | JwtDecodedVerifiablePresentation + document: W3CVerifiableCredential | W3CVerifiablePresentation | JwtDecodedVerifiableCredential | JwtDecodedVerifiablePresentation, ): IProof | undefined { if (!document || typeof document === 'string') { return undefined diff --git a/packages/tsconfig.json b/packages/tsconfig.json index 6b731b73f..7cd52df6a 100644 --- a/packages/tsconfig.json +++ b/packages/tsconfig.json @@ -8,6 +8,7 @@ { "path": "ssi-sdk-core" }, { "path": "kv-store" }, { "path": "w3c-vc-api" }, + { "path": "credential-store" }, { "path": "w3c-vc-api-issuer-rest-client" }, { "path": "w3c-vc-api-verifier-rest-client" }, { "path": "uni-resolver-registrar-api" }, diff --git a/packages/vc-handler-ld-local/src/__tests__/statuslist.test.ts b/packages/vc-handler-ld-local/src/__tests__/statuslist.test.ts index af558a304..b5c856158 100644 --- a/packages/vc-handler-ld-local/src/__tests__/statuslist.test.ts +++ b/packages/vc-handler-ld-local/src/__tests__/statuslist.test.ts @@ -21,7 +21,6 @@ import { ICredentialHandlerLDLocal, MethodNames } from '../types' jest.setTimeout(100000) - describe('Status list', () => { let didKeyIdentifier: IIdentifier let agent: TAgent diff --git a/packages/wellknown-did-issuer/agent.yml b/packages/wellknown-did-issuer/agent.yml index 4c7659c39..9e560f3a1 100644 --- a/packages/wellknown-did-issuer/agent.yml +++ b/packages/wellknown-did-issuer/agent.yml @@ -44,7 +44,6 @@ dbConnection: - $require: './packages/wellknown-did-issuer/dist?t=object#WellknownDidIssuerEntities' - $require: './packages/data-store?t=object#DataStoreDigitalCredentialEntities' - server: baseUrl: $ref: /constants/baseUrl diff --git a/packages/wellknown-did-issuer/package.json b/packages/wellknown-did-issuer/package.json index bf4e94328..46f3e7c1d 100644 --- a/packages/wellknown-did-issuer/package.json +++ b/packages/wellknown-did-issuer/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/express": "4.17.13", - "@types/uuid": "^8.3.4", + "@types/uuid": "^9.0.8", "@veramo/remote-client": "4.2.0", "@veramo/remote-server": "4.2.0", "did-resolver": "^4.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 024fd8c11..641913b35 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -390,8 +390,8 @@ importers: specifier: ^0.3.20 version: 0.3.20(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) uuid: - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^9.0.1 + version: 9.0.1 devDependencies: '@sphereon/ssi-sdk.agent-config': specifier: workspace:* @@ -400,8 +400,8 @@ importers: specifier: workspace:* version: link:../ssi-types '@types/uuid': - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^9.0.8 + version: 9.0.8 '@veramo/remote-client': specifier: 4.2.0 version: 4.2.0 @@ -579,8 +579,8 @@ importers: specifier: ^3.1.1 version: 3.1.1 uuid: - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^9.0.1 + version: 9.0.1 xstate: specifier: ^4.38.3 version: 4.38.3 @@ -628,8 +628,8 @@ importers: specifier: ^6.9.15 version: 6.9.15 '@types/uuid': - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^9.0.8 + version: 9.0.8 '@veramo/data-store': specifier: 4.2.0 version: 4.2.0(patch_hash=feb5u2ygzsdf67qbxr2lxgqjyy)(pg@8.12.0)(sqlite3@5.1.7)(ts-node@10.9.2) @@ -664,8 +664,8 @@ importers: specifier: workspace:* version: link:../ssi-types uuid: - specifier: ^8.3.2 - version: 8.3.2 + specifier: ^9.0.1 + version: 9.0.1 devDependencies: '@sphereon/ssi-sdk.agent-config': specifier: workspace:* @@ -677,8 +677,8 @@ importers: specifier: ^27.5.2 version: 27.5.2 '@types/uuid': - specifier: ^8.3.4 - version: 8.3.4 + specifier: ^9.0.8 + version: 9.0.8 '@veramo/remote-client': specifier: 4.2.0 version: 4.2.0 @@ -1660,8 +1660,8 @@ importers: specifier: ^18.3.3 version: 18.3.3 '@types/uuid': - specifier: ^8.3.4 - version: 8.3.4 + specifier: ^9.0.8 + version: 9.0.8 global-jsdom: specifier: ^8.8.0 version: 8.8.0(jsdom@21.1.2) @@ -3312,8 +3312,8 @@ importers: specifier: 4.17.13 version: 4.17.13 '@types/uuid': - specifier: ^8.3.4 - version: 8.3.4 + specifier: ^9.0.8 + version: 9.0.8 '@veramo/remote-client': specifier: 4.2.0 version: 4.2.0 @@ -9581,14 +9581,6 @@ packages: resolution: {integrity: sha512-FKvKIqRaykZtd4n47LbK/W/5fhQQ1X7cxxzG9A48h0BGN+S04NH7ervcCjM8tyR0lyGru83FAHSmw2ObgKoESg==} dev: true - /@types/uuid@10.0.0: - resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==} - dev: true - - /@types/uuid@8.3.4: - resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} - dev: true - /@types/uuid@9.0.8: resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==} @@ -22372,6 +22364,7 @@ packages: /uuid@10.0.0: resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} hasBin: true + dev: true /uuid@7.0.3: resolution: {integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==} From b001dcb85e5c6ef4bf8e87e466c95b425d385ebc Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 31 Jul 2024 18:38:43 +0200 Subject: [PATCH 43/49] chore: fix export issue of interface. Interesting this was not caught by the compiler --- packages/data-store/src/contact/ContactStore.ts | 1 + .../src/entities/contact/ContactMetadataItemEntity.ts | 2 +- .../data-store/src/entities/contact/IMetadataEntity.ts | 8 -------- .../src/entities/contact/IdentityMetadataItemEntity.ts | 2 +- .../digitalCredential/DigitalCredentialEntity.ts | 8 +------- packages/data-store/src/types/contact/contact.ts | 9 +++++++++ 6 files changed, 13 insertions(+), 17 deletions(-) delete mode 100644 packages/data-store/src/entities/contact/IMetadataEntity.ts diff --git a/packages/data-store/src/contact/ContactStore.ts b/packages/data-store/src/contact/ContactStore.ts index a6809f232..6609910c1 100644 --- a/packages/data-store/src/contact/ContactStore.ts +++ b/packages/data-store/src/contact/ContactStore.ts @@ -53,6 +53,7 @@ import { GetPhysicalAddressesArgs, GetRelationshipArgs, GetRelationshipsArgs, + IMetadataEntity, Identity, MetadataItem, MetadataTypes, diff --git a/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts b/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts index c28bc9a15..27896f2bd 100644 --- a/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts +++ b/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts @@ -1,5 +1,5 @@ import { Entity, Column, PrimaryGeneratedColumn, BaseEntity, ManyToOne, BeforeInsert, BeforeUpdate } from 'typeorm' -import { ValidationConstraint } from '../../types' +import { IMetadataEntity, ValidationConstraint } from '../../types' import { BaseContactEntity } from './BaseContactEntity' import { IsNotEmpty, validate, ValidationError } from 'class-validator' import { getConstraint } from '../../utils/ValidatorUtils' diff --git a/packages/data-store/src/entities/contact/IMetadataEntity.ts b/packages/data-store/src/entities/contact/IMetadataEntity.ts deleted file mode 100644 index 06fa8c25e..000000000 --- a/packages/data-store/src/entities/contact/IMetadataEntity.ts +++ /dev/null @@ -1,8 +0,0 @@ -interface IMetadataEntity { - // TODO move to types - label: string - stringValue?: string - numberValue?: number - dateValue?: Date - boolValue?: boolean -} diff --git a/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts b/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts index 2026ac1f6..172e61540 100644 --- a/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts +++ b/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts @@ -1,5 +1,5 @@ import { Entity, Column, PrimaryGeneratedColumn, BaseEntity, ManyToOne, BeforeInsert, BeforeUpdate } from 'typeorm' -import { ValidationConstraint } from '../../types' +import { IMetadataEntity, ValidationConstraint } from '../../types' import { IdentityEntity } from './IdentityEntity' import { IsNotEmpty, validate, ValidationError } from 'class-validator' import { getConstraint } from '../../utils/ValidatorUtils' diff --git a/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts b/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts index 8a1341bbc..0af1eb1ec 100644 --- a/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts +++ b/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts @@ -1,11 +1,5 @@ import { BaseEntity, Column, CreateDateColumn, Entity, PrimaryGeneratedColumn, UpdateDateColumn } from 'typeorm' -import { - CredentialCorrelationType, - CredentialDocumentFormat, - CredentialStateType, - DocumentType, -} from '../../types/digitalCredential/digitalCredential' -import { CredentialRole } from '../../types' +import { CredentialCorrelationType, CredentialDocumentFormat, CredentialRole, CredentialStateType, DocumentType } from '../../types' @Entity('DigitalCredential') export class DigitalCredentialEntity extends BaseEntity { diff --git a/packages/data-store/src/types/contact/contact.ts b/packages/data-store/src/types/contact/contact.ts index 2fb13f1ec..e6266df1b 100644 --- a/packages/data-store/src/types/contact/contact.ts +++ b/packages/data-store/src/types/contact/contact.ts @@ -5,6 +5,15 @@ import { CredentialRole } from '../digitalCredential/digitalCredential' export type MetadataTypes = string | number | Date | boolean | undefined +export interface IMetadataEntity { + // TODO move to types + label: string + stringValue?: string + numberValue?: number + dateValue?: Date + boolValue?: boolean +} + export type Party = { id: string uri?: string From dd37e7703289acfd1f3d0afc8945bb7ebbe8d31f Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 31 Jul 2024 21:29:30 +0200 Subject: [PATCH 44/49] feat: expose date(time) types per database. Also enhance the datasources capabilities --- packages/agent-config/src/dataSources.ts | 217 +++++++++++++----- packages/data-store/package.json | 1 + .../src/__tests__/contact.entities.test.ts | 3 + .../src/__tests__/contact.store.test.ts | 2 + .../digitalCredential.entities.test.ts | 2 + .../__tests__/digitalCredential.store.test.ts | 2 + .../__tests__/eventLogger.entities.test.ts | 2 + .../src/__tests__/eventLogger.store.test.ts | 4 +- .../issuanceBranding.entities.test.ts | 2 + .../__tests__/issuanceBranding.store.test.ts | 2 + .../__tests__/machineState.entities.test.ts | 2 + .../src/__tests__/machineState.store.test.ts | 2 + .../src/__tests__/pd-manager.entities.test.ts | 2 + .../src/__tests__/pd-manager.store.test.ts | 2 + .../src/entities/contact/BaseContactEntity.ts | 5 +- .../contact/ContactMetadataItemEntity.ts | 3 +- .../contact/ElectronicAddressEntity.ts | 5 +- .../src/entities/contact/IdentityEntity.ts | 5 +- .../contact/IdentityMetadataItemEntity.ts | 3 +- .../entities/contact/OrganizationEntity.ts | 15 +- .../src/entities/contact/PartyEntity.ts | 5 +- .../contact/PartyRelationshipEntity.ts | 5 +- .../src/entities/contact/PartyTypeEntity.ts | 5 +- .../entities/contact/PhysicalAddressEntity.ts | 5 +- .../DigitalCredentialEntity.ts | 13 +- .../entities/eventLogger/AuditEventEntity.ts | 7 +- .../BaseLocaleBrandingEntity.ts | 5 +- .../CredentialBrandingEntity.ts | 5 +- .../issuanceBranding/IssuerBrandingEntity.ts | 5 +- .../machineState/MachineStateInfoEntity.ts | 9 +- .../PresentationDefinitionItemEntity.ts | 5 +- packages/data-store/tsconfig.json | 3 + pnpm-lock.yaml | 3 + 33 files changed, 251 insertions(+), 105 deletions(-) diff --git a/packages/agent-config/src/dataSources.ts b/packages/agent-config/src/dataSources.ts index f7bd5cd4b..5ca05ed74 100644 --- a/packages/agent-config/src/dataSources.ts +++ b/packages/agent-config/src/dataSources.ts @@ -1,79 +1,182 @@ import Debug from 'debug' -import { DataSource } from 'typeorm' -import { BaseDataSourceOptions } from 'typeorm/data-source/BaseDataSourceOptions' -import { DataSourceOptions } from 'typeorm/data-source/DataSourceOptions' +import {DataSource} from 'typeorm' +import {BaseDataSourceOptions} from 'typeorm/data-source/BaseDataSourceOptions' -const debug = Debug(`demo:databaseService`) +import {DataSourceOptions} from 'typeorm/data-source/DataSourceOptions' +import {DatabaseType} from "typeorm/driver/types/DatabaseType"; + + +const debug = Debug(`sphereon:ssi-sdk:database`) export class DataSources { - private dataSources = new Map() - private configs + get defaultDbType(): SupportedDatabaseType { + return this._defaultDbType; + } + + set defaultDbType(value: SupportedDatabaseType) { + this._defaultDbType = value; + } + private dataSources = new Map() + private configs: Map + private _defaultDbType: SupportedDatabaseType = 'postgres' - private static singleton: DataSources + private static singleton: DataSources - public static singleInstance() { - if (!DataSources.singleton) { - DataSources.singleton = new DataSources() + public static singleInstance() { + if (!DataSources.singleton) { + DataSources.singleton = new DataSources() + } + return DataSources.singleton } - return DataSources.singleton - } - public static newInstance(configs?: Map) { - return new DataSources(configs) - } + public static newInstance(configs?: Map) { + return new DataSources(configs) + } - private constructor(configs?: Map) { - this.configs = configs ?? new Map() - } + private constructor(configs?: Map) { + (configs ?? new Map()).forEach((config, name) => this.addConfig(name, config)) - addConfig(dbName: string, config: DataSourceOptions): this { - this.configs.set(dbName, config) - return this - } + } - deleteConfig(dbName: string): this { - this.configs.delete(dbName) - return this - } + addConfig(dbName: string, config: DataSourceOptions): this { + this.configs.set(dbName, config) + // yes we are aware last one wins + this._defaultDbType = config.type + return this + } - getConfig(dbName: string): BaseDataSourceOptions { - const config = this.configs.get(dbName) - if (!config) { - throw Error(`No DB config found for ${dbName}`) + deleteConfig(dbName: string): this { + this.configs.delete(dbName) + return this + } + has(dbName: string) { + return this.configs.has(dbName) && this.dataSources.has(dbName) } - return config - } - public getDbNames(): string[] { - return [...this.configs.keys()] - } + delete(dbName: string): this { + this.deleteConfig(dbName) + this.dataSources.delete(dbName) + return this + } - async getDbConnection(dbName: string): Promise { - const config = this.getConfig(dbName) - /*if (config.synchronize) { - return Promise.reject( - `WARNING: Automatic migrations need to be disabled in this app! Adjust the database configuration and set synchronize to false` + getConfig(dbName: string): BaseDataSourceOptions { + const config = this.configs.get(dbName) + if (!config) { + throw Error(`No DB config found for ${dbName}`) + } + return config + } + + public getDbNames(): string[] { + return [...this.configs.keys()] + } + + async getDbConnection(dbName: string): Promise { + const config = this.getConfig(dbName) + if (!this._defaultDbType) { + this._defaultDbType = config.type + } + /*if (config.synchronize) { + return Promise.reject( + `WARNING: Automatic migrations need to be disabled in this app! Adjust the database configuration and set synchronize to false` + ) + }*/ + + let dataSource = this.dataSources.get(dbName) + if (dataSource) { + return dataSource + } + + + dataSource = await new DataSource({...(config as DataSourceOptions), name: dbName}).initialize() + this.dataSources.set(dbName, dataSource) + if (config.synchronize) { + debug(`WARNING: Automatic migrations need to be disabled in this app! Adjust the database configuration and set synchronize to false`) + } else if (config.migrationsRun) { + debug( + `Migrations are currently managed from config. Please set migrationsRun and synchronize to false to get consistent behaviour. We run migrations from code explicitly`, ) - }*/ + } else { + debug(`Running ${dataSource.migrations.length} migration(s) from code if needed...`) + await dataSource.runMigrations() + debug(`${dataSource.migrations.length} migration(s) from code were inspected and applied`) + } + return dataSource + } +} - let dataSource = this.dataSources.get(dbName) - if (dataSource) { - return dataSource +export type SupportedDatabaseType = Pick +export type DateTimeType = 'timestamp' | 'datetime' + +export type DateType = 'date' + + +export const getDbType = (opts?: { defaultType: SupportedDatabaseType }): SupportedDatabaseType => { + const type = (typeof process === 'object' ? process?.env?.DB_TYPE : undefined) ?? DataSources.singleInstance().defaultDbType ?? opts?.defaultType + if (!type) { + throw Error(`Could not determine DB type. Please set the DB_TYPE global variable or env var to one of 'postgres' or 'sqlite'`) + } + return type as SupportedDatabaseType +} + + +const typeOrmDateTime = (opts?: { defaultType: SupportedDatabaseType }): DateTimeType => { + switch (getDbType(opts)) { + case "postgres": + return 'timestamp' + case "sqlite": + return 'datetime' + default: + throw Error(`DB type ${getDbType(opts)} not supported`) + } +} + +const typeormDate = (opts?: { defaultType: SupportedDatabaseType }): DateType => { + // The same for both DBs + return 'date' +} +export const TYPEORM_DATE_TIME_TYPE = typeOrmDateTime() + + +export const TYPEORM_DATE_TYPE = typeormDate() + + +/** + * Gets the database connection. + * + * Also makes sure that migrations are run (versioning for DB schema's), so we can properly update over time + * + * @param connectionName The database name + * @param opts + */ +export const getDbConnection = async (connectionName: string, opts?: { + config: BaseDataSourceOptions | any +}): Promise => { + return DataSources.singleInstance().addConfig(connectionName, opts?.config).getDbConnection(connectionName) +} + +export const dropDatabase = async (dbName: string): Promise => { + if (!DataSources.singleInstance().has(dbName)) { + return Promise.reject(Error(`No database present with name: ${dbName}`)); } - dataSource = await new DataSource({ ...(config as DataSourceOptions), name: dbName }).initialize() - this.dataSources.set(dbName, dataSource) - if (config.synchronize) { - debug(`WARNING: Automatic migrations need to be disabled in this app! Adjust the database configuration and set synchronize to false`) - } else if (config.migrationsRun) { - debug( - `Migrations are currently managed from config. Please set migrationsRun and synchronize to false to get consistent behaviour. We run migrations from code explicitly`, - ) + const connection: DataSource = await getDbConnection(dbName); + await connection.dropDatabase(); + DataSources.singleInstance().delete(dbName); +}; + +/** + * Runs a migration down (drops DB schema) + * @param dataSource + */ +export const revertMigration = async (dataSource: DataSource): Promise => { + if (dataSource.isInitialized) { + await dataSource.undoLastMigration() } else { - debug(`Running ${dataSource.migrations.length} migration(s) from code if needed...`) - await dataSource.runMigrations() - debug(`${dataSource.migrations.length} migration(s) from code were inspected and applied`) + console.error('DataSource is not initialized') } - return dataSource - } } +export const resetDatabase = async (dbName: string): Promise => { + await dropDatabase(dbName); + await getDbConnection(dbName); +}; diff --git a/packages/data-store/package.json b/packages/data-store/package.json index 72962a743..106085fe0 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -16,6 +16,7 @@ "dependencies": { "@sphereon/pex": "^4.0.1", "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", diff --git a/packages/data-store/src/__tests__/contact.entities.test.ts b/packages/data-store/src/__tests__/contact.entities.test.ts index a4362c6e2..895da780c 100644 --- a/packages/data-store/src/__tests__/contact.entities.test.ts +++ b/packages/data-store/src/__tests__/contact.entities.test.ts @@ -56,6 +56,8 @@ import { physicalAddressEntityFrom, } from '../utils/contact/MappingUtils' import { ContactMetadataItemEntity } from '../entities/contact/ContactMetadataItemEntity' +import { DataSources } from '@sphereon/ssi-sdk.agent-config' + // TODO write test adding two contacts reusing the same contactType @@ -63,6 +65,7 @@ describe('Database entities tests', (): void => { let dbConnection: DataSource beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/contact.store.test.ts b/packages/data-store/src/__tests__/contact.store.test.ts index 83db6f44e..185f1da15 100644 --- a/packages/data-store/src/__tests__/contact.store.test.ts +++ b/packages/data-store/src/__tests__/contact.store.test.ts @@ -1,3 +1,4 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { DataSource } from 'typeorm' import { DataStoreContactEntities, DataStoreMigrations, IdentityOrigin, MetadataItem, MetadataTypes, PartyOrigin } from '../index' import { ContactStore } from '../contact/ContactStore' @@ -31,6 +32,7 @@ describe('Contact store tests', (): void => { let contactStore: ContactStore beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/digitalCredential.entities.test.ts b/packages/data-store/src/__tests__/digitalCredential.entities.test.ts index 5c54ce8cc..4905f5d2c 100644 --- a/packages/data-store/src/__tests__/digitalCredential.entities.test.ts +++ b/packages/data-store/src/__tests__/digitalCredential.entities.test.ts @@ -1,3 +1,4 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { DataSource } from 'typeorm' import { CredentialRole, DataStoreDigitalCredentialEntities } from '../index' import { DataStoreDigitalCredentialMigrations } from '../migrations' @@ -17,6 +18,7 @@ describe('Database entities tests', (): void => { let dbConnection: DataSource beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/digitalCredential.store.test.ts b/packages/data-store/src/__tests__/digitalCredential.store.test.ts index d452ef78b..74425f98e 100644 --- a/packages/data-store/src/__tests__/digitalCredential.store.test.ts +++ b/packages/data-store/src/__tests__/digitalCredential.store.test.ts @@ -1,3 +1,4 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { DataSource } from 'typeorm' import { DataStoreDigitalCredentialMigrations } from '../migrations' import { CredentialRole, DataStoreDigitalCredentialEntities } from '../index' @@ -18,6 +19,7 @@ describe('Database entities tests', (): void => { let digitalCredentialStore: DigitalCredentialStore beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/eventLogger.entities.test.ts b/packages/data-store/src/__tests__/eventLogger.entities.test.ts index 516a175ba..be7245ff9 100644 --- a/packages/data-store/src/__tests__/eventLogger.entities.test.ts +++ b/packages/data-store/src/__tests__/eventLogger.entities.test.ts @@ -1,3 +1,4 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { PartyCorrelationType } from '@sphereon/ssi-sdk.core' import { ActionType, InitiatorType, LogLevel, SubSystem, System, SystemCorrelationIdType } from '@sphereon/ssi-types' import { DataSource } from 'typeorm' @@ -10,6 +11,7 @@ describe('Database entities tests', (): void => { let dbConnection: DataSource beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/eventLogger.store.test.ts b/packages/data-store/src/__tests__/eventLogger.store.test.ts index 6b33255ae..993140da2 100644 --- a/packages/data-store/src/__tests__/eventLogger.store.test.ts +++ b/packages/data-store/src/__tests__/eventLogger.store.test.ts @@ -1,6 +1,7 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { ActionType, InitiatorType, LogLevel, SubSystem, System, SystemCorrelationIdType } from '@sphereon/ssi-types' import { DataSource } from 'typeorm' -import { DataStoreEventLoggerMigrations } from '../migrations/generic' +import { DataStoreEventLoggerMigrations } from '../migrations' import { DataStoreEventLoggerEntities } from '../index' import { AuditLoggingEvent, PartyCorrelationType } from '@sphereon/ssi-sdk.core' import { EventLoggerStore } from '../eventLogger/EventLoggerStore' @@ -11,6 +12,7 @@ describe('Database entities tests', (): void => { let eventLoggerStore: EventLoggerStore beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/issuanceBranding.entities.test.ts b/packages/data-store/src/__tests__/issuanceBranding.entities.test.ts index 27b71a517..c49c99396 100644 --- a/packages/data-store/src/__tests__/issuanceBranding.entities.test.ts +++ b/packages/data-store/src/__tests__/issuanceBranding.entities.test.ts @@ -1,3 +1,4 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { DataSource, Repository } from 'typeorm' import { DataStoreMigrations } from '../migrations' import { @@ -20,6 +21,7 @@ describe('Database entities tests', (): void => { let dbConnection: DataSource beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/issuanceBranding.store.test.ts b/packages/data-store/src/__tests__/issuanceBranding.store.test.ts index 18c386307..14890de4e 100644 --- a/packages/data-store/src/__tests__/issuanceBranding.store.test.ts +++ b/packages/data-store/src/__tests__/issuanceBranding.store.test.ts @@ -1,3 +1,4 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { DataSource } from 'typeorm' import { IssuanceBrandingStore } from '../issuanceBranding/IssuanceBrandingStore' import { DataStoreMigrations } from '../migrations' @@ -31,6 +32,7 @@ describe('Issuance branding store tests', (): void => { let issuanceBrandingStore: IssuanceBrandingStore beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/machineState.entities.test.ts b/packages/data-store/src/__tests__/machineState.entities.test.ts index d3708eb15..4a5344245 100644 --- a/packages/data-store/src/__tests__/machineState.entities.test.ts +++ b/packages/data-store/src/__tests__/machineState.entities.test.ts @@ -1,3 +1,4 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { DataSource } from 'typeorm' import { MachineStateInfoEntity } from '../entities/machineState/MachineStateInfoEntity' @@ -7,6 +8,7 @@ describe('Machine State Info Database entities tests', (): void => { let dbConnection: DataSource beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/machineState.store.test.ts b/packages/data-store/src/__tests__/machineState.store.test.ts index 5425e8273..02277bcd9 100644 --- a/packages/data-store/src/__tests__/machineState.store.test.ts +++ b/packages/data-store/src/__tests__/machineState.store.test.ts @@ -1,3 +1,4 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { DataSource } from 'typeorm' import { DataStoreMachineStateEntities, MachineStateStore, StoreMachineStatesFindActiveArgs, StoreMachineStatePersistArgs } from '../index' import { DataStoreMachineStateMigrations } from '../migrations' @@ -7,6 +8,7 @@ describe('Machine State store tests', (): void => { let store: MachineStateStore beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/pd-manager.entities.test.ts b/packages/data-store/src/__tests__/pd-manager.entities.test.ts index 57f14e019..3c9494ada 100644 --- a/packages/data-store/src/__tests__/pd-manager.entities.test.ts +++ b/packages/data-store/src/__tests__/pd-manager.entities.test.ts @@ -1,3 +1,4 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { DataSource } from 'typeorm' import { PresentationDefinitionItemEntity } from '../entities/presentationDefinition/PresentationDefinitionItemEntity' import { DataStorePresentationDefinitionMigrations } from '../migrations' @@ -7,6 +8,7 @@ describe('PresentationDefinitionItemEntity tests', (): void => { let dbConnection: DataSource beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/__tests__/pd-manager.store.test.ts b/packages/data-store/src/__tests__/pd-manager.store.test.ts index 820f90968..5091f1fc2 100644 --- a/packages/data-store/src/__tests__/pd-manager.store.test.ts +++ b/packages/data-store/src/__tests__/pd-manager.store.test.ts @@ -1,3 +1,4 @@ +import {DataSources} from "@sphereon/ssi-sdk.agent-config"; import { DataSource } from 'typeorm' import { DataStorePresentationDefinitionEntities, DataStorePresentationDefinitionMigrations, PDStore } from '../index' import { GetDefinitionsArgs, NonPersistedPresentationDefinitionItem, PresentationDefinitionItem } from '../types' @@ -7,6 +8,7 @@ describe('PDStore tests', (): void => { let pdStore: PDStore beforeEach(async (): Promise => { + DataSources.singleInstance().defaultDbType = 'sqlite' dbConnection = await new DataSource({ type: 'sqlite', database: ':memory:', diff --git a/packages/data-store/src/entities/contact/BaseContactEntity.ts b/packages/data-store/src/entities/contact/BaseContactEntity.ts index 040c88e24..cb7fffc5d 100644 --- a/packages/data-store/src/entities/contact/BaseContactEntity.ts +++ b/packages/data-store/src/entities/contact/BaseContactEntity.ts @@ -11,6 +11,7 @@ import { TableInheritance, UpdateDateColumn, } from 'typeorm' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { PartyEntity } from './PartyEntity' import { ContactMetadataItemEntity } from './ContactMetadataItemEntity' @@ -20,10 +21,10 @@ export abstract class BaseContactEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date @OneToOne(() => PartyEntity, (party: PartyEntity) => party.contact, { diff --git a/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts b/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts index 27896f2bd..c54babce4 100644 --- a/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts +++ b/packages/data-store/src/entities/contact/ContactMetadataItemEntity.ts @@ -1,5 +1,6 @@ import { Entity, Column, PrimaryGeneratedColumn, BaseEntity, ManyToOne, BeforeInsert, BeforeUpdate } from 'typeorm' import { IMetadataEntity, ValidationConstraint } from '../../types' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { BaseContactEntity } from './BaseContactEntity' import { IsNotEmpty, validate, ValidationError } from 'class-validator' import { getConstraint } from '../../utils/ValidatorUtils' @@ -23,7 +24,7 @@ export class ContactMetadataItemEntity extends BaseEntity implements IMetadataEn @Column('numeric', { name: 'numberValue', nullable: true }) numberValue?: number - @Column({ name: 'dateValue', nullable: true }) + @Column({ name: 'dateValue', nullable: true, type: TYPEORM_DATE_TIME_TYPE }) dateValue?: Date @Column('boolean', { name: 'boolValue', nullable: true }) diff --git a/packages/data-store/src/entities/contact/ElectronicAddressEntity.ts b/packages/data-store/src/entities/contact/ElectronicAddressEntity.ts index d427489b3..77d867a6f 100644 --- a/packages/data-store/src/entities/contact/ElectronicAddressEntity.ts +++ b/packages/data-store/src/entities/contact/ElectronicAddressEntity.ts @@ -10,6 +10,7 @@ import { CreateDateColumn, UpdateDateColumn, } from 'typeorm' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { PartyEntity } from './PartyEntity' import { getConstraint } from '../../utils/ValidatorUtils' import { ElectronicAddressType, ValidationConstraint } from '../../types' @@ -41,10 +42,10 @@ export class ElectronicAddressEntity extends BaseEntity { @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date // By default, @UpdateDateColumn in TypeORM updates the timestamp only when the entity's top-level properties change. diff --git a/packages/data-store/src/entities/contact/IdentityEntity.ts b/packages/data-store/src/entities/contact/IdentityEntity.ts index 9b69a0885..eb5d586b3 100644 --- a/packages/data-store/src/entities/contact/IdentityEntity.ts +++ b/packages/data-store/src/entities/contact/IdentityEntity.ts @@ -13,6 +13,7 @@ import { BeforeUpdate, } from 'typeorm' import { IsNotEmpty, validate, ValidationError } from 'class-validator' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { CorrelationIdentifierEntity } from './CorrelationIdentifierEntity' import { ConnectionEntity } from './ConnectionEntity' import { IdentityMetadataItemEntity } from './IdentityMetadataItemEntity' @@ -70,10 +71,10 @@ export class IdentityEntity extends BaseEntity { @JoinColumn({ name: 'metadata_id' }) // TODO check in db file metadata!: Array - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false , type: TYPEORM_DATE_TIME_TYPE}) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date @ManyToOne(() => PartyEntity, (party: PartyEntity) => party.identities, { diff --git a/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts b/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts index 172e61540..4d9539774 100644 --- a/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts +++ b/packages/data-store/src/entities/contact/IdentityMetadataItemEntity.ts @@ -1,3 +1,4 @@ +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { Entity, Column, PrimaryGeneratedColumn, BaseEntity, ManyToOne, BeforeInsert, BeforeUpdate } from 'typeorm' import { IMetadataEntity, ValidationConstraint } from '../../types' import { IdentityEntity } from './IdentityEntity' @@ -23,7 +24,7 @@ export class IdentityMetadataItemEntity extends BaseEntity implements IMetadataE @Column('numeric', { name: 'numberValue', nullable: true }) numberValue?: number - @Column({ name: 'dateValue', nullable: true }) + @Column({ name: 'dateValue', nullable: true, type: TYPEORM_DATE_TIME_TYPE }) dateValue?: Date @Column('boolean', { name: 'boolValue', nullable: true }) diff --git a/packages/data-store/src/entities/contact/OrganizationEntity.ts b/packages/data-store/src/entities/contact/OrganizationEntity.ts index 46c45a022..bd79cddc8 100644 --- a/packages/data-store/src/entities/contact/OrganizationEntity.ts +++ b/packages/data-store/src/entities/contact/OrganizationEntity.ts @@ -1,9 +1,8 @@ -import { JoinColumn, OneToOne, Column, ChildEntity, BeforeInsert, BeforeUpdate } from 'typeorm' -import { PartyEntity } from './PartyEntity' -import { BaseContactEntity } from './BaseContactEntity' -import { ValidationConstraint } from '../../types' -import { validate, IsNotEmpty, ValidationError } from 'class-validator' -import { getConstraint } from '../../utils/ValidatorUtils' +import {IsNotEmpty, validate, ValidationError} from 'class-validator' +import {BeforeInsert, BeforeUpdate, ChildEntity, Column} from 'typeorm' +import {ValidationConstraint} from '../../types' +import {getConstraint} from '../../utils/ValidatorUtils' +import {BaseContactEntity} from './BaseContactEntity' @ChildEntity('Organization') export class OrganizationEntity extends BaseContactEntity { @@ -21,10 +20,6 @@ export class OrganizationEntity extends BaseContactEntity { @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string - @OneToOne(() => PartyEntity) - @JoinColumn({ name: 'party_id' }) - party!: PartyEntity - @BeforeInsert() @BeforeUpdate() async validate(): Promise { diff --git a/packages/data-store/src/entities/contact/PartyEntity.ts b/packages/data-store/src/entities/contact/PartyEntity.ts index 2e93ce6b3..b598318d9 100644 --- a/packages/data-store/src/entities/contact/PartyEntity.ts +++ b/packages/data-store/src/entities/contact/PartyEntity.ts @@ -13,6 +13,7 @@ import { UpdateDateColumn, } from 'typeorm' import { ValidationConstraint } from '../../types' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { IdentityEntity } from './IdentityEntity' import { validate, ValidationError } from 'class-validator' import { PartyTypeEntity } from './PartyTypeEntity' @@ -88,10 +89,10 @@ export class PartyEntity extends BaseEntity { @JoinColumn({ name: 'relationship_id' }) relationships!: Array - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date // By default, @UpdateDateColumn in TypeORM updates the timestamp only when the entity's top-level properties change. diff --git a/packages/data-store/src/entities/contact/PartyRelationshipEntity.ts b/packages/data-store/src/entities/contact/PartyRelationshipEntity.ts index bcaf655b0..3c3864dc2 100644 --- a/packages/data-store/src/entities/contact/PartyRelationshipEntity.ts +++ b/packages/data-store/src/entities/contact/PartyRelationshipEntity.ts @@ -10,6 +10,7 @@ import { BeforeUpdate, JoinColumn, } from 'typeorm' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { PartyEntity } from './PartyEntity' @Entity('PartyRelationship') @@ -44,10 +45,10 @@ export class PartyRelationshipEntity { @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date // By default, @UpdateDateColumn in TypeORM updates the timestamp only when the entity's top-level properties change. diff --git a/packages/data-store/src/entities/contact/PartyTypeEntity.ts b/packages/data-store/src/entities/contact/PartyTypeEntity.ts index e28c40bda..b29ca35bd 100644 --- a/packages/data-store/src/entities/contact/PartyTypeEntity.ts +++ b/packages/data-store/src/entities/contact/PartyTypeEntity.ts @@ -1,4 +1,5 @@ import { BeforeInsert, BeforeUpdate, Column, CreateDateColumn, Entity, Index, OneToMany, PrimaryGeneratedColumn, UpdateDateColumn } from 'typeorm' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { PartyEntity } from './PartyEntity' import { PartyOrigin, PartyTypeType, ValidationConstraint } from '../../types' import { IsNotEmpty, Validate, validate, ValidationError } from 'class-validator' @@ -34,10 +35,10 @@ export class PartyTypeEntity { }) parties!: Array - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date // By default, @UpdateDateColumn in TypeORM updates the timestamp only when the entity's top-level properties change. diff --git a/packages/data-store/src/entities/contact/PhysicalAddressEntity.ts b/packages/data-store/src/entities/contact/PhysicalAddressEntity.ts index 9e9c42eb6..b0996864e 100644 --- a/packages/data-store/src/entities/contact/PhysicalAddressEntity.ts +++ b/packages/data-store/src/entities/contact/PhysicalAddressEntity.ts @@ -10,6 +10,7 @@ import { PrimaryGeneratedColumn, UpdateDateColumn, } from 'typeorm' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { getConstraint } from '../../utils/ValidatorUtils' import { PhysicalAddressType, ValidationConstraint } from '../../types' import { PartyEntity } from './PartyEntity' @@ -66,10 +67,10 @@ export class PhysicalAddressEntity extends BaseEntity { @Column('text', { name: 'partyId', nullable: true }) partyId?: string - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date // By default, @UpdateDateColumn in TypeORM updates the timestamp only when the entity's top-level properties change. diff --git a/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts b/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts index 0af1eb1ec..ae36ff930 100644 --- a/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts +++ b/packages/data-store/src/entities/digitalCredential/DigitalCredentialEntity.ts @@ -1,5 +1,6 @@ import { BaseEntity, Column, CreateDateColumn, Entity, PrimaryGeneratedColumn, UpdateDateColumn } from 'typeorm' import { CredentialCorrelationType, CredentialDocumentFormat, CredentialRole, CredentialStateType, DocumentType } from '../../types' +import {TYPEORM_DATE_TIME_TYPE, TYPEORM_DATE_TYPE} from "@sphereon/ssi-sdk.agent-config"; @Entity('DigitalCredential') export class DigitalCredentialEntity extends BaseEntity { @@ -45,21 +46,21 @@ export class DigitalCredentialEntity extends BaseEntity { @Column('text', { name: 'tenant_id', nullable: true }) tenantId?: string - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date - @Column('date', { name: 'valid_until', nullable: true }) + @Column({ name: 'valid_until', nullable: true, type: TYPEORM_DATE_TYPE }) validUntil?: Date - @Column('date', { name: 'valid_from', nullable: true }) + @Column({ name: 'valid_from', nullable: true, type: TYPEORM_DATE_TYPE }) validFrom?: Date - @Column('date', { name: 'verified_at', nullable: true }) + @Column( { name: 'verified_at', nullable: true, type: TYPEORM_DATE_TIME_TYPE }) verifiedAt?: Date - @Column('date', { name: 'revoked_at', nullable: true }) + @Column({ name: 'revoked_at', nullable: true, type: TYPEORM_DATE_TIME_TYPE }) revokedAt?: Date } diff --git a/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts b/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts index 7c2c117c4..592ef8a56 100644 --- a/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts +++ b/packages/data-store/src/entities/eventLogger/AuditEventEntity.ts @@ -2,13 +2,14 @@ import { ActionSubType, ActionType, InitiatorType, LogLevel, SubSystem, System, import { BaseEntity, Column, CreateDateColumn, Entity, PrimaryGeneratedColumn, UpdateDateColumn } from 'typeorm' import { PartyCorrelationType } from '@sphereon/ssi-sdk.core' import { NonPersistedAuditLoggingEvent } from '../../types' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; @Entity('AuditEvents') export class AuditEventEntity extends BaseEntity { @PrimaryGeneratedColumn('uuid') id!: string - @Column({ name: 'timestamp', nullable: false, unique: false }) + @Column({ name: 'timestamp', nullable: false, unique: false, type: TYPEORM_DATE_TIME_TYPE }) timestamp!: Date @Column('simple-enum', { name: 'level', enum: LogLevel, nullable: false, unique: false }) @@ -59,10 +60,10 @@ export class AuditEventEntity extends BaseEntity { @Column('text', { name: 'diagnosticData', nullable: true, unique: false }) diagnosticData?: string - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date } diff --git a/packages/data-store/src/entities/issuanceBranding/BaseLocaleBrandingEntity.ts b/packages/data-store/src/entities/issuanceBranding/BaseLocaleBrandingEntity.ts index 0753917a7..d9c04d6be 100644 --- a/packages/data-store/src/entities/issuanceBranding/BaseLocaleBrandingEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/BaseLocaleBrandingEntity.ts @@ -11,6 +11,7 @@ import { TableInheritance, UpdateDateColumn, } from 'typeorm' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { ImageAttributesEntity } from './ImageAttributesEntity' import { BackgroundAttributesEntity } from './BackgroundAttributesEntity' import { TextAttributesEntity } from './TextAttributesEntity' @@ -61,10 +62,10 @@ export class BaseLocaleBrandingEntity extends BaseEntity { @JoinColumn({ name: 'textId' }) text?: TextAttributesEntity - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date // By default, @UpdateDateColumn in TypeORM updates the timestamp only when the entity's top-level properties change. diff --git a/packages/data-store/src/entities/issuanceBranding/CredentialBrandingEntity.ts b/packages/data-store/src/entities/issuanceBranding/CredentialBrandingEntity.ts index 9e6a65242..5b4db866e 100644 --- a/packages/data-store/src/entities/issuanceBranding/CredentialBrandingEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/CredentialBrandingEntity.ts @@ -11,6 +11,7 @@ import { UpdateDateColumn, } from 'typeorm' import { ArrayMinSize, IsNotEmpty, validate, ValidationError } from 'class-validator' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { CredentialLocaleBrandingEntity, credentialLocaleBrandingEntityFrom } from './CredentialLocaleBrandingEntity' import { IBasicCredentialBranding, IBasicCredentialLocaleBranding } from '../../types' @@ -42,10 +43,10 @@ export class CredentialBrandingEntity extends BaseEntity { @ArrayMinSize(1, { message: 'localeBranding cannot be empty' }) localeBranding!: Array - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date // By default, @UpdateDateColumn in TypeORM updates the timestamp only when the entity's top-level properties change. diff --git a/packages/data-store/src/entities/issuanceBranding/IssuerBrandingEntity.ts b/packages/data-store/src/entities/issuanceBranding/IssuerBrandingEntity.ts index f739a1000..3037e8d65 100644 --- a/packages/data-store/src/entities/issuanceBranding/IssuerBrandingEntity.ts +++ b/packages/data-store/src/entities/issuanceBranding/IssuerBrandingEntity.ts @@ -11,6 +11,7 @@ import { UpdateDateColumn, } from 'typeorm' import { ArrayMinSize, IsNotEmpty, validate, ValidationError } from 'class-validator' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; import { IssuerLocaleBrandingEntity, issuerLocaleBrandingEntityFrom } from './IssuerLocaleBrandingEntity' import { IBasicIssuerBranding, IBasicIssuerLocaleBranding } from '../../types' @@ -37,10 +38,10 @@ export class IssuerBrandingEntity extends BaseEntity { @ArrayMinSize(1, { message: 'localeBranding cannot be empty' }) localeBranding!: Array - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date // By default, @UpdateDateColumn in TypeORM updates the timestamp only when the entity's top-level properties change. diff --git a/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts b/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts index 71fe81043..3fe8765ea 100644 --- a/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts +++ b/packages/data-store/src/entities/machineState/MachineStateInfoEntity.ts @@ -1,4 +1,5 @@ import { BaseEntity, Column, CreateDateColumn, Entity, PrimaryColumn, UpdateDateColumn } from 'typeorm' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; /** * @class MachineStateInfoEntity @@ -38,19 +39,19 @@ export class MachineStateInfoEntity extends BaseEntity { @Column({ name: 'state', type: 'text', nullable: false }) state!: string - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'updated_at', nullable: false }) + @UpdateDateColumn({ name: 'updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) updatedAt!: Date @Column({ name: 'updated_count', type: 'integer', nullable: false }) updatedCount!: number - @Column({ name: 'expires_at', nullable: true }) + @Column({ name: 'expires_at', nullable: true , type: TYPEORM_DATE_TIME_TYPE}) expiresAt?: Date - @Column({ name: 'completed_at', nullable: true }) + @Column({ name: 'completed_at', nullable: true, type: TYPEORM_DATE_TIME_TYPE }) completedAt?: Date @Column({ name: 'tenant_id', type: 'varchar', nullable: true }) diff --git a/packages/data-store/src/entities/presentationDefinition/PresentationDefinitionItemEntity.ts b/packages/data-store/src/entities/presentationDefinition/PresentationDefinitionItemEntity.ts index e6c57ec9e..67b32e9b9 100644 --- a/packages/data-store/src/entities/presentationDefinition/PresentationDefinitionItemEntity.ts +++ b/packages/data-store/src/entities/presentationDefinition/PresentationDefinitionItemEntity.ts @@ -1,5 +1,6 @@ import { BaseEntity, BeforeInsert, BeforeUpdate, Column, CreateDateColumn, Entity, Index, PrimaryGeneratedColumn, UpdateDateColumn } from 'typeorm' import { IsNotEmpty } from 'class-validator' +import {TYPEORM_DATE_TIME_TYPE} from "@sphereon/ssi-sdk.agent-config"; @Entity('PresentationDefinitionItem') @Index(['version'], { unique: false }) @@ -28,10 +29,10 @@ export class PresentationDefinitionItemEntity extends BaseEntity { @IsNotEmpty({ message: 'A blank definition payload field is not allowed' }) definitionPayload!: string - @CreateDateColumn({ name: 'created_at', nullable: false }) + @CreateDateColumn({ name: 'created_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) createdAt!: Date - @UpdateDateColumn({ name: 'last_updated_at', nullable: false }) + @UpdateDateColumn({ name: 'last_updated_at', nullable: false, type: TYPEORM_DATE_TIME_TYPE }) lastUpdatedAt!: Date // By default, @UpdateDateColumn in TypeORM updates the timestamp only when the entity's top-level properties change. diff --git a/packages/data-store/tsconfig.json b/packages/data-store/tsconfig.json index c489f0f11..6b6bc3493 100644 --- a/packages/data-store/tsconfig.json +++ b/packages/data-store/tsconfig.json @@ -14,6 +14,9 @@ }, { "path": "../ssi-types" + }, + { + "path": "../agent-config" } ] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 641913b35..096219d0f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -417,6 +417,9 @@ importers: '@sphereon/ssi-sdk-ext.did-utils': specifier: 0.23.1-next.42 version: 0.23.1-next.42 + '@sphereon/ssi-sdk.agent-config': + specifier: workspace:* + version: link:../agent-config '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core From 4857f4aca701aa0b9f37b440599b995f4fc56571 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 31 Jul 2024 21:43:57 +0200 Subject: [PATCH 45/49] chore: fixes --- packages/agent-config/src/dataSources.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/agent-config/src/dataSources.ts b/packages/agent-config/src/dataSources.ts index 5ca05ed74..dcb82feba 100644 --- a/packages/agent-config/src/dataSources.ts +++ b/packages/agent-config/src/dataSources.ts @@ -3,7 +3,6 @@ import {DataSource} from 'typeorm' import {BaseDataSourceOptions} from 'typeorm/data-source/BaseDataSourceOptions' import {DataSourceOptions} from 'typeorm/data-source/DataSourceOptions' -import {DatabaseType} from "typeorm/driver/types/DatabaseType"; const debug = Debug(`sphereon:ssi-sdk:database`) @@ -17,8 +16,8 @@ export class DataSources { this._defaultDbType = value; } private dataSources = new Map() - private configs: Map - private _defaultDbType: SupportedDatabaseType = 'postgres' + private configs = new Map() + private _defaultDbType: SupportedDatabaseType = 'sqlite' private static singleton: DataSources @@ -41,7 +40,7 @@ export class DataSources { addConfig(dbName: string, config: DataSourceOptions): this { this.configs.set(dbName, config) // yes we are aware last one wins - this._defaultDbType = config.type + this._defaultDbType = config.type as SupportedDatabaseType return this } @@ -74,7 +73,7 @@ export class DataSources { async getDbConnection(dbName: string): Promise { const config = this.getConfig(dbName) if (!this._defaultDbType) { - this._defaultDbType = config.type + this._defaultDbType = config.type as SupportedDatabaseType } /*if (config.synchronize) { return Promise.reject( @@ -105,7 +104,7 @@ export class DataSources { } } -export type SupportedDatabaseType = Pick +export type SupportedDatabaseType = 'postgres' | 'sqlite' | 'react-native' export type DateTimeType = 'timestamp' | 'datetime' export type DateType = 'date' From b00eefff8a331fd0a110779722608ac82287e8d0 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 1 Aug 2024 02:33:26 +0200 Subject: [PATCH 46/49] chore: review credential fix --- packages/oid4vci-holder/src/agent/OID4VCIHolder.ts | 10 +++++----- .../oid4vci-holder/src/agent/OID4VCIHolderService.ts | 7 ++++--- packages/oid4vci-holder/src/types/IOID4VCIHolder.ts | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts index ae580938d..f179598d6 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolder.ts @@ -72,7 +72,7 @@ import { SignatureAlgorithmEnum, StartResult, StoreCredentialBrandingArgs, - StoreCredentialsArgs, + StoreCredentialsArgs, VerificationResult, } from '../types/IOID4VCIHolder' import { getBasicIssuerLocaleBranding, @@ -706,14 +706,14 @@ export class OID4VCIHolder implements IAgentPlugin { } } - private async oid4vciHolderAssertValidCredentials(args: AssertValidCredentialsArgs, context: RequiredContext): Promise { + private async oid4vciHolderAssertValidCredentials(args: AssertValidCredentialsArgs, context: RequiredContext): Promise { const { credentialsToAccept } = args - await Promise.all( + return await Promise.all( credentialsToAccept.map( - async (mappedCredential: MappedCredentialToAccept): Promise => + credentialToAccept => verifyCredentialToAccept({ - mappedCredential, + mappedCredential: credentialToAccept, context, }), ), diff --git a/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts b/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts index 07059b510..fbf1418f7 100644 --- a/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts +++ b/packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts @@ -125,7 +125,7 @@ export const selectCredentialLocaleBranding = ( return Promise.resolve(branding) } -export const verifyCredentialToAccept = async (args: VerifyCredentialToAcceptArgs): Promise => { +export const verifyCredentialToAccept = async (args: VerifyCredentialToAcceptArgs): Promise => { const { mappedCredential, context } = args const credential = mappedCredential.credential.credentialResponse.credential as OriginalVerifiableCredential @@ -138,7 +138,7 @@ export const verifyCredentialToAccept = async (args: VerifyCredentialToAcceptArg ) { // TODO: Skipping VC validation for EBSI conformance issued credential, as their Issuer is not present in the ledger (sigh) if (JSON.stringify(wrappedVC.decoded).includes('vc:ebsi:conformance')) { - return + return {source: wrappedVC, error: undefined, result: true, subResults: []} satisfies VerificationResult } } @@ -158,9 +158,10 @@ export const verifyCredentialToAccept = async (args: VerifyCredentialToAcceptArg if (!verificationResult.result || verificationResult.error) { return Promise.reject( - Error(verificationResult.result ? verificationResult.error : translate('oid4vci_machine_credential_verification_failed_message')), + Error(verificationResult.error ?? translate('oid4vci_machine_credential_verification_failed_message')), ) } + return verificationResult } export const verifyCredential = async (args: IVerifyCredentialArgs, context: RequiredContext): Promise => { diff --git a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts index 23a2e5793..01d355949 100644 --- a/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts +++ b/packages/oid4vci-holder/src/types/IOID4VCIHolder.ts @@ -62,7 +62,7 @@ export interface IOID4VCIHolder extends IPluginMethodMap { oid4vciHolderAddContactIdentity(args: AddContactIdentityArgs, context: RequiredContext): Promise - oid4vciHolderAssertValidCredentials(args: AssertValidCredentialsArgs, context: RequiredContext): Promise + oid4vciHolderAssertValidCredentials(args: AssertValidCredentialsArgs, context: RequiredContext): Promise oid4vciHolderStoreCredentialBranding(args: StoreCredentialBrandingArgs, context: RequiredContext): Promise From 7ee2191a05bbe0aac25d0a079a52c8949b57a94e Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 1 Aug 2024 12:35:13 +0200 Subject: [PATCH 47/49] chore: improve image download to only download in case of http(s) URLs --- packages/ssi-sdk-core/src/utils/image.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/ssi-sdk-core/src/utils/image.ts b/packages/ssi-sdk-core/src/utils/image.ts index 0065224dc..ae68ddfe4 100644 --- a/packages/ssi-sdk-core/src/utils/image.ts +++ b/packages/ssi-sdk-core/src/utils/image.ts @@ -75,9 +75,13 @@ export const getImageDimensions = async (value: string | Uint8Array): Promise => { + logger.debug(`Downloading image from url: ${url}`) if (!url) { logger.warning(`Could not download image when nu url is provided`) return + } else if (!url.startsWith('http://') && !url.startsWith('https://')) { + logger.warning(`Could not download image when url does not start with http(s):// : ${url}`) + return } try { const response: Response = await fetch(url) From 6a90ad7df5eb1f853e9dbdb18927474e4ac38c7a Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 1 Aug 2024 12:58:52 +0200 Subject: [PATCH 48/49] chore: updated deps --- .../contact-manager-rest-api/package.json | 4 +- packages/data-store/package.json | 2 +- packages/ebsi-support/package.json | 10 +- packages/oid4vci-holder/package.json | 4 +- packages/oid4vci-issuer-rest-api/package.json | 8 +- packages/oid4vci-issuer-store/package.json | 2 +- packages/oid4vci-issuer/package.json | 2 +- packages/presentation-exchange/package.json | 2 +- packages/public-key-hosting/package.json | 10 +- packages/sd-jwt/package.json | 10 +- packages/siopv2-oid4vp-op-auth/package.json | 4 +- packages/siopv2-oid4vp-rp-auth/package.json | 2 +- .../siopv2-oid4vp-rp-rest-api/package.json | 2 +- .../uni-resolver-registrar-api/package.json | 10 +- packages/vc-handler-ld-local/package.json | 10 +- .../package.json | 2 +- .../package.json | 6 +- packages/vc-status-list/package.json | 2 +- packages/w3c-vc-api/package.json | 8 +- packages/web3-provider-headless/package.json | 4 +- pnpm-lock.yaml | 262 +++++++++--------- 21 files changed, 183 insertions(+), 183 deletions(-) diff --git a/packages/contact-manager-rest-api/package.json b/packages/contact-manager-rest-api/package.json index b8ea686f4..f0ff0ba7c 100644 --- a/packages/contact-manager-rest-api/package.json +++ b/packages/contact-manager-rest-api/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/data-store/package.json b/packages/data-store/package.json index 106085fe0..d0e81e5c5 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@sphereon/pex": "^4.0.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", diff --git a/packages/ebsi-support/package.json b/packages/ebsi-support/package.json index 924c245ec..b18921cdf 100644 --- a/packages/ebsi-support/package.json +++ b/packages/ebsi-support/package.json @@ -18,9 +18,9 @@ "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.oid4vci-holder": "workspace:*", @@ -44,8 +44,8 @@ "@sphereon/oid4vci-client": "0.15.1-next.9", "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.public-key-hosting": "workspace:*", diff --git a/packages/oid4vci-holder/package.json b/packages/oid4vci-holder/package.json index 37506fe10..6cd9de7d2 100644 --- a/packages/oid4vci-holder/package.json +++ b/packages/oid4vci-holder/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/oid4vci-client": "0.15.1-next.9", "@sphereon/oid4vci-common": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", @@ -33,7 +33,7 @@ "xstate": "^4.38.3" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", "@types/uuid": "^9.0.8", diff --git a/packages/oid4vci-issuer-rest-api/package.json b/packages/oid4vci-issuer-rest-api/package.json index ff2951b61..548a3ef90 100644 --- a/packages/oid4vci-issuer-rest-api/package.json +++ b/packages/oid4vci-issuer-rest-api/package.json @@ -36,10 +36,10 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/oid4vci-issuer-store/package.json b/packages/oid4vci-issuer-store/package.json index fc03051ec..0ec4dcf7a 100644 --- a/packages/oid4vci-issuer-store/package.json +++ b/packages/oid4vci-issuer-store/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@sphereon/oid4vci-common": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", diff --git a/packages/oid4vci-issuer/package.json b/packages/oid4vci-issuer/package.json index 6a68c46c4..596ab2ad6 100644 --- a/packages/oid4vci-issuer/package.json +++ b/packages/oid4vci-issuer/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/oid4vci-issuer": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*", diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index dd7ce7650..b422aaa0a 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-types": "workspace:*", diff --git a/packages/public-key-hosting/package.json b/packages/public-key-hosting/package.json index e6fe413ef..0ed250680 100644 --- a/packages/public-key-hosting/package.json +++ b/packages/public-key-hosting/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -32,8 +32,8 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/body-parser": "^1.19.5", "@types/cookie-parser": "^1.4.7", diff --git a/packages/sd-jwt/package.json b/packages/sd-jwt/package.json index 6a9d219b3..be315a6a3 100644 --- a/packages/sd-jwt/package.json +++ b/packages/sd-jwt/package.json @@ -17,7 +17,7 @@ "dependencies": { "@sd-jwt/core": "^0.6.1", "@sd-jwt/sd-jwt-vc": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@veramo/utils": "4.2.0", "debug": "^4.3.5" }, @@ -25,10 +25,10 @@ "@sd-jwt/decode": "^0.6.1", "@sd-jwt/types": "^0.6.1", "@sd-jwt/utils": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", "@types/node": "18.15.3", "@veramo/core": "4.2.0", "@veramo/data-store": "4.2.0", diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index 3d5a0e018..0cbc15de1 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -17,7 +17,7 @@ "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", @@ -39,7 +39,7 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", diff --git a/packages/siopv2-oid4vp-rp-auth/package.json b/packages/siopv2-oid4vp-rp-auth/package.json index 0753c2797..02ce0623e 100644 --- a/packages/siopv2-oid4vp-rp-auth/package.json +++ b/packages/siopv2-oid4vp-rp-auth/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.pd-manager": "workspace:*", diff --git a/packages/siopv2-oid4vp-rp-rest-api/package.json b/packages/siopv2-oid4vp-rp-rest-api/package.json index 8e1f81237..a21753e6b 100644 --- a/packages/siopv2-oid4vp-rp-rest-api/package.json +++ b/packages/siopv2-oid4vp-rp-rest-api/package.json @@ -36,7 +36,7 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/uni-resolver-registrar-api/package.json b/packages/uni-resolver-registrar-api/package.json index 75cc9f72b..53b669f5e 100644 --- a/packages/uni-resolver-registrar-api/package.json +++ b/packages/uni-resolver-registrar-api/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -31,8 +31,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/vc-handler-ld-local/package.json b/packages/vc-handler-ld-local/package.json index 9b5f28df5..341824107 100644 --- a/packages/vc-handler-ld-local/package.json +++ b/packages/vc-handler-ld-local/package.json @@ -23,8 +23,8 @@ "@digitalcredentials/vc": "^6.0.1", "@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0", "@noble/hashes": "1.2.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", @@ -56,10 +56,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.43", "@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.0", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7", "@types/nock": "^11.1.0", diff --git a/packages/vc-status-list-issuer-drivers/package.json b/packages/vc-status-list-issuer-drivers/package.json index b2982509f..6733cd199 100644 --- a/packages/vc-status-list-issuer-drivers/package.json +++ b/packages/vc-status-list-issuer-drivers/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/vc-status-list-issuer-rest-api/package.json b/packages/vc-status-list-issuer-rest-api/package.json index 4bf87fe49..591d0c8c7 100644 --- a/packages/vc-status-list-issuer-rest-api/package.json +++ b/packages/vc-status-list-issuer-rest-api/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-status-list": "workspace:*", @@ -30,8 +30,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/vc-status-list/package.json b/packages/vc-status-list/package.json index 50a032025..22c20277e 100644 --- a/packages/vc-status-list/package.json +++ b/packages/vc-status-list/package.json @@ -10,7 +10,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", "@sphereon/ssi-types": "workspace:*", "@sphereon/vc-status-list": "7.0.0-next.0", "@veramo/core": "4.2.0", diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index 7ff601239..dec760e6e 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -33,10 +33,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/web3-provider-headless/package.json b/packages/web3-provider-headless/package.json index d7122d956..f172d1a88 100644 --- a/packages/web3-provider-headless/package.json +++ b/packages/web3-provider-headless/package.json @@ -40,8 +40,8 @@ "web3-validator": "^2.0.6" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.42", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.42", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", "@types/body-parser": "^1.19.5", "@types/cors": "^2.8.17", "@types/dotenv-flow": "^3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 096219d0f..3a3b9071f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -236,11 +236,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -415,8 +415,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -525,14 +525,14 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-resolver-ebsi': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -598,11 +598,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -891,8 +891,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -937,8 +937,8 @@ importers: version: 4.38.3 devDependencies: '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@types/i18n-js': specifier: ^3.8.9 version: 3.8.9 @@ -973,8 +973,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1095,17 +1095,17 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1228,8 +1228,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -1444,8 +1444,8 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.credential-store': specifier: workspace:* version: link:../credential-store @@ -1496,14 +1496,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1551,11 +1551,11 @@ importers: version: 9.0.1 devDependencies: '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1715,8 +1715,8 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@veramo/utils': specifier: 4.2.0 version: 4.2.0 @@ -1734,17 +1734,17 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@types/node': specifier: 18.15.3 version: 18.15.3 @@ -1804,8 +1804,8 @@ importers: specifier: 2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -1865,8 +1865,8 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1910,8 +1910,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2041,8 +2041,8 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2336,14 +2336,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2388,11 +2388,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2517,11 +2517,11 @@ importers: specifier: 1.2.0 version: 1.2.0 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2614,17 +2614,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-key': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42(expo@51.0.23)(react-native@0.74.3) + specifier: 0.23.1-next.43 + version: 0.23.1-next.43(expo@51.0.23)(react-native@0.74.3) '@sphereon/ssi-sdk-ext.did-provider-lto': specifier: 0.23.0 version: 0.23.0(typescript@5.4.2) '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@transmute/lds-ecdsa-secp256k1-recovery2020': specifier: ^0.0.7 version: 0.0.7(expo@51.0.23)(react-native@0.74.3) @@ -2698,8 +2698,8 @@ importers: packages/vc-status-list: dependencies: '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -2744,8 +2744,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2793,8 +2793,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2839,11 +2839,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2984,17 +2984,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -3230,11 +3230,11 @@ importers: version: 2.0.6 devDependencies: '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.42 - version: 0.23.1-next.42 + specifier: 0.23.1-next.43 + version: 0.23.1-next.43 '@types/body-parser': specifier: ^1.19.5 version: 1.19.5 @@ -8287,12 +8287,12 @@ packages: - supports-color dev: false - /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.42: - resolution: {integrity: sha512-o6IAR20UYBbTuao0FCHJp9eZJY1LktadPl8E33IQJTYPflbV9RH7UVPz8SWlVOf1IuWKM4fHjbUknIC5Y7Iutw==} + /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.43: + resolution: {integrity: sha512-r2ZgsElQL9kt1RKqPbRzLlwxV3Z9b6RfEyrVt30Ir/SxC9kmGP01dXZGUzFQJHdqrV5YJG3JyNo0vnJLWh+BZA==} dependencies: '@ethersproject/random': 5.7.0 - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.42 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.42 + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.43 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.43 '@sphereon/ssi-types': link:packages/ssi-types '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -8306,11 +8306,11 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.42(expo@51.0.23)(react-native@0.74.3): - resolution: {integrity: sha512-i/r8Q0/oZiWqkVNcY9SFU0vK0AfdvZXXZZosAFQNnDrWhBPbdk5Bgi2dhjLCS+9bVxccgZdE2qEUR4a1EPUDzA==} + /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.43(expo@51.0.23)(react-native@0.74.3): + resolution: {integrity: sha512-m1t0C6UjVfss7oWkrAP6I+4TVX4yzaQBzdZ+j6hl4h84Gx0eXTUXj7NhoDkRBrVhBDRkt8ipMyAfqS05NN9rpA==} dependencies: - '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.42 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.42 + '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.43 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.43 '@transmute/did-key-bls12381': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-manager': 4.2.0 @@ -8346,8 +8346,8 @@ packages: - typescript dev: true - /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.42: - resolution: {integrity: sha512-UuyzXyC+p8pr9vyglbgPzygb4t2bHsF80HdMR/yrB6SrMz/UklESRlUOZtIhkDFZbqEnojHKLOKTIN22SKYpmw==} + /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.43: + resolution: {integrity: sha512-iMlnNHVEqtBx1672fXqy5akK7CbBCwIOES0NQH9WMjltWeAzPITQTBH6vFsmZi5PsYD7UckO0AOzvLbBs94+qw==} dependencies: cross-fetch: 3.1.8 did-resolver: 4.1.0 @@ -8356,8 +8356,8 @@ packages: - encoding dev: false - /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.42: - resolution: {integrity: sha512-7kK4b90oQJNKhvqmF/CSbXiy8/bZwL7gxsi7DzW3PO2WYrfAjOFFTE9e6GXMNchv/eBrAkhJ0jVJfMCfL+jL+w==} + /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.43: + resolution: {integrity: sha512-o1hdOSu16JEgGpwhhg04SVZBT9u8VLcGXL1d5FBxfQGk3rFqqtWV6pQ2QdgYpgIJOFIYEYDXbOh4KYSmbCcyhA==} dependencies: '@sphereon/ssi-types': link:packages/ssi-types base64url: 3.0.1 @@ -8368,10 +8368,10 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.42: - resolution: {integrity: sha512-E10Y7E8oPwVuMtt+vpwsKt2NrZGwQ8itL+5e6z8uS5v6lbfeqMRKG0eTziqaL4KWJUudexmOGvwhpHxSN6mTFg==} + /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.43: + resolution: {integrity: sha512-Z4EYUHV3Xnm/6i58ryMuzzXxO9jHskDbqDhwVPy1IyoOuB+oMYcIIMqyPTNxwqEQR6Ad00j4EcX/+Er62/78jg==} dependencies: - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.42 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.43 '@stablelib/ed25519': 1.0.3 bigint-mod-arith: 3.3.1 did-resolver: 4.1.0 @@ -8386,13 +8386,13 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.42: - resolution: {integrity: sha512-AK/xw8h4qUBfvcYCuK0bx62mUKhY7WQauaD45avBjBPwsgmlEfNShOokDyO0uvziyu0k+iQzESJw3AXZMlQaUw==} + /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.43: + resolution: {integrity: sha512-vViKRSij8unTgZADedXgwTZzTppfvg0xacEWK9OFjzkiqq5uYOEE8tux8AnJ+xMLDYHZRvaJXpCPBfGQRTphQA==} dependencies: '@ethersproject/networks': 5.7.1 '@ethersproject/transactions': 5.7.0 '@sphereon/did-uni-client': 0.6.3 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.42 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.43 '@sphereon/ssi-sdk.core': link:packages/ssi-sdk-core '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -8405,18 +8405,18 @@ packages: - encoding - supports-color - /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.42: - resolution: {integrity: sha512-897ntE3VtQO7x74AfzQudPFdQ2dDMw8KY56P3MfUoJirCxX81/3Lc6y3r7wTHNXrBdrtxAZqSwtiACV5rRFbGA==} + /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.43: + resolution: {integrity: sha512-bO/TlzES0A9TVgnEjeHvz2C1sPvfgMPkN6SwYpsMRF43Md2q2nrjOUaPNfxFxt3dkPYG+jukt6IkH31YplNOWQ==} dependencies: - '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.42 + '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.43 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 transitivePeerDependencies: - encoding - supports-color - /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.42: - resolution: {integrity: sha512-WBETbyykm71MLUnsMZ0O450qZEcDqzWgrV6Xro3rLmFw94maE3b1rn1rNQYjjDA+vDfqnjR21sQmNBnxtq2/OQ==} + /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.43: + resolution: {integrity: sha512-lSWddzW70QoqxD61i949VWuKXgpMk/+6euC4BmaSqMiLN66ItS647BgXPNJCPh/jULAgRtUc33Sq7IwHbZ9dHw==} dependencies: '@ethersproject/random': 5.7.0 '@stablelib/ed25519': 1.0.3 @@ -8435,11 +8435,11 @@ packages: transitivePeerDependencies: - supports-color - /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.42: - resolution: {integrity: sha512-e6DYjcUnaZtGT0AdFkP2sLLojEBpoczWxyVdbDrrUnhNLIMH+r8uVnPIieHzIrzzZ8xbmI2O7AQJ2zTcIqLc6A==} + /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.43: + resolution: {integrity: sha512-Yasl2XvOaTu44LUDpiLPS0qW3w88se9oUJzo5Zn6MbfCTOkODWPLq/duEUzOBDeuGotrpXzv38xk1ZT2t3uH8A==} dependencies: - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.42 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.42 + '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.43 + '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.43 '@trust/keyto': 2.0.0-alpha1 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 From 5dc4c18bb7b1797938dbcba6e75419477ec827b4 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 1 Aug 2024 13:51:52 +0200 Subject: [PATCH 49/49] chore: updated deps --- .../contact-manager-rest-api/package.json | 4 +- packages/data-store/package.json | 2 +- packages/ebsi-support/package.json | 10 +- packages/oid4vci-holder/package.json | 4 +- packages/oid4vci-issuer-rest-api/package.json | 8 +- packages/oid4vci-issuer-store/package.json | 2 +- packages/oid4vci-issuer/package.json | 2 +- packages/presentation-exchange/package.json | 2 +- packages/public-key-hosting/package.json | 10 +- packages/sd-jwt/package.json | 10 +- packages/siopv2-oid4vp-op-auth/package.json | 4 +- packages/siopv2-oid4vp-rp-auth/package.json | 2 +- .../siopv2-oid4vp-rp-rest-api/package.json | 2 +- .../uni-resolver-registrar-api/package.json | 10 +- packages/vc-handler-ld-local/package.json | 10 +- .../package.json | 2 +- .../package.json | 6 +- packages/vc-status-list/package.json | 2 +- packages/w3c-vc-api/package.json | 8 +- packages/web3-provider-headless/package.json | 4 +- pnpm-lock.yaml | 262 +++++++++--------- 21 files changed, 183 insertions(+), 183 deletions(-) diff --git a/packages/contact-manager-rest-api/package.json b/packages/contact-manager-rest-api/package.json index f0ff0ba7c..e3d4d0d7a 100644 --- a/packages/contact-manager-rest-api/package.json +++ b/packages/contact-manager-rest-api/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-manager": "0.24.0", + "@sphereon/ssi-sdk-ext.key-utils": "0.24.0", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/data-store/package.json b/packages/data-store/package.json index d0e81e5c5..07e00e94b 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@sphereon/pex": "^4.0.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", diff --git a/packages/ebsi-support/package.json b/packages/ebsi-support/package.json index b18921cdf..afeb6881d 100644 --- a/packages/ebsi-support/package.json +++ b/packages/ebsi-support/package.json @@ -18,9 +18,9 @@ "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.24.0", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", + "@sphereon/ssi-sdk-ext.key-utils": "0.24.0", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.oid4vci-holder": "workspace:*", @@ -44,8 +44,8 @@ "@sphereon/oid4vci-client": "0.15.1-next.9", "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-manager": "0.24.0", + "@sphereon/ssi-sdk-ext.kms-local": "0.24.0", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.public-key-hosting": "workspace:*", diff --git a/packages/oid4vci-holder/package.json b/packages/oid4vci-holder/package.json index 6cd9de7d2..120aa22f8 100644 --- a/packages/oid4vci-holder/package.json +++ b/packages/oid4vci-holder/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/oid4vci-client": "0.15.1-next.9", "@sphereon/oid4vci-common": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", @@ -33,7 +33,7 @@ "xstate": "^4.38.3" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.0", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", "@types/uuid": "^9.0.8", diff --git a/packages/oid4vci-issuer-rest-api/package.json b/packages/oid4vci-issuer-rest-api/package.json index 548a3ef90..4b0d3b92f 100644 --- a/packages/oid4vci-issuer-rest-api/package.json +++ b/packages/oid4vci-issuer-rest-api/package.json @@ -36,10 +36,10 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.0", + "@sphereon/ssi-sdk-ext.key-manager": "0.24.0", + "@sphereon/ssi-sdk-ext.key-utils": "0.24.0", + "@sphereon/ssi-sdk-ext.kms-local": "0.24.0", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/oid4vci-issuer-store/package.json b/packages/oid4vci-issuer-store/package.json index 0ec4dcf7a..b89af0854 100644 --- a/packages/oid4vci-issuer-store/package.json +++ b/packages/oid4vci-issuer-store/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@sphereon/oid4vci-common": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", diff --git a/packages/oid4vci-issuer/package.json b/packages/oid4vci-issuer/package.json index 596ab2ad6..47ec4b0f5 100644 --- a/packages/oid4vci-issuer/package.json +++ b/packages/oid4vci-issuer/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/oid4vci-common": "0.15.1-next.9", "@sphereon/oid4vci-issuer": "0.15.1-next.9", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.oid4vci-issuer-store": "workspace:*", diff --git a/packages/presentation-exchange/package.json b/packages/presentation-exchange/package.json index b422aaa0a..193d9da20 100644 --- a/packages/presentation-exchange/package.json +++ b/packages/presentation-exchange/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-types": "workspace:*", diff --git a/packages/public-key-hosting/package.json b/packages/public-key-hosting/package.json index 0ed250680..b911fbbc8 100644 --- a/packages/public-key-hosting/package.json +++ b/packages/public-key-hosting/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-manager": "0.24.0", + "@sphereon/ssi-sdk-ext.key-utils": "0.24.0", + "@sphereon/ssi-sdk-ext.kms-local": "0.24.0", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -32,8 +32,8 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.0", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.0", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/body-parser": "^1.19.5", "@types/cookie-parser": "^1.4.7", diff --git a/packages/sd-jwt/package.json b/packages/sd-jwt/package.json index be315a6a3..6dfd29792 100644 --- a/packages/sd-jwt/package.json +++ b/packages/sd-jwt/package.json @@ -17,7 +17,7 @@ "dependencies": { "@sd-jwt/core": "^0.6.1", "@sd-jwt/sd-jwt-vc": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@veramo/utils": "4.2.0", "debug": "^4.3.5" }, @@ -25,10 +25,10 @@ "@sd-jwt/decode": "^0.6.1", "@sd-jwt/types": "^0.6.1", "@sd-jwt/utils": "^0.6.1", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.0", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.0", + "@sphereon/ssi-sdk-ext.key-manager": "0.24.0", + "@sphereon/ssi-sdk-ext.kms-local": "0.24.0", "@types/node": "18.15.3", "@veramo/core": "4.2.0", "@veramo/data-store": "4.2.0", diff --git a/packages/siopv2-oid4vp-op-auth/package.json b/packages/siopv2-oid4vp-op-auth/package.json index 0cbc15de1..b16c6061b 100644 --- a/packages/siopv2-oid4vp-op-auth/package.json +++ b/packages/siopv2-oid4vp-op-auth/package.json @@ -17,7 +17,7 @@ "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "2.2.4", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@sphereon/ssi-sdk.contact-manager": "workspace:*", "@sphereon/ssi-sdk.credential-store": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", @@ -39,7 +39,7 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.0", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@types/i18n-js": "^3.8.9", "@types/lodash.memoize": "^4.1.9", diff --git a/packages/siopv2-oid4vp-rp-auth/package.json b/packages/siopv2-oid4vp-rp-auth/package.json index 02ce0623e..c39b234fa 100644 --- a/packages/siopv2-oid4vp-rp-auth/package.json +++ b/packages/siopv2-oid4vp-rp-auth/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sphereon/did-auth-siop": "0.6.4", "@sphereon/pex": "^4.0.1", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.kv-store-temp": "workspace:*", "@sphereon/ssi-sdk.pd-manager": "workspace:*", diff --git a/packages/siopv2-oid4vp-rp-rest-api/package.json b/packages/siopv2-oid4vp-rp-rest-api/package.json index a21753e6b..f853f62dd 100644 --- a/packages/siopv2-oid4vp-rp-rest-api/package.json +++ b/packages/siopv2-oid4vp-rp-rest-api/package.json @@ -36,7 +36,7 @@ "@sphereon/did-uni-client": "^0.6.3", "@sphereon/pex": "^4.0.1", "@sphereon/pex-models": "^2.2.4", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.0", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/uni-resolver-registrar-api/package.json b/packages/uni-resolver-registrar-api/package.json index 53b669f5e..2c44b0ef2 100644 --- a/packages/uni-resolver-registrar-api/package.json +++ b/packages/uni-resolver-registrar-api/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", + "@sphereon/ssi-sdk-ext.key-manager": "0.24.0", + "@sphereon/ssi-sdk-ext.key-utils": "0.24.0", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-types": "workspace:*", "@veramo/core": "4.2.0", @@ -31,8 +31,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.0", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.0", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", "@types/body-parser": "^1.19.5", diff --git a/packages/vc-handler-ld-local/package.json b/packages/vc-handler-ld-local/package.json index 341824107..2b41742d2 100644 --- a/packages/vc-handler-ld-local/package.json +++ b/packages/vc-handler-ld-local/package.json @@ -23,8 +23,8 @@ "@digitalcredentials/vc": "^6.0.1", "@digitalcredentials/x25519-key-agreement-2020-context": "^1.0.0", "@noble/hashes": "1.2.0", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", + "@sphereon/ssi-sdk-ext.key-utils": "0.24.0", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", @@ -56,10 +56,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-provider-key": "0.24.0", "@sphereon/ssi-sdk-ext.did-provider-lto": "0.23.0", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-manager": "0.24.0", + "@sphereon/ssi-sdk-ext.kms-local": "0.24.0", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@transmute/lds-ecdsa-secp256k1-recovery2020": "^0.0.7", "@types/nock": "^11.1.0", diff --git a/packages/vc-status-list-issuer-drivers/package.json b/packages/vc-status-list-issuer-drivers/package.json index 6733cd199..b98385819 100644 --- a/packages/vc-status-list-issuer-drivers/package.json +++ b/packages/vc-status-list-issuer-drivers/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", diff --git a/packages/vc-status-list-issuer-rest-api/package.json b/packages/vc-status-list-issuer-rest-api/package.json index 591d0c8c7..e7cbc5ced 100644 --- a/packages/vc-status-list-issuer-rest-api/package.json +++ b/packages/vc-status-list-issuer-rest-api/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@sphereon/ssi-express-support": "workspace:*", - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@sphereon/ssi-sdk.core": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-status-list": "workspace:*", @@ -30,8 +30,8 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.0", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.0", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/vc-status-list/package.json b/packages/vc-status-list/package.json index 22c20277e..8b5969d24 100644 --- a/packages/vc-status-list/package.json +++ b/packages/vc-status-list/package.json @@ -10,7 +10,7 @@ "build:clean": "tsc --build --clean && tsc --build" }, "dependencies": { - "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-utils": "0.24.0", "@sphereon/ssi-types": "workspace:*", "@sphereon/vc-status-list": "7.0.0-next.0", "@veramo/core": "4.2.0", diff --git a/packages/w3c-vc-api/package.json b/packages/w3c-vc-api/package.json index dec760e6e..04c7ab2c8 100644 --- a/packages/w3c-vc-api/package.json +++ b/packages/w3c-vc-api/package.json @@ -33,10 +33,10 @@ }, "devDependencies": { "@sphereon/did-uni-client": "^0.6.3", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.24.0", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.24.0", + "@sphereon/ssi-sdk-ext.key-manager": "0.24.0", + "@sphereon/ssi-sdk-ext.kms-local": "0.24.0", "@sphereon/ssi-sdk.agent-config": "workspace:*", "@sphereon/ssi-sdk.data-store": "workspace:*", "@sphereon/ssi-sdk.vc-handler-ld-local": "workspace:*", diff --git a/packages/web3-provider-headless/package.json b/packages/web3-provider-headless/package.json index f172d1a88..a577f93c4 100644 --- a/packages/web3-provider-headless/package.json +++ b/packages/web3-provider-headless/package.json @@ -40,8 +40,8 @@ "web3-validator": "^2.0.6" }, "devDependencies": { - "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.43", - "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.43", + "@sphereon/ssi-sdk-ext.key-manager": "0.24.0", + "@sphereon/ssi-sdk-ext.kms-local": "0.24.0", "@types/body-parser": "^1.19.5", "@types/cors": "^2.8.17", "@types/dotenv-flow": "^3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a3b9071f..2db2cc4ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -236,11 +236,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -415,8 +415,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -525,14 +525,14 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-resolver-ebsi': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -598,11 +598,11 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -891,8 +891,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -937,8 +937,8 @@ importers: version: 4.38.3 devDependencies: '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@types/i18n-js': specifier: ^3.8.9 version: 3.8.9 @@ -973,8 +973,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9(awesome-qr@2.1.5-rc.0) '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1095,17 +1095,17 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -1228,8 +1228,8 @@ importers: specifier: 0.15.1-next.9 version: 0.15.1-next.9 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.kv-store-temp': specifier: workspace:* version: link:../kv-store @@ -1444,8 +1444,8 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.credential-store': specifier: workspace:* version: link:../credential-store @@ -1496,14 +1496,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -1551,11 +1551,11 @@ importers: version: 9.0.1 devDependencies: '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1715,8 +1715,8 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@veramo/utils': specifier: 4.2.0 version: 4.2.0 @@ -1734,17 +1734,17 @@ importers: specifier: ^0.6.1 version: 0.6.1 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@types/node': specifier: 18.15.3 version: 18.15.3 @@ -1804,8 +1804,8 @@ importers: specifier: 2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.contact-manager': specifier: workspace:* version: link:../contact-manager @@ -1865,8 +1865,8 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -1910,8 +1910,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2041,8 +2041,8 @@ importers: specifier: ^2.2.4 version: 2.2.4 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2336,14 +2336,14 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2388,11 +2388,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.data-store': specifier: workspace:* version: link:../data-store @@ -2517,11 +2517,11 @@ importers: specifier: 1.2.0 version: 1.2.0 '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.key-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2614,17 +2614,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-key': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43(expo@51.0.23)(react-native@0.74.3) + specifier: 0.24.0 + version: 0.24.0(expo@51.0.23)(react-native@0.74.3) '@sphereon/ssi-sdk-ext.did-provider-lto': specifier: 0.23.0 version: 0.23.0(typescript@5.4.2) '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@transmute/lds-ecdsa-secp256k1-recovery2020': specifier: ^0.0.7 version: 0.0.7(expo@51.0.23)(react-native@0.74.3) @@ -2698,8 +2698,8 @@ importers: packages/vc-status-list: dependencies: '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-types': specifier: workspace:* version: link:../ssi-types @@ -2744,8 +2744,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2793,8 +2793,8 @@ importers: specifier: workspace:* version: link:../ssi-express-support '@sphereon/ssi-sdk-ext.did-utils': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.core': specifier: workspace:* version: link:../ssi-sdk-core @@ -2839,11 +2839,11 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -2984,17 +2984,17 @@ importers: specifier: ^0.6.3 version: 0.6.3 '@sphereon/ssi-sdk-ext.did-provider-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.did-resolver-jwk': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk.agent-config': specifier: workspace:* version: link:../agent-config @@ -3230,11 +3230,11 @@ importers: version: 2.0.6 devDependencies: '@sphereon/ssi-sdk-ext.key-manager': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@sphereon/ssi-sdk-ext.kms-local': - specifier: 0.23.1-next.43 - version: 0.23.1-next.43 + specifier: 0.24.0 + version: 0.24.0 '@types/body-parser': specifier: ^1.19.5 version: 1.19.5 @@ -8287,12 +8287,12 @@ packages: - supports-color dev: false - /@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.43: - resolution: {integrity: sha512-r2ZgsElQL9kt1RKqPbRzLlwxV3Z9b6RfEyrVt30Ir/SxC9kmGP01dXZGUzFQJHdqrV5YJG3JyNo0vnJLWh+BZA==} + /@sphereon/ssi-sdk-ext.did-provider-jwk@0.24.0: + resolution: {integrity: sha512-Q0X8l+ViZGM/xW78rY22VW1g81CXzVQH3CCGiM5p39wYY8R5G15n6lkPXRZondi4mlE7PGEszep61QWeJcsERw==} dependencies: '@ethersproject/random': 5.7.0 - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.43 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.43 + '@sphereon/ssi-sdk-ext.did-utils': 0.24.0 + '@sphereon/ssi-sdk-ext.key-utils': 0.24.0 '@sphereon/ssi-types': link:packages/ssi-types '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -8306,11 +8306,11 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.43(expo@51.0.23)(react-native@0.74.3): - resolution: {integrity: sha512-m1t0C6UjVfss7oWkrAP6I+4TVX4yzaQBzdZ+j6hl4h84Gx0eXTUXj7NhoDkRBrVhBDRkt8ipMyAfqS05NN9rpA==} + /@sphereon/ssi-sdk-ext.did-provider-key@0.24.0(expo@51.0.23)(react-native@0.74.3): + resolution: {integrity: sha512-GD/ODfXmAcYWIX9cW1JZBOes9zk0z5K0yx7MYuD+D2zYcGQmj7EuMTKL+9xbEVWTbNfZjPI886ZtiE6V3WbCCA==} dependencies: - '@sphereon/ssi-sdk-ext.did-resolver-key': 0.23.1-next.43 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.43 + '@sphereon/ssi-sdk-ext.did-resolver-key': 0.24.0 + '@sphereon/ssi-sdk-ext.key-utils': 0.24.0 '@transmute/did-key-bls12381': 0.3.0-unstable.10(expo@51.0.23)(react-native@0.74.3) '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/did-manager': 4.2.0 @@ -8346,8 +8346,8 @@ packages: - typescript dev: true - /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.43: - resolution: {integrity: sha512-iMlnNHVEqtBx1672fXqy5akK7CbBCwIOES0NQH9WMjltWeAzPITQTBH6vFsmZi5PsYD7UckO0AOzvLbBs94+qw==} + /@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.24.0: + resolution: {integrity: sha512-ljm6DIpmL+gTJeyXX8R32uHxBceCTpo68XeSFqDcYxnqn8XiQXB2pgW9qM9bWH4n455+DsuRkjb57D1oPC4XoQ==} dependencies: cross-fetch: 3.1.8 did-resolver: 4.1.0 @@ -8356,8 +8356,8 @@ packages: - encoding dev: false - /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.43: - resolution: {integrity: sha512-o1hdOSu16JEgGpwhhg04SVZBT9u8VLcGXL1d5FBxfQGk3rFqqtWV6pQ2QdgYpgIJOFIYEYDXbOh4KYSmbCcyhA==} + /@sphereon/ssi-sdk-ext.did-resolver-jwk@0.24.0: + resolution: {integrity: sha512-74to/yE8q3A7O935AlvHWhvBItHuC0HCiKq2UiYa5Adw3NVU9mElXUOik7IRJrhuD6wJNaAxDmQYAFIWRdIG1g==} dependencies: '@sphereon/ssi-types': link:packages/ssi-types base64url: 3.0.1 @@ -8368,10 +8368,10 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.43: - resolution: {integrity: sha512-Z4EYUHV3Xnm/6i58ryMuzzXxO9jHskDbqDhwVPy1IyoOuB+oMYcIIMqyPTNxwqEQR6Ad00j4EcX/+Er62/78jg==} + /@sphereon/ssi-sdk-ext.did-resolver-key@0.24.0: + resolution: {integrity: sha512-m5SbM6Ae+xg81zPvNMtcTz79WwtwewakMtvmDOSDUDgHKdoMOAHZ9AQaD9I06wZ0+ftixudgxbAenoVT6Mxy5Q==} dependencies: - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.43 + '@sphereon/ssi-sdk-ext.key-utils': 0.24.0 '@stablelib/ed25519': 1.0.3 bigint-mod-arith: 3.3.1 did-resolver: 4.1.0 @@ -8386,13 +8386,13 @@ packages: - supports-color dev: true - /@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.43: - resolution: {integrity: sha512-vViKRSij8unTgZADedXgwTZzTppfvg0xacEWK9OFjzkiqq5uYOEE8tux8AnJ+xMLDYHZRvaJXpCPBfGQRTphQA==} + /@sphereon/ssi-sdk-ext.did-utils@0.24.0: + resolution: {integrity: sha512-asevnEBumeUZEk+zcjzFf+70OD1RTk+83jAlDU54cJukj35ZX6HYq+qmcwIqXRMG9rk8om8rT7R5I7UqpQkhkg==} dependencies: '@ethersproject/networks': 5.7.1 '@ethersproject/transactions': 5.7.0 '@sphereon/did-uni-client': 0.6.3 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.43 + '@sphereon/ssi-sdk-ext.key-utils': 0.24.0 '@sphereon/ssi-sdk.core': link:packages/ssi-sdk-core '@stablelib/ed25519': 1.0.3 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) @@ -8405,18 +8405,18 @@ packages: - encoding - supports-color - /@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.43: - resolution: {integrity: sha512-bO/TlzES0A9TVgnEjeHvz2C1sPvfgMPkN6SwYpsMRF43Md2q2nrjOUaPNfxFxt3dkPYG+jukt6IkH31YplNOWQ==} + /@sphereon/ssi-sdk-ext.key-manager@0.24.0: + resolution: {integrity: sha512-4T/LnTPh9JhoTLxGdhOzFvun8Vw6T3o55qLm6R7AkdSsTJs3/EJiMfegH8FBSMqw3W4+7Z9qV2+ETLvdC39HVA==} dependencies: - '@sphereon/ssi-sdk-ext.kms-local': 0.23.1-next.43 + '@sphereon/ssi-sdk-ext.kms-local': 0.24.0 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0 transitivePeerDependencies: - encoding - supports-color - /@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.43: - resolution: {integrity: sha512-lSWddzW70QoqxD61i949VWuKXgpMk/+6euC4BmaSqMiLN66ItS647BgXPNJCPh/jULAgRtUc33Sq7IwHbZ9dHw==} + /@sphereon/ssi-sdk-ext.key-utils@0.24.0: + resolution: {integrity: sha512-69A7H5H/CSPHJnsoN6ICP4oluJunjMi5ia7okk6b2GZ6FEbj6JAcOavO6eznUrqPyhwg71+Es/TkuFCtQ1JydA==} dependencies: '@ethersproject/random': 5.7.0 '@stablelib/ed25519': 1.0.3 @@ -8435,11 +8435,11 @@ packages: transitivePeerDependencies: - supports-color - /@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.43: - resolution: {integrity: sha512-Yasl2XvOaTu44LUDpiLPS0qW3w88se9oUJzo5Zn6MbfCTOkODWPLq/duEUzOBDeuGotrpXzv38xk1ZT2t3uH8A==} + /@sphereon/ssi-sdk-ext.kms-local@0.24.0: + resolution: {integrity: sha512-wh00UWRMF03yrKS2/kLHU6QTtX9VMovFPCSuz3hcZYJv/TLL2G3sADwdMx+O6Qd6BrM7w3Ev+A7tabGURA02Vg==} dependencies: - '@sphereon/ssi-sdk-ext.did-utils': 0.23.1-next.43 - '@sphereon/ssi-sdk-ext.key-utils': 0.23.1-next.43 + '@sphereon/ssi-sdk-ext.did-utils': 0.24.0 + '@sphereon/ssi-sdk-ext.key-utils': 0.24.0 '@trust/keyto': 2.0.0-alpha1 '@veramo/core': 4.2.0(patch_hash=c5oempznsz4br5w3tcuk2i2mau) '@veramo/key-manager': 4.2.0