diff --git a/.changeset/gorgeous-cougars-marry.md b/.changeset/gorgeous-cougars-marry.md deleted file mode 100644 index 87ae95d5a..000000000 --- a/.changeset/gorgeous-cougars-marry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@blockchain-lab-um/masca-types": patch -"@blockchain-lab-um/masca": patch ---- - -Add state migration & update tests diff --git a/.changeset/strong-pens-thank.md b/.changeset/strong-pens-thank.md deleted file mode 100644 index c5018e5e1..000000000 --- a/.changeset/strong-pens-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blockchain-lab-um/dapp": patch ---- - -Fix some visual bugs diff --git a/libs/extended-verification/CHANGELOG.md b/libs/extended-verification/CHANGELOG.md index c7f3e1b1c..6273e681e 100644 --- a/libs/extended-verification/CHANGELOG.md +++ b/libs/extended-verification/CHANGELOG.md @@ -1,5 +1,12 @@ # @blockchain-lab-um/extended-verification +## 0.1.1 + +### Patch Changes + +- Updated dependencies [[`526a627`](https://github.com/blockchain-lab-um/masca/commit/526a627ffd6466931e0f0fcfb6b802bb2ea47271)]: + - @blockchain-lab-um/masca-types@1.3.1 + ## 0.1.0 ### Minor Changes diff --git a/libs/extended-verification/package.json b/libs/extended-verification/package.json index b68d9904f..7f79488ba 100644 --- a/libs/extended-verification/package.json +++ b/libs/extended-verification/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/extended-verification", - "version": "0.1.0", + "version": "0.1.1", "private": false, "description": "", "keywords": [], @@ -36,7 +36,7 @@ }, "dependencies": { "@blockchain-lab-um/did-provider-key": "1.0.8-beta.0", - "@blockchain-lab-um/masca-types": "1.3.0", + "@blockchain-lab-um/masca-types": "1.3.1", "@blockchain-lab-um/utils": "1.3.7", "@veramo/core": "5.6.0", "@veramo/credential-eip712": "5.6.0", diff --git a/packages/connector/CHANGELOG.md b/packages/connector/CHANGELOG.md index bf8056ee8..4c3335940 100644 --- a/packages/connector/CHANGELOG.md +++ b/packages/connector/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.3.1 + +### Patch Changes + +- Updated dependencies [[`526a627`](https://github.com/blockchain-lab-um/masca/commit/526a627ffd6466931e0f0fcfb6b802bb2ea47271)]: + - @blockchain-lab-um/masca-types@1.3.1 + ## 1.3.0 ### Minor Changes diff --git a/packages/connector/package.json b/packages/connector/package.json index 422636f85..a0ad0ed65 100644 --- a/packages/connector/package.json +++ b/packages/connector/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/masca-connector", - "version": "1.3.0", + "version": "1.3.1", "description": "Library for using Masca on the frontend", "keywords": [ "MetaMask", @@ -24,7 +24,12 @@ "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", - "files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"], + "files": [ + "dist/**", + "README.md", + "package.json", + "CHANGELOG.md" + ], "scripts": { "build": "pnpm clean && pnpm compile", "bundle": "webpack", @@ -35,7 +40,7 @@ "prepack": "pnpm build" }, "dependencies": { - "@blockchain-lab-um/masca-types": "1.3.0", + "@blockchain-lab-um/masca-types": "1.3.1", "@blockchain-lab-um/utils": "1.3.7", "@didtools/pkh-ethereum": "0.4.0", "@veramo/core": "5.6.1-next.57", diff --git a/packages/connector/src/masca.json b/packages/connector/src/masca.json index 5a81f5eae..9f25af25e 100644 --- a/packages/connector/src/masca.json +++ b/packages/connector/src/masca.json @@ -1,3 +1,3 @@ { - "mascaVersion": "1.2.0" + "mascaVersion": "1.2.1" } diff --git a/packages/dapp/CHANGELOG.md b/packages/dapp/CHANGELOG.md index cad37f9bc..8bcf1ba64 100644 --- a/packages/dapp/CHANGELOG.md +++ b/packages/dapp/CHANGELOG.md @@ -1,5 +1,14 @@ # @blockchain-lab-um/dapp +## 1.2.1 + +### Patch Changes + +- [#583](https://github.com/blockchain-lab-um/masca/pull/583) [`1149402`](https://github.com/blockchain-lab-um/masca/commit/114940217541d7241a8f52117ca54cf179ad4a46) Thanks [@andyv09](https://github.com/andyv09)! - Fix some visual bugs + +- Updated dependencies []: + - @blockchain-lab-um/masca-connector@1.3.1 + ## 1.2.0 ### Minor Changes diff --git a/packages/dapp/package.json b/packages/dapp/package.json index 1505e2a72..f5420bdc9 100644 --- a/packages/dapp/package.json +++ b/packages/dapp/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/dapp", - "version": "1.2.0", + "version": "1.2.1", "private": true, "license": "(Apache-2.0 AND MIT)", "type": "commonjs", @@ -18,7 +18,7 @@ }, "dependencies": { "@blockchain-lab-um/did-provider-key": "1.0.8-beta.0", - "@blockchain-lab-um/masca-connector": "1.3.0", + "@blockchain-lab-um/masca-connector": "1.3.1", "@blockchain-lab-um/oidc-types": "0.0.8", "@headlessui/react": "^1.7.18", "@heroicons/react": "^2.1.1", diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 2c44c5606..fb0dc0236 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.2.1 + +### Patch Changes + +- [#585](https://github.com/blockchain-lab-um/masca/pull/585) [`526a627`](https://github.com/blockchain-lab-um/masca/commit/526a627ffd6466931e0f0fcfb6b802bb2ea47271) Thanks [@andyv09](https://github.com/andyv09)! - Add state migration & update tests + +- Updated dependencies [[`526a627`](https://github.com/blockchain-lab-um/masca/commit/526a627ffd6466931e0f0fcfb6b802bb2ea47271)]: + - @blockchain-lab-um/masca-types@1.3.1 + ## 1.2.0 ### Minor Changes diff --git a/packages/snap/package.json b/packages/snap/package.json index 99f147db7..d898d7f87 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/masca", - "version": "1.2.0", + "version": "1.2.1", "description": "Snap for managing VCs and VPs in MetaMask", "keywords": [ "MetaMask", @@ -56,7 +56,7 @@ "dependencies": { "@0xpolygonid/js-sdk": "1.0.3", "@blockchain-lab-um/did-provider-key": "1.0.8-beta.0", - "@blockchain-lab-um/masca-types": "1.3.0", + "@blockchain-lab-um/masca-types": "1.3.1", "@blockchain-lab-um/oidc-client-plugin": "0.3.0", "@blockchain-lab-um/oidc-types": "0.0.8", "@blockchain-lab-um/utils": "1.3.7", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index a847c3058..1b5eae805 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.2.0", + "version": "1.2.1", "description": "Snap for managing VCs and VPs in MetaMask", "proposedName": "Masca", "repository": { @@ -26,7 +26,7 @@ "./files/circuits/credentialAtomicQuerySigV2/circuit_final.zkey", "./files/circuits/credentialAtomicQuerySigV2/verification_key.json" ], - "shasum": "XgShgB1TnFIB19+mTn/ORaS8wXISBcQkk8OxsHjNIpc=" + "shasum": "ncZ69RLTlD5rLJpnoyk49ebT4DxzYyDCU3C75i8Df5U=" }, "initialPermissions": { "endowment:ethereum-provider": {}, diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 57be8bbc0..21fd1d668 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.1 + +### Patch Changes + +- [#585](https://github.com/blockchain-lab-um/masca/pull/585) [`526a627`](https://github.com/blockchain-lab-um/masca/commit/526a627ffd6466931e0f0fcfb6b802bb2ea47271) Thanks [@andyv09](https://github.com/andyv09)! - Add state migration & update tests + ## 1.3.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index 2a90ea4e4..7331d582d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,8 +1,13 @@ { "name": "@blockchain-lab-um/masca-types", - "version": "1.3.0", + "version": "1.3.1", "description": "Types for Masca", - "keywords": ["ssi", "metamask", "snap", "dapp"], + "keywords": [ + "ssi", + "metamask", + "snap", + "dapp" + ], "license": "(Apache-2.0 AND MIT)", "author": { "name": "Blockchain Lab:UM", @@ -14,7 +19,12 @@ "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", - "files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"], + "files": [ + "dist/**", + "README.md", + "package.json", + "CHANGELOG.md" + ], "scripts": { "build": "pnpm clean && pnpm typia:generate && pnpm compile", "clean": "rimraf dist", @@ -38,7 +48,9 @@ }, "nx": { "namedInputs": { - "default": ["{projectRoot}/**/*"], + "default": [ + "{projectRoot}/**/*" + ], "production": [ "default", "!{projectRoot}/dist/**/*", @@ -47,13 +59,26 @@ }, "targets": { "build": { - "inputs": ["production", "^production"], - "dependsOn": ["^build"], - "outputs": ["{projectRoot}/dist", "{projectRoot}/src/typia-generated"] + "inputs": [ + "production", + "^production" + ], + "dependsOn": [ + "^build" + ], + "outputs": [ + "{projectRoot}/dist", + "{projectRoot}/src/typia-generated" + ] }, "lint": { - "inputs": ["default", "^production"], - "dependsOn": ["build"], + "inputs": [ + "default", + "^production" + ], + "dependsOn": [ + "build" + ], "outputs": [] } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 010e5eca2..b5787922e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -174,7 +174,7 @@ importers: version: 5.6.1-next.57 '@veramo/credential-w3c': specifier: 5.6.1-next.57 - version: 5.6.1-next.57(encoding@0.1.13)(expo@50.0.11)(react-native@0.73.5) + version: 5.6.1-next.57(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1)(react-native@0.73.5) '@veramo/data-store': specifier: 5.6.1-next.57 version: 5.6.1-next.57(better-sqlite3@9.4.3)(ts-node@10.9.2) @@ -221,7 +221,7 @@ importers: specifier: 1.0.8-beta.0 version: link:../did-provider-key '@blockchain-lab-um/masca-types': - specifier: 1.3.0 + specifier: 1.3.1 version: link:../../packages/types '@blockchain-lab-um/utils': specifier: 1.3.7 @@ -396,7 +396,7 @@ importers: packages/connector: dependencies: '@blockchain-lab-um/masca-types': - specifier: 1.3.0 + specifier: 1.3.1 version: link:../types '@blockchain-lab-um/utils': specifier: 1.3.7 @@ -436,7 +436,7 @@ importers: specifier: 1.0.8-beta.0 version: link:../../libs/did-provider-key '@blockchain-lab-um/masca-connector': - specifier: 1.3.0 + specifier: 1.3.1 version: link:../connector '@blockchain-lab-um/oidc-types': specifier: 0.0.8 @@ -482,7 +482,7 @@ importers: version: 5.6.1-next.57(encoding@0.1.13) '@veramo/credential-w3c': specifier: 5.6.1-next.57 - version: 5.6.1-next.57(encoding@0.1.13)(expo@50.0.11)(react-native@0.73.5) + version: 5.6.1-next.57(encoding@0.1.13)(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1)(react-native@0.73.5) '@veramo/did-provider-ethr': specifier: 5.6.1-next.57 version: 5.6.1-next.57 @@ -736,7 +736,7 @@ importers: specifier: 1.0.8-beta.0 version: link:../../libs/did-provider-key '@blockchain-lab-um/masca-types': - specifier: 1.3.0 + specifier: 1.3.1 version: link:../types '@blockchain-lab-um/oidc-client-plugin': specifier: 0.3.0 @@ -791,7 +791,7 @@ importers: version: 5.6.1-next.57 '@veramo/credential-w3c': specifier: 5.6.1-next.57 - version: 5.6.1-next.57(encoding@0.1.13)(expo@50.0.11)(react-native@0.73.5) + version: 5.6.1-next.57(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1)(react-native@0.73.5) '@veramo/did-manager': specifier: 5.6.1-next.57 version: 5.6.1-next.57 @@ -864,7 +864,7 @@ importers: version: 2.17.0 '@metamask/snaps-cli': specifier: 3.0.3 - version: 3.0.3(@metamask/approval-controller@5.1.3)(esbuild@0.20.1) + version: 3.0.3(@metamask/approval-controller@4.1.0)(esbuild@0.20.1) '@types/elliptic': specifier: ^6.4.18 version: 6.4.18 @@ -1213,6 +1213,7 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color + dev: true /@babel/core@7.24.0: resolution: {integrity: sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==} @@ -1499,6 +1500,7 @@ packages: '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 + dev: true /@babel/helper-module-transforms@7.23.0(@babel/core@7.24.0): resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} @@ -1674,6 +1676,7 @@ packages: '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color + dev: true /@babel/helpers@7.24.0: resolution: {integrity: sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==} @@ -1868,16 +1871,16 @@ packages: '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.24.0) - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.23.2): + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.24.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 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.24.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.0) /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.24.0): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} @@ -2069,6 +2072,7 @@ packages: dependencies: '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} @@ -3192,6 +3196,7 @@ packages: '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 + dev: true /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.24.0): resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} @@ -5738,6 +5743,7 @@ packages: dependencies: base64url-universal: 2.0.0 pako: 2.1.0 + dev: false optional: true /@digitalbazaar/http-client@1.2.0(patch_hash=yl3b524jp4dtc7mdahww7krgi4): @@ -5761,6 +5767,7 @@ packages: undici: 5.23.0 transitivePeerDependencies: - web-streams-polyfill + dev: false /@digitalbazaar/http-client@4.1.1: resolution: {integrity: sha512-PG0r9sAEzAmnCSrwKg+HhM6+GNMU24ttiFMBycqhM1vDi8enipuFpW45vn2lzr8+i7I2yLUzNyfrrkQTlzGLmQ==} @@ -5768,7 +5775,6 @@ packages: dependencies: ky: 1.2.2 undici: 6.7.1 - dev: false /@digitalbazaar/security-context@1.0.1: resolution: {integrity: sha512-0WZa6tPiTZZF8leBtQgYAfXQePFQp2z5ivpCEN/iZguYYZ0TB9qRmWtan5XH6mNFuusHtMcyIzAcReyE6rZPhA==} @@ -5776,11 +5782,7 @@ packages: /@digitalbazaar/vc-status-list-context@3.0.1: resolution: {integrity: sha512-vQsqQXpmSXKNy/C0xxFUOBzz60dHh6oupQam1xRC8IspVC11hYJiX9SAhmbI0ulHvX1R2JfqZaJHZjmAyMZ/aA==} requiresBuild: true - optional: true - - /@digitalbazaar/vc-status-list-context@3.1.1: - resolution: {integrity: sha512-cMVtd+EV+4KN2kUG4/vsV74JVsGE6dcpod6zRoFB/AJA2W/sZbJqR44KL3G6P262+GcAECNhtnSsKsTnQ6y8+w==} - requiresBuild: true + dev: false optional: true /@digitalbazaar/vc-status-list@7.0.0: @@ -5797,19 +5799,6 @@ packages: dev: false optional: true - /@digitalbazaar/vc-status-list@7.1.0: - resolution: {integrity: sha512-p5uxKJlX13N8TcTuv9qFDeej+6bndU+Rh1Cez2MT+bXQE6Jpn5t336FBSHmcECB4yUfZQpkmV/LOcYU4lW8Ojw==} - engines: {node: '>=16'} - requiresBuild: true - dependencies: - '@digitalbazaar/bitstring': 3.1.0 - '@digitalbazaar/vc': 5.0.0 - '@digitalbazaar/vc-status-list-context': 3.1.1 - credentials-context: 2.0.0 - transitivePeerDependencies: - - web-streams-polyfill - optional: true - /@digitalbazaar/vc@5.0.0: resolution: {integrity: sha512-XmLM7Ag5W+XidGnFuxFIyUFSMnHnWEMJlHei602GG94+WzFJ6Ik8txzPQL8T18egSoiTsd1VekymbIlSimhuaQ==} engines: {node: '>=14'} @@ -5820,6 +5809,7 @@ packages: jsonld-signatures: 11.2.1 transitivePeerDependencies: - web-streams-polyfill + dev: false optional: true /@digitalcredentials/base58-universal@1.0.1: @@ -5832,6 +5822,7 @@ packages: requiresBuild: true dependencies: base64url: 3.0.1 + dev: false optional: true /@digitalcredentials/bitstring@2.0.1: @@ -5841,6 +5832,7 @@ packages: dependencies: '@digitalcredentials/base64url-universal': 2.0.2 pako: 2.1.0 + dev: false optional: true /@digitalcredentials/ed25519-signature-2020@3.0.2(expo@50.0.11)(react-native@0.73.5): @@ -5858,6 +5850,7 @@ packages: - expo - react-native - web-streams-polyfill + dev: false optional: true /@digitalcredentials/ed25519-signature-2020@4.0.0(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): @@ -5874,7 +5867,6 @@ packages: - expo-crypto - msrcrypto - react-native-securerandom - dev: false /@digitalcredentials/ed25519-verification-key-2020@3.2.2: resolution: {integrity: sha512-ZfxNFZlA379MZpf+gV2tUYyiZ15eGVgjtCQLWlyu3frWxsumUgv++o0OJlMnrDsWGwzFMRrsXcosd5+752rLOA==} @@ -5917,11 +5909,11 @@ packages: - expo-crypto - msrcrypto - react-native-securerandom - dev: false /@digitalcredentials/jsonld-signatures@9.3.2(expo@50.0.11)(react-native@0.73.5): resolution: {integrity: sha512-auubZrr3D7et5O6zCdqoXsLhI8/F26HqneE94gIoZYVuxNHBNaFoDQ1Z71RfddRqwJonHkfkWgeZSzqjv6aUmg==} engines: {node: '>=12'} + requiresBuild: true dependencies: '@digitalbazaar/security-context': 1.0.1 '@digitalcredentials/jsonld': 6.0.0(expo@50.0.11)(react-native@0.73.5) @@ -5933,6 +5925,7 @@ packages: - expo - react-native - web-streams-polyfill + dev: false optional: true /@digitalcredentials/jsonld-signatures@9.4.0(expo@50.0.11)(react-native@0.73.5): @@ -6015,6 +6008,7 @@ packages: - expo - react-native - web-streams-polyfill + dev: false optional: true /@digitalcredentials/vc@4.2.0(expo@50.0.11)(react-native@0.73.5): @@ -6023,13 +6017,14 @@ packages: requiresBuild: true dependencies: '@digitalcredentials/jsonld': 5.2.2(expo@50.0.11)(react-native@0.73.5) - '@digitalcredentials/jsonld-signatures': 9.3.2(expo@50.0.11)(react-native@0.73.5) + '@digitalcredentials/jsonld-signatures': 9.4.0(expo@50.0.11)(react-native@0.73.5) credentials-context: 2.0.0 transitivePeerDependencies: - domexception - expo - react-native - web-streams-polyfill + dev: false optional: true /@digitalcredentials/vc@6.0.0(expo@50.0.11)(react-native@0.73.5): @@ -6054,27 +6049,6 @@ packages: dev: false optional: true - /@digitalcredentials/vc@6.0.1(expo@50.0.11)(react-native@0.73.5): - resolution: {integrity: sha512-TZgLoi00Jc9uv3b6jStH+G8+bCqpHIqFw9DYODz+fVjNh197ksvcYqSndUDHa2oi0HCcK+soI8j4ba3Sa4Pl4w==} - engines: {node: '>=12'} - requiresBuild: true - dependencies: - '@digitalbazaar/vc-status-list': 7.1.0 - '@digitalcredentials/ed25519-signature-2020': 3.0.2(expo@50.0.11)(react-native@0.73.5) - '@digitalcredentials/jsonld': 6.0.0(expo@50.0.11)(react-native@0.73.5) - '@digitalcredentials/jsonld-signatures': 9.4.0(expo@50.0.11)(react-native@0.73.5) - '@digitalcredentials/open-badges-context': 2.1.0 - '@digitalcredentials/vc-status-list': 5.0.2(expo@50.0.11)(react-native@0.73.5) - credentials-context: 2.0.0 - fix-esm: 1.0.1 - transitivePeerDependencies: - - domexception - - expo - - react-native - - supports-color - - web-streams-polyfill - optional: true - /@digitalcredentials/vc@7.0.0(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1): resolution: {integrity: sha512-CgjUOqU2VWanbcKUA8L50/72O8rTtCtOY9indMwRIUgFgWkdY4wT89UTWs5QG3SGimXJsbjzKhVJ67VahPxg+Q==} engines: {node: '>=12'} @@ -6091,7 +6065,6 @@ packages: - msrcrypto - react-native-securerandom - supports-color - dev: false /@discoveryjs/json-ext@0.5.7: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} @@ -8042,14 +8015,14 @@ packages: resolution: {integrity: sha512-bOhuFnlRaS7CU33+rFFIWdcET/Vkyn1vsN8BYFwCDEF5P1fVVvYN7bFOsQLTMD3nvi35C1AGmtqUr/Wfv8Xaow==} engines: {node: '>=12'} dependencies: - '@expo/spawn-async': 1.5.0 + '@expo/spawn-async': 1.7.2 exec-async: 2.2.0 /@expo/package-manager@1.4.2: resolution: {integrity: sha512-LKdo/6y4W7llZ6ghsg1kdx2CeH/qR/c6QI/JI8oPUvppsZoeIYjSkdflce978fAMfR8IXoi0wt0jA2w0kWpwbg==} dependencies: '@expo/json-file': 8.3.0 - '@expo/spawn-async': 1.5.0 + '@expo/spawn-async': 1.7.2 ansi-regex: 5.0.1 chalk: 4.1.2 find-up: 5.0.0 @@ -8593,6 +8566,7 @@ packages: requiresBuild: true dependencies: multiformats: 13.1.0 + dev: false optional: true /@isaacs/cliui@8.0.2: @@ -8974,13 +8948,14 @@ packages: - supports-color dev: false - /@metamask/approval-controller@5.1.3: - resolution: {integrity: sha512-RebVeTCrNePzXKTe+YcLlqWeKP5ADpWdIINOoP+IP8+AAWwzBJiHXXJ/4AxSBrIC4la+a0Xnohd+ou27bzfDDg==} + /@metamask/approval-controller@4.1.0: + resolution: {integrity: sha512-UdSf8787NMADvmGqC88y8GbzwljdWw4cDCs4NWfc1HIhG4mvvaAFZwjZpPvU59DuFG6WycNfNLyJ7lcJsiYCYg==} engines: {node: '>=16.0.0'} dependencies: - '@metamask/base-controller': 4.1.1 + '@metamask/base-controller': 3.2.3 '@metamask/rpc-errors': 6.2.1 '@metamask/utils': 8.3.0 + immer: 9.0.21 nanoid: 3.3.7 transitivePeerDependencies: - supports-color @@ -8996,16 +8971,6 @@ packages: - supports-color dev: true - /@metamask/base-controller@4.1.1: - resolution: {integrity: sha512-sJdsd/XlyOa0kRJ16qbM+xeQ8peV1yZcYumJmHCClPK09MkAlxq7EzsrahVZXUCFwcxtSucf244pbttnVqNthw==} - engines: {node: '>=16.0.0'} - dependencies: - '@metamask/utils': 8.3.0 - immer: 9.0.21 - transitivePeerDependencies: - - supports-color - dev: true - /@metamask/controller-utils@5.0.2: resolution: {integrity: sha512-bHgyPL+Ah6OBOkjWykA1NpTZdpRhoJjCrvuFf8mFxBJLvXE9m/rw9DYp2Rw9WXonMWK17NxwQv/7bKzsGZnjVQ==} engines: {node: '>=16.0.0'} @@ -9109,13 +9074,13 @@ packages: bowser: 2.11.0 dev: false - /@metamask/permission-controller@5.0.1(@metamask/approval-controller@5.1.3): + /@metamask/permission-controller@5.0.1(@metamask/approval-controller@4.1.0): resolution: {integrity: sha512-dm/8U4yHtq0cwW/vrVpKT9fFyHdGC6BBwW+e1EUwm+OUhOHtwcB08XuAx5XNVfzE/ymbuBYJyE2SgbvOxvd4PQ==} engines: {node: '>=16.0.0'} peerDependencies: '@metamask/approval-controller': ^4.1.0 dependencies: - '@metamask/approval-controller': 5.1.3 + '@metamask/approval-controller': 4.1.0 '@metamask/base-controller': 3.2.3 '@metamask/controller-utils': 5.0.2 '@metamask/json-rpc-engine': 7.3.0 @@ -9288,7 +9253,7 @@ packages: - utf-8-validate dev: false - /@metamask/snaps-cli@3.0.3(@metamask/approval-controller@5.1.3)(esbuild@0.20.1): + /@metamask/snaps-cli@3.0.3(@metamask/approval-controller@4.1.0)(esbuild@0.20.1): resolution: {integrity: sha512-8BG9OG0NhnYt4B/N0WgP3dpH6H6b8YlXemuVFqORs21aEQUaXAmIk3LV+jdfRzsu6tp9i4TG7XWP8NRoJAdmNw==} engines: {node: ^18.16 || >=20} hasBin: true @@ -9302,8 +9267,8 @@ packages: '@babel/preset-env': 7.23.2(@babel/core@7.23.2) '@babel/preset-typescript': 7.23.2(@babel/core@7.23.2) '@metamask/snaps-sdk': 1.2.0(patch_hash=opksiuvz2n6at3zcjhfdijadqq) - '@metamask/snaps-utils': 5.0.0(@metamask/approval-controller@5.1.3) - '@metamask/snaps-webpack-plugin': 3.1.1(@metamask/approval-controller@5.1.3) + '@metamask/snaps-utils': 5.0.0(@metamask/approval-controller@4.1.0) + '@metamask/snaps-webpack-plugin': 3.1.1(@metamask/approval-controller@4.1.0) '@metamask/utils': 8.2.1 '@swc/core': 1.3.78 assert: 2.0.0 @@ -9376,7 +9341,7 @@ packages: - supports-color patched: true - /@metamask/snaps-utils@5.0.0(@metamask/approval-controller@5.1.3): + /@metamask/snaps-utils@5.0.0(@metamask/approval-controller@4.1.0): resolution: {integrity: sha512-29sErNno5CzTrmgsG9SnHxFHbGPhyt2jh5wW6rIfLe4QVJfY/MhL1kR0hVqCIDHluCSl37PDGW1b8qfznRbOfA==} engines: {node: ^18.16 || >=20} dependencies: @@ -9384,7 +9349,7 @@ packages: '@babel/types': 7.23.0 '@metamask/base-controller': 3.2.3 '@metamask/key-tree': 9.0.0 - '@metamask/permission-controller': 5.0.1(@metamask/approval-controller@5.1.3) + '@metamask/permission-controller': 5.0.1(@metamask/approval-controller@4.1.0) '@metamask/rpc-errors': 6.1.0 '@metamask/snaps-registry': 2.1.0 '@metamask/snaps-sdk': 1.2.0(patch_hash=opksiuvz2n6at3zcjhfdijadqq) @@ -9406,12 +9371,12 @@ packages: - supports-color dev: true - /@metamask/snaps-webpack-plugin@3.1.1(@metamask/approval-controller@5.1.3): + /@metamask/snaps-webpack-plugin@3.1.1(@metamask/approval-controller@4.1.0): resolution: {integrity: sha512-nCRjZ+ZkrsgoYh5+rqZJ81Gw9aunrzGy9shFTDcZAeRT2K6slCSV1L5J0/qwVOJnpN5th0JjTwMFN0T0TH6wrQ==} engines: {node: ^18.16 || >=20} dependencies: '@metamask/snaps-sdk': 1.2.0(patch_hash=opksiuvz2n6at3zcjhfdijadqq) - '@metamask/snaps-utils': 5.0.0(@metamask/approval-controller@5.1.3) + '@metamask/snaps-utils': 5.0.0(@metamask/approval-controller@4.1.0) '@metamask/utils': 8.2.1 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -12507,6 +12472,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false /@react-native/debugger-frontend@0.73.3: resolution: {integrity: sha512-RgEKnWuoo54dh7gQhV7kvzKhXZEhpF9LlMdZolyhGxHsBqZ2gXdibfDlfcARFFifPIiaZ3lXuOVVa4ei+uPgTw==} @@ -12569,7 +12535,7 @@ packages: dependencies: invariant: 2.2.4 nullthrows: 1.1.1 - react-native: 0.73.5(@babel/core@7.24.0)(@babel/preset-env@7.24.0)(encoding@0.1.13)(react@18.2.0) + react-native: 0.73.5(@babel/core@7.24.0)(@babel/preset-env@7.24.0)(react@18.2.0) /@react-oauth/google@0.12.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-qagsy22t+7UdkYAiT5ZhfM4StXi9PPNvw0zuwNmabrWyMKddczMtBIOARflbaIj+wHiQjnMAsZmzsUYuXeyoSg==} @@ -13297,7 +13263,6 @@ packages: sha.js: 2.4.11 str2buf: 1.3.0 webcrypto-shim: 0.1.7 - dev: false /@sphereon/pex-models@2.0.3: resolution: {integrity: sha512-NsPeYmJLhxRG5fJxpcHnRR3xvi7i8SK8s21kYR9oBWO8cBU9qBCpw3gdUNiyI01/h6fbYqkIZ7eBNsHBIzqk5Q==} @@ -14932,7 +14897,7 @@ packages: dev: false optional: true - /@veramo/credential-ld@5.6.1-next.57(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1)(react-native@0.73.5): + /@veramo/credential-ld@5.6.1-next.57(encoding@0.1.13)(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1)(react-native@0.73.5): resolution: {integrity: sha512-dlLjBRg/2sXOsMbsU9Hv8c1lVoUDiuruR1rhOchQIBOxJVXK83IRCmKBsCh912z6tnNI9dRN4tlPqRq9mn8bHg==} dependencies: '@digitalcredentials/ed25519-signature-2020': 4.0.0(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) @@ -14944,8 +14909,8 @@ packages: '@transmute/ed25519-signature-2018': 0.7.0-unstable.81 '@transmute/json-web-signature': 0.7.0-unstable.81 '@veramo-community/lds-ecdsa-secp256k1-recovery2020': github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b(expo@50.0.11)(react-native@0.73.5) - '@veramo/core-types': 5.6.1-next.57 - '@veramo/utils': 5.6.1-next.57(encoding@0.1.13) + '@veramo/core-types': 5.6.1-unstable.36 + '@veramo/utils': 5.6.1-unstable.36(encoding@0.1.13) cross-fetch: 4.0.0(patch_hash=o37ixiuozlaw3unzpuuojolyvy)(encoding@0.1.13) debug: 4.3.4 did-resolver: 4.1.0 @@ -14962,22 +14927,22 @@ packages: - utf-8-validate - web-streams-polyfill dev: false + optional: true - /@veramo/credential-ld@5.6.1-unstable.36(encoding@0.1.13)(expo@50.0.11)(react-native@0.73.5): - resolution: {integrity: sha512-RLAnm3sRiCLjjKKUX2+6VyxMuRR0hb/ZoUd3iIhKQx+QkJfIgKz+HzPYZ8A18q0CNiY3x3T5NtZuGS42Yl5lrw==} - requiresBuild: true + /@veramo/credential-ld@5.6.1-next.57(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1)(react-native@0.73.5): + resolution: {integrity: sha512-dlLjBRg/2sXOsMbsU9Hv8c1lVoUDiuruR1rhOchQIBOxJVXK83IRCmKBsCh912z6tnNI9dRN4tlPqRq9mn8bHg==} dependencies: - '@digitalcredentials/ed25519-signature-2020': 3.0.2(expo@50.0.11)(react-native@0.73.5) + '@digitalcredentials/ed25519-signature-2020': 4.0.0(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@digitalcredentials/ed25519-verification-key-2020': 4.0.0 '@digitalcredentials/jsonld': 6.0.0(expo@50.0.11)(react-native@0.73.5) - '@digitalcredentials/jsonld-signatures': 9.4.0(expo@50.0.11)(react-native@0.73.5) - '@digitalcredentials/vc': 6.0.1(expo@50.0.11)(react-native@0.73.5) + '@digitalcredentials/jsonld-signatures': 10.0.1(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) + '@digitalcredentials/vc': 7.0.0(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1) '@transmute/credentials-context': 0.7.0-unstable.81 '@transmute/ed25519-signature-2018': 0.7.0-unstable.81 '@transmute/json-web-signature': 0.7.0-unstable.81 '@veramo-community/lds-ecdsa-secp256k1-recovery2020': github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b(expo@50.0.11)(react-native@0.73.5) - '@veramo/core-types': 5.6.1-unstable.36 - '@veramo/utils': 5.6.1-unstable.36(encoding@0.1.13) + '@veramo/core-types': 5.6.1-next.57 + '@veramo/utils': 5.6.1-next.57(encoding@0.1.13) cross-fetch: 4.0.0(patch_hash=o37ixiuozlaw3unzpuuojolyvy)(encoding@0.1.13) debug: 4.3.4 did-resolver: 4.1.0 @@ -14986,11 +14951,13 @@ packages: - domexception - encoding - expo + - expo-crypto + - msrcrypto - react-native + - react-native-securerandom - supports-color - utf-8-validate - web-streams-polyfill - optional: true /@veramo/credential-status@5.4.1: resolution: {integrity: sha512-A1VqdQ/ZiRD760291XhpFgXkW+ONgL90/pTEOpre1eZoNsFnytaIfPo5LIE60dDGxOf3x8rArrtlyYMFC5UPHw==} @@ -15047,7 +15014,35 @@ packages: - web-streams-polyfill dev: false - /@veramo/credential-w3c@5.6.1-next.57(encoding@0.1.13)(expo@50.0.11)(react-native@0.73.5): + /@veramo/credential-w3c@5.6.1-next.57(encoding@0.1.13)(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1)(react-native@0.73.5): + resolution: {integrity: sha512-YjFjw5hZMHmMhf29I648JMTXklRB0VViz1PDNut+/OhyQxAPa0IiyOcTL8SgByZAUjkCKcFZAH4GGR8/2UqVRQ==} + dependencies: + '@veramo/core-types': 5.6.1-next.57 + '@veramo/message-handler': 5.6.1-unstable.36 + '@veramo/utils': 5.6.1-next.57(encoding@0.1.13) + canonicalize: 2.0.0 + debug: 4.3.4 + did-jwt: 8.0.0 + did-jwt-vc: 4.0.0 + did-resolver: 4.1.0 + uuid: 9.0.1 + optionalDependencies: + '@veramo/credential-ld': 5.6.1-next.57(encoding@0.1.13)(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1)(react-native@0.73.5) + transitivePeerDependencies: + - bufferutil + - domexception + - encoding + - expo + - expo-crypto + - msrcrypto + - react-native + - react-native-securerandom + - supports-color + - utf-8-validate + - web-streams-polyfill + dev: false + + /@veramo/credential-w3c@5.6.1-next.57(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1)(react-native@0.73.5): resolution: {integrity: sha512-YjFjw5hZMHmMhf29I648JMTXklRB0VViz1PDNut+/OhyQxAPa0IiyOcTL8SgByZAUjkCKcFZAH4GGR8/2UqVRQ==} dependencies: '@veramo/core-types': 5.6.1-next.57 @@ -15060,13 +15055,16 @@ packages: did-resolver: 4.1.0 uuid: 9.0.1 optionalDependencies: - '@veramo/credential-ld': 5.6.1-unstable.36(encoding@0.1.13)(expo@50.0.11)(react-native@0.73.5) + '@veramo/credential-ld': 5.6.1-next.57(expo-crypto@12.8.1)(expo@50.0.11)(msrcrypto@1.5.8)(react-native-securerandom@1.0.1)(react-native@0.73.5) transitivePeerDependencies: - bufferutil - domexception - encoding - expo + - expo-crypto + - msrcrypto - react-native + - react-native-securerandom - supports-color - utf-8-validate - web-streams-polyfill @@ -15413,6 +15411,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false optional: true /@vercel/analytics@1.2.2(next@14.1.3)(react@18.2.0): @@ -16509,7 +16508,6 @@ packages: /asmcrypto.js@2.3.2: resolution: {integrity: sha512-3FgFARf7RupsZETQ1nHnhLUUvpcttcCq1iZCaVAbJZbCZ5VNRrNyvpDyHTOb0KC3llFcsyOT/a99NZcCbeiEsA==} - dev: false /asn1.js@5.4.1: resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} @@ -17049,6 +17047,7 @@ packages: requiresBuild: true dependencies: base64url: 3.0.1 + dev: false optional: true /base64url@3.0.1: @@ -17541,6 +17540,7 @@ packages: engines: {node: '>=10.16.0'} dependencies: streamsearch: 1.1.0 + dev: false /bytes@3.0.0: resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} @@ -20457,7 +20457,6 @@ packages: dependencies: base64-js: 1.5.1 expo: 50.0.11(@babel/core@7.24.0)(@react-native/babel-preset@0.73.21)(encoding@0.1.13) - dev: false /expo-file-system@16.0.8(expo@50.0.11): resolution: {integrity: sha512-yDbVT0TUKd7ewQjaY5THum2VRFx2n/biskGhkUmLh3ai21xjIVtaeIzHXyv9ir537eVgt4ReqDNWi7jcXjdUcA==} @@ -20488,7 +20487,7 @@ packages: dependencies: chalk: 4.1.2 commander: 7.2.0 - fast-glob: 3.3.1 + fast-glob: 3.3.2 find-up: 5.0.0 fs-extra: 9.1.0 optional: true @@ -20954,9 +20953,9 @@ packages: /fix-esm@1.0.1: resolution: {integrity: sha512-EZtb7wPXZS54GaGxaWxMlhd1DUDCnAg5srlYdu/1ZVeW+7wwR3Tp59nu52dXByFs3MBRq+SByx1wDOJpRvLEXw==} dependencies: - '@babel/core': 7.23.2 - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.23.2) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.2) + '@babel/core': 7.24.0 + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.24.0) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.0) transitivePeerDependencies: - supports-color @@ -22402,6 +22401,7 @@ packages: err-code: 3.0.1 protons-runtime: 5.4.0 uint8arraylist: 2.4.8 + dev: false optional: true /iron-webcrypto@1.0.0: @@ -23596,6 +23596,7 @@ packages: serialize-error: 8.1.0 transitivePeerDependencies: - web-streams-polyfill + dev: false optional: true /jsonld@5.2.0: @@ -23633,6 +23634,7 @@ packages: rdf-canonize: 3.4.0 transitivePeerDependencies: - web-streams-polyfill + dev: false optional: true /jsonp@0.2.1: @@ -23790,6 +23792,7 @@ packages: abort-controller: 3.0.0 ky: 0.33.3 node-fetch: 3.3.2 + dev: false /ky-universal@0.8.2(ky@0.25.1): resolution: {integrity: sha512-xe0JaOH9QeYxdyGLnzUOVGK4Z6FGvDVzcXFTdrYA1f33MZdEa45sUDaMBy98xQMcsd2XIBrTXRrRYnegcSdgVQ==} @@ -23814,11 +23817,11 @@ packages: /ky@0.33.3: resolution: {integrity: sha512-CasD9OCEQSFIam2U8efFK81Yeg8vNMTBUqtMOHlrcWQHqUX3HeCl9Dr31u4toV7emlH8Mymk5+9p0lL6mKb/Xw==} engines: {node: '>=14.16'} + dev: false /ky@1.2.2: resolution: {integrity: sha512-gYA2QOI3uIaImJPJjaBbLCdvKHzwxsuB03s7PjrXmoO6tcn6k53rwYoSRgqrmVsEV6wFFegOXDVjABxFZ0aRSg==} engines: {node: '>=18'} - dev: false /labeled-stream-splicer@2.0.2: resolution: {integrity: sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==} @@ -24771,6 +24774,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false /metro-core@0.80.6: resolution: {integrity: sha512-fn4rryTUAwzFJWj7VIPDH4CcW/q7MV4oGobqR6NsuxZoIGYrVpK7pBasumu5YbCqifuErMs5s23BhmrDNeZURw==} @@ -24898,6 +24902,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false /metro@0.80.6: resolution: {integrity: sha512-f6Nhnht9TxVRP6zdBq9J2jNdeDBxRmJFnjxhQS1GeCpokBvI6fTXq+wHTLz5jZA+75fwbkPSzBxBJzQa6xi0AQ==} @@ -25006,6 +25011,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false /micro-ftch@0.3.1: resolution: {integrity: sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg==} @@ -26464,6 +26470,7 @@ packages: /pako@2.1.0: resolution: {integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==} + dev: false /param-case@3.0.4: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} @@ -27440,6 +27447,7 @@ packages: uint8-varint: 2.0.4 uint8arraylist: 2.4.8 uint8arrays: 5.0.2 + dev: false optional: true /proxy-addr@2.0.7: @@ -27674,7 +27682,6 @@ packages: engines: {node: '>=18'} dependencies: setimmediate: 1.0.5 - dev: false /react-dev-utils@12.0.1(typescript@5.4.2)(webpack@5.89.0): resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} @@ -27822,7 +27829,6 @@ packages: dependencies: base64-js: 1.5.1 react-native: 0.73.5(@babel/core@7.24.0)(@babel/preset-env@7.24.0)(react@18.2.0) - dev: false /react-native-webview@11.26.1(react-native@0.73.5)(react@18.2.0): resolution: {integrity: sha512-hC7BkxOpf+z0UKhxFSFTPAM4shQzYmZHoELa6/8a/MspcjEP7ukYKpuSUTLDywQditT8yI9idfcKvfZDKQExGw==} @@ -27889,6 +27895,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false /react-native@0.73.5(@babel/core@7.24.0)(@babel/preset-env@7.24.0)(react@18.2.0): resolution: {integrity: sha512-iHgDArmF4CrhL0qTj+Rn+CBN5pZWUL9lUGl8ub+V9Hwu/vnzQQh8rTMVSwVd2sV6N76KjpE5a4TfIAHkpIHhKg==} @@ -29539,6 +29546,7 @@ packages: /streamsearch@1.1.0: resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} engines: {node: '>=10.0.0'} + dev: false /strict-uri-encode@2.0.0: resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==} @@ -30842,6 +30850,7 @@ packages: dependencies: uint8arraylist: 2.4.8 uint8arrays: 5.0.2 + dev: false optional: true /uint8arraylist@2.4.8: @@ -30865,6 +30874,7 @@ packages: requiresBuild: true dependencies: multiformats: 12.1.3 + dev: false optional: true /uint8arrays@4.0.6: @@ -30882,6 +30892,7 @@ packages: requiresBuild: true dependencies: multiformats: 13.1.0 + dev: false optional: true /umd@3.0.3: @@ -30925,11 +30936,11 @@ packages: engines: {node: '>=14.0'} dependencies: busboy: 1.6.0 + dev: false /undici@6.7.1: resolution: {integrity: sha512-+Wtb9bAQw6HYWzCnxrPTMVEV3Q1QjYanI0E4q02ehReMuquQdLTEFEYbfs7hcImVYKcQkWSwT6buEmSVIiDDtQ==} engines: {node: '>=18.0'} - dev: false /unenv@1.9.0: resolution: {integrity: sha512-QKnFNznRxmbOF1hDgzpqrlIf6NC5sbZ2OJ+5Wl3OX8uM+LUJXbj4TXvLJCtwbPTmbMHCLIz6JLKNinNsMShK9g==} @@ -32609,7 +32620,6 @@ packages: canonicalize: 1.0.8 lru-cache: 6.0.0 rdf-canonize: 4.0.1 - dev: false github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/ab0db52de6f4e6663ef271a48009ba26e688ef9b(expo@50.0.11)(react-native@0.73.5): resolution: {tarball: https://codeload.github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/tar.gz/ab0db52de6f4e6663ef271a48009ba26e688ef9b}