Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
chore: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Aug 15, 2022
1 parent ee38791 commit 7b6f034
Show file tree
Hide file tree
Showing 2 changed files with 568 additions and 450 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"test:cov": "jest --ci --coverage && codecov"
},
"engines": {
"node": ">=10"
"node": ">=14"
},
"dependencies": {
"@sphereon/did-uni-client": "^0.4.0",
"@sphereon/pex": "^1.1.2",
"@sphereon/pex": "^1.1.3",
"@sphereon/pex-models": "^1.1.0",
"bs58": "^4.0.1",
"cross-fetch": "^3.1.5",
"did-resolver": "^3.2.2",
"did-jwt": "^6.2.0",
"did-jwt": "6.2.0",
"eth-crypto": "^2.3.0",
"jose": "3.20.3",
"base64url": "^3.0.1",
"querystring": "^0.2.1",
"uint8arrays": "^3.0.0",
"uint8arrays": "^3.1.0",
"ts-interface-checker": "^1.0.2",
"@stablelib/random": "^1.0.1",
"@stablelib/sha256": "^1.0.1",
Expand All @@ -46,7 +46,7 @@
"bech32": "^2.0.0",
"elliptic": "^6.5.4",
"js-sha3": "^0.8.0",
"multiformats": "^9.7.0",
"multiformats": "^9.7.1",
"canonicalize": "^1.0.8",
"uuid": "^8.3.2"
},
Expand All @@ -56,24 +56,24 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"codecov": "^3.8.3",
"cspell": "^6.2.0",
"cspell": "^6.6.1",
"dotenv": "^16.0.1",
"eslint": "^8.18.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.2",
"jest": "^28.1.3",
"jest-junit": "^14.0.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.3",
"nock": "^13.2.8",
"moment": "^2.29.4",
"nock": "^13.2.9",
"npm-run-all": "^4.1.5",
"open-cli": "^7.0.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"ts-json-schema-generator": "^1.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
"ts-node": "^10.9.1",
"typescript": "^4.6.4"
},
"files": [
"dist/main"
Expand Down
Loading

0 comments on commit 7b6f034

Please sign in to comment.