Skip to content

Commit

Permalink
fix: pins dids@^3.1.0 in resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdixon committed May 30, 2022
1 parent 50636ed commit b436572
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion database-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@glazed/datamodel": "^0.3.0",
"@glazed/did-datastore": "^0.3.1",
"@glazed/tile-loader": "^0.2.0",
"dids": "^3.0.0",
"dids": "^3.1.0",
"dotenv": "^16.0.0",
"key-did-provider-ed25519": "^2.0.0",
"key-did-resolver": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
},
"resolutions": {
"csstype": "3.0.10",
"dids": "^3.1.0",
"**/@types/react": "17.0.2",
"leveldown": "6.1.1",
"node-gyp": "^9.0.0"
Expand Down
16 changes: 1 addition & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7866,21 +7866,7 @@ did-resolver@^3.1.5, did-resolver@^3.2.0:
resolved "https://registry.npmjs.org/did-resolver/-/did-resolver-3.2.0.tgz"
integrity sha512-8YiTRitfGt9hJYDIzjc254gXgJptO4zq6Q2BMZMNqkbCf9EFkV6BD4QIh5BUF4YjBglBgJY+duQRzO3UZAlZsw==

dids@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/dids/-/dids-3.0.0.tgz"
integrity sha512-y39gJtv4HsaePj3ZkNN6nkcGjiSzCZdVtd5+Z6yUcVnk6LuxZ1CpgC0X+d5ecCnpCYrcYKysWTVGJ3obwRCJ2A==
dependencies:
"@stablelib/random" "^1.0.1"
ceramic-cacao "^1.0.0"
dag-jose-utils "^2.0.0"
did-jwt "^6.0.0"
did-resolver "^3.1.5"
multiformats "^9.4.10"
rpc-utils "^0.6.1"
uint8arrays "^3.0.0"

dids@^3.1.0:
dids@^3.0.0, dids@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/dids/-/dids-3.1.0.tgz#8323a3d72949ea97e804f9dbe2acaff88c7fc485"
integrity sha512-cqagqY2HKbixVOYjETUqPP4I/qtEjx/c3T5nsWhDyrW90oGyB8Sv9haKYaUH1fpov1ud+i3ZRrZJerBIImg2cg==
Expand Down

0 comments on commit b436572

Please sign in to comment.