@depup/launchdarkly-node-server-sdk 7.0.4-depup.0 → 7.0.4-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 +2 -2
- package/changes.json +2 -2
- package/package.json +10 -8
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/launchdarkly-node-server-sdk
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [launchdarkly-node-server-sdk](https://www.npmjs.com/package/launchdarkly-node-server-sdk) @ 7.0.4 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-04-06 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 6 |
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@ npm install @depup/launchdarkly-node-server-sdk
|
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| async | ^3.2.4 | ^3.2.6 |
|
|
26
26
|
| launchdarkly-eventsource | 1.4.4 | ^2.2.0 |
|
|
27
|
-
| lru-cache | ^6.0.0 | ^11.
|
|
27
|
+
| lru-cache | ^6.0.0 | ^11.3.0 |
|
|
28
28
|
| node-cache | ^5.1.0 | ^5.1.2 |
|
|
29
29
|
| semver | ^7.5.4 | ^7.7.4 |
|
|
30
30
|
| uuid | ^8.3.2 | ^13.0.0 |
|
package/changes.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"lru-cache": {
|
|
12
12
|
"from": "^6.0.0",
|
|
13
|
-
"to": "^11.
|
|
13
|
+
"to": "^11.3.0"
|
|
14
14
|
},
|
|
15
15
|
"node-cache": {
|
|
16
16
|
"from": "^5.1.0",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"to": "^13.0.0"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
"timestamp": "2026-
|
|
28
|
+
"timestamp": "2026-04-06T00:43:20.767Z",
|
|
29
29
|
"totalUpdated": 6
|
|
30
30
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/launchdarkly-node-server-sdk",
|
|
3
|
-
"version": "7.0.4-depup.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "7.0.4-depup.1",
|
|
4
|
+
"description": "LaunchDarkly Server-Side SDK for Node.js (with updated dependencies)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "jest --ci --coverage --runInBand",
|
|
@@ -18,10 +18,12 @@
|
|
|
18
18
|
"url": "https://github.com/launchdarkly/node-server-sdk.git"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
|
-
"depup",
|
|
22
|
-
"dependency-bumped",
|
|
23
|
-
"updated-deps",
|
|
24
21
|
"launchdarkly-node-server-sdk",
|
|
22
|
+
"depup",
|
|
23
|
+
"updated-dependencies",
|
|
24
|
+
"security",
|
|
25
|
+
"latest",
|
|
26
|
+
"patched",
|
|
25
27
|
"launchdarkly",
|
|
26
28
|
"analytics",
|
|
27
29
|
"client"
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
"dependencies": {
|
|
35
37
|
"async": "^3.2.6",
|
|
36
38
|
"launchdarkly-eventsource": "^2.2.0",
|
|
37
|
-
"lru-cache": "^11.
|
|
39
|
+
"lru-cache": "^11.3.0",
|
|
38
40
|
"node-cache": "^5.1.2",
|
|
39
41
|
"semver": "^7.7.4",
|
|
40
42
|
"tunnel": "0.0.6",
|
|
@@ -81,7 +83,7 @@
|
|
|
81
83
|
},
|
|
82
84
|
"lru-cache": {
|
|
83
85
|
"from": "^6.0.0",
|
|
84
|
-
"to": "^11.
|
|
86
|
+
"to": "^11.3.0"
|
|
85
87
|
},
|
|
86
88
|
"node-cache": {
|
|
87
89
|
"from": "^5.1.0",
|
|
@@ -99,7 +101,7 @@
|
|
|
99
101
|
"depsUpdated": 6,
|
|
100
102
|
"originalPackage": "launchdarkly-node-server-sdk",
|
|
101
103
|
"originalVersion": "7.0.4",
|
|
102
|
-
"processedAt": "2026-
|
|
104
|
+
"processedAt": "2026-04-06T00:43:27.564Z",
|
|
103
105
|
"smokeTest": "passed"
|
|
104
106
|
}
|
|
105
107
|
}
|