@ocap/wallet 1.17.7 → 1.17.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/wallet",
3
- "version": "1.17.7",
3
+ "version": "1.17.10",
4
4
  "description": "Utility function to create and use an forge compatible crypto wallet",
5
5
  "keywords": [
6
6
  "crypto",
@@ -27,12 +27,12 @@
27
27
  ],
28
28
  "devDependencies": {
29
29
  "@arcblock/eslint-config-ts": "0.2.2",
30
- "@types/jest": "^28.1.0",
31
- "@types/node": "^17.0.38",
32
- "eslint": "^8.17.0",
33
- "jest": "^28.1.0",
34
- "ts-jest": "^28.0.3",
35
- "typescript": "^4.7.3"
30
+ "@types/jest": "^28.1.6",
31
+ "@types/node": "^17.0.45",
32
+ "eslint": "^8.21.0",
33
+ "jest": "^28.1.3",
34
+ "ts-jest": "^28.0.7",
35
+ "typescript": "^4.7.4"
36
36
  },
37
37
  "repository": {
38
38
  "type": "git",
@@ -52,9 +52,9 @@
52
52
  "url": "https://github.com/ArcBlock/asset-chain/issues"
53
53
  },
54
54
  "dependencies": {
55
- "@arcblock/did": "1.17.7",
56
- "@ocap/mcrypto": "1.17.7",
57
- "@ocap/util": "1.17.7"
55
+ "@arcblock/did": "1.17.10",
56
+ "@ocap/mcrypto": "1.17.10",
57
+ "@ocap/util": "1.17.10"
58
58
  },
59
- "gitHead": "02d9fa7c14c70f0a5fc1dcc5dc5506e43cb71ba5"
59
+ "gitHead": "062c4f18a4e6d370cb1659980c602e8494969dc3"
60
60
  }