@depup/sanity 5.17.1-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.
Files changed (116) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +57 -0
  3. package/bin/sanity +209 -0
  4. package/changes.json +114 -0
  5. package/lib/_chunks-dts/ActiveWorkspaceMatcherContext.d.ts +16164 -0
  6. package/lib/_chunks-dts/index.d.ts +780 -0
  7. package/lib/_chunks-dts/types.d.ts +2765 -0
  8. package/lib/_chunks-dts/types2.d.ts +656 -0
  9. package/lib/_chunks-dts/types3.d.ts +303 -0
  10. package/lib/_chunks-es/BroadcastDisplayedDocument.js +20 -0
  11. package/lib/_chunks-es/BroadcastDisplayedDocument.js.map +1 -0
  12. package/lib/_chunks-es/DisplayedDocumentBroadcaster.js +32 -0
  13. package/lib/_chunks-es/DisplayedDocumentBroadcaster.js.map +1 -0
  14. package/lib/_chunks-es/LiveQueries.js +339 -0
  15. package/lib/_chunks-es/LiveQueries.js.map +1 -0
  16. package/lib/_chunks-es/MenuGroup.js +106 -0
  17. package/lib/_chunks-es/MenuGroup.js.map +1 -0
  18. package/lib/_chunks-es/PostMessageDocuments.js +72 -0
  19. package/lib/_chunks-es/PostMessageDocuments.js.map +1 -0
  20. package/lib/_chunks-es/PostMessagePerspective.js +23 -0
  21. package/lib/_chunks-es/PostMessagePerspective.js.map +1 -0
  22. package/lib/_chunks-es/PostMessagePreviewSnapshots.js +69 -0
  23. package/lib/_chunks-es/PostMessagePreviewSnapshots.js.map +1 -0
  24. package/lib/_chunks-es/PostMessageRefreshMutations.js +74 -0
  25. package/lib/_chunks-es/PostMessageRefreshMutations.js.map +1 -0
  26. package/lib/_chunks-es/PostMessageSchema.js +502 -0
  27. package/lib/_chunks-es/PostMessageSchema.js.map +1 -0
  28. package/lib/_chunks-es/PostMessageTelemetry.js +21 -0
  29. package/lib/_chunks-es/PostMessageTelemetry.js.map +1 -0
  30. package/lib/_chunks-es/PresentationToolGrantsCheck.js +3848 -0
  31. package/lib/_chunks-es/PresentationToolGrantsCheck.js.map +1 -0
  32. package/lib/_chunks-es/QRCodeSVG.js +692 -0
  33. package/lib/_chunks-es/QRCodeSVG.js.map +1 -0
  34. package/lib/_chunks-es/StructureToolProvider.js +2360 -0
  35. package/lib/_chunks-es/StructureToolProvider.js.map +1 -0
  36. package/lib/_chunks-es/VideoPlayer.js +22 -0
  37. package/lib/_chunks-es/VideoPlayer.js.map +1 -0
  38. package/lib/_chunks-es/ViteDevServerStopped.js +52 -0
  39. package/lib/_chunks-es/ViteDevServerStopped.js.map +1 -0
  40. package/lib/_chunks-es/index.js +285 -0
  41. package/lib/_chunks-es/index.js.map +1 -0
  42. package/lib/_chunks-es/index2.js +105 -0
  43. package/lib/_chunks-es/index2.js.map +1 -0
  44. package/lib/_chunks-es/index3.js +139 -0
  45. package/lib/_chunks-es/index3.js.map +1 -0
  46. package/lib/_chunks-es/index4.js +1020 -0
  47. package/lib/_chunks-es/index4.js.map +1 -0
  48. package/lib/_chunks-es/pane.js +5 -0
  49. package/lib/_chunks-es/pane.js.map +1 -0
  50. package/lib/_chunks-es/pane2.js +5 -0
  51. package/lib/_chunks-es/pane2.js.map +1 -0
  52. package/lib/_chunks-es/presentation.js +549 -0
  53. package/lib/_chunks-es/presentation.js.map +1 -0
  54. package/lib/_chunks-es/resources.js +303 -0
  55. package/lib/_chunks-es/resources.js.map +1 -0
  56. package/lib/_chunks-es/resources2.js +459 -0
  57. package/lib/_chunks-es/resources2.js.map +1 -0
  58. package/lib/_chunks-es/resources3.js +281 -0
  59. package/lib/_chunks-es/resources3.js.map +1 -0
  60. package/lib/_chunks-es/resources4.js +184 -0
  61. package/lib/_chunks-es/resources4.js.map +1 -0
  62. package/lib/_chunks-es/resources5.js +161 -0
  63. package/lib/_chunks-es/resources5.js.map +1 -0
  64. package/lib/_chunks-es/resources6.js +141 -0
  65. package/lib/_chunks-es/resources6.js.map +1 -0
  66. package/lib/_chunks-es/resources7.js +24 -0
  67. package/lib/_chunks-es/resources7.js.map +1 -0
  68. package/lib/_chunks-es/resources8.js +603 -0
  69. package/lib/_chunks-es/resources8.js.map +1 -0
  70. package/lib/_chunks-es/resources9.js +126 -0
  71. package/lib/_chunks-es/resources9.js.map +1 -0
  72. package/lib/_chunks-es/structureTool.js +13673 -0
  73. package/lib/_chunks-es/structureTool.js.map +1 -0
  74. package/lib/_chunks-es/version.js +17 -0
  75. package/lib/_chunks-es/version.js.map +1 -0
  76. package/lib/_createContext.d.ts +12 -0
  77. package/lib/_createContext.js +38 -0
  78. package/lib/_createContext.js.map +1 -0
  79. package/lib/_internal.d.ts +9 -0
  80. package/lib/_internal.js +12 -0
  81. package/lib/_internal.js.map +1 -0
  82. package/lib/_singletons.d.ts +951 -0
  83. package/lib/_singletons.js +284 -0
  84. package/lib/_singletons.js.map +1 -0
  85. package/lib/cli.d.ts +3 -0
  86. package/lib/cli.js +9 -0
  87. package/lib/cli.js.map +1 -0
  88. package/lib/desk.d.ts +910 -0
  89. package/lib/desk.js +71 -0
  90. package/lib/desk.js.map +1 -0
  91. package/lib/index.d.ts +4 -0
  92. package/lib/index.js +92934 -0
  93. package/lib/index.js.map +1 -0
  94. package/lib/media-library.d.ts +85 -0
  95. package/lib/media-library.js +11 -0
  96. package/lib/media-library.js.map +1 -0
  97. package/lib/migrate.d.ts +1 -0
  98. package/lib/migrate.js +2 -0
  99. package/lib/migrate.js.map +1 -0
  100. package/lib/presentation.d.ts +28 -0
  101. package/lib/presentation.js +10 -0
  102. package/lib/presentation.js.map +1 -0
  103. package/lib/router.d.ts +560 -0
  104. package/lib/router.js +777 -0
  105. package/lib/router.js.map +1 -0
  106. package/lib/structure.d.ts +3 -0
  107. package/lib/structure.js +639 -0
  108. package/lib/structure.js.map +1 -0
  109. package/mock-browser-env-stub-loader.mjs +27 -0
  110. package/package.json +383 -0
  111. package/static/favicons/apple-touch-icon.png +0 -0
  112. package/static/favicons/favicon-192.png +0 -0
  113. package/static/favicons/favicon-512.png +0 -0
  114. package/static/favicons/favicon-96.png +0 -0
  115. package/static/favicons/favicon.ico +0 -0
  116. package/static/favicons/favicon.svg +12 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2016 - 2026 Sanity.io
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,57 @@
1
+ # @depup/sanity
2
+
3
+ > Dependency-bumped version of [sanity](https://www.npmjs.com/package/sanity)
4
+
5
+ Generated by [DepUp](https://github.com/depup/npm) -- all production
6
+ dependencies bumped to latest versions.
7
+
8
+ ## Installation
9
+
10
+ ```bash
11
+ npm install @depup/sanity
12
+ ```
13
+
14
+ | Field | Value |
15
+ |-------|-------|
16
+ | Original | [sanity](https://www.npmjs.com/package/sanity) @ 5.17.1 |
17
+ | Processed | 2026-03-17 |
18
+ | Smoke test | failed |
19
+ | Deps updated | 27 |
20
+
21
+ ## Dependency Changes
22
+
23
+ | Dependency | From | To |
24
+ |------------|------|-----|
25
+ | @dnd-kit/modifiers | ^6.0.1 | ^9.0.0 |
26
+ | @dnd-kit/sortable | ^7.0.2 | ^10.0.0 |
27
+ | @isaacs/ttlcache | ^1.4.1 | ^2.1.4 |
28
+ | @mux/mux-player-react | ^3.10.2 | ^3.11.5 |
29
+ | @portabletext/editor | ^6.4.0 | ^6.5.0 |
30
+ | @portabletext/plugin-markdown-shortcuts | ^7.0.19 | ^7.0.20 |
31
+ | @portabletext/plugin-one-line | ^6.0.19 | ^6.0.20 |
32
+ | @portabletext/plugin-paste-link | ^3.0.19 | ^3.0.20 |
33
+ | @portabletext/plugin-typography | ^7.0.19 | ^7.0.20 |
34
+ | @sanity/cli | ^6.1.5 | ^6.1.7 |
35
+ | @sanity/diff-patch | ^5.0.0 | ^6.0.0 |
36
+ | @sanity/sdk | 2.1.2 | ^2.8.0 |
37
+ | @sentry/react | ^8.55.0 | ^10.44.0 |
38
+ | @tanstack/react-virtual | ^3.13.18 | ^3.13.23 |
39
+ | @xstate/react | ^6.0.0 | ^6.1.0 |
40
+ | classnames | ^2.2.5 | ^2.5.1 |
41
+ | i18next | ^25.8.17 | ^25.8.18 |
42
+ | isomorphic-dompurify | 2.26.0 | ^3.5.0 |
43
+ | lodash-es | ^4.17.22 | ^4.17.23 |
44
+ | motion | ^12.27.1 | ^12.38.0 |
45
+ | nanoid | ^3.3.11 | ^5.1.7 |
46
+ | path-to-regexp | ^6.3.0 | ^8.3.0 |
47
+ | player.style | ^0.1.9 | ^0.3.1 |
48
+ | react-i18next | 15.6.1 | ^16.5.8 |
49
+ | semver | ^7.7.2 | ^7.7.4 |
50
+ | uuid | ^11.1.0 | ^13.0.0 |
51
+ | xstate | ^5.25.1 | ^5.28.0 |
52
+
53
+ ---
54
+
55
+ Source: https://github.com/depup/npm | Original: https://www.npmjs.com/package/sanity
56
+
57
+ License inherited from the original package.
package/bin/sanity ADDED
@@ -0,0 +1,209 @@
1
+ #!/usr/bin/env node
2
+ /**
3
+ * `npx sanity`: in order for this to work, the `sanity` module should be the one
4
+ * exposing a binary. However, the `@sanity/cli` module is the one who _actually_ ship
5
+ * the CLI binary.
6
+ *
7
+ * To solve this:
8
+ * 1. `@sanity/cli` is a dependency of the `sanity` module
9
+ * 2. The path to this file is configured as `bin.sanity` in the `sanity` module
10
+ * 3. This script resolves the `@sanity/cli` package, finds the path to the `sanity`
11
+ * binary from the `@sanity/cli` package declaration (`bin.sanity`)
12
+ * 4. Either imports the resolved path directly (if it's a Node.js script), or spawns it
13
+ * (if the path specified does not point to a Node.js script)
14
+ *
15
+ * See `runSanityCli()` for more details on the dual approach of importing vs spawning.
16
+ */
17
+
18
+ /* eslint-disable import/no-dynamic-require, no-process-exit */
19
+ import {readFile, open} from 'node:fs/promises'
20
+ import {createRequire} from 'node:module'
21
+ import {dirname, resolve} from 'node:path'
22
+ import {pathToFileURL} from 'node:url'
23
+ import {spawn} from 'node:child_process'
24
+
25
+ const require = createRequire(import.meta.url)
26
+
27
+ runSanityCli().catch((err) => {
28
+ // Use setImmediate/setTimeout to throw outside the promise chain
29
+ setImmediate(() => {
30
+ throw err
31
+ })
32
+ })
33
+
34
+ /**
35
+ * Resolves the Sanity CLI binary from `@sanity/cli` and executes it in the best
36
+ * possible way available to us, based on the module type:
37
+ *
38
+ * - If the binary is a Node.js script, we either `import()` or `require()` it based on
39
+ * the extension (cjs/mjs) or the package `type` field. This is prefered as it does
40
+ * not require spawning a new process.
41
+ * - If the binary is not a Node.js script, we spawn it as a child process. On Windows,
42
+ * shebangs are parsed manually and the interpreter is invoked directly. stdio is
43
+ * inherited from the parent process.
44
+ *
45
+ * Note:
46
+ * The "new" CLI is an ESM module, while the "old" CLI is CommonJS.
47
+ * In theory, Node.js now has support for transparently mixing CommonJS and ESM, but in
48
+ * practice we've seen some issues with this approach for the CLI specifically. Thus, we
49
+ * explicitly check the package type and use either `import()` or `require()` accordingly.
50
+ */
51
+ async function runSanityCli() {
52
+ const {bin, type} = await getSanityCliBin()
53
+ const shebang = await parseShebang(bin)
54
+
55
+ // The optimal case: the binary is a Node.js script - import/require it directly to
56
+ // prevent needing to spawn a new process
57
+ if (isNodeScript(bin, shebang)) {
58
+ if (type === 'module') {
59
+ await import(pathToFileURL(bin).href)
60
+ } else {
61
+ require(bin)
62
+ }
63
+ return
64
+ }
65
+
66
+ // Fallback: spawn the binary as a child process.
67
+ // Note: because we resolve the `bin` field from `@sanity/cli`'s package.json, the path
68
+ // points to the actual source file, not a cmd-shim wrapper. This means we don't need the
69
+ // full cmd-shim argument escaping that libraries like `cross-spawn` provide - we only need
70
+ // to handle shebangs on Windows, where they are not natively supported by the OS.
71
+ // On Unix, the OS handles shebangs natively.
72
+ let command = bin
73
+ let args = process.argv.slice(2)
74
+ if (process.platform === 'win32' && shebang) {
75
+ command = shebang.interpreter
76
+ args = [...shebang.args, bin, ...process.argv.slice(2)]
77
+ }
78
+
79
+ const child = spawn(command, args, {stdio: 'inherit'})
80
+
81
+ // Forward signals to the child process
82
+ const signals = ['SIGINT', 'SIGTERM', 'SIGHUP']
83
+ const signalHandlers = signals.map((signal) => {
84
+ const handler = () => child.kill(signal)
85
+ process.on(signal, handler)
86
+ return {signal, handler}
87
+ })
88
+
89
+ try {
90
+ const exitCode = await new Promise((resolve, reject) => {
91
+ child.on('error', reject)
92
+ child.on('close', (code) => resolve(code ?? 1))
93
+ })
94
+ process.exitCode = exitCode
95
+ } finally {
96
+ // Clean up signal handlers
97
+ for (const {signal, handler} of signalHandlers) {
98
+ process.off(signal, handler)
99
+ }
100
+ }
101
+ }
102
+
103
+ async function getSanityCliBin() {
104
+ // Resolve package.json from `@sanity/cli` instead of the main export to allow
105
+ // resolving before the package is built. Note that this might fail if `@sanity/cli`
106
+ // does not explicitly list `./package.json` in the exports field, but since control
107
+ // this module, this feels like a safe assumption.
108
+ const pkgPath = require.resolve('@sanity/cli/package.json')
109
+
110
+ let pkg
111
+ try {
112
+ pkg = JSON.parse(await readFile(pkgPath, 'utf8'))
113
+ } catch (err) {
114
+ throw new Error(`Failed to read @sanity/cli package.json: ${err.message}`)
115
+ }
116
+
117
+ if (!pkg.bin?.sanity) {
118
+ throw new Error('Failed to find `bin.sanity` field in @sanity/cli package.json')
119
+ }
120
+
121
+ // Assuming `package.json` is located at the root of the package - anything else would
122
+ // be… wild, unconventional, unorthodox… I'd even say… heretical.
123
+ const cliDir = dirname(pkgPath)
124
+
125
+ // Note that npm normalizes bin paths: `./bin/sanity` -> `bin/sanity`
126
+ const bin = resolve(cliDir, pkg.bin.sanity)
127
+ const type = determineModuleType(bin, pkg)
128
+ return {bin, type}
129
+ }
130
+
131
+ /**
132
+ * Parses the shebang from a script file and returns the interpreter and its arguments.
133
+ * Returns `null` if the file has no shebang.
134
+ *
135
+ * Handles both direct paths and `env` invocations:
136
+ * - `#!/usr/bin/node` => `{interpreter: '/usr/bin/node', args: []}`
137
+ * - `#!/usr/bin/env node` => `{interpreter: 'node', args: []}`
138
+ * - `#!/usr/bin/env -S node --flags` => `{interpreter: 'node', args: ['--flags']}`
139
+ */
140
+ async function parseShebang(scriptPath) {
141
+ let file
142
+ try {
143
+ file = await open(scriptPath)
144
+ } catch (err) {
145
+ throw new Error(
146
+ `Failed to read CLI binary at ${scriptPath}: ${err instanceof Error ? err.message : err}`,
147
+ )
148
+ }
149
+
150
+ try {
151
+ const {buffer, bytesRead} = await file.read({length: 256})
152
+ const content = buffer.toString('utf8', 0, bytesRead)
153
+
154
+ if (!content.startsWith('#!')) {
155
+ return null
156
+ }
157
+
158
+ const firstLine = content.slice(2, content.indexOf('\n')).trim()
159
+ const parts = firstLine.split(/\s+/)
160
+
161
+ if (parts[0].endsWith('/env')) {
162
+ // `env` invocation: skip flags (e.g. `-S`) to find the actual interpreter
163
+ const interpreterIdx = parts.findIndex((part, i) => i > 0 && !part.startsWith('-'))
164
+ if (interpreterIdx === -1) {
165
+ return null
166
+ }
167
+ return {
168
+ interpreter: parts[interpreterIdx],
169
+ args: parts.slice(interpreterIdx + 1),
170
+ }
171
+ }
172
+
173
+ return {
174
+ interpreter: parts[0],
175
+ args: parts.slice(1),
176
+ }
177
+ } finally {
178
+ await file.close()
179
+ }
180
+ }
181
+
182
+ /**
183
+ * Determines if the file at `scriptPath` is a Node.js script by checking its shebang.
184
+ * Returns true if:
185
+ * - The shebang interpreter is `node` (e.g., `#!/usr/bin/node`, `#!/usr/bin/env node`)
186
+ * - The file has a `.js`, `.mjs`, or `.cjs` extension (fallback when no shebang)
187
+ */
188
+ function isNodeScript(scriptPath, shebang) {
189
+ if (shebang) {
190
+ const {interpreter} = shebang
191
+ return interpreter.endsWith('node') || interpreter.endsWith('node.exe')
192
+ }
193
+
194
+ // No shebang - fall back to extension check (.js, .mjs, .cjs)
195
+ // This is not perfect - but it's better than nothing
196
+ return /\.(m?js|cjs)$/.test(scriptPath)
197
+ }
198
+
199
+ function determineModuleType(binPath, pkgJson) {
200
+ if (binPath.endsWith('.cjs')) {
201
+ return 'commonjs'
202
+ }
203
+
204
+ if (binPath.endsWith('.mjs')) {
205
+ return 'module'
206
+ }
207
+
208
+ return pkgJson.type === 'module' ? 'module' : 'commonjs'
209
+ }
package/changes.json ADDED
@@ -0,0 +1,114 @@
1
+ {
2
+ "bumped": {
3
+ "@dnd-kit/modifiers": {
4
+ "from": "^6.0.1",
5
+ "to": "^9.0.0"
6
+ },
7
+ "@dnd-kit/sortable": {
8
+ "from": "^7.0.2",
9
+ "to": "^10.0.0"
10
+ },
11
+ "@isaacs/ttlcache": {
12
+ "from": "^1.4.1",
13
+ "to": "^2.1.4"
14
+ },
15
+ "@mux/mux-player-react": {
16
+ "from": "^3.10.2",
17
+ "to": "^3.11.5"
18
+ },
19
+ "@portabletext/editor": {
20
+ "from": "^6.4.0",
21
+ "to": "^6.5.0"
22
+ },
23
+ "@portabletext/plugin-markdown-shortcuts": {
24
+ "from": "^7.0.19",
25
+ "to": "^7.0.20"
26
+ },
27
+ "@portabletext/plugin-one-line": {
28
+ "from": "^6.0.19",
29
+ "to": "^6.0.20"
30
+ },
31
+ "@portabletext/plugin-paste-link": {
32
+ "from": "^3.0.19",
33
+ "to": "^3.0.20"
34
+ },
35
+ "@portabletext/plugin-typography": {
36
+ "from": "^7.0.19",
37
+ "to": "^7.0.20"
38
+ },
39
+ "@sanity/cli": {
40
+ "from": "^6.1.5",
41
+ "to": "^6.1.7"
42
+ },
43
+ "@sanity/diff-patch": {
44
+ "from": "^5.0.0",
45
+ "to": "^6.0.0"
46
+ },
47
+ "@sanity/sdk": {
48
+ "from": "2.1.2",
49
+ "to": "^2.8.0"
50
+ },
51
+ "@sentry/react": {
52
+ "from": "^8.55.0",
53
+ "to": "^10.44.0"
54
+ },
55
+ "@tanstack/react-virtual": {
56
+ "from": "^3.13.18",
57
+ "to": "^3.13.23"
58
+ },
59
+ "@xstate/react": {
60
+ "from": "^6.0.0",
61
+ "to": "^6.1.0"
62
+ },
63
+ "classnames": {
64
+ "from": "^2.2.5",
65
+ "to": "^2.5.1"
66
+ },
67
+ "i18next": {
68
+ "from": "^25.8.17",
69
+ "to": "^25.8.18"
70
+ },
71
+ "isomorphic-dompurify": {
72
+ "from": "2.26.0",
73
+ "to": "^3.5.0"
74
+ },
75
+ "lodash-es": {
76
+ "from": "^4.17.22",
77
+ "to": "^4.17.23"
78
+ },
79
+ "motion": {
80
+ "from": "^12.27.1",
81
+ "to": "^12.38.0"
82
+ },
83
+ "nanoid": {
84
+ "from": "^3.3.11",
85
+ "to": "^5.1.7"
86
+ },
87
+ "path-to-regexp": {
88
+ "from": "^6.3.0",
89
+ "to": "^8.3.0"
90
+ },
91
+ "player.style": {
92
+ "from": "^0.1.9",
93
+ "to": "^0.3.1"
94
+ },
95
+ "react-i18next": {
96
+ "from": "15.6.1",
97
+ "to": "^16.5.8"
98
+ },
99
+ "semver": {
100
+ "from": "^7.7.2",
101
+ "to": "^7.7.4"
102
+ },
103
+ "uuid": {
104
+ "from": "^11.1.0",
105
+ "to": "^13.0.0"
106
+ },
107
+ "xstate": {
108
+ "from": "^5.25.1",
109
+ "to": "^5.28.0"
110
+ }
111
+ },
112
+ "timestamp": "2026-03-17T22:56:07.073Z",
113
+ "totalUpdated": 27
114
+ }