@depup/graphql-tools__delegate 12.0.12-depup.0 → 12.0.13-depup.0

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
@@ -13,8 +13,8 @@ npm install @depup/graphql-tools__delegate
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@graphql-tools/delegate](https://www.npmjs.com/package/@graphql-tools/delegate) @ 12.0.12 |
17
- | Processed | 2026-03-17 |
16
+ | Original | [@graphql-tools/delegate](https://www.npmjs.com/package/@graphql-tools/delegate) @ 12.0.13 |
17
+ | Processed | 2026-04-03 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 2 |
20
20
 
package/changes.json CHANGED
@@ -9,6 +9,6 @@
9
9
  "to": "^10.0.31"
10
10
  }
11
11
  },
12
- "timestamp": "2026-03-17T21:29:07.491Z",
12
+ "timestamp": "2026-04-03T12:19:51.782Z",
13
13
  "totalUpdated": 2
14
14
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@depup/graphql-tools__delegate",
3
- "version": "12.0.12-depup.0",
3
+ "version": "12.0.13-depup.0",
4
4
  "type": "module",
5
- "description": "[DepUp] A set of utils for faster development of GraphQL tools",
5
+ "description": "A set of utils for faster development of GraphQL tools (with updated dependencies)",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/graphql-hive/gateway.git",
@@ -39,7 +39,7 @@
39
39
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "@graphql-tools/batch-execute": "^10.0.7",
42
+ "@graphql-tools/batch-execute": "^10.0.8",
43
43
  "@graphql-tools/executor": "^1.5.1",
44
44
  "@graphql-tools/schema": "^10.0.31",
45
45
  "@graphql-tools/utils": "^11.0.0",
@@ -55,10 +55,12 @@
55
55
  },
56
56
  "sideEffects": false,
57
57
  "keywords": [
58
+ "@graphql-tools/delegate",
58
59
  "depup",
59
- "dependency-bumped",
60
- "updated-deps",
61
- "@graphql-tools/delegate"
60
+ "updated-dependencies",
61
+ "security",
62
+ "latest",
63
+ "patched"
62
64
  ],
63
65
  "depup": {
64
66
  "changes": {
@@ -73,8 +75,8 @@
73
75
  },
74
76
  "depsUpdated": 2,
75
77
  "originalPackage": "@graphql-tools/delegate",
76
- "originalVersion": "12.0.12",
77
- "processedAt": "2026-03-17T21:29:14.935Z",
78
+ "originalVersion": "12.0.13",
79
+ "processedAt": "2026-04-03T12:19:57.615Z",
78
80
  "smokeTest": "passed"
79
81
  }
80
82
  }