diff --git a/CHANGELOG.md b/CHANGELOG.md index 5529d0397..c5eabbef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # CHANGELOG -## master +## 3.1.1 Mar 19, 2023 Changes: - Swap `vue-identitycon` to use `defineComponent` (requires vue 2.7+) - Swap `BeachballIcon` to use `colord` library (ESM + CJS, smaller) +- Bump to `@polkadot/util` 11.1.1 ## 3.0.2 Mar 11, 2023 diff --git a/package.json b/package.json index 53addf441..e8c87b859 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "3.0.3-7-x", + "version": "3.1.0", "versions": { "git": "3.0.3-7-x", "npm": "3.0.2" @@ -34,7 +34,7 @@ }, "devDependencies": { "@polkadot/dev": "^0.72.15", - "@polkadot/x-bundle": "^11.0.2", + "@polkadot/x-bundle": "^11.1.1", "@types/node": "^18.15.3", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index ab15cadbb..a1038af87 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "3.0.3-7-x", + "version": "3.1.0", "main": "index.js", "dependencies": { - "@polkadot/keyring": "^11.0.2", - "@polkadot/ui-settings": "3.0.3-7-x", - "@polkadot/ui-shared": "3.0.3-7-x", - "@polkadot/util": "^11.0.2", - "@polkadot/util-crypto": "^11.0.2", + "@polkadot/keyring": "^11.1.1", + "@polkadot/ui-settings": "3.1.0", + "@polkadot/ui-shared": "3.1.0", + "@polkadot/util": "^11.1.1", + "@polkadot/util-crypto": "^11.1.1", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.2.0", "react-copy-to-clipboard": "^5.1.0", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 0230120a7..edf8cde22 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "3.0.3-7-x", + "version": "3.1.0", "main": "index.js", "dependencies": { - "@polkadot/ui-settings": "3.0.3-7-x", - "@polkadot/util": "^11.0.2", - "@polkadot/util-crypto": "^11.0.2", + "@polkadot/ui-settings": "3.1.0", + "@polkadot/util": "^11.1.1", + "@polkadot/util-crypto": "^11.1.1", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.3.9", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index eacf29399..c9e265839 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "3.0.3-7-x", + "version": "3.1.0", "main": "index.js", "dependencies": { - "@polkadot/ui-shared": "3.0.3-7-x", - "@polkadot/util": "^11.0.2", - "@polkadot/util-crypto": "^11.0.2", + "@polkadot/ui-shared": "3.1.0", + "@polkadot/util": "^11.1.1", + "@polkadot/util-crypto": "^11.1.1", "react-native-svg": "^12.5.1", "tslib": "^2.5.0" }, diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 841cc84d1..0da7260aa 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "3.0.3-7-x", + "version": "3.1.0", "main": "index.js", "dependencies": { - "@polkadot/keyring": "^11.0.2", - "@polkadot/ui-settings": "3.0.3-7-x", - "@polkadot/util": "^11.0.2", - "@polkadot/util-crypto": "^11.0.2", + "@polkadot/keyring": "^11.1.1", + "@polkadot/ui-settings": "3.1.0", + "@polkadot/util": "^11.1.1", + "@polkadot/util-crypto": "^11.1.1", "mkdirp": "^2.1.5", "rxjs": "^7.8.0", "store": "^2.0.12", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index ccb7b9fa6..4e3e94c61 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "3.0.3-7-x", + "version": "3.1.0", "main": "index.js", "dependencies": { - "@polkadot/networks": "^11.0.2", - "@polkadot/util": "^11.0.2", + "@polkadot/networks": "^11.1.1", + "@polkadot/util": "^11.1.1", "eventemitter3": "^4.0.7", "store": "^2.0.12", "tslib": "^2.5.0" diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index f60627abc..20208c99c 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -18,15 +18,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "3.0.3-7-x", + "version": "3.1.0", "main": "index.js", "dependencies": { "colord": "^2.9.3", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/util": "^11.0.2", - "@polkadot/util-crypto": "^11.0.2", + "@polkadot/util": "^11.1.1", + "@polkadot/util-crypto": "^11.1.1", "@types/xmlserializer": "^0.6.3", "xmlserializer": "^0.6.1" }, diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 11b68f55d..c40d2dd83 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "3.0.3-7-x", + "version": "3.1.0", "main": "index.js", "dependencies": { - "@polkadot/ui-shared": "3.0.3-7-x", - "@polkadot/util": "^11.0.2", - "@polkadot/util-crypto": "^11.0.2", + "@polkadot/ui-shared": "3.1.0", + "@polkadot/util": "^11.1.1", + "@polkadot/util-crypto": "^11.1.1", "jdenticon": "3.2.0", "tslib": "^2.5.0" }, diff --git a/yarn.lock b/yarn.lock index 6a52d01c5..3074a310a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1243,10 +1243,10 @@ __metadata: languageName: node linkType: hard -"@noble/hashes@npm:1.2.0": - version: 1.2.0 - resolution: "@noble/hashes@npm:1.2.0" - checksum: 8ca080ce557b8f40fb2f78d3aedffd95825a415ac8e13d7ffe3643f8626a8c2d99a3e5975b555027ac24316d8b3c02a35b8358567c0c23af681e6573602aa434 +"@noble/hashes@npm:1.3.0": + version: 1.3.0 + resolution: "@noble/hashes@npm:1.3.0" + checksum: d7ddb6d7c60f1ce1f87facbbef5b724cdea536fc9e7f59ae96e0fc9de96c8f1a2ae2bdedbce10f7dcc621338dfef8533daa73c873f2b5c87fa1a4e05a95c2e2e languageName: node linkType: hard @@ -1508,28 +1508,28 @@ __metadata: languageName: node linkType: hard -"@polkadot/keyring@npm:^11.0.2": - version: 11.0.2 - resolution: "@polkadot/keyring@npm:11.0.2" +"@polkadot/keyring@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/keyring@npm:11.1.1" dependencies: - "@polkadot/util": 11.0.2 - "@polkadot/util-crypto": 11.0.2 + "@polkadot/util": 11.1.1 + "@polkadot/util-crypto": 11.1.1 tslib: ^2.5.0 peerDependencies: - "@polkadot/util": 11.0.2 - "@polkadot/util-crypto": 11.0.2 - checksum: 24c60f1f14319b170b474d2175693acd06cacf164ab0748248f56681ea6749bbb0bd3a3d86d287d93cc0d7bdd88b4ad0c223950830d2a10cf0ae1cb0f4ae6a77 + "@polkadot/util": 11.1.1 + "@polkadot/util-crypto": 11.1.1 + checksum: 7236edeb86250062ffc498cffd0ffe2d408b306ce01aca47035c69d4f98ecf9f3844e72736dded4eebaf2e50eb273e80916a680e61458123375808b9b7a6435b languageName: node linkType: hard -"@polkadot/networks@npm:11.0.2, @polkadot/networks@npm:^11.0.2": - version: 11.0.2 - resolution: "@polkadot/networks@npm:11.0.2" +"@polkadot/networks@npm:11.1.1, @polkadot/networks@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/networks@npm:11.1.1" dependencies: - "@polkadot/util": 11.0.2 + "@polkadot/util": 11.1.1 "@substrate/ss58-registry": ^1.39.0 tslib: ^2.5.0 - checksum: cd2d5bc6934749a854ee185e5d8961c683d2a4d6aa39e640f8ab225e578713c644d70431c641fd8ce378c4194ac4776352f34bec773ae5a6309083af6d00dbcd + checksum: 503a3a3048e977f7b650d93814303e78b2d978f44bfcb7a1db00fab7977085da4d7ad9025e76fa4599f7d2c60b1f09cd40f0213d3ad9fd0c48a0e721fcc52c6d languageName: node linkType: hard @@ -1537,11 +1537,11 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: - "@polkadot/keyring": ^11.0.2 - "@polkadot/ui-settings": 3.0.3-7-x - "@polkadot/ui-shared": 3.0.3-7-x - "@polkadot/util": ^11.0.2 - "@polkadot/util-crypto": ^11.0.2 + "@polkadot/keyring": ^11.1.1 + "@polkadot/ui-settings": 3.1.0 + "@polkadot/ui-shared": 3.1.0 + "@polkadot/util": ^11.1.1 + "@polkadot/util-crypto": ^11.1.1 "@types/react-copy-to-clipboard": ^5.0.4 "@types/react-dom": ^18.0.11 "@types/styled-components": ^5.1.26 @@ -1566,9 +1566,9 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: - "@polkadot/ui-settings": 3.0.3-7-x - "@polkadot/util": ^11.0.2 - "@polkadot/util-crypto": ^11.0.2 + "@polkadot/ui-settings": 3.1.0 + "@polkadot/util": ^11.1.1 + "@polkadot/util-crypto": ^11.1.1 "@types/react-qr-reader": ^2.1.4 "@types/styled-components": ^5.1.26 qrcode-generator: ^1.4.4 @@ -1588,9 +1588,9 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: - "@polkadot/ui-shared": 3.0.3-7-x - "@polkadot/util": ^11.0.2 - "@polkadot/util-crypto": ^11.0.2 + "@polkadot/ui-shared": 3.1.0 + "@polkadot/util": ^11.1.1 + "@polkadot/util-crypto": ^11.1.1 "@types/react-native": ^0.71.3 react-native-svg: ^12.5.1 tslib: ^2.5.0 @@ -1606,10 +1606,10 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: - "@polkadot/keyring": ^11.0.2 - "@polkadot/ui-settings": 3.0.3-7-x - "@polkadot/util": ^11.0.2 - "@polkadot/util-crypto": ^11.0.2 + "@polkadot/keyring": ^11.1.1 + "@polkadot/ui-settings": 3.1.0 + "@polkadot/util": ^11.1.1 + "@polkadot/util-crypto": ^11.1.1 "@types/mkdirp": ^1.0.2 "@types/store": ^2.0.2 mkdirp: ^2.1.5 @@ -1623,12 +1623,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@3.0.3-7-x, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@3.1.0, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: - "@polkadot/networks": ^11.0.2 - "@polkadot/util": ^11.0.2 + "@polkadot/networks": ^11.1.1 + "@polkadot/util": ^11.1.1 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -1639,12 +1639,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@3.0.3-7-x, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@3.1.0, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: - "@polkadot/util": ^11.0.2 - "@polkadot/util-crypto": ^11.0.2 + "@polkadot/util": ^11.1.1 + "@polkadot/util-crypto": ^11.1.1 "@types/xmlserializer": ^0.6.3 colord: ^2.9.3 tslib: ^2.5.0 @@ -1655,39 +1655,38 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:11.0.2, @polkadot/util-crypto@npm:^11.0.2": - version: 11.0.2 - resolution: "@polkadot/util-crypto@npm:11.0.2" +"@polkadot/util-crypto@npm:11.1.1, @polkadot/util-crypto@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/util-crypto@npm:11.1.1" dependencies: - "@noble/hashes": 1.2.0 + "@noble/hashes": 1.3.0 "@noble/secp256k1": 1.7.1 - "@polkadot/networks": 11.0.2 - "@polkadot/util": 11.0.2 + "@polkadot/networks": 11.1.1 + "@polkadot/util": 11.1.1 "@polkadot/wasm-crypto": ^7.0.3 - "@polkadot/x-bigint": 11.0.2 - "@polkadot/x-randomvalues": 11.0.2 + "@polkadot/x-bigint": 11.1.1 + "@polkadot/x-randomvalues": 11.1.1 "@scure/base": 1.1.1 - ed2curve: ^0.3.0 tslib: ^2.5.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 11.0.2 - checksum: 80f972254ea5c15d99ea8724d28f26f2ac094355782d1cec52f48054efffc914e4368e478f7bec6494fb9834c4af870914c69c485f8baf045d06c429d8450ec2 + "@polkadot/util": 11.1.1 + checksum: bb89ecfcaf90c5238c21f924557991c962f36411cd1e88408e65cdda8ce0b04b6a5ec1fcd9e9e560d4cc11adcea4c4992924b59a151b8ef43b38126a4533c94a languageName: node linkType: hard -"@polkadot/util@npm:11.0.2, @polkadot/util@npm:^11.0.2": - version: 11.0.2 - resolution: "@polkadot/util@npm:11.0.2" +"@polkadot/util@npm:11.1.1, @polkadot/util@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/util@npm:11.1.1" dependencies: - "@polkadot/x-bigint": 11.0.2 - "@polkadot/x-global": 11.0.2 - "@polkadot/x-textdecoder": 11.0.2 - "@polkadot/x-textencoder": 11.0.2 + "@polkadot/x-bigint": 11.1.1 + "@polkadot/x-global": 11.1.1 + "@polkadot/x-textdecoder": 11.1.1 + "@polkadot/x-textencoder": 11.1.1 "@types/bn.js": ^5.1.1 bn.js: ^5.2.1 tslib: ^2.5.0 - checksum: 1003ae76c912d635134f0618988110f08c56be81195d46f6148d822dce8513b0f026f1981bfba7e93d9bd4412379591f8ee90862de3a4d4d97c407d04929c5dd + checksum: fd9e999c971425efc4278c98aa73d802022282b05e0d65e53361933c09956e19b3db6515ff82561853af6a65d61e9674a8a58d1286c764d96d9e623766ec5f4d languageName: node linkType: hard @@ -1695,9 +1694,9 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: - "@polkadot/ui-shared": 3.0.3-7-x - "@polkadot/util": ^11.0.2 - "@polkadot/util-crypto": ^11.0.2 + "@polkadot/ui-shared": 3.1.0 + "@polkadot/util": ^11.1.1 + "@polkadot/util-crypto": ^11.1.1 jdenticon: 3.2.0 tslib: ^2.5.0 vue: ^2.7.14 @@ -1786,63 +1785,63 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:11.0.2": - version: 11.0.2 - resolution: "@polkadot/x-bigint@npm:11.0.2" +"@polkadot/x-bigint@npm:11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-bigint@npm:11.1.1" dependencies: - "@polkadot/x-global": 11.0.2 + "@polkadot/x-global": 11.1.1 tslib: ^2.5.0 - checksum: ad9d9c15d9b19b9d7393ce09bbf5b70b90d054efcfbc32160871db2aee8703e2d81518a306086fdc4ee52d2645eee33d99e832692b6676fb5b2d2f7fe5d82a61 + checksum: 23132e64e627c3cdb8c08bcc5ee49887256f651138c4f7eb967c4eb7d73e1a77ab7b9eaa352247a281e96919fbb61cccaca6f0487d9127ad8fc8dc131f1e2a13 languageName: node linkType: hard -"@polkadot/x-bundle@npm:^11.0.2": - version: 11.0.2 - resolution: "@polkadot/x-bundle@npm:11.0.2" +"@polkadot/x-bundle@npm:^11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-bundle@npm:11.1.1" dependencies: - "@polkadot/util": 11.0.2 + "@polkadot/util": 11.1.1 buffer-es6: ^4.9.3 tslib: ^2.5.0 - checksum: 1d775953e668349eea8a448dd09bcef110810a33ef4d65c61be65859df8205f73b14bb348cb5de8370dfcae469a603acb6adf5ea5996129d8fcfe669f1f95fff + checksum: 02a5ba69788d86570c14d53ee74dd156950a5166e669d0c232f00034c9cfcfa06e9dd754be322ba7c3ecfab2af58e4f1c7947e5f022e1a7866abe97c603a65dd languageName: node linkType: hard -"@polkadot/x-global@npm:11.0.2": - version: 11.0.2 - resolution: "@polkadot/x-global@npm:11.0.2" +"@polkadot/x-global@npm:11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-global@npm:11.1.1" dependencies: tslib: ^2.5.0 - checksum: d8c48fff95d4febffff0f426eaccab1f0e28e9ff2f3251f1d496dcde2eebac37c791d9def781123c17806f1814b7e5ed659d1c878608dfa7753ff9141ca12257 + checksum: e682618a060dc70c4194d24d12fa162635ff2a38bc472a8aa8e4a010acb51c00a18b827b6e4310cd53678cd5be0c28f25ab3ba7beda1d772fdb6b39c7345c539 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:11.0.2": - version: 11.0.2 - resolution: "@polkadot/x-randomvalues@npm:11.0.2" +"@polkadot/x-randomvalues@npm:11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-randomvalues@npm:11.1.1" dependencies: - "@polkadot/x-global": 11.0.2 + "@polkadot/x-global": 11.1.1 tslib: ^2.5.0 - checksum: 07fcf64da977a52e70b03ac94d5b2e2fa22653e50739d064f94140acad6a9631619e42ae6d4f68519d428c4377f77986b069be4f32862002153580d84635d6c9 + checksum: f4457444dc67a0f066369b5b39e976bb3b3eb7077625c467e8f0b9b8d7caed6eca9efe11fc7cc1644f4b719b7312055e2fe8c6bc649a03f8f280f35853659795 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:11.0.2": - version: 11.0.2 - resolution: "@polkadot/x-textdecoder@npm:11.0.2" +"@polkadot/x-textdecoder@npm:11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-textdecoder@npm:11.1.1" dependencies: - "@polkadot/x-global": 11.0.2 + "@polkadot/x-global": 11.1.1 tslib: ^2.5.0 - checksum: 26df03b20b7f89dacaa99c7f5e511ac7234ec6cbd2249596374535836b21f0b014306260233f4581b3ba7040f59704c9afc912206c254b43914ef0edca888bf1 + checksum: fc54e2053b9bd2d06c9318334543509176f2144fc0ea1104ee018a06f02220231d61399f9bfe7580387dfb0460ed7c1d22357dc38ea628fe7a6ffce037583c93 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:11.0.2": - version: 11.0.2 - resolution: "@polkadot/x-textencoder@npm:11.0.2" +"@polkadot/x-textencoder@npm:11.1.1": + version: 11.1.1 + resolution: "@polkadot/x-textencoder@npm:11.1.1" dependencies: - "@polkadot/x-global": 11.0.2 + "@polkadot/x-global": 11.1.1 tslib: ^2.5.0 - checksum: 928035abcac8e5a904004ced651aabf04944bef05eec4770663962f429c5e6f9ce6fee46813a2724b4c91436ee076024672e14fb2a105a4ea322137d0ec2b14e + checksum: 791550f3e9fe875ffac9e14db33876f98ac90e0ebdf51aa4b0b397cc0fbd54d3d4050aec99becdaa5291537caa11f93b1f12a4183f33a33ad952409cbf9bf135 languageName: node linkType: hard @@ -5305,15 +5304,6 @@ __metadata: languageName: node linkType: hard -"ed2curve@npm:^0.3.0": - version: 0.3.0 - resolution: "ed2curve@npm:0.3.0" - dependencies: - tweetnacl: 1.x.x - checksum: 6dfbe2310aa5a47372c9dd2fd920be140c8d52aea5793d716a3e3865d2ceaeaf639a7653e5492dfe3b4910eaf65c09a1d5132580afe2fdca18a75ebb428a52f2 - languageName: node - linkType: hard - "ee-first@npm:1.1.1": version: 1.1.1 resolution: "ee-first@npm:1.1.1" @@ -11128,7 +11118,7 @@ __metadata: resolution: "root-workspace-0b6124@workspace:." dependencies: "@polkadot/dev": ^0.72.15 - "@polkadot/x-bundle": ^11.0.2 + "@polkadot/x-bundle": ^11.1.1 "@types/node": ^18.15.3 react: ^18.2.0 react-dom: ^18.2.0 @@ -12436,13 +12426,6 @@ __metadata: languageName: node linkType: hard -"tweetnacl@npm:1.x.x, tweetnacl@npm:^1.0.3": - version: 1.0.3 - resolution: "tweetnacl@npm:1.0.3" - checksum: e4a57cac188f0c53f24c7a33279e223618a2bfb5fea426231991652a13247bea06b081fd745d71291fcae0f4428d29beba1b984b1f1ce6f66b06a6d1ab90645c - languageName: node - linkType: hard - "tweetnacl@npm:^0.14.3, tweetnacl@npm:~0.14.0": version: 0.14.5 resolution: "tweetnacl@npm:0.14.5" @@ -12450,6 +12433,13 @@ __metadata: languageName: node linkType: hard +"tweetnacl@npm:^1.0.3": + version: 1.0.3 + resolution: "tweetnacl@npm:1.0.3" + checksum: e4a57cac188f0c53f24c7a33279e223618a2bfb5fea426231991652a13247bea06b081fd745d71291fcae0f4428d29beba1b984b1f1ce6f66b06a6d1ab90645c + languageName: node + linkType: hard + "type-check@npm:^0.4.0, type-check@npm:~0.4.0": version: 0.4.0 resolution: "type-check@npm:0.4.0"