Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update crypto lib (#87)

authored by

Daniel Holmgren and committed by
GitHub
6d4fe40d 9b84572c

+17 -17
+1 -1
packages/lib/package.json
··· 32 32 }, 33 33 "dependencies": { 34 34 "@atproto/common": "0.3.0", 35 - "@atproto/crypto": "0.3.0", 35 + "@atproto/crypto": "0.4.3", 36 36 "@ipld/dag-cbor": "^7.0.3", 37 37 "axios": "^1.3.4", 38 38 "multiformats": "^9.6.4",
+1 -1
packages/server/package.json
··· 36 36 }, 37 37 "dependencies": { 38 38 "@atproto/common": "0.3.0", 39 - "@atproto/crypto": "0.3.0", 39 + "@atproto/crypto": "0.4.3", 40 40 "@did-plc/lib": "*", 41 41 "axios": "^1.3.4", 42 42 "cors": "^2.8.5",
+15 -15
yarn.lock
··· 31 31 multiformats "^9.6.4" 32 32 pino "^8.6.1" 33 33 34 - "@atproto/crypto@0.3.0": 35 - version "0.3.0" 36 - resolved "https://registry.yarnpkg.com/@atproto/crypto/-/crypto-0.3.0.tgz#a79e05a85129810755f3456e9d419b49824407d7" 37 - integrity sha512-bhcxRTL4fgRY2YX/St0x4o0oDUp18QIPD7ek+7v8UKA0HpsCGQYbo8w9d9hUvwwty5X5p00cYF2tbggUWaPy7A== 34 + "@atproto/crypto@0.4.3": 35 + version "0.4.3" 36 + resolved "https://registry.yarnpkg.com/@atproto/crypto/-/crypto-0.4.3.tgz#15b8105892baf1ce23327f2d9cb2d1ffd8153d0d" 37 + integrity sha512-YSSUAvkx+ldpXw97NXZWfLx/prgh5YJ2K0BCw51JCJmXSRp6KhhwvOm4J+K/s5hwpssyuDCVTXknyS4PHwaK5g== 38 38 dependencies: 39 - "@noble/curves" "^1.1.0" 40 - "@noble/hashes" "^1.3.1" 39 + "@noble/curves" "^1.7.0" 40 + "@noble/hashes" "^1.6.1" 41 41 uint8arrays "3.0.0" 42 42 43 43 "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6": ··· 1986 1986 npmlog "^4.1.2" 1987 1987 write-file-atomic "^3.0.3" 1988 1988 1989 - "@noble/curves@^1.1.0": 1990 - version "1.2.0" 1991 - resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.2.0.tgz#92d7e12e4e49b23105a2555c6984d41733d65c35" 1992 - integrity sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw== 1989 + "@noble/curves@^1.7.0": 1990 + version "1.8.0" 1991 + resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.8.0.tgz#fe035a23959e6aeadf695851b51a87465b5ba8f7" 1992 + integrity sha512-j84kjAbzEnQHaSIhRPUmB3/eVXu2k3dKPl2LOrR8fSOIL+89U+7lV117EWHtq/GHM3ReGHM46iRBdZfpc4HRUQ== 1993 1993 dependencies: 1994 - "@noble/hashes" "1.3.2" 1994 + "@noble/hashes" "1.7.0" 1995 1995 1996 - "@noble/hashes@1.3.2", "@noble/hashes@^1.3.1": 1997 - version "1.3.2" 1998 - resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39" 1999 - integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ== 1996 + "@noble/hashes@1.7.0", "@noble/hashes@^1.6.1": 1997 + version "1.7.0" 1998 + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.7.0.tgz#5d9e33af2c7d04fee35de1519b80c958b2e35e39" 1999 + integrity sha512-HXydb0DgzTpDPwbVeDGCG1gIu7X6+AuU6Zl6av/E/KG8LMsvPntvq+w17CHRpKBmN6Ybdrt1eP3k4cj8DJa78w== 2000 2000 2001 2001 "@nodelib/fs.scandir@2.1.5": 2002 2002 version "2.1.5"