ueberdb2 4.0.1 → 4.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,7 +62,7 @@ jobs:
62
62
  - uses: actions/checkout@v3
63
63
  - uses: actions/setup-node@v3
64
64
  with:
65
- node-version: 14
65
+ node-version: 16
66
66
  - run: npm ci
67
67
  # Optional dependencies must be installed manually.
68
68
  - run: npm i sqlite3
@@ -92,7 +92,7 @@ jobs:
92
92
  -
93
93
  uses: actions/setup-node@v3
94
94
  with:
95
- node-version: 14
95
+ node-version: 16
96
96
  registry-url: https://registry.npmjs.org/
97
97
  cache: 'npm'
98
98
  # This is required if the package has a prepare script that uses something
package/package.json CHANGED
@@ -21,29 +21,30 @@
21
21
  }
22
22
  ],
23
23
  "dependencies": {
24
- "async": "^3.2.3",
25
- "cassandra-driver": "^4.6.3",
24
+ "async": "^3.2.4",
25
+ "cassandra-driver": "^4.6.4",
26
26
  "dirty": "^1.1.3",
27
27
  "elasticsearch7": "npm:@elastic/elasticsearch@^7.17.0",
28
28
  "mongodb": "^3.7.3",
29
- "mssql": "^8.1.0",
29
+ "mssql": "^9.1.1",
30
30
  "mysql": "2.18.1",
31
- "nano": "^10.0.0",
32
- "pg": "^8.7.3",
33
- "redis": "^4.1.0",
31
+ "nano": "^10.1.2",
32
+ "pg": "^8.11.1",
33
+ "redis": "^4.6.7",
34
34
  "rethinkdb": "^2.4.2",
35
- "simple-git": "^3.7.1"
35
+ "semver": "^7.5.3",
36
+ "simple-git": "^3.19.1"
36
37
  },
37
38
  "optionalDependencies": {
38
- "sqlite3": "^5.0.6"
39
+ "sqlite3": "^5.1.6"
39
40
  },
40
41
  "devDependencies": {
41
42
  "cli-table": "^0.3.11",
42
- "eslint": "^8.14.0",
43
+ "eslint": "^8.43.0",
43
44
  "eslint-config-etherpad": "^3.0.13",
44
- "mocha": "^10.0.0",
45
+ "mocha": "^10.2.0",
45
46
  "randexp": "^0.5.3",
46
- "typescript": "^4.6.4",
47
+ "typescript": "^4.9.5",
47
48
  "wtfnode": "^0.9.1"
48
49
  },
49
50
  "repository": {
@@ -51,7 +52,7 @@
51
52
  "url": "https://github.com/ether/ueberDB.git"
52
53
  },
53
54
  "main": "./index",
54
- "version": "4.0.1",
55
+ "version": "4.0.10",
55
56
  "bugs": {
56
57
  "url": "https://github.com/ether/ueberDB/issues"
57
58
  },
@@ -72,6 +73,6 @@
72
73
  }
73
74
  ],
74
75
  "engines": {
75
- "node": ">=14.15.0"
76
+ "node": ">=16.20.1"
76
77
  }
77
78
  }