pnpm 10.34.3 → 10.34.5
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/dist/node_modules/.modules.yaml +57 -57
- package/dist/node_modules/.pnpm/lock.yaml +27 -27
- package/dist/node_modules/.pnpm-workspace-state-v1.json +3 -3
- package/dist/node_modules/brace-expansion/.tap/processinfo/8b906b8c-e21f-40b5-8c0d-214d8c2682c5.json +719 -0
- package/dist/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +1 -0
- package/dist/node_modules/brace-expansion/dist/commonjs/index.js +263 -0
- package/dist/node_modules/brace-expansion/dist/commonjs/index.js.map +1 -0
- package/dist/node_modules/brace-expansion/dist/commonjs/package.json +3 -0
- package/dist/node_modules/brace-expansion/dist/esm/index.d.ts.map +1 -0
- package/dist/node_modules/brace-expansion/dist/esm/index.js +259 -0
- package/dist/node_modules/brace-expansion/dist/esm/index.js.map +1 -0
- package/dist/node_modules/brace-expansion/dist/esm/package.json +3 -0
- package/dist/node_modules/brace-expansion/index.js +29 -17
- package/dist/node_modules/brace-expansion/package.json +1 -1
- package/dist/node_modules/p-map/index.js +2 -1
- package/dist/node_modules/p-map/package.json +1 -1
- package/dist/node_modules/picomatch/lib/parse.js +39 -9
- package/dist/node_modules/picomatch/lib/picomatch.js +14 -2
- package/dist/node_modules/picomatch/package.json +3 -2
- package/dist/node_modules/semver/classes/range.js +6 -2
- package/dist/node_modules/semver/package.json +1 -1
- package/dist/node_modules/tar/dist/commonjs/header.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/header.js +5 -4
- package/dist/node_modules/tar/dist/commonjs/header.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/index.min.js +3 -3
- package/dist/node_modules/tar/dist/commonjs/index.min.js.map +3 -3
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.js +2 -2
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/options.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/options.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/parse.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/parse.js +39 -4
- package/dist/node_modules/tar/dist/commonjs/parse.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/pax.js +30 -6
- package/dist/node_modules/tar/dist/commonjs/pax.js.map +1 -1
- package/dist/node_modules/tar/dist/commonjs/unpack.js +2 -2
- package/dist/node_modules/tar/dist/commonjs/unpack.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/header.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/header.js +5 -4
- package/dist/node_modules/tar/dist/esm/header.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/index.min.js +3 -3
- package/dist/node_modules/tar/dist/esm/index.min.js.map +3 -3
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.js +2 -2
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/options.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/options.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/parse.d.ts.map +1 -1
- package/dist/node_modules/tar/dist/esm/parse.js +39 -4
- package/dist/node_modules/tar/dist/esm/parse.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/pax.js +30 -6
- package/dist/node_modules/tar/dist/esm/pax.js.map +1 -1
- package/dist/node_modules/tar/dist/esm/unpack.js +2 -2
- package/dist/node_modules/tar/dist/esm/unpack.js.map +1 -1
- package/dist/node_modules/tar/package.json +1 -1
- package/dist/pnpm.cjs +598 -345
- package/dist/worker.js +1303 -10
- package/package.json +1 -1
|
@@ -19,28 +19,28 @@
|
|
|
19
19
|
"nopt@8.1.0": [
|
|
20
20
|
"node_modules/nopt"
|
|
21
21
|
],
|
|
22
|
-
"tar@7.5.
|
|
22
|
+
"tar@7.5.19": [
|
|
23
23
|
"node_modules/tar"
|
|
24
24
|
],
|
|
25
|
-
"tinyglobby@0.2.17": [
|
|
26
|
-
"node_modules/tinyglobby"
|
|
27
|
-
],
|
|
28
|
-
"which@5.0.0": [
|
|
29
|
-
"node_modules/which"
|
|
30
|
-
],
|
|
31
25
|
"env-paths@2.2.1": [
|
|
32
26
|
"node_modules/env-paths"
|
|
33
27
|
],
|
|
28
|
+
"tinyglobby@0.2.17": [
|
|
29
|
+
"node_modules/tinyglobby"
|
|
30
|
+
],
|
|
34
31
|
"proc-log@5.0.0": [
|
|
35
32
|
"node_modules/proc-log"
|
|
36
33
|
],
|
|
37
34
|
"exponential-backoff@3.1.3": [
|
|
38
35
|
"node_modules/exponential-backoff"
|
|
39
36
|
],
|
|
37
|
+
"which@5.0.0": [
|
|
38
|
+
"node_modules/which"
|
|
39
|
+
],
|
|
40
40
|
"graceful-fs@4.2.11": [
|
|
41
41
|
"node_modules/graceful-fs"
|
|
42
42
|
],
|
|
43
|
-
"semver@7.8.
|
|
43
|
+
"semver@7.8.5": [
|
|
44
44
|
"node_modules/semver"
|
|
45
45
|
],
|
|
46
46
|
"make-fetch-happen@14.0.3": [
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
"chownr@3.0.0": [
|
|
53
53
|
"node_modules/chownr"
|
|
54
54
|
],
|
|
55
|
-
"yallist@5.0.0": [
|
|
56
|
-
"node_modules/yallist"
|
|
57
|
-
],
|
|
58
55
|
"@isaacs/fs-minipass@4.0.1": [
|
|
59
56
|
"node_modules/@isaacs/fs-minipass"
|
|
60
57
|
],
|
|
58
|
+
"yallist@5.0.0": [
|
|
59
|
+
"node_modules/yallist"
|
|
60
|
+
],
|
|
61
61
|
"minizlib@3.1.0": [
|
|
62
62
|
"node_modules/minizlib"
|
|
63
63
|
],
|
|
64
64
|
"minipass@7.1.3": [
|
|
65
65
|
"node_modules/minipass"
|
|
66
66
|
],
|
|
67
|
-
"
|
|
68
|
-
"node_modules/fdir"
|
|
69
|
-
],
|
|
70
|
-
"picomatch@4.0.4": [
|
|
67
|
+
"picomatch@4.0.5": [
|
|
71
68
|
"node_modules/picomatch"
|
|
72
69
|
],
|
|
70
|
+
"fdir@6.5.0(picomatch@4.0.5)": [
|
|
71
|
+
"node_modules/fdir"
|
|
72
|
+
],
|
|
73
73
|
"isexe@3.1.1": [
|
|
74
74
|
"node_modules/isexe"
|
|
75
75
|
],
|
|
76
|
-
"
|
|
77
|
-
"node_modules/
|
|
76
|
+
"ssri@12.0.0": [
|
|
77
|
+
"node_modules/ssri"
|
|
78
78
|
],
|
|
79
79
|
"minipass@3.3.6": [
|
|
80
80
|
"node_modules/minipass-flush/node_modules/minipass",
|
|
@@ -89,47 +89,44 @@
|
|
|
89
89
|
"negotiator@1.0.0": [
|
|
90
90
|
"node_modules/negotiator"
|
|
91
91
|
],
|
|
92
|
-
"minipass-fetch@4.0.1": [
|
|
93
|
-
"node_modules/minipass-fetch"
|
|
94
|
-
],
|
|
95
92
|
"@npmcli/agent@3.0.0": [
|
|
96
93
|
"node_modules/@npmcli/agent"
|
|
97
94
|
],
|
|
95
|
+
"promise-retry@2.0.1": [
|
|
96
|
+
"node_modules/promise-retry"
|
|
97
|
+
],
|
|
98
98
|
"http-cache-semantics@4.2.0": [
|
|
99
99
|
"node_modules/http-cache-semantics"
|
|
100
100
|
],
|
|
101
|
+
"minipass-fetch@4.0.1": [
|
|
102
|
+
"node_modules/minipass-fetch"
|
|
103
|
+
],
|
|
101
104
|
"cacache@19.0.1": [
|
|
102
105
|
"node_modules/cacache"
|
|
103
106
|
],
|
|
104
|
-
"
|
|
105
|
-
"node_modules/
|
|
106
|
-
],
|
|
107
|
-
"retry@0.12.0": [
|
|
108
|
-
"node_modules/retry"
|
|
109
|
-
],
|
|
110
|
-
"err-code@2.0.3": [
|
|
111
|
-
"node_modules/err-code"
|
|
107
|
+
"agent-base@7.1.4": [
|
|
108
|
+
"node_modules/agent-base"
|
|
112
109
|
],
|
|
113
|
-
"
|
|
114
|
-
"node_modules/
|
|
110
|
+
"https-proxy-agent@7.0.6": [
|
|
111
|
+
"node_modules/https-proxy-agent"
|
|
115
112
|
],
|
|
116
113
|
"http-proxy-agent@7.0.2": [
|
|
117
114
|
"node_modules/http-proxy-agent"
|
|
118
115
|
],
|
|
119
|
-
"https-proxy-agent@7.0.6": [
|
|
120
|
-
"node_modules/https-proxy-agent"
|
|
121
|
-
],
|
|
122
116
|
"socks-proxy-agent@8.0.5": [
|
|
123
117
|
"node_modules/socks-proxy-agent"
|
|
124
118
|
],
|
|
125
|
-
"agent-base@7.1.4": [
|
|
126
|
-
"node_modules/agent-base"
|
|
127
|
-
],
|
|
128
119
|
"lru-cache@10.4.3": [
|
|
129
120
|
"node_modules/lru-cache"
|
|
130
121
|
],
|
|
131
|
-
"
|
|
132
|
-
"node_modules/
|
|
122
|
+
"err-code@2.0.3": [
|
|
123
|
+
"node_modules/err-code"
|
|
124
|
+
],
|
|
125
|
+
"retry@0.12.0": [
|
|
126
|
+
"node_modules/retry"
|
|
127
|
+
],
|
|
128
|
+
"encoding@0.1.13": [
|
|
129
|
+
"node_modules/encoding"
|
|
133
130
|
],
|
|
134
131
|
"minipass-collect@2.0.1": [
|
|
135
132
|
"node_modules/minipass-collect"
|
|
@@ -140,50 +137,53 @@
|
|
|
140
137
|
"@npmcli/fs@4.0.0": [
|
|
141
138
|
"node_modules/@npmcli/fs"
|
|
142
139
|
],
|
|
143
|
-
"p-map@7.0.
|
|
140
|
+
"p-map@7.0.5": [
|
|
144
141
|
"node_modules/p-map"
|
|
145
142
|
],
|
|
143
|
+
"fs-minipass@3.0.3": [
|
|
144
|
+
"node_modules/fs-minipass"
|
|
145
|
+
],
|
|
146
146
|
"glob@10.5.0": [
|
|
147
147
|
"node_modules/glob"
|
|
148
148
|
],
|
|
149
|
-
"iconv-lite@0.6.3": [
|
|
150
|
-
"node_modules/iconv-lite"
|
|
151
|
-
],
|
|
152
149
|
"debug@4.4.3": [
|
|
153
150
|
"node_modules/debug"
|
|
154
151
|
],
|
|
155
152
|
"socks@2.8.9": [
|
|
156
153
|
"node_modules/socks"
|
|
157
154
|
],
|
|
155
|
+
"iconv-lite@0.6.3": [
|
|
156
|
+
"node_modules/iconv-lite"
|
|
157
|
+
],
|
|
158
158
|
"unique-slug@5.0.0": [
|
|
159
159
|
"node_modules/unique-slug"
|
|
160
160
|
],
|
|
161
|
-
"foreground-child@3.3.1": [
|
|
162
|
-
"node_modules/foreground-child"
|
|
163
|
-
],
|
|
164
161
|
"package-json-from-dist@1.0.1": [
|
|
165
162
|
"node_modules/package-json-from-dist"
|
|
166
163
|
],
|
|
167
|
-
"
|
|
168
|
-
"node_modules/
|
|
164
|
+
"foreground-child@3.3.1": [
|
|
165
|
+
"node_modules/foreground-child"
|
|
169
166
|
],
|
|
170
167
|
"path-scurry@1.11.1": [
|
|
171
168
|
"node_modules/path-scurry"
|
|
172
169
|
],
|
|
170
|
+
"jackspeak@3.4.3": [
|
|
171
|
+
"node_modules/jackspeak"
|
|
172
|
+
],
|
|
173
173
|
"minimatch@9.0.9": [
|
|
174
174
|
"node_modules/minimatch"
|
|
175
175
|
],
|
|
176
|
-
"safer-buffer@2.1.2": [
|
|
177
|
-
"node_modules/safer-buffer"
|
|
178
|
-
],
|
|
179
176
|
"ms@2.1.3": [
|
|
180
177
|
"node_modules/ms"
|
|
181
178
|
],
|
|
179
|
+
"smart-buffer@4.2.0": [
|
|
180
|
+
"node_modules/smart-buffer"
|
|
181
|
+
],
|
|
182
182
|
"ip-address@10.2.0": [
|
|
183
183
|
"node_modules/ip-address"
|
|
184
184
|
],
|
|
185
|
-
"
|
|
186
|
-
"node_modules/
|
|
185
|
+
"safer-buffer@2.1.2": [
|
|
186
|
+
"node_modules/safer-buffer"
|
|
187
187
|
],
|
|
188
188
|
"imurmurhash@0.1.4": [
|
|
189
189
|
"node_modules/imurmurhash"
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"@pkgjs/parseargs@0.11.0": [
|
|
204
204
|
"node_modules/@pkgjs/parseargs"
|
|
205
205
|
],
|
|
206
|
-
"brace-expansion@2.1.
|
|
206
|
+
"brace-expansion@2.1.2": [
|
|
207
207
|
"node_modules/brace-expansion"
|
|
208
208
|
],
|
|
209
209
|
"shebang-command@2.0.0": [
|
|
@@ -260,12 +260,12 @@
|
|
|
260
260
|
"color-convert@2.0.1": [
|
|
261
261
|
"node_modules/color-convert"
|
|
262
262
|
],
|
|
263
|
-
"emoji-regex@9.2.2": [
|
|
264
|
-
"node_modules/emoji-regex"
|
|
265
|
-
],
|
|
266
263
|
"eastasianwidth@0.2.0": [
|
|
267
264
|
"node_modules/eastasianwidth"
|
|
268
265
|
],
|
|
266
|
+
"emoji-regex@9.2.2": [
|
|
267
|
+
"node_modules/emoji-regex"
|
|
268
|
+
],
|
|
269
269
|
"color-name@1.1.4": [
|
|
270
270
|
"node_modules/color-name"
|
|
271
271
|
],
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
"packageManager": "pnpm@10.33.1",
|
|
290
290
|
"pendingBuilds": [],
|
|
291
291
|
"publicHoistPattern": [],
|
|
292
|
-
"prunedAt": "
|
|
292
|
+
"prunedAt": "Fri, 10 Jul 2026 11:32:31 GMT",
|
|
293
293
|
"registries": {
|
|
294
294
|
"default": "https://registry.npmjs.org/",
|
|
295
295
|
"@jsr": "https://npm.jsr.io/"
|
|
@@ -45,8 +45,8 @@ overrides:
|
|
|
45
45
|
shell-quote@<1.8.4: '>=1.8.4'
|
|
46
46
|
shell-quote: 1.8.4
|
|
47
47
|
socks@2: ^2.8.1
|
|
48
|
-
tar@<=7.5.
|
|
49
|
-
tmp@<0.2.
|
|
48
|
+
tar@<=7.5.15: '>=7.5.16'
|
|
49
|
+
tmp@<0.2.7: '>=0.2.7'
|
|
50
50
|
tough-cookie@<4.1.3: '>=4.1.3'
|
|
51
51
|
validator@<13.15.22: '>=13.15.22'
|
|
52
52
|
yaml@<2.2.2: '>=2.2.2'
|
|
@@ -112,8 +112,8 @@ packages:
|
|
|
112
112
|
balanced-match@1.0.2:
|
|
113
113
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
114
114
|
|
|
115
|
-
brace-expansion@2.1.
|
|
116
|
-
resolution: {integrity: sha512-
|
|
115
|
+
brace-expansion@2.1.2:
|
|
116
|
+
resolution: {integrity: sha512-w5JZcKgdhDOgOwm8H+KgbosopHMuGcl6qbulwjtz3SM7I7P3yW1eAjzMPLrIE+NQ9vjgANKHWeMHnrT0OXW1oA==}
|
|
117
117
|
|
|
118
118
|
cacache@19.0.1:
|
|
119
119
|
resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==}
|
|
@@ -287,8 +287,8 @@ packages:
|
|
|
287
287
|
engines: {node: ^18.17.0 || >=20.5.0}
|
|
288
288
|
hasBin: true
|
|
289
289
|
|
|
290
|
-
p-map@7.0.
|
|
291
|
-
resolution: {integrity: sha512-
|
|
290
|
+
p-map@7.0.5:
|
|
291
|
+
resolution: {integrity: sha512-e8vJF4XdVkzqqSHguEMz41mQO1wKwxKm5ENrUJQUu9kLDCtn83cxbyHZcszr4QC5zEA7WffRRC4gsTecC7J9oA==}
|
|
292
292
|
engines: {node: '>=18'}
|
|
293
293
|
|
|
294
294
|
package-json-from-dist@1.0.1:
|
|
@@ -302,8 +302,8 @@ packages:
|
|
|
302
302
|
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
|
303
303
|
engines: {node: '>=16 || 14 >=14.18'}
|
|
304
304
|
|
|
305
|
-
picomatch@4.0.
|
|
306
|
-
resolution: {integrity: sha512-
|
|
305
|
+
picomatch@4.0.5:
|
|
306
|
+
resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==}
|
|
307
307
|
engines: {node: '>=12'}
|
|
308
308
|
|
|
309
309
|
proc-log@5.0.0:
|
|
@@ -321,8 +321,8 @@ packages:
|
|
|
321
321
|
safer-buffer@2.1.2:
|
|
322
322
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
323
323
|
|
|
324
|
-
semver@7.8.
|
|
325
|
-
resolution: {integrity: sha512-
|
|
324
|
+
semver@7.8.5:
|
|
325
|
+
resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
|
|
326
326
|
engines: {node: '>=10'}
|
|
327
327
|
hasBin: true
|
|
328
328
|
|
|
@@ -370,8 +370,8 @@ packages:
|
|
|
370
370
|
resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==}
|
|
371
371
|
engines: {node: '>=12'}
|
|
372
372
|
|
|
373
|
-
tar@7.5.
|
|
374
|
-
resolution: {integrity: sha512-
|
|
373
|
+
tar@7.5.19:
|
|
374
|
+
resolution: {integrity: sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==}
|
|
375
375
|
engines: {node: '>=18'}
|
|
376
376
|
|
|
377
377
|
tinyglobby@0.2.17:
|
|
@@ -444,7 +444,7 @@ snapshots:
|
|
|
444
444
|
|
|
445
445
|
'@npmcli/fs@4.0.0':
|
|
446
446
|
dependencies:
|
|
447
|
-
semver: 7.8.
|
|
447
|
+
semver: 7.8.5
|
|
448
448
|
optional: true
|
|
449
449
|
|
|
450
450
|
'@pkgjs/parseargs@0.11.0':
|
|
@@ -473,7 +473,7 @@ snapshots:
|
|
|
473
473
|
balanced-match@1.0.2:
|
|
474
474
|
optional: true
|
|
475
475
|
|
|
476
|
-
brace-expansion@2.1.
|
|
476
|
+
brace-expansion@2.1.2:
|
|
477
477
|
dependencies:
|
|
478
478
|
balanced-match: 1.0.2
|
|
479
479
|
optional: true
|
|
@@ -488,9 +488,9 @@ snapshots:
|
|
|
488
488
|
minipass-collect: 2.0.1
|
|
489
489
|
minipass-flush: 1.0.7
|
|
490
490
|
minipass-pipeline: 1.2.4
|
|
491
|
-
p-map: 7.0.
|
|
491
|
+
p-map: 7.0.5
|
|
492
492
|
ssri: 12.0.0
|
|
493
|
-
tar: 7.5.
|
|
493
|
+
tar: 7.5.19
|
|
494
494
|
unique-filename: 4.0.0
|
|
495
495
|
optional: true
|
|
496
496
|
|
|
@@ -540,9 +540,9 @@ snapshots:
|
|
|
540
540
|
exponential-backoff@3.1.3:
|
|
541
541
|
optional: true
|
|
542
542
|
|
|
543
|
-
fdir@6.5.0(picomatch@4.0.
|
|
543
|
+
fdir@6.5.0(picomatch@4.0.5):
|
|
544
544
|
optionalDependencies:
|
|
545
|
-
picomatch: 4.0.
|
|
545
|
+
picomatch: 4.0.5
|
|
546
546
|
optional: true
|
|
547
547
|
|
|
548
548
|
foreground-child@3.3.1:
|
|
@@ -637,7 +637,7 @@ snapshots:
|
|
|
637
637
|
|
|
638
638
|
minimatch@9.0.9:
|
|
639
639
|
dependencies:
|
|
640
|
-
brace-expansion: 2.1.
|
|
640
|
+
brace-expansion: 2.1.2
|
|
641
641
|
optional: true
|
|
642
642
|
|
|
643
643
|
minipass-collect@2.0.1:
|
|
@@ -696,8 +696,8 @@ snapshots:
|
|
|
696
696
|
make-fetch-happen: 14.0.3
|
|
697
697
|
nopt: 8.1.0
|
|
698
698
|
proc-log: 5.0.0
|
|
699
|
-
semver: 7.8.
|
|
700
|
-
tar: 7.5.
|
|
699
|
+
semver: 7.8.5
|
|
700
|
+
tar: 7.5.19
|
|
701
701
|
tinyglobby: 0.2.17
|
|
702
702
|
which: 5.0.0
|
|
703
703
|
transitivePeerDependencies:
|
|
@@ -709,7 +709,7 @@ snapshots:
|
|
|
709
709
|
abbrev: 3.0.1
|
|
710
710
|
optional: true
|
|
711
711
|
|
|
712
|
-
p-map@7.0.
|
|
712
|
+
p-map@7.0.5:
|
|
713
713
|
optional: true
|
|
714
714
|
|
|
715
715
|
package-json-from-dist@1.0.1:
|
|
@@ -724,7 +724,7 @@ snapshots:
|
|
|
724
724
|
minipass: 7.1.3
|
|
725
725
|
optional: true
|
|
726
726
|
|
|
727
|
-
picomatch@4.0.
|
|
727
|
+
picomatch@4.0.5:
|
|
728
728
|
optional: true
|
|
729
729
|
|
|
730
730
|
proc-log@5.0.0:
|
|
@@ -742,7 +742,7 @@ snapshots:
|
|
|
742
742
|
safer-buffer@2.1.2:
|
|
743
743
|
optional: true
|
|
744
744
|
|
|
745
|
-
semver@7.8.
|
|
745
|
+
semver@7.8.5:
|
|
746
746
|
optional: true
|
|
747
747
|
|
|
748
748
|
shebang-command@2.0.0:
|
|
@@ -803,7 +803,7 @@ snapshots:
|
|
|
803
803
|
ansi-regex: 6.2.2
|
|
804
804
|
optional: true
|
|
805
805
|
|
|
806
|
-
tar@7.5.
|
|
806
|
+
tar@7.5.19:
|
|
807
807
|
dependencies:
|
|
808
808
|
'@isaacs/fs-minipass': 4.0.1
|
|
809
809
|
chownr: 3.0.0
|
|
@@ -814,8 +814,8 @@ snapshots:
|
|
|
814
814
|
|
|
815
815
|
tinyglobby@0.2.17:
|
|
816
816
|
dependencies:
|
|
817
|
-
fdir: 6.5.0(picomatch@4.0.
|
|
818
|
-
picomatch: 4.0.
|
|
817
|
+
fdir: 6.5.0(picomatch@4.0.5)
|
|
818
|
+
picomatch: 4.0.5
|
|
819
819
|
optional: true
|
|
820
820
|
|
|
821
821
|
unique-filename@4.0.0:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"lastValidatedTimestamp":
|
|
2
|
+
"lastValidatedTimestamp": 1783683151748,
|
|
3
3
|
"projects": {},
|
|
4
4
|
"pnpmfiles": [],
|
|
5
5
|
"settings": {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"shell-quote@<1.8.4": ">=1.8.4",
|
|
60
60
|
"shell-quote": "1.8.4",
|
|
61
61
|
"socks@2": "^2.8.1",
|
|
62
|
-
"tar@<=7.5.
|
|
63
|
-
"tmp@<0.2.
|
|
62
|
+
"tar@<=7.5.15": ">=7.5.16",
|
|
63
|
+
"tmp@<0.2.7": ">=0.2.7",
|
|
64
64
|
"tough-cookie@<4.1.3": ">=4.1.3",
|
|
65
65
|
"validator@<13.15.22": ">=13.15.22",
|
|
66
66
|
"yaml@<2.2.2": ">=2.2.2"
|