pnpm 10.33.0 → 10.33.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.
Files changed (29) hide show
  1. package/dist/node_modules/.modules.yaml +118 -118
  2. package/dist/node_modules/.pnpm/lock.yaml +34 -25
  3. package/dist/node_modules/.pnpm-workspace-state-v1.json +11 -1
  4. package/dist/node_modules/brace-expansion/index.js +13 -11
  5. package/dist/node_modules/brace-expansion/package.json +1 -1
  6. package/dist/node_modules/minipass-flush/package.json +6 -3
  7. package/dist/node_modules/picomatch/lib/constants.js +4 -0
  8. package/dist/node_modules/picomatch/lib/parse.js +301 -0
  9. package/dist/node_modules/picomatch/lib/picomatch.js +11 -3
  10. package/dist/node_modules/picomatch/package.json +2 -3
  11. package/dist/node_modules/tar/dist/commonjs/get-write-flag.d.ts.map +1 -1
  12. package/dist/node_modules/tar/dist/commonjs/get-write-flag.js +7 -4
  13. package/dist/node_modules/tar/dist/commonjs/get-write-flag.js.map +1 -1
  14. package/dist/node_modules/tar/dist/commonjs/index.min.js +3 -3
  15. package/dist/node_modules/tar/dist/commonjs/index.min.js.map +3 -3
  16. package/dist/node_modules/tar/dist/esm/get-write-flag.d.ts.map +1 -1
  17. package/dist/node_modules/tar/dist/esm/get-write-flag.js +7 -4
  18. package/dist/node_modules/tar/dist/esm/get-write-flag.js.map +1 -1
  19. package/dist/node_modules/tar/dist/esm/index.min.js +3 -3
  20. package/dist/node_modules/tar/dist/esm/index.min.js.map +3 -3
  21. package/dist/node_modules/tar/package.json +1 -1
  22. package/dist/node_modules/tinyglobby/dist/index.cjs +132 -148
  23. package/dist/node_modules/tinyglobby/dist/index.d.cts +33 -32
  24. package/dist/node_modules/tinyglobby/dist/index.d.mts +33 -32
  25. package/dist/node_modules/tinyglobby/dist/index.mjs +134 -146
  26. package/dist/node_modules/tinyglobby/package.json +10 -10
  27. package/dist/pnpm.cjs +871 -299
  28. package/package.json +1 -1
  29. package/dist/node_modules/minipass-flush/LICENSE +0 -15
@@ -16,35 +16,44 @@
16
16
  "node-gyp@11.5.0": [
17
17
  "node_modules/node-gyp"
18
18
  ],
19
- "tar@7.5.12": [
19
+ "nopt@8.1.0": [
20
+ "node_modules/nopt"
21
+ ],
22
+ "tar@7.5.13": [
20
23
  "node_modules/tar"
21
24
  ],
25
+ "env-paths@2.2.1": [
26
+ "node_modules/env-paths"
27
+ ],
22
28
  "proc-log@5.0.0": [
23
29
  "node_modules/proc-log"
24
30
  ],
31
+ "tinyglobby@0.2.16": [
32
+ "node_modules/tinyglobby"
33
+ ],
34
+ "exponential-backoff@3.1.3": [
35
+ "node_modules/exponential-backoff"
36
+ ],
25
37
  "which@5.0.0": [
26
38
  "node_modules/which"
27
39
  ],
28
40
  "graceful-fs@4.2.11": [
29
41
  "node_modules/graceful-fs"
30
42
  ],
31
- "exponential-backoff@3.1.3": [
32
- "node_modules/exponential-backoff"
33
- ],
34
- "env-paths@2.2.1": [
35
- "node_modules/env-paths"
36
- ],
37
43
  "semver@7.7.4": [
38
44
  "node_modules/semver"
39
45
  ],
40
- "nopt@8.1.0": [
41
- "node_modules/nopt"
42
- ],
43
46
  "make-fetch-happen@14.0.3": [
44
47
  "node_modules/make-fetch-happen"
45
48
  ],
46
- "tinyglobby@0.2.15": [
47
- "node_modules/tinyglobby"
49
+ "abbrev@3.0.1": [
50
+ "node_modules/abbrev"
51
+ ],
52
+ "@isaacs/fs-minipass@4.0.1": [
53
+ "node_modules/@isaacs/fs-minipass"
54
+ ],
55
+ "chownr@3.0.0": [
56
+ "node_modules/chownr"
48
57
  ],
49
58
  "yallist@5.0.0": [
50
59
  "node_modules/yallist"
@@ -55,21 +64,15 @@
55
64
  "minipass@7.1.3": [
56
65
  "node_modules/minipass"
57
66
  ],
58
- "@isaacs/fs-minipass@4.0.1": [
59
- "node_modules/@isaacs/fs-minipass"
67
+ "picomatch@4.0.4": [
68
+ "node_modules/picomatch"
60
69
  ],
61
- "chownr@3.0.0": [
62
- "node_modules/chownr"
70
+ "fdir@6.5.0(picomatch@4.0.4)": [
71
+ "node_modules/fdir"
63
72
  ],
64
73
  "isexe@3.1.1": [
65
74
  "node_modules/isexe"
66
75
  ],
67
- "abbrev@3.0.1": [
68
- "node_modules/abbrev"
69
- ],
70
- "negotiator@1.0.0": [
71
- "node_modules/negotiator"
72
- ],
73
76
  "ssri@12.0.0": [
74
77
  "node_modules/ssri"
75
78
  ],
@@ -83,101 +86,104 @@
83
86
  "node_modules/minipass-pipeline/node_modules/yallist",
84
87
  "node_modules/minipass-sized/node_modules/yallist"
85
88
  ],
86
- "cacache@19.0.1": [
87
- "node_modules/cacache"
88
- ],
89
- "minipass-fetch@4.0.1": [
90
- "node_modules/minipass-fetch"
91
- ],
92
89
  "promise-retry@2.0.1": [
93
90
  "node_modules/promise-retry"
94
91
  ],
95
92
  "@npmcli/agent@3.0.0": [
96
93
  "node_modules/@npmcli/agent"
97
94
  ],
95
+ "negotiator@1.0.0": [
96
+ "node_modules/negotiator"
97
+ ],
98
+ "minipass-fetch@4.0.1": [
99
+ "node_modules/minipass-fetch"
100
+ ],
101
+ "cacache@19.0.1": [
102
+ "node_modules/cacache"
103
+ ],
98
104
  "http-cache-semantics@4.2.0": [
99
105
  "node_modules/http-cache-semantics"
100
106
  ],
101
- "picomatch@4.0.3": [
102
- "node_modules/picomatch"
107
+ "err-code@2.0.3": [
108
+ "node_modules/err-code"
103
109
  ],
104
- "fdir@6.5.0(picomatch@4.0.3)": [
105
- "node_modules/fdir"
110
+ "retry@0.12.0": [
111
+ "node_modules/retry"
106
112
  ],
107
- "minipass-collect@2.0.1": [
108
- "node_modules/minipass-collect"
113
+ "agent-base@7.1.4": [
114
+ "node_modules/agent-base"
109
115
  ],
110
- "p-map@7.0.4": [
111
- "node_modules/p-map"
116
+ "http-proxy-agent@7.0.2": [
117
+ "node_modules/http-proxy-agent"
112
118
  ],
113
- "unique-filename@4.0.0": [
114
- "node_modules/unique-filename"
119
+ "https-proxy-agent@7.0.6": [
120
+ "node_modules/https-proxy-agent"
115
121
  ],
116
- "fs-minipass@3.0.3": [
117
- "node_modules/fs-minipass"
122
+ "socks-proxy-agent@8.0.5": [
123
+ "node_modules/socks-proxy-agent"
118
124
  ],
119
125
  "lru-cache@10.4.3": [
120
126
  "node_modules/lru-cache"
121
127
  ],
122
- "glob@10.5.0": [
123
- "node_modules/glob"
124
- ],
125
- "@npmcli/fs@4.0.0": [
126
- "node_modules/@npmcli/fs"
127
- ],
128
128
  "encoding@0.1.13": [
129
129
  "node_modules/encoding"
130
130
  ],
131
- "retry@0.12.0": [
132
- "node_modules/retry"
131
+ "minipass-collect@2.0.1": [
132
+ "node_modules/minipass-collect"
133
133
  ],
134
- "err-code@2.0.3": [
135
- "node_modules/err-code"
134
+ "fs-minipass@3.0.3": [
135
+ "node_modules/fs-minipass"
136
136
  ],
137
- "agent-base@7.1.4": [
138
- "node_modules/agent-base"
137
+ "@npmcli/fs@4.0.0": [
138
+ "node_modules/@npmcli/fs"
139
139
  ],
140
- "http-proxy-agent@7.0.2": [
141
- "node_modules/http-proxy-agent"
140
+ "p-map@7.0.4": [
141
+ "node_modules/p-map"
142
142
  ],
143
- "https-proxy-agent@7.0.6": [
144
- "node_modules/https-proxy-agent"
143
+ "glob@10.5.0": [
144
+ "node_modules/glob"
145
145
  ],
146
- "socks-proxy-agent@8.0.5": [
147
- "node_modules/socks-proxy-agent"
146
+ "unique-filename@4.0.0": [
147
+ "node_modules/unique-filename"
148
148
  ],
149
- "unique-slug@5.0.0": [
150
- "node_modules/unique-slug"
149
+ "debug@4.4.3": [
150
+ "node_modules/debug"
151
151
  ],
152
- "path-scurry@1.11.1": [
153
- "node_modules/path-scurry"
152
+ "socks@2.8.7": [
153
+ "node_modules/socks"
154
+ ],
155
+ "iconv-lite@0.6.3": [
156
+ "node_modules/iconv-lite"
154
157
  ],
155
158
  "package-json-from-dist@1.0.1": [
156
159
  "node_modules/package-json-from-dist"
157
160
  ],
158
- "minimatch@9.0.9": [
159
- "node_modules/minimatch"
160
- ],
161
161
  "foreground-child@3.3.1": [
162
162
  "node_modules/foreground-child"
163
163
  ],
164
164
  "jackspeak@3.4.3": [
165
165
  "node_modules/jackspeak"
166
166
  ],
167
- "iconv-lite@0.6.3": [
168
- "node_modules/iconv-lite"
167
+ "path-scurry@1.11.1": [
168
+ "node_modules/path-scurry"
169
169
  ],
170
- "debug@4.4.3": [
171
- "node_modules/debug"
170
+ "minimatch@9.0.9": [
171
+ "node_modules/minimatch"
172
172
  ],
173
- "socks@2.8.7": [
174
- "node_modules/socks"
173
+ "unique-slug@5.0.0": [
174
+ "node_modules/unique-slug"
175
175
  ],
176
- "imurmurhash@0.1.4": [
177
- "node_modules/imurmurhash"
176
+ "ms@2.1.3": [
177
+ "node_modules/ms"
178
178
  ],
179
- "brace-expansion@2.0.2": [
180
- "node_modules/brace-expansion"
179
+ "ip-address@10.1.0": [
180
+ "node_modules/ip-address"
181
+ ],
182
+ "smart-buffer@4.2.0": [
183
+ "node_modules/smart-buffer"
184
+ ],
185
+ "safer-buffer@2.1.2": [
186
+ "node_modules/safer-buffer"
181
187
  ],
182
188
  "signal-exit@4.1.0": [
183
189
  "node_modules/signal-exit"
@@ -194,20 +200,11 @@
194
200
  "@pkgjs/parseargs@0.11.0": [
195
201
  "node_modules/@pkgjs/parseargs"
196
202
  ],
197
- "safer-buffer@2.1.2": [
198
- "node_modules/safer-buffer"
199
- ],
200
- "ms@2.1.3": [
201
- "node_modules/ms"
202
- ],
203
- "smart-buffer@4.2.0": [
204
- "node_modules/smart-buffer"
205
- ],
206
- "ip-address@10.1.0": [
207
- "node_modules/ip-address"
203
+ "brace-expansion@2.1.0": [
204
+ "node_modules/brace-expansion"
208
205
  ],
209
- "balanced-match@1.0.2": [
210
- "node_modules/balanced-match"
206
+ "imurmurhash@0.1.4": [
207
+ "node_modules/imurmurhash"
211
208
  ],
212
209
  "shebang-command@2.0.0": [
213
210
  "node_modules/shebang-command"
@@ -215,14 +212,29 @@
215
212
  "path-key@3.1.1": [
216
213
  "node_modules/path-key"
217
214
  ],
218
- "wrap-ansi@8.1.0": [
219
- "node_modules/wrap-ansi"
215
+ "string-width@5.1.2": [
216
+ "node_modules/string-width"
220
217
  ],
221
218
  "strip-ansi@6.0.1": [
222
- "node_modules/wrap-ansi-cjs/node_modules/strip-ansi",
223
219
  "node_modules/string-width-cjs/node_modules/strip-ansi",
220
+ "node_modules/wrap-ansi-cjs/node_modules/strip-ansi",
224
221
  "node_modules/strip-ansi-cjs"
225
222
  ],
223
+ "emoji-regex@8.0.0": [
224
+ "node_modules/string-width-cjs/node_modules/emoji-regex",
225
+ "node_modules/wrap-ansi-cjs/node_modules/emoji-regex"
226
+ ],
227
+ "ansi-regex@5.0.1": [
228
+ "node_modules/string-width-cjs/node_modules/ansi-regex",
229
+ "node_modules/strip-ansi-cjs/node_modules/ansi-regex",
230
+ "node_modules/wrap-ansi-cjs/node_modules/ansi-regex"
231
+ ],
232
+ "strip-ansi@7.2.0": [
233
+ "node_modules/strip-ansi"
234
+ ],
235
+ "wrap-ansi@8.1.0": [
236
+ "node_modules/wrap-ansi"
237
+ ],
226
238
  "string-width@4.2.3": [
227
239
  "node_modules/wrap-ansi-cjs/node_modules/string-width",
228
240
  "node_modules/string-width-cjs"
@@ -230,46 +242,34 @@
230
242
  "ansi-styles@4.3.0": [
231
243
  "node_modules/wrap-ansi-cjs/node_modules/ansi-styles"
232
244
  ],
233
- "ansi-regex@5.0.1": [
234
- "node_modules/wrap-ansi-cjs/node_modules/ansi-regex",
235
- "node_modules/string-width-cjs/node_modules/ansi-regex",
236
- "node_modules/strip-ansi-cjs/node_modules/ansi-regex"
237
- ],
238
- "emoji-regex@8.0.0": [
239
- "node_modules/wrap-ansi-cjs/node_modules/emoji-regex",
240
- "node_modules/string-width-cjs/node_modules/emoji-regex"
241
- ],
242
- "string-width@5.1.2": [
243
- "node_modules/string-width"
244
- ],
245
- "strip-ansi@7.2.0": [
246
- "node_modules/strip-ansi"
245
+ "balanced-match@1.0.2": [
246
+ "node_modules/balanced-match"
247
247
  ],
248
248
  "shebang-regex@3.0.0": [
249
249
  "node_modules/shebang-regex"
250
250
  ],
251
- "ansi-styles@6.2.3": [
252
- "node_modules/ansi-styles"
253
- ],
254
- "is-fullwidth-code-point@3.0.0": [
255
- "node_modules/is-fullwidth-code-point"
256
- ],
257
- "color-convert@2.0.1": [
258
- "node_modules/color-convert"
251
+ "eastasianwidth@0.2.0": [
252
+ "node_modules/eastasianwidth"
259
253
  ],
260
254
  "emoji-regex@9.2.2": [
261
255
  "node_modules/emoji-regex"
262
256
  ],
263
- "eastasianwidth@0.2.0": [
264
- "node_modules/eastasianwidth"
257
+ "is-fullwidth-code-point@3.0.0": [
258
+ "node_modules/is-fullwidth-code-point"
265
259
  ],
266
260
  "ansi-regex@6.2.2": [
267
261
  "node_modules/ansi-regex"
268
262
  ],
263
+ "ansi-styles@6.2.3": [
264
+ "node_modules/ansi-styles"
265
+ ],
266
+ "color-convert@2.0.1": [
267
+ "node_modules/color-convert"
268
+ ],
269
269
  "color-name@1.1.4": [
270
270
  "node_modules/color-name"
271
271
  ],
272
- "minipass-flush@1.0.5": [
272
+ "minipass-flush@1.0.7": [
273
273
  "node_modules/minipass-flush"
274
274
  ],
275
275
  "minipass-pipeline@1.2.4": [
@@ -286,10 +286,10 @@
286
286
  ]
287
287
  },
288
288
  "nodeLinker": "hoisted",
289
- "packageManager": "pnpm@10.32.1",
289
+ "packageManager": "pnpm@10.33.0",
290
290
  "pendingBuilds": [],
291
291
  "publicHoistPattern": [],
292
- "prunedAt": "Tue, 24 Mar 2026 16:40:49 GMT",
292
+ "prunedAt": "Wed, 22 Apr 2026 09:31:19 GMT",
293
293
  "registries": {
294
294
  "default": "https://registry.npmjs.org/",
295
295
  "@jsr": "https://npm.jsr.io/"
@@ -6,6 +6,7 @@ settings:
6
6
 
7
7
  overrides:
8
8
  '@yarnpkg/fslib@2': '3'
9
+ ajv@>=7.0.0-alpha.0 <8.18.0: '>=8.18.0'
9
10
  body-parser@<1.20.3: ^1.20.3
10
11
  clipanion: 3.2.0-rc.6
11
12
  cookie@<0.7.0: '>=0.7.0'
@@ -14,6 +15,8 @@ overrides:
14
15
  express@<4.22.1: ^4.22.1
15
16
  follow-redirects@<=1.15.5: '>=1.15.6'
16
17
  glob-parent@<5.1.2: '>=5.1.2'
18
+ handlebars@>=4.0.0 <4.7.9: '>=4.7.9'
19
+ handlebars@>=4.0.0 <=4.7.8: '>=4.7.9'
17
20
  hosted-git-info@1: npm:@pnpm/hosted-git-info@1.0.0
18
21
  http-proxy-middleware@<2.0.7: ^2.0.7
19
22
  isexe@3: 3.1.1
@@ -23,11 +26,17 @@ overrides:
23
26
  json5@<2.2.2: ^2.2.3
24
27
  jsonwebtoken@<=8.5.1: '>=9.0.0'
25
28
  jws@<3.2.3: ^3.2.3
29
+ lodash@<=4.17.23: '>=4.18.0'
30
+ lodash@>=4.0.0 <=4.17.22: '>=4.17.23'
31
+ lodash@>=4.0.0 <=4.17.23: '>=4.18.0'
32
+ minimatch@<3.1.4: ^3.1.4
33
+ minimatch@>=9.0.0 <9.0.7: ^9.0.7
26
34
  nopt@5: npm:@pnpm/nopt@^0.2.1
27
35
  on-headers@<1.1.0: '>=1.1.0'
28
36
  path-to-regexp@<0.1.12: ^0.1.12
29
37
  path-to-regexp@>=4.0.0 <6.3.0: '>=6.3.0'
30
38
  path-to-regexp@>=7.0.0 <8.0.0: '>=8.0.0'
39
+ qs@<6.14.1: '>=6.14.1'
31
40
  request: npm:postman-request@2.88.1-postman.40
32
41
  semver@<7.5.2: ^7.7.4
33
42
  send@<0.19.0: ^0.19.0
@@ -100,8 +109,8 @@ packages:
100
109
  balanced-match@1.0.2:
101
110
  resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
102
111
 
103
- brace-expansion@2.0.2:
104
- resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
112
+ brace-expansion@2.1.0:
113
+ resolution: {integrity: sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==}
105
114
 
106
115
  cacache@19.0.1:
107
116
  resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==}
@@ -234,8 +243,8 @@ packages:
234
243
  resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==}
235
244
  engines: {node: ^18.17.0 || >=20.5.0}
236
245
 
237
- minipass-flush@1.0.5:
238
- resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==}
246
+ minipass-flush@1.0.7:
247
+ resolution: {integrity: sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==}
239
248
  engines: {node: '>= 8'}
240
249
 
241
250
  minipass-pipeline@1.2.4:
@@ -290,8 +299,8 @@ packages:
290
299
  resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
291
300
  engines: {node: '>=16 || 14 >=14.18'}
292
301
 
293
- picomatch@4.0.3:
294
- resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
302
+ picomatch@4.0.4:
303
+ resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
295
304
  engines: {node: '>=12'}
296
305
 
297
306
  proc-log@5.0.0:
@@ -358,12 +367,12 @@ packages:
358
367
  resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==}
359
368
  engines: {node: '>=12'}
360
369
 
361
- tar@7.5.12:
362
- resolution: {integrity: sha512-9TsuLcdhOn4XztcQqhNyq1KOwOOED/3k58JAvtULiYqbO8B/0IBAAIE1hj0Svmm58k27TmcigyDI0deMlgG3uw==}
370
+ tar@7.5.13:
371
+ resolution: {integrity: sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==}
363
372
  engines: {node: '>=18'}
364
373
 
365
- tinyglobby@0.2.15:
366
- resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
374
+ tinyglobby@0.2.16:
375
+ resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==}
367
376
  engines: {node: '>=12.0.0'}
368
377
 
369
378
  unique-filename@4.0.0:
@@ -461,7 +470,7 @@ snapshots:
461
470
  balanced-match@1.0.2:
462
471
  optional: true
463
472
 
464
- brace-expansion@2.0.2:
473
+ brace-expansion@2.1.0:
465
474
  dependencies:
466
475
  balanced-match: 1.0.2
467
476
  optional: true
@@ -474,11 +483,11 @@ snapshots:
474
483
  lru-cache: 10.4.3
475
484
  minipass: 7.1.3
476
485
  minipass-collect: 2.0.1
477
- minipass-flush: 1.0.5
486
+ minipass-flush: 1.0.7
478
487
  minipass-pipeline: 1.2.4
479
488
  p-map: 7.0.4
480
489
  ssri: 12.0.0
481
- tar: 7.5.12
490
+ tar: 7.5.13
482
491
  unique-filename: 4.0.0
483
492
  optional: true
484
493
 
@@ -528,9 +537,9 @@ snapshots:
528
537
  exponential-backoff@3.1.3:
529
538
  optional: true
530
539
 
531
- fdir@6.5.0(picomatch@4.0.3):
540
+ fdir@6.5.0(picomatch@4.0.4):
532
541
  optionalDependencies:
533
- picomatch: 4.0.3
542
+ picomatch: 4.0.4
534
543
  optional: true
535
544
 
536
545
  foreground-child@3.3.1:
@@ -613,7 +622,7 @@ snapshots:
613
622
  http-cache-semantics: 4.2.0
614
623
  minipass: 7.1.3
615
624
  minipass-fetch: 4.0.1
616
- minipass-flush: 1.0.5
625
+ minipass-flush: 1.0.7
617
626
  minipass-pipeline: 1.2.4
618
627
  negotiator: 1.0.0
619
628
  proc-log: 5.0.0
@@ -625,7 +634,7 @@ snapshots:
625
634
 
626
635
  minimatch@9.0.9:
627
636
  dependencies:
628
- brace-expansion: 2.0.2
637
+ brace-expansion: 2.1.0
629
638
  optional: true
630
639
 
631
640
  minipass-collect@2.0.1:
@@ -642,7 +651,7 @@ snapshots:
642
651
  encoding: 0.1.13
643
652
  optional: true
644
653
 
645
- minipass-flush@1.0.5:
654
+ minipass-flush@1.0.7:
646
655
  dependencies:
647
656
  minipass: 3.3.6
648
657
  optional: true
@@ -685,8 +694,8 @@ snapshots:
685
694
  nopt: 8.1.0
686
695
  proc-log: 5.0.0
687
696
  semver: 7.7.4
688
- tar: 7.5.12
689
- tinyglobby: 0.2.15
697
+ tar: 7.5.13
698
+ tinyglobby: 0.2.16
690
699
  which: 5.0.0
691
700
  transitivePeerDependencies:
692
701
  - supports-color
@@ -712,7 +721,7 @@ snapshots:
712
721
  minipass: 7.1.3
713
722
  optional: true
714
723
 
715
- picomatch@4.0.3:
724
+ picomatch@4.0.4:
716
725
  optional: true
717
726
 
718
727
  proc-log@5.0.0:
@@ -791,7 +800,7 @@ snapshots:
791
800
  ansi-regex: 6.2.2
792
801
  optional: true
793
802
 
794
- tar@7.5.12:
803
+ tar@7.5.13:
795
804
  dependencies:
796
805
  '@isaacs/fs-minipass': 4.0.1
797
806
  chownr: 3.0.0
@@ -800,10 +809,10 @@ snapshots:
800
809
  yallist: 5.0.0
801
810
  optional: true
802
811
 
803
- tinyglobby@0.2.15:
812
+ tinyglobby@0.2.16:
804
813
  dependencies:
805
- fdir: 6.5.0(picomatch@4.0.3)
806
- picomatch: 4.0.3
814
+ fdir: 6.5.0(picomatch@4.0.4)
815
+ picomatch: 4.0.4
807
816
  optional: true
808
817
 
809
818
  unique-filename@4.0.0:
@@ -1,5 +1,5 @@
1
1
  {
2
- "lastValidatedTimestamp": 1774370449201,
2
+ "lastValidatedTimestamp": 1776850279834,
3
3
  "projects": {},
4
4
  "pnpmfiles": [],
5
5
  "settings": {
@@ -7,6 +7,7 @@
7
7
  "dedupeDirectDeps": false,
8
8
  "dedupeInjectedDeps": true,
9
9
  "dedupePeerDependents": true,
10
+ "dedupePeers": false,
10
11
  "dev": true,
11
12
  "excludeLinksFromLockfile": false,
12
13
  "hoistPattern": [
@@ -19,6 +20,7 @@
19
20
  "optional": true,
20
21
  "overrides": {
21
22
  "@yarnpkg/fslib@2": "3",
23
+ "ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
22
24
  "body-parser@<1.20.3": "^1.20.3",
23
25
  "clipanion": "3.2.0-rc.6",
24
26
  "cookie@<0.7.0": ">=0.7.0",
@@ -27,6 +29,8 @@
27
29
  "express@<4.22.1": "^4.22.1",
28
30
  "follow-redirects@<=1.15.5": ">=1.15.6",
29
31
  "glob-parent@<5.1.2": ">=5.1.2",
32
+ "handlebars@>=4.0.0 <4.7.9": ">=4.7.9",
33
+ "handlebars@>=4.0.0 <=4.7.8": ">=4.7.9",
30
34
  "hosted-git-info@1": "npm:@pnpm/hosted-git-info@1.0.0",
31
35
  "http-proxy-middleware@<2.0.7": "^2.0.7",
32
36
  "isexe@3": "3.1.1",
@@ -36,11 +40,17 @@
36
40
  "json5@<2.2.2": "^2.2.3",
37
41
  "jsonwebtoken@<=8.5.1": ">=9.0.0",
38
42
  "jws@<3.2.3": "^3.2.3",
43
+ "lodash@<=4.17.23": ">=4.18.0",
44
+ "lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
45
+ "lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
46
+ "minimatch@<3.1.4": "^3.1.4",
47
+ "minimatch@>=9.0.0 <9.0.7": "^9.0.7",
39
48
  "nopt@5": "npm:@pnpm/nopt@^0.2.1",
40
49
  "on-headers@<1.1.0": ">=1.1.0",
41
50
  "path-to-regexp@<0.1.12": "^0.1.12",
42
51
  "path-to-regexp@>=4.0.0 <6.3.0": ">=6.3.0",
43
52
  "path-to-regexp@>=7.0.0 <8.0.0": ">=8.0.0",
53
+ "qs@<6.14.1": ">=6.14.1",
44
54
  "request": "npm:postman-request@2.88.1-postman.40",
45
55
  "semver@<7.5.2": "^7.7.4",
46
56
  "send@<0.19.0": "^0.19.0",