@depup/express-graphql 0.12.0-depup.0 → 0.12.0-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/express-graphql
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [express-graphql](https://www.npmjs.com/package/express-graphql) @ 0.12.0 |
17
- | Processed | 2026-03-19 |
17
+ | Processed | 2026-07-21 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 4 |
20
20
 
@@ -23,9 +23,9 @@ npm install @depup/express-graphql
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
25
  | accepts | ^1.3.7 | ^1.3.8 |
26
- | content-type | ^1.0.4 | ^1.0.5 |
26
+ | content-type | ^1.0.4 | ^2.0.0 |
27
27
  | http-errors | 1.8.0 | ^2.0.1 |
28
- | raw-body | ^2.4.1 | ^3.0.2 |
28
+ | raw-body | ^2.4.1 | ^4.0.0 |
29
29
 
30
30
  ---
31
31
 
package/changes.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "content-type": {
8
8
  "from": "^1.0.4",
9
- "to": "^1.0.5"
9
+ "to": "^2.0.0"
10
10
  },
11
11
  "http-errors": {
12
12
  "from": "1.8.0",
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "raw-body": {
16
16
  "from": "^2.4.1",
17
- "to": "^3.0.2"
17
+ "to": "^4.0.0"
18
18
  }
19
19
  },
20
- "timestamp": "2026-03-19T03:01:44.867Z",
20
+ "timestamp": "2026-07-21T17:22:41.310Z",
21
21
  "totalUpdated": 4
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/express-graphql",
3
- "version": "0.12.0-depup.0",
3
+ "version": "0.12.0-depup.2",
4
4
  "description": "Production ready GraphQL HTTP middleware. (with updated dependencies)",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -41,9 +41,9 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "accepts": "^1.3.8",
44
- "content-type": "^1.0.5",
44
+ "content-type": "^2.0.0",
45
45
  "http-errors": "^2.0.1",
46
- "raw-body": "^3.0.2"
46
+ "raw-body": "^4.0.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "graphql": "^14.7.0 || ^15.3.0"
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "content-type": {
58
58
  "from": "^1.0.4",
59
- "to": "^1.0.5"
59
+ "to": "^2.0.0"
60
60
  },
61
61
  "http-errors": {
62
62
  "from": "1.8.0",
@@ -64,13 +64,13 @@
64
64
  },
65
65
  "raw-body": {
66
66
  "from": "^2.4.1",
67
- "to": "^3.0.2"
67
+ "to": "^4.0.0"
68
68
  }
69
69
  },
70
70
  "depsUpdated": 4,
71
71
  "originalPackage": "express-graphql",
72
72
  "originalVersion": "0.12.0",
73
- "processedAt": "2026-03-19T03:01:46.507Z",
73
+ "processedAt": "2026-07-21T17:22:43.352Z",
74
74
  "smokeTest": "passed"
75
75
  }
76
76
  }