@depup/fakeredis 2.0.0-depup.0 → 2.0.0-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/fakeredis
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [fakeredis](https://www.npmjs.com/package/fakeredis) @ 2.0.0 |
17
- | Processed | 2026-03-19 |
17
+ | Processed | 2026-07-21 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 1 |
20
20
 
@@ -22,7 +22,7 @@ npm install @depup/fakeredis
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | redis | 2.6.0-0 | ^5.11.0 |
25
+ | redis | 2.6.0-0 | ^6.1.0 |
26
26
 
27
27
  ---
28
28
 
package/changes.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "bumped": {
3
3
  "redis": {
4
4
  "from": "2.6.0-0",
5
- "to": "^5.11.0"
5
+ "to": "^6.1.0"
6
6
  }
7
7
  },
8
- "timestamp": "2026-03-19T03:03:47.371Z",
8
+ "timestamp": "2026-07-21T17:22:41.237Z",
9
9
  "totalUpdated": 1
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/fakeredis",
3
- "version": "2.0.0-depup.0",
3
+ "version": "2.0.0-depup.3",
4
4
  "description": "Fake redis for testing, works as a drop-in replacement for node_redis (with updated dependencies)",
5
5
  "keywords": [
6
6
  "fakeredis",
@@ -20,7 +20,7 @@
20
20
  "author": "Hristo Dachev <tutini@gmail.com>",
21
21
  "main": "./main.js",
22
22
  "dependencies": {
23
- "redis": "^5.11.0"
23
+ "redis": "^6.1.0"
24
24
  },
25
25
  "license": "MIT",
26
26
  "bugs": {
@@ -44,13 +44,13 @@
44
44
  "changes": {
45
45
  "redis": {
46
46
  "from": "2.6.0-0",
47
- "to": "^5.11.0"
47
+ "to": "^6.1.0"
48
48
  }
49
49
  },
50
50
  "depsUpdated": 1,
51
51
  "originalPackage": "fakeredis",
52
52
  "originalVersion": "2.0.0",
53
- "processedAt": "2026-03-19T03:03:52.393Z",
53
+ "processedAt": "2026-07-21T17:22:46.406Z",
54
54
  "smokeTest": "passed"
55
55
  }
56
56
  }