@depup/apollo__server 5.5.0-depup.0 → 5.5.0-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/apollo__server
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [@apollo/server](https://www.npmjs.com/package/@apollo/server) @ 5.5.0 |
17
- | Processed | 2026-03-24 |
17
+ | Processed | 2026-04-06 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 10 |
20
20
 
@@ -29,7 +29,7 @@ npm install @depup/apollo__server
29
29
  | cors | ^2.8.5 | ^2.8.6 |
30
30
  | finalhandler | ^2.1.0 | ^2.1.1 |
31
31
  | loglevel | ^1.6.8 | ^1.9.2 |
32
- | lru-cache | ^11.1.0 | ^11.2.7 |
32
+ | lru-cache | ^11.1.0 | ^11.3.0 |
33
33
  | uuid | ^11.1.0 | ^13.0.0 |
34
34
  | whatwg-mimetype | ^4.0.0 | ^5.0.0 |
35
35
 
package/changes.json CHANGED
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "lru-cache": {
32
32
  "from": "^11.1.0",
33
- "to": "^11.2.7"
33
+ "to": "^11.3.0"
34
34
  },
35
35
  "uuid": {
36
36
  "from": "^11.1.0",
@@ -41,6 +41,6 @@
41
41
  "to": "^5.0.0"
42
42
  }
43
43
  },
44
- "timestamp": "2026-03-24T20:21:13.603Z",
44
+ "timestamp": "2026-04-06T00:41:56.713Z",
45
45
  "totalUpdated": 10
46
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/apollo__server",
3
- "version": "5.5.0-depup.0",
3
+ "version": "5.5.0-depup.1",
4
4
  "description": "Core engine for Apollo GraphQL server (with updated dependencies)",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -148,7 +148,7 @@
148
148
  "cors": "^2.8.6",
149
149
  "finalhandler": "^2.1.1",
150
150
  "loglevel": "^1.9.2",
151
- "lru-cache": "^11.2.7",
151
+ "lru-cache": "^11.3.0",
152
152
  "negotiator": "^1.0.0",
153
153
  "uuid": "^13.0.0",
154
154
  "whatwg-mimetype": "^5.0.0"
@@ -188,7 +188,7 @@
188
188
  },
189
189
  "lru-cache": {
190
190
  "from": "^11.1.0",
191
- "to": "^11.2.7"
191
+ "to": "^11.3.0"
192
192
  },
193
193
  "uuid": {
194
194
  "from": "^11.1.0",
@@ -202,7 +202,7 @@
202
202
  "depsUpdated": 10,
203
203
  "originalPackage": "@apollo/server",
204
204
  "originalVersion": "5.5.0",
205
- "processedAt": "2026-03-24T20:21:18.130Z",
205
+ "processedAt": "2026-04-06T00:42:02.069Z",
206
206
  "smokeTest": "passed"
207
207
  }
208
208
  }