@depup/memorystore 1.6.7-depup.0 → 1.6.7-depup.1

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/memorystore
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [memorystore](https://www.npmjs.com/package/memorystore) @ 1.6.7 |
17
- | Processed | 2026-03-19 |
17
+ | Processed | 2026-04-06 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 2 |
20
20
 
@@ -23,7 +23,7 @@ npm install @depup/memorystore
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
25
  | debug | ^4.3.0 | ^4.4.3 |
26
- | lru-cache | ^4.0.3 | ^11.2.7 |
26
+ | lru-cache | ^4.0.3 | ^11.3.0 |
27
27
 
28
28
  ---
29
29
 
package/changes.json CHANGED
@@ -6,9 +6,9 @@
6
6
  },
7
7
  "lru-cache": {
8
8
  "from": "^4.0.3",
9
- "to": "^11.2.7"
9
+ "to": "^11.3.0"
10
10
  }
11
11
  },
12
- "timestamp": "2026-03-19T03:03:01.071Z",
12
+ "timestamp": "2026-04-06T00:42:34.314Z",
13
13
  "totalUpdated": 2
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/memorystore",
3
- "version": "1.6.7-depup.0",
3
+ "version": "1.6.7-depup.1",
4
4
  "description": "express-session full featured MemoryStore layer without leaks! (with updated dependencies)",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "homepage": "https://github.com/roccomuso/memorystore#readme",
37
37
  "dependencies": {
38
38
  "debug": "^4.4.3",
39
- "lru-cache": "^11.2.7"
39
+ "lru-cache": "^11.3.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "mocha": "9.2.0"
@@ -54,13 +54,13 @@
54
54
  },
55
55
  "lru-cache": {
56
56
  "from": "^4.0.3",
57
- "to": "^11.2.7"
57
+ "to": "^11.3.0"
58
58
  }
59
59
  },
60
60
  "depsUpdated": 2,
61
61
  "originalPackage": "memorystore",
62
62
  "originalVersion": "1.6.7",
63
- "processedAt": "2026-03-19T03:03:03.740Z",
63
+ "processedAt": "2026-04-06T00:42:37.676Z",
64
64
  "smokeTest": "passed"
65
65
  }
66
66
  }