@depup/redbird 1.0.2-depup.1 → 1.0.2-depup.2

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/redbird
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [redbird](https://www.npmjs.com/package/redbird) @ 1.0.2 |
17
- | Processed | 2026-03-31 |
17
+ | Processed | 2026-04-06 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 5 |
20
20
 
@@ -24,8 +24,8 @@ npm install @depup/redbird
24
24
  |------------|------|-----|
25
25
  | http-proxy | ^1.18.0 | ^1.18.1 |
26
26
  | le-store-certbot | ^2.2.3 | ^2.2.4 |
27
- | lodash | ^4.17.21 | ^4.18.0 |
28
- | lru-cache | ^11.0.1 | ^11.2.7 |
27
+ | lodash | ^4.17.21 | ^4.18.1 |
28
+ | lru-cache | ^11.0.1 | ^11.3.0 |
29
29
  | pino | ^9.4.0 | ^10.3.1 |
30
30
 
31
31
  ---
package/changes.json CHANGED
@@ -10,17 +10,17 @@
10
10
  },
11
11
  "lodash": {
12
12
  "from": "^4.17.21",
13
- "to": "^4.18.0"
13
+ "to": "^4.18.1"
14
14
  },
15
15
  "lru-cache": {
16
16
  "from": "^11.0.1",
17
- "to": "^11.2.7"
17
+ "to": "^11.3.0"
18
18
  },
19
19
  "pino": {
20
20
  "from": "^9.4.0",
21
21
  "to": "^10.3.1"
22
22
  }
23
23
  },
24
- "timestamp": "2026-03-31T20:28:23.005Z",
24
+ "timestamp": "2026-04-06T00:44:28.848Z",
25
25
  "totalUpdated": 5
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/redbird",
3
- "version": "1.0.2-depup.1",
3
+ "version": "1.0.2-depup.2",
4
4
  "description": "A reverse proxy with support for dynamic tables (with updated dependencies)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -45,8 +45,8 @@
45
45
  "http-proxy": "^1.18.1",
46
46
  "le-challenge-fs": "^2.0.9",
47
47
  "le-store-certbot": "^2.2.4",
48
- "lodash": "^4.18.0",
49
- "lru-cache": "^11.2.7",
48
+ "lodash": "^4.18.1",
49
+ "lru-cache": "^11.3.0",
50
50
  "mkdirp": "^3.0.1",
51
51
  "node-etcd": "^7.0.0",
52
52
  "object-hash": "^3.0.0",
@@ -123,11 +123,11 @@
123
123
  },
124
124
  "lodash": {
125
125
  "from": "^4.17.21",
126
- "to": "^4.18.0"
126
+ "to": "^4.18.1"
127
127
  },
128
128
  "lru-cache": {
129
129
  "from": "^11.0.1",
130
- "to": "^11.2.7"
130
+ "to": "^11.3.0"
131
131
  },
132
132
  "pino": {
133
133
  "from": "^9.4.0",
@@ -137,7 +137,7 @@
137
137
  "depsUpdated": 5,
138
138
  "originalPackage": "redbird",
139
139
  "originalVersion": "1.0.2",
140
- "processedAt": "2026-03-31T20:28:36.873Z",
140
+ "processedAt": "2026-04-06T00:44:42.755Z",
141
141
  "smokeTest": "passed"
142
142
  }
143
143
  }