@depup/keyv-redis 1.3.4-depup.0 → 1.3.4-depup.3

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.
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/keyv-redis
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [keyv-redis](https://www.npmjs.com/package/keyv-redis) @ 1.3.4 |
17
- | Processed | 2026-03-17 |
17
+ | Processed | 2026-07-21 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 2 |
20
20
 
@@ -23,7 +23,7 @@ npm install @depup/keyv-redis
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
25
  | pify | 3.0.0 | ^6.1.0 |
26
- | redis | 2.8.0 | ^5.11.0 |
26
+ | redis | 2.8.0 | ^6.1.0 |
27
27
 
28
28
  ---
29
29
 
package/changes.json CHANGED
@@ -6,9 +6,9 @@
6
6
  },
7
7
  "redis": {
8
8
  "from": "2.8.0",
9
- "to": "^5.11.0"
9
+ "to": "^6.1.0"
10
10
  }
11
11
  },
12
- "timestamp": "2026-03-17T22:56:52.382Z",
12
+ "timestamp": "2026-07-21T17:24:22.147Z",
13
13
  "totalUpdated": 2
14
14
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/keyv-redis",
3
- "version": "1.3.4-depup.0",
4
- "description": "[DepUp] Redis storage adapter for Keyv",
3
+ "version": "1.3.4-depup.3",
4
+ "description": "Redis storage adapter for Keyv (with updated dependencies)",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
7
7
  "test": "xo && nyc ava",
@@ -20,10 +20,12 @@
20
20
  "url": "git+https://github.com/lukechilds/keyv-redis.git"
21
21
  },
22
22
  "keywords": [
23
- "depup",
24
- "dependency-bumped",
25
- "updated-deps",
26
23
  "keyv-redis",
24
+ "depup",
25
+ "updated-dependencies",
26
+ "security",
27
+ "latest",
28
+ "patched",
27
29
  "redis",
28
30
  "keyv",
29
31
  "storage",
@@ -42,7 +44,7 @@
42
44
  "homepage": "https://github.com/lukechilds/keyv-redis",
43
45
  "dependencies": {
44
46
  "pify": "^6.1.0",
45
- "redis": "^5.11.0"
47
+ "redis": "^6.1.0"
46
48
  },
47
49
  "devDependencies": {
48
50
  "ava": "^0.20.0",
@@ -64,13 +66,13 @@
64
66
  },
65
67
  "redis": {
66
68
  "from": "2.8.0",
67
- "to": "^5.11.0"
69
+ "to": "^6.1.0"
68
70
  }
69
71
  },
70
72
  "depsUpdated": 2,
71
73
  "originalPackage": "keyv-redis",
72
74
  "originalVersion": "1.3.4",
73
- "processedAt": "2026-03-17T22:57:07.790Z",
75
+ "processedAt": "2026-07-21T17:24:33.428Z",
74
76
  "smokeTest": "passed"
75
77
  }
76
78
  }