@ocap/indexdb-elasticsearch 1.18.132 → 1.18.133

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 +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocap/indexdb-elasticsearch",
3
3
  "description": "OCAP indexdb adapter that uses elasticsearch as backend",
4
- "version": "1.18.132",
4
+ "version": "1.18.133",
5
5
  "author": "wangshijun <shijun@arcblock.io> (https://www.arcblock.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ArcBlock/blockchain/issues",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "devDependencies": {
17
17
  "dotenv-flow": "^3.2.0",
18
- "jest": "^27.5.1"
18
+ "jest": "^29.7.0"
19
19
  },
20
20
  "homepage": "https://github.com/ArcBlock/blockchain/tree/master/indexdb/elasticsearch",
21
21
  "keywords": [
@@ -38,15 +38,15 @@
38
38
  "test": "jest --forceExit --detectOpenHandles",
39
39
  "coverage": "npm run test -- --coverage"
40
40
  },
41
- "gitHead": "6699d47364eb94f564e0fcf6ea55b6e7ea005d0d",
41
+ "gitHead": "cd4b69aef69b4e30265c3897a22fb63c902c5d4e",
42
42
  "dependencies": {
43
- "@arcblock/did": "1.18.132",
43
+ "@arcblock/did": "1.18.133",
44
44
  "@elastic/elasticsearch": "7.13.0",
45
- "@ocap/indexdb": "1.18.132",
46
- "@ocap/util": "1.18.132",
47
- "axios": "^0.27.2",
45
+ "@ocap/indexdb": "1.18.133",
46
+ "@ocap/util": "1.18.133",
47
+ "axios": "^1.7.5",
48
48
  "bn.js": "^5.2.1",
49
- "debug": "^4.3.4",
49
+ "debug": "^4.3.6",
50
50
  "lodash": "^4.17.21"
51
51
  }
52
52
  }