Skip to content

Commit

Permalink
Merge pull request #450 from jolocom/hotfix/pin-class-transformer
Browse files Browse the repository at this point in the history
Hotfix/pin class transformer
  • Loading branch information
Exulansis committed Jan 15, 2021
2 parents 3443c06 + 3814e64 commit f5ba83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jolocom-lib",
"version": "5.1.0",
"version": "5.1.1",
"description": "Unified library for interacting with the Jolocom identity solution",
"main": "js/index.js",
"files": [
Expand Down Expand Up @@ -74,7 +74,7 @@
"@jolocom/vaulted-key-provider": "^0.7.4",
"@types/sinon": "^9.0.5",
"bip39": "^3.0.2",
"class-transformer": "^0.3.1",
"class-transformer": "0.3.1",
"create-hash": "^1.2.0",
"did-resolver": "2.0.0",
"ethereumjs-util": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
inherits "^2.0.1"
safe-buffer "^5.0.1"

class-transformer@^0.3.1:
class-transformer@0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/class-transformer/-/class-transformer-0.3.1.tgz#ee681a5439ff2230fc57f5056412d3befa70d597"
integrity sha512-cKFwohpJbuMovS8xVLmn8N2AUbAuc8pVo4zEfsUVo8qgECOogns1WVk/FkOZoxhOPTyTYFckuoH+13FO+MQ8GA==
Expand Down

0 comments on commit f5ba83c

Please sign in to comment.