@salesforce/plugin-lightning-dev 2.6.2 → 2.6.3
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 +2 -2
- package/npm-shrinkwrap.json +857 -1258
- package/oclif.lock +53 -303
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "2.6.
|
|
9
|
+
"version": "2.6.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@lwc/lwc-dev-server": "^11.1.0",
|
|
15
15
|
"@lwc/sfdc-lwc-compiler": "^11.1.0",
|
|
16
16
|
"@lwrjs/api": "0.15.6",
|
|
17
|
-
"@oclif/core": "^4.0
|
|
17
|
+
"@oclif/core": "^4.1.0",
|
|
18
18
|
"@salesforce/core": "^8.6.2",
|
|
19
19
|
"@salesforce/kit": "^3.1.6",
|
|
20
20
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.9",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@oclif/plugin-command-snapshot": "^5.2.19",
|
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.25",
|
|
30
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
31
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
30
|
+
"@salesforce/dev-scripts": "^10.2.11",
|
|
31
|
+
"@salesforce/plugin-command-reference": "^3.1.37",
|
|
32
32
|
"@types/node-fetch": "^2.6.11",
|
|
33
33
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
34
|
-
"esmock": "^2.6.
|
|
34
|
+
"esmock": "^2.6.9",
|
|
35
35
|
"oclif": "^4.15.28",
|
|
36
36
|
"ts-node": "^10.9.2",
|
|
37
37
|
"typescript": "^5.5.4"
|
|
@@ -68,33 +68,6 @@
|
|
|
68
68
|
"node": ">=16.0.0"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
|
|
72
|
-
"version": "3.649.0",
|
|
73
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.649.0.tgz",
|
|
74
|
-
"integrity": "sha512-PuPw8RysbhJNlaD2d/PzOTf8sbf4Dsn2b7hwyGh7YVG3S75yTpxSAZxrnhKsz9fStgqFmnw/jUfV/G+uQAeTVw==",
|
|
75
|
-
"dev": true,
|
|
76
|
-
"license": "Apache-2.0",
|
|
77
|
-
"dependencies": {
|
|
78
|
-
"@smithy/types": "^3.4.0",
|
|
79
|
-
"tslib": "^2.6.2"
|
|
80
|
-
},
|
|
81
|
-
"engines": {
|
|
82
|
-
"node": ">=16.0.0"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
|
|
86
|
-
"version": "3.4.0",
|
|
87
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.4.0.tgz",
|
|
88
|
-
"integrity": "sha512-0shOWSg/pnFXPcsSU8ZbaJ4JBHZJPPzLCJxafJvbMVFo9l1w81CqpgUqjlKGNHVrVB7fhIs+WS82JDTyzaLyLA==",
|
|
89
|
-
"dev": true,
|
|
90
|
-
"license": "Apache-2.0",
|
|
91
|
-
"dependencies": {
|
|
92
|
-
"tslib": "^2.6.2"
|
|
93
|
-
},
|
|
94
|
-
"engines": {
|
|
95
|
-
"node": ">=16.0.0"
|
|
96
|
-
}
|
|
97
|
-
},
|
|
98
71
|
"node_modules/@aws-crypto/crc32c": {
|
|
99
72
|
"version": "5.2.0",
|
|
100
73
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz",
|
|
@@ -107,33 +80,6 @@
|
|
|
107
80
|
"tslib": "^2.6.2"
|
|
108
81
|
}
|
|
109
82
|
},
|
|
110
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types": {
|
|
111
|
-
"version": "3.649.0",
|
|
112
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.649.0.tgz",
|
|
113
|
-
"integrity": "sha512-PuPw8RysbhJNlaD2d/PzOTf8sbf4Dsn2b7hwyGh7YVG3S75yTpxSAZxrnhKsz9fStgqFmnw/jUfV/G+uQAeTVw==",
|
|
114
|
-
"dev": true,
|
|
115
|
-
"license": "Apache-2.0",
|
|
116
|
-
"dependencies": {
|
|
117
|
-
"@smithy/types": "^3.4.0",
|
|
118
|
-
"tslib": "^2.6.2"
|
|
119
|
-
},
|
|
120
|
-
"engines": {
|
|
121
|
-
"node": ">=16.0.0"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types": {
|
|
125
|
-
"version": "3.4.0",
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.4.0.tgz",
|
|
127
|
-
"integrity": "sha512-0shOWSg/pnFXPcsSU8ZbaJ4JBHZJPPzLCJxafJvbMVFo9l1w81CqpgUqjlKGNHVrVB7fhIs+WS82JDTyzaLyLA==",
|
|
128
|
-
"dev": true,
|
|
129
|
-
"license": "Apache-2.0",
|
|
130
|
-
"dependencies": {
|
|
131
|
-
"tslib": "^2.6.2"
|
|
132
|
-
},
|
|
133
|
-
"engines": {
|
|
134
|
-
"node": ">=16.0.0"
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
83
|
"node_modules/@aws-crypto/sha1-browser": {
|
|
138
84
|
"version": "5.2.0",
|
|
139
85
|
"resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz",
|
|
@@ -149,20 +95,6 @@
|
|
|
149
95
|
"tslib": "^2.6.2"
|
|
150
96
|
}
|
|
151
97
|
},
|
|
152
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types": {
|
|
153
|
-
"version": "3.649.0",
|
|
154
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.649.0.tgz",
|
|
155
|
-
"integrity": "sha512-PuPw8RysbhJNlaD2d/PzOTf8sbf4Dsn2b7hwyGh7YVG3S75yTpxSAZxrnhKsz9fStgqFmnw/jUfV/G+uQAeTVw==",
|
|
156
|
-
"dev": true,
|
|
157
|
-
"license": "Apache-2.0",
|
|
158
|
-
"dependencies": {
|
|
159
|
-
"@smithy/types": "^3.4.0",
|
|
160
|
-
"tslib": "^2.6.2"
|
|
161
|
-
},
|
|
162
|
-
"engines": {
|
|
163
|
-
"node": ">=16.0.0"
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
98
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": {
|
|
167
99
|
"version": "2.2.0",
|
|
168
100
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -176,19 +108,6 @@
|
|
|
176
108
|
"node": ">=14.0.0"
|
|
177
109
|
}
|
|
178
110
|
},
|
|
179
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types": {
|
|
180
|
-
"version": "3.4.0",
|
|
181
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.4.0.tgz",
|
|
182
|
-
"integrity": "sha512-0shOWSg/pnFXPcsSU8ZbaJ4JBHZJPPzLCJxafJvbMVFo9l1w81CqpgUqjlKGNHVrVB7fhIs+WS82JDTyzaLyLA==",
|
|
183
|
-
"dev": true,
|
|
184
|
-
"license": "Apache-2.0",
|
|
185
|
-
"dependencies": {
|
|
186
|
-
"tslib": "^2.6.2"
|
|
187
|
-
},
|
|
188
|
-
"engines": {
|
|
189
|
-
"node": ">=16.0.0"
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
111
|
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": {
|
|
193
112
|
"version": "2.2.0",
|
|
194
113
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -233,20 +152,6 @@
|
|
|
233
152
|
"tslib": "^2.6.2"
|
|
234
153
|
}
|
|
235
154
|
},
|
|
236
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types": {
|
|
237
|
-
"version": "3.649.0",
|
|
238
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.649.0.tgz",
|
|
239
|
-
"integrity": "sha512-PuPw8RysbhJNlaD2d/PzOTf8sbf4Dsn2b7hwyGh7YVG3S75yTpxSAZxrnhKsz9fStgqFmnw/jUfV/G+uQAeTVw==",
|
|
240
|
-
"dev": true,
|
|
241
|
-
"license": "Apache-2.0",
|
|
242
|
-
"dependencies": {
|
|
243
|
-
"@smithy/types": "^3.4.0",
|
|
244
|
-
"tslib": "^2.6.2"
|
|
245
|
-
},
|
|
246
|
-
"engines": {
|
|
247
|
-
"node": ">=16.0.0"
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
155
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": {
|
|
251
156
|
"version": "2.2.0",
|
|
252
157
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -260,19 +165,6 @@
|
|
|
260
165
|
"node": ">=14.0.0"
|
|
261
166
|
}
|
|
262
167
|
},
|
|
263
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types": {
|
|
264
|
-
"version": "3.4.0",
|
|
265
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.4.0.tgz",
|
|
266
|
-
"integrity": "sha512-0shOWSg/pnFXPcsSU8ZbaJ4JBHZJPPzLCJxafJvbMVFo9l1w81CqpgUqjlKGNHVrVB7fhIs+WS82JDTyzaLyLA==",
|
|
267
|
-
"dev": true,
|
|
268
|
-
"license": "Apache-2.0",
|
|
269
|
-
"dependencies": {
|
|
270
|
-
"tslib": "^2.6.2"
|
|
271
|
-
},
|
|
272
|
-
"engines": {
|
|
273
|
-
"node": ">=16.0.0"
|
|
274
|
-
}
|
|
275
|
-
},
|
|
276
168
|
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": {
|
|
277
169
|
"version": "2.2.0",
|
|
278
170
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -316,33 +208,6 @@
|
|
|
316
208
|
"node": ">=16.0.0"
|
|
317
209
|
}
|
|
318
210
|
},
|
|
319
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types": {
|
|
320
|
-
"version": "3.649.0",
|
|
321
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.649.0.tgz",
|
|
322
|
-
"integrity": "sha512-PuPw8RysbhJNlaD2d/PzOTf8sbf4Dsn2b7hwyGh7YVG3S75yTpxSAZxrnhKsz9fStgqFmnw/jUfV/G+uQAeTVw==",
|
|
323
|
-
"dev": true,
|
|
324
|
-
"license": "Apache-2.0",
|
|
325
|
-
"dependencies": {
|
|
326
|
-
"@smithy/types": "^3.4.0",
|
|
327
|
-
"tslib": "^2.6.2"
|
|
328
|
-
},
|
|
329
|
-
"engines": {
|
|
330
|
-
"node": ">=16.0.0"
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types": {
|
|
334
|
-
"version": "3.4.0",
|
|
335
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.4.0.tgz",
|
|
336
|
-
"integrity": "sha512-0shOWSg/pnFXPcsSU8ZbaJ4JBHZJPPzLCJxafJvbMVFo9l1w81CqpgUqjlKGNHVrVB7fhIs+WS82JDTyzaLyLA==",
|
|
337
|
-
"dev": true,
|
|
338
|
-
"license": "Apache-2.0",
|
|
339
|
-
"dependencies": {
|
|
340
|
-
"tslib": "^2.6.2"
|
|
341
|
-
},
|
|
342
|
-
"engines": {
|
|
343
|
-
"node": ">=16.0.0"
|
|
344
|
-
}
|
|
345
|
-
},
|
|
346
211
|
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
347
212
|
"version": "5.2.0",
|
|
348
213
|
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
|
|
@@ -365,20 +230,6 @@
|
|
|
365
230
|
"tslib": "^2.6.2"
|
|
366
231
|
}
|
|
367
232
|
},
|
|
368
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
|
|
369
|
-
"version": "3.649.0",
|
|
370
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.649.0.tgz",
|
|
371
|
-
"integrity": "sha512-PuPw8RysbhJNlaD2d/PzOTf8sbf4Dsn2b7hwyGh7YVG3S75yTpxSAZxrnhKsz9fStgqFmnw/jUfV/G+uQAeTVw==",
|
|
372
|
-
"dev": true,
|
|
373
|
-
"license": "Apache-2.0",
|
|
374
|
-
"dependencies": {
|
|
375
|
-
"@smithy/types": "^3.4.0",
|
|
376
|
-
"tslib": "^2.6.2"
|
|
377
|
-
},
|
|
378
|
-
"engines": {
|
|
379
|
-
"node": ">=16.0.0"
|
|
380
|
-
}
|
|
381
|
-
},
|
|
382
233
|
"node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
|
|
383
234
|
"version": "2.2.0",
|
|
384
235
|
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
@@ -392,19 +243,6 @@
|
|
|
392
243
|
"node": ">=14.0.0"
|
|
393
244
|
}
|
|
394
245
|
},
|
|
395
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types": {
|
|
396
|
-
"version": "3.4.0",
|
|
397
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.4.0.tgz",
|
|
398
|
-
"integrity": "sha512-0shOWSg/pnFXPcsSU8ZbaJ4JBHZJPPzLCJxafJvbMVFo9l1w81CqpgUqjlKGNHVrVB7fhIs+WS82JDTyzaLyLA==",
|
|
399
|
-
"dev": true,
|
|
400
|
-
"license": "Apache-2.0",
|
|
401
|
-
"dependencies": {
|
|
402
|
-
"tslib": "^2.6.2"
|
|
403
|
-
},
|
|
404
|
-
"engines": {
|
|
405
|
-
"node": ">=16.0.0"
|
|
406
|
-
}
|
|
407
|
-
},
|
|
408
246
|
"node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
|
|
409
247
|
"version": "2.2.0",
|
|
410
248
|
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
@@ -1233,9 +1071,9 @@
|
|
|
1233
1071
|
}
|
|
1234
1072
|
},
|
|
1235
1073
|
"node_modules/@babel/code-frame": {
|
|
1236
|
-
"version": "7.26.
|
|
1237
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.
|
|
1238
|
-
"integrity": "sha512-
|
|
1074
|
+
"version": "7.26.2",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
|
|
1076
|
+
"integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
|
|
1239
1077
|
"license": "MIT",
|
|
1240
1078
|
"dependencies": {
|
|
1241
1079
|
"@babel/helper-validator-identifier": "^7.25.9",
|
|
@@ -1247,30 +1085,30 @@
|
|
|
1247
1085
|
}
|
|
1248
1086
|
},
|
|
1249
1087
|
"node_modules/@babel/compat-data": {
|
|
1250
|
-
"version": "7.
|
|
1251
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
1252
|
-
"integrity": "sha512-
|
|
1088
|
+
"version": "7.26.2",
|
|
1089
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz",
|
|
1090
|
+
"integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==",
|
|
1253
1091
|
"license": "MIT",
|
|
1254
1092
|
"engines": {
|
|
1255
1093
|
"node": ">=6.9.0"
|
|
1256
1094
|
}
|
|
1257
1095
|
},
|
|
1258
1096
|
"node_modules/@babel/core": {
|
|
1259
|
-
"version": "7.
|
|
1260
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
1261
|
-
"integrity": "sha512-
|
|
1097
|
+
"version": "7.26.0",
|
|
1098
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz",
|
|
1099
|
+
"integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
|
|
1262
1100
|
"license": "MIT",
|
|
1263
1101
|
"dependencies": {
|
|
1264
1102
|
"@ampproject/remapping": "^2.2.0",
|
|
1265
|
-
"@babel/code-frame": "^7.
|
|
1266
|
-
"@babel/generator": "^7.
|
|
1267
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1268
|
-
"@babel/helper-module-transforms": "^7.
|
|
1269
|
-
"@babel/helpers": "^7.
|
|
1270
|
-
"@babel/parser": "^7.
|
|
1271
|
-
"@babel/template": "^7.
|
|
1272
|
-
"@babel/traverse": "^7.
|
|
1273
|
-
"@babel/types": "^7.
|
|
1103
|
+
"@babel/code-frame": "^7.26.0",
|
|
1104
|
+
"@babel/generator": "^7.26.0",
|
|
1105
|
+
"@babel/helper-compilation-targets": "^7.25.9",
|
|
1106
|
+
"@babel/helper-module-transforms": "^7.26.0",
|
|
1107
|
+
"@babel/helpers": "^7.26.0",
|
|
1108
|
+
"@babel/parser": "^7.26.0",
|
|
1109
|
+
"@babel/template": "^7.25.9",
|
|
1110
|
+
"@babel/traverse": "^7.25.9",
|
|
1111
|
+
"@babel/types": "^7.26.0",
|
|
1274
1112
|
"convert-source-map": "^2.0.0",
|
|
1275
1113
|
"debug": "^4.1.0",
|
|
1276
1114
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -1295,12 +1133,12 @@
|
|
|
1295
1133
|
}
|
|
1296
1134
|
},
|
|
1297
1135
|
"node_modules/@babel/generator": {
|
|
1298
|
-
"version": "7.26.
|
|
1299
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.
|
|
1300
|
-
"integrity": "sha512
|
|
1136
|
+
"version": "7.26.2",
|
|
1137
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz",
|
|
1138
|
+
"integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==",
|
|
1301
1139
|
"license": "MIT",
|
|
1302
1140
|
"dependencies": {
|
|
1303
|
-
"@babel/parser": "^7.26.
|
|
1141
|
+
"@babel/parser": "^7.26.2",
|
|
1304
1142
|
"@babel/types": "^7.26.0",
|
|
1305
1143
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
1306
1144
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
@@ -1311,25 +1149,25 @@
|
|
|
1311
1149
|
}
|
|
1312
1150
|
},
|
|
1313
1151
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
1314
|
-
"version": "7.25.
|
|
1315
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.
|
|
1316
|
-
"integrity": "sha512-
|
|
1152
|
+
"version": "7.25.9",
|
|
1153
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
|
|
1154
|
+
"integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
|
|
1317
1155
|
"license": "MIT",
|
|
1318
1156
|
"dependencies": {
|
|
1319
|
-
"@babel/types": "^7.25.
|
|
1157
|
+
"@babel/types": "^7.25.9"
|
|
1320
1158
|
},
|
|
1321
1159
|
"engines": {
|
|
1322
1160
|
"node": ">=6.9.0"
|
|
1323
1161
|
}
|
|
1324
1162
|
},
|
|
1325
1163
|
"node_modules/@babel/helper-compilation-targets": {
|
|
1326
|
-
"version": "7.25.
|
|
1327
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.
|
|
1328
|
-
"integrity": "sha512-
|
|
1164
|
+
"version": "7.25.9",
|
|
1165
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz",
|
|
1166
|
+
"integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==",
|
|
1329
1167
|
"license": "MIT",
|
|
1330
1168
|
"dependencies": {
|
|
1331
|
-
"@babel/compat-data": "^7.25.
|
|
1332
|
-
"@babel/helper-validator-option": "^7.25.
|
|
1169
|
+
"@babel/compat-data": "^7.25.9",
|
|
1170
|
+
"@babel/helper-validator-option": "^7.25.9",
|
|
1333
1171
|
"browserslist": "^4.24.0",
|
|
1334
1172
|
"lru-cache": "^5.1.1",
|
|
1335
1173
|
"semver": "^6.3.1"
|
|
@@ -1363,17 +1201,17 @@
|
|
|
1363
1201
|
"license": "ISC"
|
|
1364
1202
|
},
|
|
1365
1203
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
1366
|
-
"version": "7.25.
|
|
1367
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.
|
|
1368
|
-
"integrity": "sha512-
|
|
1204
|
+
"version": "7.25.9",
|
|
1205
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
|
|
1206
|
+
"integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
|
|
1369
1207
|
"license": "MIT",
|
|
1370
1208
|
"dependencies": {
|
|
1371
|
-
"@babel/helper-annotate-as-pure": "^7.25.
|
|
1372
|
-
"@babel/helper-member-expression-to-functions": "^7.25.
|
|
1373
|
-
"@babel/helper-optimise-call-expression": "^7.25.
|
|
1374
|
-
"@babel/helper-replace-supers": "^7.25.
|
|
1375
|
-
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.
|
|
1376
|
-
"@babel/traverse": "^7.25.
|
|
1209
|
+
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
1210
|
+
"@babel/helper-member-expression-to-functions": "^7.25.9",
|
|
1211
|
+
"@babel/helper-optimise-call-expression": "^7.25.9",
|
|
1212
|
+
"@babel/helper-replace-supers": "^7.25.9",
|
|
1213
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
|
|
1214
|
+
"@babel/traverse": "^7.25.9",
|
|
1377
1215
|
"semver": "^6.3.1"
|
|
1378
1216
|
},
|
|
1379
1217
|
"engines": {
|
|
@@ -1430,13 +1268,13 @@
|
|
|
1430
1268
|
}
|
|
1431
1269
|
},
|
|
1432
1270
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
1433
|
-
"version": "7.25.
|
|
1434
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.
|
|
1435
|
-
"integrity": "sha512-
|
|
1271
|
+
"version": "7.25.9",
|
|
1272
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
|
|
1273
|
+
"integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
|
|
1436
1274
|
"license": "MIT",
|
|
1437
1275
|
"dependencies": {
|
|
1438
|
-
"@babel/traverse": "^7.25.
|
|
1439
|
-
"@babel/types": "^7.25.
|
|
1276
|
+
"@babel/traverse": "^7.25.9",
|
|
1277
|
+
"@babel/types": "^7.25.9"
|
|
1440
1278
|
},
|
|
1441
1279
|
"engines": {
|
|
1442
1280
|
"node": ">=6.9.0"
|
|
@@ -1456,15 +1294,14 @@
|
|
|
1456
1294
|
}
|
|
1457
1295
|
},
|
|
1458
1296
|
"node_modules/@babel/helper-module-transforms": {
|
|
1459
|
-
"version": "7.
|
|
1460
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
1461
|
-
"integrity": "sha512-
|
|
1297
|
+
"version": "7.26.0",
|
|
1298
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
|
|
1299
|
+
"integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
|
|
1462
1300
|
"license": "MIT",
|
|
1463
1301
|
"dependencies": {
|
|
1464
|
-
"@babel/helper-module-imports": "^7.25.
|
|
1465
|
-
"@babel/helper-
|
|
1466
|
-
"@babel/
|
|
1467
|
-
"@babel/traverse": "^7.25.7"
|
|
1302
|
+
"@babel/helper-module-imports": "^7.25.9",
|
|
1303
|
+
"@babel/helper-validator-identifier": "^7.25.9",
|
|
1304
|
+
"@babel/traverse": "^7.25.9"
|
|
1468
1305
|
},
|
|
1469
1306
|
"engines": {
|
|
1470
1307
|
"node": ">=6.9.0"
|
|
@@ -1473,49 +1310,75 @@
|
|
|
1473
1310
|
"@babel/core": "^7.0.0"
|
|
1474
1311
|
}
|
|
1475
1312
|
},
|
|
1476
|
-
"node_modules/@babel/helper-module-transforms/node_modules/@babel/
|
|
1477
|
-
"version": "7.
|
|
1478
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz",
|
|
1479
|
-
"integrity": "sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==",
|
|
1313
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/core": {
|
|
1314
|
+
"version": "7.24.8",
|
|
1480
1315
|
"license": "MIT",
|
|
1316
|
+
"peer": true,
|
|
1481
1317
|
"dependencies": {
|
|
1482
|
-
"@
|
|
1483
|
-
"@babel/
|
|
1318
|
+
"@ampproject/remapping": "^2.2.0",
|
|
1319
|
+
"@babel/code-frame": "^7.24.7",
|
|
1320
|
+
"@babel/generator": "^7.24.8",
|
|
1321
|
+
"@babel/helper-compilation-targets": "^7.24.8",
|
|
1322
|
+
"@babel/helper-module-transforms": "^7.24.8",
|
|
1323
|
+
"@babel/helpers": "^7.24.8",
|
|
1324
|
+
"@babel/parser": "^7.24.8",
|
|
1325
|
+
"@babel/template": "^7.24.7",
|
|
1326
|
+
"@babel/traverse": "^7.24.8",
|
|
1327
|
+
"@babel/types": "^7.24.8",
|
|
1328
|
+
"convert-source-map": "^2.0.0",
|
|
1329
|
+
"debug": "^4.1.0",
|
|
1330
|
+
"gensync": "^1.0.0-beta.2",
|
|
1331
|
+
"json5": "^2.2.3",
|
|
1332
|
+
"semver": "^6.3.1"
|
|
1484
1333
|
},
|
|
1485
1334
|
"engines": {
|
|
1486
1335
|
"node": ">=6.9.0"
|
|
1336
|
+
},
|
|
1337
|
+
"funding": {
|
|
1338
|
+
"type": "opencollective",
|
|
1339
|
+
"url": "https://opencollective.com/babel"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"node_modules/@babel/helper-module-transforms/node_modules/semver": {
|
|
1343
|
+
"version": "6.3.1",
|
|
1344
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1345
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1346
|
+
"license": "ISC",
|
|
1347
|
+
"peer": true,
|
|
1348
|
+
"bin": {
|
|
1349
|
+
"semver": "bin/semver.js"
|
|
1487
1350
|
}
|
|
1488
1351
|
},
|
|
1489
1352
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
1490
|
-
"version": "7.25.
|
|
1491
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.
|
|
1492
|
-
"integrity": "sha512-
|
|
1353
|
+
"version": "7.25.9",
|
|
1354
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
|
|
1355
|
+
"integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
|
|
1493
1356
|
"license": "MIT",
|
|
1494
1357
|
"dependencies": {
|
|
1495
|
-
"@babel/types": "^7.25.
|
|
1358
|
+
"@babel/types": "^7.25.9"
|
|
1496
1359
|
},
|
|
1497
1360
|
"engines": {
|
|
1498
1361
|
"node": ">=6.9.0"
|
|
1499
1362
|
}
|
|
1500
1363
|
},
|
|
1501
1364
|
"node_modules/@babel/helper-plugin-utils": {
|
|
1502
|
-
"version": "7.25.
|
|
1503
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.
|
|
1504
|
-
"integrity": "sha512-
|
|
1365
|
+
"version": "7.25.9",
|
|
1366
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz",
|
|
1367
|
+
"integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==",
|
|
1505
1368
|
"license": "MIT",
|
|
1506
1369
|
"engines": {
|
|
1507
1370
|
"node": ">=6.9.0"
|
|
1508
1371
|
}
|
|
1509
1372
|
},
|
|
1510
|
-
"node_modules/@babel/helper-
|
|
1511
|
-
"version": "7.25.
|
|
1512
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
1513
|
-
"integrity": "sha512-
|
|
1373
|
+
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
1374
|
+
"version": "7.25.9",
|
|
1375
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
|
|
1376
|
+
"integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
|
|
1514
1377
|
"license": "MIT",
|
|
1515
1378
|
"dependencies": {
|
|
1516
|
-
"@babel/helper-
|
|
1517
|
-
"@babel/helper-
|
|
1518
|
-
"@babel/traverse": "^7.25.
|
|
1379
|
+
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
1380
|
+
"@babel/helper-wrap-function": "^7.25.9",
|
|
1381
|
+
"@babel/traverse": "^7.25.9"
|
|
1519
1382
|
},
|
|
1520
1383
|
"engines": {
|
|
1521
1384
|
"node": ">=6.9.0"
|
|
@@ -1524,23 +1387,66 @@
|
|
|
1524
1387
|
"@babel/core": "^7.0.0"
|
|
1525
1388
|
}
|
|
1526
1389
|
},
|
|
1527
|
-
"node_modules/@babel/helper-
|
|
1528
|
-
"version": "7.25.
|
|
1529
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
1530
|
-
"integrity": "sha512-
|
|
1390
|
+
"node_modules/@babel/helper-replace-supers": {
|
|
1391
|
+
"version": "7.25.9",
|
|
1392
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz",
|
|
1393
|
+
"integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==",
|
|
1531
1394
|
"license": "MIT",
|
|
1532
1395
|
"dependencies": {
|
|
1533
|
-
"@babel/
|
|
1534
|
-
"@babel/
|
|
1396
|
+
"@babel/helper-member-expression-to-functions": "^7.25.9",
|
|
1397
|
+
"@babel/helper-optimise-call-expression": "^7.25.9",
|
|
1398
|
+
"@babel/traverse": "^7.25.9"
|
|
1535
1399
|
},
|
|
1536
1400
|
"engines": {
|
|
1537
1401
|
"node": ">=6.9.0"
|
|
1538
|
-
}
|
|
1402
|
+
},
|
|
1403
|
+
"peerDependencies": {
|
|
1404
|
+
"@babel/core": "^7.0.0"
|
|
1405
|
+
}
|
|
1539
1406
|
},
|
|
1540
|
-
"node_modules/@babel/helper-
|
|
1407
|
+
"node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
1408
|
+
"version": "7.24.8",
|
|
1409
|
+
"license": "MIT",
|
|
1410
|
+
"peer": true,
|
|
1411
|
+
"dependencies": {
|
|
1412
|
+
"@ampproject/remapping": "^2.2.0",
|
|
1413
|
+
"@babel/code-frame": "^7.24.7",
|
|
1414
|
+
"@babel/generator": "^7.24.8",
|
|
1415
|
+
"@babel/helper-compilation-targets": "^7.24.8",
|
|
1416
|
+
"@babel/helper-module-transforms": "^7.24.8",
|
|
1417
|
+
"@babel/helpers": "^7.24.8",
|
|
1418
|
+
"@babel/parser": "^7.24.8",
|
|
1419
|
+
"@babel/template": "^7.24.7",
|
|
1420
|
+
"@babel/traverse": "^7.24.8",
|
|
1421
|
+
"@babel/types": "^7.24.8",
|
|
1422
|
+
"convert-source-map": "^2.0.0",
|
|
1423
|
+
"debug": "^4.1.0",
|
|
1424
|
+
"gensync": "^1.0.0-beta.2",
|
|
1425
|
+
"json5": "^2.2.3",
|
|
1426
|
+
"semver": "^6.3.1"
|
|
1427
|
+
},
|
|
1428
|
+
"engines": {
|
|
1429
|
+
"node": ">=6.9.0"
|
|
1430
|
+
},
|
|
1431
|
+
"funding": {
|
|
1432
|
+
"type": "opencollective",
|
|
1433
|
+
"url": "https://opencollective.com/babel"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
"node_modules/@babel/helper-replace-supers/node_modules/semver": {
|
|
1437
|
+
"version": "6.3.1",
|
|
1438
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1439
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1440
|
+
"license": "ISC",
|
|
1441
|
+
"peer": true,
|
|
1442
|
+
"bin": {
|
|
1443
|
+
"semver": "bin/semver.js"
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
"node_modules/@babel/helper-simple-access": {
|
|
1541
1447
|
"version": "7.25.7",
|
|
1542
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
1543
|
-
"integrity": "sha512-
|
|
1448
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz",
|
|
1449
|
+
"integrity": "sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==",
|
|
1544
1450
|
"license": "MIT",
|
|
1545
1451
|
"dependencies": {
|
|
1546
1452
|
"@babel/traverse": "^7.25.7",
|
|
@@ -1550,6 +1456,19 @@
|
|
|
1550
1456
|
"node": ">=6.9.0"
|
|
1551
1457
|
}
|
|
1552
1458
|
},
|
|
1459
|
+
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
1460
|
+
"version": "7.25.9",
|
|
1461
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
|
|
1462
|
+
"integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
|
|
1463
|
+
"license": "MIT",
|
|
1464
|
+
"dependencies": {
|
|
1465
|
+
"@babel/traverse": "^7.25.9",
|
|
1466
|
+
"@babel/types": "^7.25.9"
|
|
1467
|
+
},
|
|
1468
|
+
"engines": {
|
|
1469
|
+
"node": ">=6.9.0"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1553
1472
|
"node_modules/@babel/helper-split-export-declaration": {
|
|
1554
1473
|
"version": "7.24.7",
|
|
1555
1474
|
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
|
|
@@ -1581,9 +1500,9 @@
|
|
|
1581
1500
|
}
|
|
1582
1501
|
},
|
|
1583
1502
|
"node_modules/@babel/helper-validator-option": {
|
|
1584
|
-
"version": "7.25.
|
|
1585
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.
|
|
1586
|
-
"integrity": "sha512-
|
|
1503
|
+
"version": "7.25.9",
|
|
1504
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
|
|
1505
|
+
"integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
|
|
1587
1506
|
"license": "MIT",
|
|
1588
1507
|
"engines": {
|
|
1589
1508
|
"node": ">=6.9.0"
|
|
@@ -1604,22 +1523,22 @@
|
|
|
1604
1523
|
}
|
|
1605
1524
|
},
|
|
1606
1525
|
"node_modules/@babel/helpers": {
|
|
1607
|
-
"version": "7.
|
|
1608
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
1609
|
-
"integrity": "sha512-
|
|
1526
|
+
"version": "7.26.0",
|
|
1527
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz",
|
|
1528
|
+
"integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
|
|
1610
1529
|
"license": "MIT",
|
|
1611
1530
|
"dependencies": {
|
|
1612
|
-
"@babel/template": "^7.25.
|
|
1613
|
-
"@babel/types": "^7.
|
|
1531
|
+
"@babel/template": "^7.25.9",
|
|
1532
|
+
"@babel/types": "^7.26.0"
|
|
1614
1533
|
},
|
|
1615
1534
|
"engines": {
|
|
1616
1535
|
"node": ">=6.9.0"
|
|
1617
1536
|
}
|
|
1618
1537
|
},
|
|
1619
1538
|
"node_modules/@babel/parser": {
|
|
1620
|
-
"version": "7.26.
|
|
1621
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.
|
|
1622
|
-
"integrity": "sha512-
|
|
1539
|
+
"version": "7.26.2",
|
|
1540
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
|
|
1541
|
+
"integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
|
|
1623
1542
|
"license": "MIT",
|
|
1624
1543
|
"dependencies": {
|
|
1625
1544
|
"@babel/types": "^7.26.0"
|
|
@@ -1631,13 +1550,99 @@
|
|
|
1631
1550
|
"node": ">=6.0.0"
|
|
1632
1551
|
}
|
|
1633
1552
|
},
|
|
1634
|
-
"node_modules/@babel/plugin-
|
|
1553
|
+
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
1554
|
+
"version": "7.25.9",
|
|
1555
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz",
|
|
1556
|
+
"integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==",
|
|
1557
|
+
"license": "MIT",
|
|
1558
|
+
"dependencies": {
|
|
1559
|
+
"@babel/helper-plugin-utils": "^7.25.9",
|
|
1560
|
+
"@babel/helper-remap-async-to-generator": "^7.25.9",
|
|
1561
|
+
"@babel/traverse": "^7.25.9"
|
|
1562
|
+
},
|
|
1563
|
+
"engines": {
|
|
1564
|
+
"node": ">=6.9.0"
|
|
1565
|
+
},
|
|
1566
|
+
"peerDependencies": {
|
|
1567
|
+
"@babel/core": "^7.0.0-0"
|
|
1568
|
+
}
|
|
1569
|
+
},
|
|
1570
|
+
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
1571
|
+
"version": "7.25.9",
|
|
1572
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
|
|
1573
|
+
"integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
|
|
1574
|
+
"license": "MIT",
|
|
1575
|
+
"dependencies": {
|
|
1576
|
+
"@babel/helper-module-imports": "^7.25.9",
|
|
1577
|
+
"@babel/helper-plugin-utils": "^7.25.9",
|
|
1578
|
+
"@babel/helper-remap-async-to-generator": "^7.25.9"
|
|
1579
|
+
},
|
|
1580
|
+
"engines": {
|
|
1581
|
+
"node": ">=6.9.0"
|
|
1582
|
+
},
|
|
1583
|
+
"peerDependencies": {
|
|
1584
|
+
"@babel/core": "^7.0.0-0"
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
"node_modules/@babel/plugin-transform-class-properties": {
|
|
1588
|
+
"version": "7.25.9",
|
|
1589
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
|
|
1590
|
+
"integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
|
|
1591
|
+
"license": "MIT",
|
|
1592
|
+
"dependencies": {
|
|
1593
|
+
"@babel/helper-create-class-features-plugin": "^7.25.9",
|
|
1594
|
+
"@babel/helper-plugin-utils": "^7.25.9"
|
|
1595
|
+
},
|
|
1596
|
+
"engines": {
|
|
1597
|
+
"node": ">=6.9.0"
|
|
1598
|
+
},
|
|
1599
|
+
"peerDependencies": {
|
|
1600
|
+
"@babel/core": "^7.0.0-0"
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1604
|
+
"version": "7.25.9",
|
|
1605
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
|
|
1606
|
+
"integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
|
|
1607
|
+
"license": "MIT",
|
|
1608
|
+
"dependencies": {
|
|
1609
|
+
"@babel/helper-compilation-targets": "^7.25.9",
|
|
1610
|
+
"@babel/helper-plugin-utils": "^7.25.9",
|
|
1611
|
+
"@babel/plugin-transform-parameters": "^7.25.9"
|
|
1612
|
+
},
|
|
1613
|
+
"engines": {
|
|
1614
|
+
"node": ">=6.9.0"
|
|
1615
|
+
},
|
|
1616
|
+
"peerDependencies": {
|
|
1617
|
+
"@babel/core": "^7.0.0-0"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"node_modules/@babel/plugin-transform-parameters": {
|
|
1621
|
+
"version": "7.25.9",
|
|
1622
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
|
|
1623
|
+
"integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
|
|
1624
|
+
"license": "MIT",
|
|
1625
|
+
"dependencies": {
|
|
1626
|
+
"@babel/helper-plugin-utils": "^7.25.9"
|
|
1627
|
+
},
|
|
1628
|
+
"engines": {
|
|
1629
|
+
"node": ">=6.9.0"
|
|
1630
|
+
},
|
|
1631
|
+
"peerDependencies": {
|
|
1632
|
+
"@babel/core": "^7.0.0-0"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"node_modules/@babel/preset-typescript": {
|
|
1635
1636
|
"version": "7.24.7",
|
|
1636
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1637
|
-
"integrity": "sha512-
|
|
1637
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz",
|
|
1638
|
+
"integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==",
|
|
1638
1639
|
"license": "MIT",
|
|
1639
1640
|
"dependencies": {
|
|
1640
|
-
"@babel/helper-plugin-utils": "^7.24.7"
|
|
1641
|
+
"@babel/helper-plugin-utils": "^7.24.7",
|
|
1642
|
+
"@babel/helper-validator-option": "^7.24.7",
|
|
1643
|
+
"@babel/plugin-syntax-jsx": "^7.24.7",
|
|
1644
|
+
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
|
|
1645
|
+
"@babel/plugin-transform-typescript": "^7.24.7"
|
|
1641
1646
|
},
|
|
1642
1647
|
"engines": {
|
|
1643
1648
|
"node": ">=6.9.0"
|
|
@@ -1646,7 +1651,36 @@
|
|
|
1646
1651
|
"@babel/core": "^7.0.0-0"
|
|
1647
1652
|
}
|
|
1648
1653
|
},
|
|
1649
|
-
"node_modules/@babel/
|
|
1654
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/core": {
|
|
1655
|
+
"version": "7.24.8",
|
|
1656
|
+
"license": "MIT",
|
|
1657
|
+
"peer": true,
|
|
1658
|
+
"dependencies": {
|
|
1659
|
+
"@ampproject/remapping": "^2.2.0",
|
|
1660
|
+
"@babel/code-frame": "^7.24.7",
|
|
1661
|
+
"@babel/generator": "^7.24.8",
|
|
1662
|
+
"@babel/helper-compilation-targets": "^7.24.8",
|
|
1663
|
+
"@babel/helper-module-transforms": "^7.24.8",
|
|
1664
|
+
"@babel/helpers": "^7.24.8",
|
|
1665
|
+
"@babel/parser": "^7.24.8",
|
|
1666
|
+
"@babel/template": "^7.24.7",
|
|
1667
|
+
"@babel/traverse": "^7.24.8",
|
|
1668
|
+
"@babel/types": "^7.24.8",
|
|
1669
|
+
"convert-source-map": "^2.0.0",
|
|
1670
|
+
"debug": "^4.1.0",
|
|
1671
|
+
"gensync": "^1.0.0-beta.2",
|
|
1672
|
+
"json5": "^2.2.3",
|
|
1673
|
+
"semver": "^6.3.1"
|
|
1674
|
+
},
|
|
1675
|
+
"engines": {
|
|
1676
|
+
"node": ">=6.9.0"
|
|
1677
|
+
},
|
|
1678
|
+
"funding": {
|
|
1679
|
+
"type": "opencollective",
|
|
1680
|
+
"url": "https://opencollective.com/babel"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-jsx": {
|
|
1650
1684
|
"version": "7.24.7",
|
|
1651
1685
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
|
|
1652
1686
|
"integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
|
|
@@ -1661,7 +1695,7 @@
|
|
|
1661
1695
|
"@babel/core": "^7.0.0-0"
|
|
1662
1696
|
}
|
|
1663
1697
|
},
|
|
1664
|
-
"node_modules/@babel/plugin-syntax-typescript": {
|
|
1698
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-typescript": {
|
|
1665
1699
|
"version": "7.24.7",
|
|
1666
1700
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz",
|
|
1667
1701
|
"integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==",
|
|
@@ -1676,7 +1710,7 @@
|
|
|
1676
1710
|
"@babel/core": "^7.0.0-0"
|
|
1677
1711
|
}
|
|
1678
1712
|
},
|
|
1679
|
-
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1713
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1680
1714
|
"version": "7.24.8",
|
|
1681
1715
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
|
|
1682
1716
|
"integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
|
|
@@ -1693,7 +1727,7 @@
|
|
|
1693
1727
|
"@babel/core": "^7.0.0-0"
|
|
1694
1728
|
}
|
|
1695
1729
|
},
|
|
1696
|
-
"node_modules/@babel/plugin-transform-typescript": {
|
|
1730
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-typescript": {
|
|
1697
1731
|
"version": "7.25.0",
|
|
1698
1732
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.0.tgz",
|
|
1699
1733
|
"integrity": "sha512-LZicxFzHIw+Sa3pzgMgSz6gdpsdkfiMObHUzhSIrwKF0+/rP/nuR49u79pSS+zIFJ1FeGeqQD2Dq4QGFbOVvSw==",
|
|
@@ -1712,23 +1746,14 @@
|
|
|
1712
1746
|
"@babel/core": "^7.0.0-0"
|
|
1713
1747
|
}
|
|
1714
1748
|
},
|
|
1715
|
-
"node_modules/@babel/preset-typescript": {
|
|
1716
|
-
"version": "
|
|
1717
|
-
"resolved": "https://registry.npmjs.org
|
|
1718
|
-
"integrity": "sha512-
|
|
1719
|
-
"license": "
|
|
1720
|
-
"
|
|
1721
|
-
|
|
1722
|
-
"
|
|
1723
|
-
"@babel/plugin-syntax-jsx": "^7.24.7",
|
|
1724
|
-
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
|
|
1725
|
-
"@babel/plugin-transform-typescript": "^7.24.7"
|
|
1726
|
-
},
|
|
1727
|
-
"engines": {
|
|
1728
|
-
"node": ">=6.9.0"
|
|
1729
|
-
},
|
|
1730
|
-
"peerDependencies": {
|
|
1731
|
-
"@babel/core": "^7.0.0-0"
|
|
1749
|
+
"node_modules/@babel/preset-typescript/node_modules/semver": {
|
|
1750
|
+
"version": "6.3.1",
|
|
1751
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
1752
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
1753
|
+
"license": "ISC",
|
|
1754
|
+
"peer": true,
|
|
1755
|
+
"bin": {
|
|
1756
|
+
"semver": "bin/semver.js"
|
|
1732
1757
|
}
|
|
1733
1758
|
},
|
|
1734
1759
|
"node_modules/@babel/template": {
|
|
@@ -2499,16 +2524,6 @@
|
|
|
2499
2524
|
"node": ">=18"
|
|
2500
2525
|
}
|
|
2501
2526
|
},
|
|
2502
|
-
"node_modules/@inquirer/core/node_modules/@inquirer/figures": {
|
|
2503
|
-
"version": "1.0.8",
|
|
2504
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.8.tgz",
|
|
2505
|
-
"integrity": "sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==",
|
|
2506
|
-
"dev": true,
|
|
2507
|
-
"license": "MIT",
|
|
2508
|
-
"engines": {
|
|
2509
|
-
"node": ">=18"
|
|
2510
|
-
}
|
|
2511
|
-
},
|
|
2512
2527
|
"node_modules/@inquirer/core/node_modules/@inquirer/type": {
|
|
2513
2528
|
"version": "3.0.1",
|
|
2514
2529
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.1.tgz",
|
|
@@ -2646,9 +2661,9 @@
|
|
|
2646
2661
|
}
|
|
2647
2662
|
},
|
|
2648
2663
|
"node_modules/@inquirer/figures": {
|
|
2649
|
-
"version": "1.0.
|
|
2650
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
|
2651
|
-
"integrity": "sha512-
|
|
2664
|
+
"version": "1.0.8",
|
|
2665
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.8.tgz",
|
|
2666
|
+
"integrity": "sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==",
|
|
2652
2667
|
"license": "MIT",
|
|
2653
2668
|
"engines": {
|
|
2654
2669
|
"node": ">=18"
|
|
@@ -3306,45 +3321,6 @@
|
|
|
3306
3321
|
"@babel/types": "^7.9.0"
|
|
3307
3322
|
}
|
|
3308
3323
|
},
|
|
3309
|
-
"node_modules/@komaci/common-shared/node_modules/@babel/core": {
|
|
3310
|
-
"version": "7.25.8",
|
|
3311
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.8.tgz",
|
|
3312
|
-
"integrity": "sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==",
|
|
3313
|
-
"license": "MIT",
|
|
3314
|
-
"dependencies": {
|
|
3315
|
-
"@ampproject/remapping": "^2.2.0",
|
|
3316
|
-
"@babel/code-frame": "^7.25.7",
|
|
3317
|
-
"@babel/generator": "^7.25.7",
|
|
3318
|
-
"@babel/helper-compilation-targets": "^7.25.7",
|
|
3319
|
-
"@babel/helper-module-transforms": "^7.25.7",
|
|
3320
|
-
"@babel/helpers": "^7.25.7",
|
|
3321
|
-
"@babel/parser": "^7.25.8",
|
|
3322
|
-
"@babel/template": "^7.25.7",
|
|
3323
|
-
"@babel/traverse": "^7.25.7",
|
|
3324
|
-
"@babel/types": "^7.25.8",
|
|
3325
|
-
"convert-source-map": "^2.0.0",
|
|
3326
|
-
"debug": "^4.1.0",
|
|
3327
|
-
"gensync": "^1.0.0-beta.2",
|
|
3328
|
-
"json5": "^2.2.3",
|
|
3329
|
-
"semver": "^6.3.1"
|
|
3330
|
-
},
|
|
3331
|
-
"engines": {
|
|
3332
|
-
"node": ">=6.9.0"
|
|
3333
|
-
},
|
|
3334
|
-
"funding": {
|
|
3335
|
-
"type": "opencollective",
|
|
3336
|
-
"url": "https://opencollective.com/babel"
|
|
3337
|
-
}
|
|
3338
|
-
},
|
|
3339
|
-
"node_modules/@komaci/common-shared/node_modules/semver": {
|
|
3340
|
-
"version": "6.3.1",
|
|
3341
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
3342
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
3343
|
-
"license": "ISC",
|
|
3344
|
-
"bin": {
|
|
3345
|
-
"semver": "bin/semver.js"
|
|
3346
|
-
}
|
|
3347
|
-
},
|
|
3348
3324
|
"node_modules/@komaci/esm-generator": {
|
|
3349
3325
|
"version": "254.0.2",
|
|
3350
3326
|
"resolved": "https://registry.npmjs.org/@komaci/esm-generator/-/esm-generator-254.0.2.tgz",
|
|
@@ -3358,49 +3334,10 @@
|
|
|
3358
3334
|
"@komaci/static-analyzer": "254.0.2"
|
|
3359
3335
|
}
|
|
3360
3336
|
},
|
|
3361
|
-
"node_modules/@komaci/
|
|
3362
|
-
"version": "
|
|
3363
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3364
|
-
"integrity": "sha512-
|
|
3365
|
-
"license": "MIT",
|
|
3366
|
-
"dependencies": {
|
|
3367
|
-
"@ampproject/remapping": "^2.2.0",
|
|
3368
|
-
"@babel/code-frame": "^7.25.7",
|
|
3369
|
-
"@babel/generator": "^7.25.7",
|
|
3370
|
-
"@babel/helper-compilation-targets": "^7.25.7",
|
|
3371
|
-
"@babel/helper-module-transforms": "^7.25.7",
|
|
3372
|
-
"@babel/helpers": "^7.25.7",
|
|
3373
|
-
"@babel/parser": "^7.25.8",
|
|
3374
|
-
"@babel/template": "^7.25.7",
|
|
3375
|
-
"@babel/traverse": "^7.25.7",
|
|
3376
|
-
"@babel/types": "^7.25.8",
|
|
3377
|
-
"convert-source-map": "^2.0.0",
|
|
3378
|
-
"debug": "^4.1.0",
|
|
3379
|
-
"gensync": "^1.0.0-beta.2",
|
|
3380
|
-
"json5": "^2.2.3",
|
|
3381
|
-
"semver": "^6.3.1"
|
|
3382
|
-
},
|
|
3383
|
-
"engines": {
|
|
3384
|
-
"node": ">=6.9.0"
|
|
3385
|
-
},
|
|
3386
|
-
"funding": {
|
|
3387
|
-
"type": "opencollective",
|
|
3388
|
-
"url": "https://opencollective.com/babel"
|
|
3389
|
-
}
|
|
3390
|
-
},
|
|
3391
|
-
"node_modules/@komaci/esm-generator/node_modules/semver": {
|
|
3392
|
-
"version": "6.3.1",
|
|
3393
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
3394
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
3395
|
-
"license": "ISC",
|
|
3396
|
-
"bin": {
|
|
3397
|
-
"semver": "bin/semver.js"
|
|
3398
|
-
}
|
|
3399
|
-
},
|
|
3400
|
-
"node_modules/@komaci/static-analyzer": {
|
|
3401
|
-
"version": "254.0.2",
|
|
3402
|
-
"resolved": "https://registry.npmjs.org/@komaci/static-analyzer/-/static-analyzer-254.0.2.tgz",
|
|
3403
|
-
"integrity": "sha512-SfFO+6BshtoBzYlR5KGaY4qgRDImkr1biUKr7Ts8pJZqCtjPQ+9USyGfpAR75A0smjHfdspBTipE6kmpbQw1xQ==",
|
|
3337
|
+
"node_modules/@komaci/static-analyzer": {
|
|
3338
|
+
"version": "254.0.2",
|
|
3339
|
+
"resolved": "https://registry.npmjs.org/@komaci/static-analyzer/-/static-analyzer-254.0.2.tgz",
|
|
3340
|
+
"integrity": "sha512-SfFO+6BshtoBzYlR5KGaY4qgRDImkr1biUKr7Ts8pJZqCtjPQ+9USyGfpAR75A0smjHfdspBTipE6kmpbQw1xQ==",
|
|
3404
3341
|
"license": "MIT",
|
|
3405
3342
|
"dependencies": {
|
|
3406
3343
|
"@babel/types": "^7.9.0",
|
|
@@ -3577,548 +3514,337 @@
|
|
|
3577
3514
|
"@lwc/template-compiler": "8.10.1"
|
|
3578
3515
|
}
|
|
3579
3516
|
},
|
|
3580
|
-
"node_modules/@lwc/
|
|
3581
|
-
"version": "
|
|
3582
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3583
|
-
"integrity": "sha512-
|
|
3584
|
-
"license": "
|
|
3517
|
+
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
3518
|
+
"version": "11.1.0",
|
|
3519
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-11.1.0.tgz",
|
|
3520
|
+
"integrity": "sha512-KZln0DWrfEwDVrkDpm79B5z28OVCV3bU1Si3I4ZORi6pg1uJXB+JWNZSV4zuQAm09NgQa8VJcfUVP71Cf5ZfKw==",
|
|
3521
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
3585
3522
|
"dependencies": {
|
|
3586
|
-
"
|
|
3587
|
-
"js-tokens": "^4.0.0",
|
|
3588
|
-
"picocolors": "^1.0.0"
|
|
3523
|
+
"magic-string": "~0.30.11"
|
|
3589
3524
|
},
|
|
3590
|
-
"
|
|
3591
|
-
"
|
|
3525
|
+
"peerDependencies": {
|
|
3526
|
+
"@lwc/compiler": ">=8",
|
|
3527
|
+
"@lwc/errors": ">=8"
|
|
3592
3528
|
}
|
|
3593
3529
|
},
|
|
3594
|
-
"node_modules/@lwc/
|
|
3595
|
-
"version": "
|
|
3596
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3597
|
-
"integrity": "sha512-
|
|
3530
|
+
"node_modules/@lwc/engine-core": {
|
|
3531
|
+
"version": "8.10.1",
|
|
3532
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.10.1.tgz",
|
|
3533
|
+
"integrity": "sha512-j15ZRpwCpg6G8EWwijmS2pR2wn+ufu8NmK0mOY/QmvBeGUcNAE9H2sUes63D9KqWjMGM9wlJxO4eYKyuErlwUg==",
|
|
3598
3534
|
"license": "MIT",
|
|
3599
|
-
"
|
|
3600
|
-
"
|
|
3535
|
+
"dependencies": {
|
|
3536
|
+
"@lwc/features": "8.10.1",
|
|
3537
|
+
"@lwc/shared": "8.10.1",
|
|
3538
|
+
"@lwc/signals": "8.10.1"
|
|
3601
3539
|
}
|
|
3602
3540
|
},
|
|
3603
|
-
"node_modules/@lwc/
|
|
3604
|
-
"version": "
|
|
3605
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3606
|
-
"integrity": "sha512-
|
|
3541
|
+
"node_modules/@lwc/engine-dom": {
|
|
3542
|
+
"version": "8.10.1",
|
|
3543
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.10.1.tgz",
|
|
3544
|
+
"integrity": "sha512-O+ohvoctmzS+miT79O0jWY4DlN5MEfYL254OF7Rzt/AyXxs9SrcQd3egUIett/02+6bG3rYTBnovLJ2DEaZ3kg==",
|
|
3545
|
+
"license": "MIT"
|
|
3546
|
+
},
|
|
3547
|
+
"node_modules/@lwc/engine-server": {
|
|
3548
|
+
"version": "8.10.1",
|
|
3549
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.10.1.tgz",
|
|
3550
|
+
"integrity": "sha512-8SEWHpVbj4HyXRGXDvzDzM2c/kHr3JBISRZ4J1W5jPDcBDfz+g+f9+qiFKCBM9x9wOBt3z1lBHeAyM9jsci8TQ==",
|
|
3551
|
+
"license": "MIT"
|
|
3552
|
+
},
|
|
3553
|
+
"node_modules/@lwc/errors": {
|
|
3554
|
+
"version": "8.10.1",
|
|
3555
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.10.1.tgz",
|
|
3556
|
+
"integrity": "sha512-mZYazYp+Qm2wJw8RhuVLVQ6erCNaxHqMvNrR5T5rkc4pRFljLmRQaV4aZGXKs5RgLUw6AlyyshC4Z4vcBlLH7Q==",
|
|
3557
|
+
"license": "MIT"
|
|
3558
|
+
},
|
|
3559
|
+
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
3560
|
+
"version": "1.8.2",
|
|
3561
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.8.2.tgz",
|
|
3562
|
+
"integrity": "sha512-kPlOq6G2BPo3x56qkGOgwas1SJWZYeQR6uXLMFzFrjb/Lisb24VeABNQd1i7JgoQXQzad0F12pfU0BLgIhhR7g==",
|
|
3607
3563
|
"license": "MIT",
|
|
3608
3564
|
"dependencies": {
|
|
3609
|
-
"
|
|
3610
|
-
"
|
|
3611
|
-
"@babel/generator": "^7.26.0",
|
|
3612
|
-
"@babel/helper-compilation-targets": "^7.25.9",
|
|
3613
|
-
"@babel/helper-module-transforms": "^7.26.0",
|
|
3614
|
-
"@babel/helpers": "^7.26.0",
|
|
3615
|
-
"@babel/parser": "^7.26.0",
|
|
3616
|
-
"@babel/template": "^7.25.9",
|
|
3617
|
-
"@babel/traverse": "^7.25.9",
|
|
3618
|
-
"@babel/types": "^7.26.0",
|
|
3619
|
-
"convert-source-map": "^2.0.0",
|
|
3620
|
-
"debug": "^4.1.0",
|
|
3621
|
-
"gensync": "^1.0.0-beta.2",
|
|
3622
|
-
"json5": "^2.2.3",
|
|
3623
|
-
"semver": "^6.3.1"
|
|
3565
|
+
"globals": "^13.24.0",
|
|
3566
|
+
"minimatch": "^9.0.4"
|
|
3624
3567
|
},
|
|
3625
3568
|
"engines": {
|
|
3626
|
-
"node": ">=
|
|
3569
|
+
"node": ">=10.0.0"
|
|
3627
3570
|
},
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3630
|
-
"
|
|
3571
|
+
"peerDependencies": {
|
|
3572
|
+
"@babel/eslint-parser": "^7",
|
|
3573
|
+
"eslint": "^7 || ^8"
|
|
3631
3574
|
}
|
|
3632
3575
|
},
|
|
3633
|
-
"node_modules/@lwc/
|
|
3634
|
-
"version": "
|
|
3635
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3636
|
-
"integrity": "sha512-
|
|
3576
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform": {
|
|
3577
|
+
"version": "4.1.3",
|
|
3578
|
+
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-4.1.3.tgz",
|
|
3579
|
+
"integrity": "sha512-wH2DSC3A2w1ns1G4Mdngr7deeUMGG9UoaEfXllJB3/KysPi/MxYJYBSXxsIul0ysCv7vtMJ4iMdrdKb6wlR2Ow==",
|
|
3637
3580
|
"license": "MIT",
|
|
3638
3581
|
"dependencies": {
|
|
3639
|
-
"
|
|
3640
|
-
"@babel/types": "^7.26.0",
|
|
3641
|
-
"@jridgewell/gen-mapping": "^0.3.5",
|
|
3642
|
-
"@jridgewell/trace-mapping": "^0.3.25",
|
|
3643
|
-
"jsesc": "^3.0.2"
|
|
3582
|
+
"minimatch": "~5.1.1"
|
|
3644
3583
|
},
|
|
3645
3584
|
"engines": {
|
|
3646
|
-
"node": ">=
|
|
3585
|
+
"node": ">=10"
|
|
3586
|
+
},
|
|
3587
|
+
"peerDependencies": {
|
|
3588
|
+
"@babel/eslint-parser": "^7",
|
|
3589
|
+
"eslint": "^6 || ^7 || ^8"
|
|
3647
3590
|
}
|
|
3648
3591
|
},
|
|
3649
|
-
"node_modules/@lwc/
|
|
3650
|
-
"version": "
|
|
3651
|
-
"resolved": "https://registry.npmjs.org
|
|
3652
|
-
"integrity": "sha512-
|
|
3653
|
-
"license": "
|
|
3592
|
+
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/minimatch": {
|
|
3593
|
+
"version": "5.1.6",
|
|
3594
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
3595
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
3596
|
+
"license": "ISC",
|
|
3654
3597
|
"dependencies": {
|
|
3655
|
-
"
|
|
3656
|
-
},
|
|
3657
|
-
"bin": {
|
|
3658
|
-
"parser": "bin/babel-parser.js"
|
|
3598
|
+
"brace-expansion": "^2.0.1"
|
|
3659
3599
|
},
|
|
3660
3600
|
"engines": {
|
|
3661
|
-
"node": ">=
|
|
3601
|
+
"node": ">=10"
|
|
3662
3602
|
}
|
|
3663
3603
|
},
|
|
3664
|
-
"node_modules/@lwc/
|
|
3665
|
-
"version": "
|
|
3666
|
-
"resolved": "https://registry.npmjs.org
|
|
3667
|
-
"integrity": "sha512-
|
|
3668
|
-
"license": "
|
|
3604
|
+
"node_modules/@lwc/eslint-plugin-lwc/node_modules/minimatch": {
|
|
3605
|
+
"version": "9.0.5",
|
|
3606
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
3607
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
3608
|
+
"license": "ISC",
|
|
3669
3609
|
"dependencies": {
|
|
3670
|
-
"
|
|
3610
|
+
"brace-expansion": "^2.0.1"
|
|
3671
3611
|
},
|
|
3672
3612
|
"engines": {
|
|
3673
|
-
"node": ">=
|
|
3613
|
+
"node": ">=16 || 14 >=14.17"
|
|
3614
|
+
},
|
|
3615
|
+
"funding": {
|
|
3616
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3674
3617
|
}
|
|
3675
3618
|
},
|
|
3676
|
-
"node_modules/@lwc/
|
|
3677
|
-
"version": "
|
|
3678
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3679
|
-
"integrity": "sha512-
|
|
3619
|
+
"node_modules/@lwc/features": {
|
|
3620
|
+
"version": "8.10.1",
|
|
3621
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.10.1.tgz",
|
|
3622
|
+
"integrity": "sha512-TWUh6OtcnhRK274VFwyDxVakJnyWhARWVLBFw8/NzPFgpbifxw3v1Z+1+mKKcMI74cKu/oFYqTlcvJkYSsDaQA==",
|
|
3680
3623
|
"license": "MIT",
|
|
3681
3624
|
"dependencies": {
|
|
3682
|
-
"@
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3625
|
+
"@lwc/shared": "8.10.1"
|
|
3626
|
+
}
|
|
3627
|
+
},
|
|
3628
|
+
"node_modules/@lwc/lwc-dev-server": {
|
|
3629
|
+
"version": "11.1.0",
|
|
3630
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-11.1.0.tgz",
|
|
3631
|
+
"integrity": "sha512-Pn9KQOelgZEaVAt7VtT82f/KWntTv2WuuhT+20FgcnOaBvwC5Yj6RMWw7PLLM6s8BBXOR+8aQNEwfOkYMU3nTA==",
|
|
3632
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
3633
|
+
"dependencies": {
|
|
3634
|
+
"@lwc/lwc-dev-server-types": "11.1.0",
|
|
3635
|
+
"@lwc/sfdc-lwc-compiler": "11.1.0",
|
|
3636
|
+
"chalk": "~5.3.0",
|
|
3637
|
+
"chokidar": "~3.6.0",
|
|
3638
|
+
"commander": "~10.0.0",
|
|
3639
|
+
"glob": "^10.4.5",
|
|
3640
|
+
"ws": "^8.18.0"
|
|
3687
3641
|
},
|
|
3688
3642
|
"engines": {
|
|
3689
|
-
"node": ">=
|
|
3643
|
+
"node": ">=16"
|
|
3644
|
+
},
|
|
3645
|
+
"peerDependencies": {
|
|
3646
|
+
"@lwc/compiler": ">=8",
|
|
3647
|
+
"@salesforce/core": ">=8"
|
|
3690
3648
|
}
|
|
3691
3649
|
},
|
|
3692
|
-
"node_modules/@lwc/
|
|
3693
|
-
"version": "
|
|
3694
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3695
|
-
"integrity": "sha512-
|
|
3650
|
+
"node_modules/@lwc/lwc-dev-server-types": {
|
|
3651
|
+
"version": "11.1.0",
|
|
3652
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-11.1.0.tgz",
|
|
3653
|
+
"integrity": "sha512-5GfS/I/t4u00SQbHlwCmQWGBOioHkhtoxIxZolE4LdYJYGoixtu9dDvQnWcPT/Dgt4bqeyF5tuWJUH3o2ZWS8Q==",
|
|
3654
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
3655
|
+
"peerDependencies": {
|
|
3656
|
+
"@lwc/compiler": ">=8"
|
|
3657
|
+
}
|
|
3658
|
+
},
|
|
3659
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/chalk": {
|
|
3660
|
+
"version": "5.3.0",
|
|
3661
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
3662
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
3696
3663
|
"license": "MIT",
|
|
3664
|
+
"engines": {
|
|
3665
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
3666
|
+
},
|
|
3667
|
+
"funding": {
|
|
3668
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3669
|
+
}
|
|
3670
|
+
},
|
|
3671
|
+
"node_modules/@lwc/metadata": {
|
|
3672
|
+
"version": "11.1.0",
|
|
3673
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-11.1.0.tgz",
|
|
3674
|
+
"integrity": "sha512-PQty3kdqlV9TTIAih6kuUlHCyiBk530QDBXV2KeRTEM2RQZ/RygTAEBm+3cSXG90hFhHqWUNu3xbsiX9/ycOUg==",
|
|
3675
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
3697
3676
|
"dependencies": {
|
|
3698
|
-
"@babel/
|
|
3699
|
-
"@babel/
|
|
3700
|
-
"@babel/
|
|
3701
|
-
"@
|
|
3702
|
-
"
|
|
3703
|
-
"
|
|
3704
|
-
"
|
|
3677
|
+
"@babel/parser": "~7.25.6",
|
|
3678
|
+
"@babel/traverse": "~7.25.6",
|
|
3679
|
+
"@babel/types": "~7.25.6",
|
|
3680
|
+
"@lwc/sfdc-compiler-utils": "11.1.0",
|
|
3681
|
+
"postcss": "~8.4.47",
|
|
3682
|
+
"postcss-selector-parser": "~6.1.2",
|
|
3683
|
+
"postcss-value-parser": "~4.2.0"
|
|
3705
3684
|
},
|
|
3706
3685
|
"engines": {
|
|
3707
|
-
"node": ">=
|
|
3686
|
+
"node": ">=14"
|
|
3708
3687
|
},
|
|
3709
3688
|
"peerDependencies": {
|
|
3710
|
-
"@
|
|
3689
|
+
"@lwc/errors": ">=8",
|
|
3690
|
+
"@lwc/template-compiler": ">=8"
|
|
3711
3691
|
}
|
|
3712
3692
|
},
|
|
3713
|
-
"node_modules/@lwc/
|
|
3693
|
+
"node_modules/@lwc/metadata/node_modules/@babel/parser": {
|
|
3714
3694
|
"version": "7.25.9",
|
|
3715
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
3716
|
-
"integrity": "sha512-
|
|
3695
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.9.tgz",
|
|
3696
|
+
"integrity": "sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==",
|
|
3717
3697
|
"license": "MIT",
|
|
3718
3698
|
"dependencies": {
|
|
3719
|
-
"@babel/traverse": "^7.25.9",
|
|
3720
3699
|
"@babel/types": "^7.25.9"
|
|
3721
3700
|
},
|
|
3701
|
+
"bin": {
|
|
3702
|
+
"parser": "bin/babel-parser.js"
|
|
3703
|
+
},
|
|
3722
3704
|
"engines": {
|
|
3723
|
-
"node": ">=6.
|
|
3705
|
+
"node": ">=6.0.0"
|
|
3724
3706
|
}
|
|
3725
3707
|
},
|
|
3726
|
-
"node_modules/@lwc/
|
|
3708
|
+
"node_modules/@lwc/metadata/node_modules/@babel/parser/node_modules/@babel/types": {
|
|
3727
3709
|
"version": "7.26.0",
|
|
3728
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
3729
|
-
"integrity": "sha512-
|
|
3730
|
-
"license": "MIT",
|
|
3731
|
-
"dependencies": {
|
|
3732
|
-
"@babel/helper-module-imports": "^7.25.9",
|
|
3733
|
-
"@babel/helper-validator-identifier": "^7.25.9",
|
|
3734
|
-
"@babel/traverse": "^7.25.9"
|
|
3735
|
-
},
|
|
3736
|
-
"engines": {
|
|
3737
|
-
"node": ">=6.9.0"
|
|
3738
|
-
},
|
|
3739
|
-
"peerDependencies": {
|
|
3740
|
-
"@babel/core": "^7.0.0"
|
|
3741
|
-
}
|
|
3742
|
-
},
|
|
3743
|
-
"node_modules/@lwc/compiler/node_modules/@babel/helper-optimise-call-expression": {
|
|
3744
|
-
"version": "7.25.9",
|
|
3745
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
|
|
3746
|
-
"integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
|
|
3747
|
-
"license": "MIT",
|
|
3748
|
-
"dependencies": {
|
|
3749
|
-
"@babel/types": "^7.25.9"
|
|
3750
|
-
},
|
|
3751
|
-
"engines": {
|
|
3752
|
-
"node": ">=6.9.0"
|
|
3753
|
-
}
|
|
3754
|
-
},
|
|
3755
|
-
"node_modules/@lwc/compiler/node_modules/@babel/helper-plugin-utils": {
|
|
3756
|
-
"version": "7.25.9",
|
|
3757
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz",
|
|
3758
|
-
"integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==",
|
|
3759
|
-
"license": "MIT",
|
|
3760
|
-
"engines": {
|
|
3761
|
-
"node": ">=6.9.0"
|
|
3762
|
-
}
|
|
3763
|
-
},
|
|
3764
|
-
"node_modules/@lwc/compiler/node_modules/@babel/helper-remap-async-to-generator": {
|
|
3765
|
-
"version": "7.25.9",
|
|
3766
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
|
|
3767
|
-
"integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
|
|
3768
|
-
"license": "MIT",
|
|
3769
|
-
"dependencies": {
|
|
3770
|
-
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
3771
|
-
"@babel/helper-wrap-function": "^7.25.9",
|
|
3772
|
-
"@babel/traverse": "^7.25.9"
|
|
3773
|
-
},
|
|
3774
|
-
"engines": {
|
|
3775
|
-
"node": ">=6.9.0"
|
|
3776
|
-
},
|
|
3777
|
-
"peerDependencies": {
|
|
3778
|
-
"@babel/core": "^7.0.0"
|
|
3779
|
-
}
|
|
3780
|
-
},
|
|
3781
|
-
"node_modules/@lwc/compiler/node_modules/@babel/helper-replace-supers": {
|
|
3782
|
-
"version": "7.25.9",
|
|
3783
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz",
|
|
3784
|
-
"integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==",
|
|
3785
|
-
"license": "MIT",
|
|
3786
|
-
"dependencies": {
|
|
3787
|
-
"@babel/helper-member-expression-to-functions": "^7.25.9",
|
|
3788
|
-
"@babel/helper-optimise-call-expression": "^7.25.9",
|
|
3789
|
-
"@babel/traverse": "^7.25.9"
|
|
3790
|
-
},
|
|
3791
|
-
"engines": {
|
|
3792
|
-
"node": ">=6.9.0"
|
|
3793
|
-
},
|
|
3794
|
-
"peerDependencies": {
|
|
3795
|
-
"@babel/core": "^7.0.0"
|
|
3796
|
-
}
|
|
3797
|
-
},
|
|
3798
|
-
"node_modules/@lwc/compiler/node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
3799
|
-
"version": "7.25.9",
|
|
3800
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
|
|
3801
|
-
"integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
|
|
3802
|
-
"license": "MIT",
|
|
3803
|
-
"dependencies": {
|
|
3804
|
-
"@babel/traverse": "^7.25.9",
|
|
3805
|
-
"@babel/types": "^7.25.9"
|
|
3806
|
-
},
|
|
3807
|
-
"engines": {
|
|
3808
|
-
"node": ">=6.9.0"
|
|
3809
|
-
}
|
|
3810
|
-
},
|
|
3811
|
-
"node_modules/@lwc/compiler/node_modules/@babel/helper-validator-option": {
|
|
3812
|
-
"version": "7.25.9",
|
|
3813
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
|
|
3814
|
-
"integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
|
|
3815
|
-
"license": "MIT",
|
|
3816
|
-
"engines": {
|
|
3817
|
-
"node": ">=6.9.0"
|
|
3818
|
-
}
|
|
3819
|
-
},
|
|
3820
|
-
"node_modules/@lwc/compiler/node_modules/@babel/helpers": {
|
|
3821
|
-
"version": "7.26.0",
|
|
3822
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz",
|
|
3823
|
-
"integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
|
|
3824
|
-
"license": "MIT",
|
|
3825
|
-
"dependencies": {
|
|
3826
|
-
"@babel/template": "^7.25.9",
|
|
3827
|
-
"@babel/types": "^7.26.0"
|
|
3828
|
-
},
|
|
3829
|
-
"engines": {
|
|
3830
|
-
"node": ">=6.9.0"
|
|
3831
|
-
}
|
|
3832
|
-
},
|
|
3833
|
-
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
3834
|
-
"version": "7.25.9",
|
|
3835
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz",
|
|
3836
|
-
"integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==",
|
|
3837
|
-
"license": "MIT",
|
|
3838
|
-
"dependencies": {
|
|
3839
|
-
"@babel/helper-plugin-utils": "^7.25.9",
|
|
3840
|
-
"@babel/helper-remap-async-to-generator": "^7.25.9",
|
|
3841
|
-
"@babel/traverse": "^7.25.9"
|
|
3842
|
-
},
|
|
3843
|
-
"engines": {
|
|
3844
|
-
"node": ">=6.9.0"
|
|
3845
|
-
},
|
|
3846
|
-
"peerDependencies": {
|
|
3847
|
-
"@babel/core": "^7.0.0-0"
|
|
3848
|
-
}
|
|
3849
|
-
},
|
|
3850
|
-
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-async-to-generator": {
|
|
3851
|
-
"version": "7.25.9",
|
|
3852
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
|
|
3853
|
-
"integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
|
|
3854
|
-
"license": "MIT",
|
|
3855
|
-
"dependencies": {
|
|
3856
|
-
"@babel/helper-module-imports": "^7.25.9",
|
|
3857
|
-
"@babel/helper-plugin-utils": "^7.25.9",
|
|
3858
|
-
"@babel/helper-remap-async-to-generator": "^7.25.9"
|
|
3859
|
-
},
|
|
3860
|
-
"engines": {
|
|
3861
|
-
"node": ">=6.9.0"
|
|
3862
|
-
},
|
|
3863
|
-
"peerDependencies": {
|
|
3864
|
-
"@babel/core": "^7.0.0-0"
|
|
3865
|
-
}
|
|
3866
|
-
},
|
|
3867
|
-
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-class-properties": {
|
|
3868
|
-
"version": "7.25.9",
|
|
3869
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
|
|
3870
|
-
"integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
|
|
3871
|
-
"license": "MIT",
|
|
3872
|
-
"dependencies": {
|
|
3873
|
-
"@babel/helper-create-class-features-plugin": "^7.25.9",
|
|
3874
|
-
"@babel/helper-plugin-utils": "^7.25.9"
|
|
3875
|
-
},
|
|
3876
|
-
"engines": {
|
|
3877
|
-
"node": ">=6.9.0"
|
|
3878
|
-
},
|
|
3879
|
-
"peerDependencies": {
|
|
3880
|
-
"@babel/core": "^7.0.0-0"
|
|
3881
|
-
}
|
|
3882
|
-
},
|
|
3883
|
-
"node_modules/@lwc/compiler/node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
3884
|
-
"version": "7.25.9",
|
|
3885
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
|
|
3886
|
-
"integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
|
|
3710
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
|
|
3711
|
+
"integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
|
|
3887
3712
|
"license": "MIT",
|
|
3888
3713
|
"dependencies": {
|
|
3889
|
-
"@babel/helper-
|
|
3890
|
-
"@babel/helper-
|
|
3891
|
-
"@babel/plugin-transform-parameters": "^7.25.9"
|
|
3714
|
+
"@babel/helper-string-parser": "^7.25.9",
|
|
3715
|
+
"@babel/helper-validator-identifier": "^7.25.9"
|
|
3892
3716
|
},
|
|
3893
3717
|
"engines": {
|
|
3894
3718
|
"node": ">=6.9.0"
|
|
3895
|
-
},
|
|
3896
|
-
"peerDependencies": {
|
|
3897
|
-
"@babel/core": "^7.0.0-0"
|
|
3898
3719
|
}
|
|
3899
3720
|
},
|
|
3900
|
-
"node_modules/@lwc/
|
|
3721
|
+
"node_modules/@lwc/metadata/node_modules/@babel/types": {
|
|
3901
3722
|
"version": "7.25.9",
|
|
3902
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
3903
|
-
"integrity": "sha512-
|
|
3723
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.9.tgz",
|
|
3724
|
+
"integrity": "sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==",
|
|
3904
3725
|
"license": "MIT",
|
|
3905
3726
|
"dependencies": {
|
|
3906
|
-
"@babel/helper-
|
|
3727
|
+
"@babel/helper-string-parser": "^7.25.9",
|
|
3728
|
+
"@babel/helper-validator-identifier": "^7.25.9"
|
|
3907
3729
|
},
|
|
3908
3730
|
"engines": {
|
|
3909
3731
|
"node": ">=6.9.0"
|
|
3910
|
-
},
|
|
3911
|
-
"peerDependencies": {
|
|
3912
|
-
"@babel/core": "^7.0.0-0"
|
|
3913
|
-
}
|
|
3914
|
-
},
|
|
3915
|
-
"node_modules/@lwc/compiler/node_modules/lru-cache": {
|
|
3916
|
-
"version": "5.1.1",
|
|
3917
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
3918
|
-
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
3919
|
-
"license": "ISC",
|
|
3920
|
-
"dependencies": {
|
|
3921
|
-
"yallist": "^3.0.2"
|
|
3922
|
-
}
|
|
3923
|
-
},
|
|
3924
|
-
"node_modules/@lwc/compiler/node_modules/semver": {
|
|
3925
|
-
"version": "6.3.1",
|
|
3926
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
3927
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
3928
|
-
"license": "ISC",
|
|
3929
|
-
"bin": {
|
|
3930
|
-
"semver": "bin/semver.js"
|
|
3931
|
-
}
|
|
3932
|
-
},
|
|
3933
|
-
"node_modules/@lwc/compiler/node_modules/yallist": {
|
|
3934
|
-
"version": "3.1.1",
|
|
3935
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
3936
|
-
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
3937
|
-
"license": "ISC"
|
|
3938
|
-
},
|
|
3939
|
-
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
3940
|
-
"version": "11.1.0",
|
|
3941
|
-
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-11.1.0.tgz",
|
|
3942
|
-
"integrity": "sha512-KZln0DWrfEwDVrkDpm79B5z28OVCV3bU1Si3I4ZORi6pg1uJXB+JWNZSV4zuQAm09NgQa8VJcfUVP71Cf5ZfKw==",
|
|
3943
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
3944
|
-
"dependencies": {
|
|
3945
|
-
"magic-string": "~0.30.11"
|
|
3946
|
-
},
|
|
3947
|
-
"peerDependencies": {
|
|
3948
|
-
"@lwc/compiler": ">=8",
|
|
3949
|
-
"@lwc/errors": ">=8"
|
|
3950
3732
|
}
|
|
3951
3733
|
},
|
|
3952
|
-
"node_modules/@lwc/
|
|
3734
|
+
"node_modules/@lwc/module-resolver": {
|
|
3953
3735
|
"version": "8.10.1",
|
|
3954
|
-
"resolved": "https://registry.npmjs.org/@lwc/
|
|
3955
|
-
"integrity": "sha512-
|
|
3736
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.10.1.tgz",
|
|
3737
|
+
"integrity": "sha512-QLpxXho81kpUtr8WaQg0jAQiD271uYAY+DgW89YD1oVNsfXrExKMdTUqwEtGog8R558vt6JpVltJIrG4qkVPIg==",
|
|
3956
3738
|
"license": "MIT",
|
|
3957
3739
|
"dependencies": {
|
|
3958
|
-
"
|
|
3959
|
-
"@lwc/shared": "8.10.1",
|
|
3960
|
-
"@lwc/signals": "8.10.1"
|
|
3740
|
+
"resolve": "~1.22.8"
|
|
3961
3741
|
}
|
|
3962
3742
|
},
|
|
3963
|
-
"node_modules/@lwc/
|
|
3964
|
-
"version": "8.10.1",
|
|
3965
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.10.1.tgz",
|
|
3966
|
-
"integrity": "sha512-O+ohvoctmzS+miT79O0jWY4DlN5MEfYL254OF7Rzt/AyXxs9SrcQd3egUIett/02+6bG3rYTBnovLJ2DEaZ3kg==",
|
|
3967
|
-
"license": "MIT"
|
|
3968
|
-
},
|
|
3969
|
-
"node_modules/@lwc/engine-server": {
|
|
3970
|
-
"version": "8.10.1",
|
|
3971
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.10.1.tgz",
|
|
3972
|
-
"integrity": "sha512-8SEWHpVbj4HyXRGXDvzDzM2c/kHr3JBISRZ4J1W5jPDcBDfz+g+f9+qiFKCBM9x9wOBt3z1lBHeAyM9jsci8TQ==",
|
|
3973
|
-
"license": "MIT"
|
|
3974
|
-
},
|
|
3975
|
-
"node_modules/@lwc/errors": {
|
|
3743
|
+
"node_modules/@lwc/rollup-plugin": {
|
|
3976
3744
|
"version": "8.10.1",
|
|
3977
|
-
"resolved": "https://registry.npmjs.org/@lwc/
|
|
3978
|
-
"integrity": "sha512-
|
|
3979
|
-
"license": "MIT"
|
|
3980
|
-
},
|
|
3981
|
-
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
3982
|
-
"version": "1.8.2",
|
|
3983
|
-
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.8.2.tgz",
|
|
3984
|
-
"integrity": "sha512-kPlOq6G2BPo3x56qkGOgwas1SJWZYeQR6uXLMFzFrjb/Lisb24VeABNQd1i7JgoQXQzad0F12pfU0BLgIhhR7g==",
|
|
3985
|
-
"license": "MIT",
|
|
3986
|
-
"dependencies": {
|
|
3987
|
-
"globals": "^13.24.0",
|
|
3988
|
-
"minimatch": "^9.0.4"
|
|
3989
|
-
},
|
|
3990
|
-
"engines": {
|
|
3991
|
-
"node": ">=10.0.0"
|
|
3992
|
-
},
|
|
3993
|
-
"peerDependencies": {
|
|
3994
|
-
"@babel/eslint-parser": "^7",
|
|
3995
|
-
"eslint": "^7 || ^8"
|
|
3996
|
-
}
|
|
3997
|
-
},
|
|
3998
|
-
"node_modules/@lwc/eslint-plugin-lwc-platform": {
|
|
3999
|
-
"version": "4.1.3",
|
|
4000
|
-
"resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-4.1.3.tgz",
|
|
4001
|
-
"integrity": "sha512-wH2DSC3A2w1ns1G4Mdngr7deeUMGG9UoaEfXllJB3/KysPi/MxYJYBSXxsIul0ysCv7vtMJ4iMdrdKb6wlR2Ow==",
|
|
3745
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.10.1.tgz",
|
|
3746
|
+
"integrity": "sha512-x+8e37wGRzSSYS4mJ3vtfcZywD8bzYIWJfq10yar9XuFhCkCH0UNzQLfbSaRNGaUK2z0Zk1C/S6m3K6Uu3NKsw==",
|
|
4002
3747
|
"license": "MIT",
|
|
4003
3748
|
"dependencies": {
|
|
4004
|
-
"
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
"
|
|
3749
|
+
"@lwc/compiler": "8.10.1",
|
|
3750
|
+
"@lwc/module-resolver": "8.10.1",
|
|
3751
|
+
"@lwc/shared": "8.10.1",
|
|
3752
|
+
"@rollup/pluginutils": "~5.1.3"
|
|
4008
3753
|
},
|
|
4009
3754
|
"peerDependencies": {
|
|
4010
|
-
"
|
|
4011
|
-
"eslint": "^6 || ^7 || ^8"
|
|
4012
|
-
}
|
|
4013
|
-
},
|
|
4014
|
-
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/minimatch": {
|
|
4015
|
-
"version": "5.1.6",
|
|
4016
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
4017
|
-
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
4018
|
-
"license": "ISC",
|
|
4019
|
-
"dependencies": {
|
|
4020
|
-
"brace-expansion": "^2.0.1"
|
|
4021
|
-
},
|
|
4022
|
-
"engines": {
|
|
4023
|
-
"node": ">=10"
|
|
3755
|
+
"rollup": "^1.2.0||^2.0.0||^3.0.0||^4.0.0"
|
|
4024
3756
|
}
|
|
4025
3757
|
},
|
|
4026
|
-
"node_modules/@lwc/
|
|
4027
|
-
"version": "
|
|
4028
|
-
"resolved": "https://registry.npmjs.org/
|
|
4029
|
-
"integrity": "sha512-
|
|
4030
|
-
"license": "
|
|
4031
|
-
"dependencies": {
|
|
4032
|
-
"brace-expansion": "^2.0.1"
|
|
4033
|
-
},
|
|
3758
|
+
"node_modules/@lwc/sfdc-compiler-utils": {
|
|
3759
|
+
"version": "11.1.0",
|
|
3760
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-11.1.0.tgz",
|
|
3761
|
+
"integrity": "sha512-10YnSNn9jEWNBaEoFS5p/OtWd19aq0unejyWnRcwjEaPIwx7uSUtMThd6sBpFZSaH8sbqo5Uo/3iiN6aNNNDRQ==",
|
|
3762
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4034
3763
|
"engines": {
|
|
4035
|
-
"node": ">=
|
|
4036
|
-
},
|
|
4037
|
-
"funding": {
|
|
4038
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4039
|
-
}
|
|
4040
|
-
},
|
|
4041
|
-
"node_modules/@lwc/features": {
|
|
4042
|
-
"version": "8.10.1",
|
|
4043
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.10.1.tgz",
|
|
4044
|
-
"integrity": "sha512-TWUh6OtcnhRK274VFwyDxVakJnyWhARWVLBFw8/NzPFgpbifxw3v1Z+1+mKKcMI74cKu/oFYqTlcvJkYSsDaQA==",
|
|
4045
|
-
"license": "MIT",
|
|
4046
|
-
"dependencies": {
|
|
4047
|
-
"@lwc/shared": "8.10.1"
|
|
3764
|
+
"node": ">=14"
|
|
4048
3765
|
}
|
|
4049
3766
|
},
|
|
4050
|
-
"node_modules/@lwc/lwc-
|
|
3767
|
+
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
4051
3768
|
"version": "11.1.0",
|
|
4052
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-
|
|
4053
|
-
"integrity": "sha512-
|
|
3769
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-11.1.0.tgz",
|
|
3770
|
+
"integrity": "sha512-PP4K/6LBLpJnwVx/YOGaNj8vpkJgT5wj7AS2R49EyA4M45vIwoCdTBzp6yHNosnQo+gAe8pDY0LXAlDoe/171g==",
|
|
4054
3771
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4055
3772
|
"dependencies": {
|
|
4056
|
-
"@
|
|
4057
|
-
"@
|
|
4058
|
-
"
|
|
4059
|
-
"
|
|
4060
|
-
"
|
|
4061
|
-
"
|
|
4062
|
-
"
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
"
|
|
3773
|
+
"@babel/core": "7.24.8",
|
|
3774
|
+
"@babel/parser": "7.24.8",
|
|
3775
|
+
"@babel/plugin-syntax-decorators": "7.24.7",
|
|
3776
|
+
"@babel/preset-typescript": "7.24.7",
|
|
3777
|
+
"@babel/traverse": "7.24.8",
|
|
3778
|
+
"@babel/types": "7.24.8",
|
|
3779
|
+
"@komaci/esm-generator": "254.0.2",
|
|
3780
|
+
"@lwc/dev-server-plugin-lex": "11.1.0",
|
|
3781
|
+
"@lwc/eslint-plugin-lwc": "~1.8.2",
|
|
3782
|
+
"@lwc/eslint-plugin-lwc-platform": "~4.1.3",
|
|
3783
|
+
"@lwc/metadata": "11.1.0",
|
|
3784
|
+
"@lwc/sfdc-compiler-utils": "11.1.0",
|
|
3785
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
3786
|
+
"@rollup/plugin-replace": "^5.0.7",
|
|
3787
|
+
"@salesforce/eslint-config-lwc": "~3.6.0",
|
|
3788
|
+
"@salesforce/eslint-plugin-lightning": "~1.0.0",
|
|
3789
|
+
"@swc/wasm": "1.4.16",
|
|
3790
|
+
"astring": "~1.8.6",
|
|
3791
|
+
"doctrine": "~3.0.0",
|
|
3792
|
+
"eslint": "~8.57.0",
|
|
3793
|
+
"eslint-plugin-import": "~2.29.1",
|
|
3794
|
+
"eslint-plugin-jest": "~27.9.0",
|
|
3795
|
+
"gray-matter": "~4.0.3",
|
|
3796
|
+
"line-column": "~1.0.2",
|
|
3797
|
+
"magic-string": "~0.30.10",
|
|
3798
|
+
"markdown-it": "~14.1.0",
|
|
3799
|
+
"parse5-sax-parser": "~6.0.1",
|
|
3800
|
+
"postcss": "~8.4.39",
|
|
3801
|
+
"postcss-selector-parser": "~6.1.0",
|
|
3802
|
+
"rollup": "~3.29.2",
|
|
3803
|
+
"terser": "~5.31.2"
|
|
4066
3804
|
},
|
|
4067
3805
|
"peerDependencies": {
|
|
4068
3806
|
"@lwc/compiler": ">=8",
|
|
4069
|
-
"@
|
|
4070
|
-
|
|
4071
|
-
},
|
|
4072
|
-
"node_modules/@lwc/lwc-dev-server-types": {
|
|
4073
|
-
"version": "11.1.0",
|
|
4074
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-11.1.0.tgz",
|
|
4075
|
-
"integrity": "sha512-5GfS/I/t4u00SQbHlwCmQWGBOioHkhtoxIxZolE4LdYJYGoixtu9dDvQnWcPT/Dgt4bqeyF5tuWJUH3o2ZWS8Q==",
|
|
4076
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4077
|
-
"peerDependencies": {
|
|
4078
|
-
"@lwc/compiler": ">=8"
|
|
3807
|
+
"@lwc/errors": ">=8",
|
|
3808
|
+
"@lwc/template-compiler": ">=8"
|
|
4079
3809
|
}
|
|
4080
3810
|
},
|
|
4081
|
-
"node_modules/@lwc/lwc-
|
|
4082
|
-
"version": "
|
|
4083
|
-
"resolved": "https://registry.npmjs.org/
|
|
4084
|
-
"integrity": "sha512-
|
|
3811
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core": {
|
|
3812
|
+
"version": "7.24.8",
|
|
3813
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.8.tgz",
|
|
3814
|
+
"integrity": "sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==",
|
|
4085
3815
|
"license": "MIT",
|
|
4086
|
-
"engines": {
|
|
4087
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
4088
|
-
},
|
|
4089
|
-
"funding": {
|
|
4090
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4091
|
-
}
|
|
4092
|
-
},
|
|
4093
|
-
"node_modules/@lwc/metadata": {
|
|
4094
|
-
"version": "11.1.0",
|
|
4095
|
-
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-11.1.0.tgz",
|
|
4096
|
-
"integrity": "sha512-PQty3kdqlV9TTIAih6kuUlHCyiBk530QDBXV2KeRTEM2RQZ/RygTAEBm+3cSXG90hFhHqWUNu3xbsiX9/ycOUg==",
|
|
4097
|
-
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4098
3816
|
"dependencies": {
|
|
4099
|
-
"@
|
|
4100
|
-
"@babel/
|
|
4101
|
-
"@babel/
|
|
4102
|
-
"@
|
|
4103
|
-
"
|
|
4104
|
-
"
|
|
4105
|
-
"
|
|
3817
|
+
"@ampproject/remapping": "^2.2.0",
|
|
3818
|
+
"@babel/code-frame": "^7.24.7",
|
|
3819
|
+
"@babel/generator": "^7.24.8",
|
|
3820
|
+
"@babel/helper-compilation-targets": "^7.24.8",
|
|
3821
|
+
"@babel/helper-module-transforms": "^7.24.8",
|
|
3822
|
+
"@babel/helpers": "^7.24.8",
|
|
3823
|
+
"@babel/parser": "^7.24.8",
|
|
3824
|
+
"@babel/template": "^7.24.7",
|
|
3825
|
+
"@babel/traverse": "^7.24.8",
|
|
3826
|
+
"@babel/types": "^7.24.8",
|
|
3827
|
+
"convert-source-map": "^2.0.0",
|
|
3828
|
+
"debug": "^4.1.0",
|
|
3829
|
+
"gensync": "^1.0.0-beta.2",
|
|
3830
|
+
"json5": "^2.2.3",
|
|
3831
|
+
"semver": "^6.3.1"
|
|
4106
3832
|
},
|
|
4107
3833
|
"engines": {
|
|
4108
|
-
"node": ">=
|
|
3834
|
+
"node": ">=6.9.0"
|
|
4109
3835
|
},
|
|
4110
|
-
"
|
|
4111
|
-
"
|
|
4112
|
-
"
|
|
3836
|
+
"funding": {
|
|
3837
|
+
"type": "opencollective",
|
|
3838
|
+
"url": "https://opencollective.com/babel"
|
|
4113
3839
|
}
|
|
4114
3840
|
},
|
|
4115
|
-
"node_modules/@lwc/
|
|
4116
|
-
"version": "7.
|
|
4117
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
4118
|
-
"integrity": "sha512-
|
|
3841
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/parser": {
|
|
3842
|
+
"version": "7.26.2",
|
|
3843
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
|
|
3844
|
+
"integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
|
|
4119
3845
|
"license": "MIT",
|
|
4120
3846
|
"dependencies": {
|
|
4121
|
-
"@babel/types": "^7.
|
|
3847
|
+
"@babel/types": "^7.26.0"
|
|
4122
3848
|
},
|
|
4123
3849
|
"bin": {
|
|
4124
3850
|
"parser": "bin/babel-parser.js"
|
|
@@ -4127,23 +3853,28 @@
|
|
|
4127
3853
|
"node": ">=6.0.0"
|
|
4128
3854
|
}
|
|
4129
3855
|
},
|
|
4130
|
-
"node_modules/@lwc/
|
|
4131
|
-
"version": "7.
|
|
4132
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
4133
|
-
"integrity": "sha512-
|
|
3856
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
3857
|
+
"version": "7.25.9",
|
|
3858
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz",
|
|
3859
|
+
"integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==",
|
|
4134
3860
|
"license": "MIT",
|
|
4135
3861
|
"dependencies": {
|
|
4136
|
-
"@babel/
|
|
4137
|
-
"@babel/
|
|
3862
|
+
"@babel/code-frame": "^7.25.9",
|
|
3863
|
+
"@babel/generator": "^7.25.9",
|
|
3864
|
+
"@babel/parser": "^7.25.9",
|
|
3865
|
+
"@babel/template": "^7.25.9",
|
|
3866
|
+
"@babel/types": "^7.25.9",
|
|
3867
|
+
"debug": "^4.3.1",
|
|
3868
|
+
"globals": "^11.1.0"
|
|
4138
3869
|
},
|
|
4139
3870
|
"engines": {
|
|
4140
3871
|
"node": ">=6.9.0"
|
|
4141
3872
|
}
|
|
4142
3873
|
},
|
|
4143
|
-
"node_modules/@lwc/
|
|
4144
|
-
"version": "7.
|
|
4145
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
4146
|
-
"integrity": "sha512-
|
|
3874
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/core/node_modules/@babel/types": {
|
|
3875
|
+
"version": "7.26.0",
|
|
3876
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
|
|
3877
|
+
"integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
|
|
4147
3878
|
"license": "MIT",
|
|
4148
3879
|
"dependencies": {
|
|
4149
3880
|
"@babel/helper-string-parser": "^7.25.9",
|
|
@@ -4153,140 +3884,106 @@
|
|
|
4153
3884
|
"node": ">=6.9.0"
|
|
4154
3885
|
}
|
|
4155
3886
|
},
|
|
4156
|
-
"node_modules/@lwc/
|
|
4157
|
-
"version": "
|
|
4158
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4159
|
-
"integrity": "sha512-
|
|
4160
|
-
"license": "MIT",
|
|
4161
|
-
"dependencies": {
|
|
4162
|
-
"resolve": "~1.22.8"
|
|
4163
|
-
}
|
|
4164
|
-
},
|
|
4165
|
-
"node_modules/@lwc/rollup-plugin": {
|
|
4166
|
-
"version": "8.10.1",
|
|
4167
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.10.1.tgz",
|
|
4168
|
-
"integrity": "sha512-x+8e37wGRzSSYS4mJ3vtfcZywD8bzYIWJfq10yar9XuFhCkCH0UNzQLfbSaRNGaUK2z0Zk1C/S6m3K6Uu3NKsw==",
|
|
4169
|
-
"license": "MIT",
|
|
4170
|
-
"dependencies": {
|
|
4171
|
-
"@lwc/compiler": "8.10.1",
|
|
4172
|
-
"@lwc/module-resolver": "8.10.1",
|
|
4173
|
-
"@lwc/shared": "8.10.1",
|
|
4174
|
-
"@rollup/pluginutils": "~5.1.3"
|
|
4175
|
-
},
|
|
4176
|
-
"peerDependencies": {
|
|
4177
|
-
"rollup": "^1.2.0||^2.0.0||^3.0.0||^4.0.0"
|
|
4178
|
-
}
|
|
4179
|
-
},
|
|
4180
|
-
"node_modules/@lwc/rollup-plugin/node_modules/@rollup/pluginutils": {
|
|
4181
|
-
"version": "5.1.3",
|
|
4182
|
-
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz",
|
|
4183
|
-
"integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==",
|
|
3887
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin": {
|
|
3888
|
+
"version": "7.25.9",
|
|
3889
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
|
|
3890
|
+
"integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
|
|
4184
3891
|
"license": "MIT",
|
|
4185
3892
|
"dependencies": {
|
|
4186
|
-
"@
|
|
4187
|
-
"
|
|
4188
|
-
"
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
"
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
4195
|
-
},
|
|
4196
|
-
"peerDependenciesMeta": {
|
|
4197
|
-
"rollup": {
|
|
4198
|
-
"optional": true
|
|
4199
|
-
}
|
|
4200
|
-
}
|
|
4201
|
-
},
|
|
4202
|
-
"node_modules/@lwc/rollup-plugin/node_modules/estree-walker": {
|
|
4203
|
-
"version": "2.0.2",
|
|
4204
|
-
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
4205
|
-
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
4206
|
-
"license": "MIT"
|
|
4207
|
-
},
|
|
4208
|
-
"node_modules/@lwc/rollup-plugin/node_modules/picomatch": {
|
|
4209
|
-
"version": "4.0.2",
|
|
4210
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
4211
|
-
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
4212
|
-
"license": "MIT",
|
|
3893
|
+
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
3894
|
+
"@babel/helper-member-expression-to-functions": "^7.25.9",
|
|
3895
|
+
"@babel/helper-optimise-call-expression": "^7.25.9",
|
|
3896
|
+
"@babel/helper-replace-supers": "^7.25.9",
|
|
3897
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
|
|
3898
|
+
"@babel/traverse": "^7.25.9",
|
|
3899
|
+
"semver": "^6.3.1"
|
|
3900
|
+
},
|
|
4213
3901
|
"engines": {
|
|
4214
|
-
"node": ">=
|
|
3902
|
+
"node": ">=6.9.0"
|
|
4215
3903
|
},
|
|
4216
|
-
"
|
|
4217
|
-
"
|
|
3904
|
+
"peerDependencies": {
|
|
3905
|
+
"@babel/core": "^7.0.0"
|
|
4218
3906
|
}
|
|
4219
3907
|
},
|
|
4220
|
-
"node_modules/@lwc/sfdc-compiler-
|
|
4221
|
-
"version": "
|
|
4222
|
-
"
|
|
4223
|
-
"
|
|
4224
|
-
"
|
|
3908
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/core": {
|
|
3909
|
+
"version": "7.26.0",
|
|
3910
|
+
"license": "MIT",
|
|
3911
|
+
"peer": true,
|
|
3912
|
+
"dependencies": {
|
|
3913
|
+
"@ampproject/remapping": "^2.2.0",
|
|
3914
|
+
"@babel/code-frame": "^7.26.0",
|
|
3915
|
+
"@babel/generator": "^7.26.0",
|
|
3916
|
+
"@babel/helper-compilation-targets": "^7.25.9",
|
|
3917
|
+
"@babel/helper-module-transforms": "^7.26.0",
|
|
3918
|
+
"@babel/helpers": "^7.26.0",
|
|
3919
|
+
"@babel/parser": "^7.26.0",
|
|
3920
|
+
"@babel/template": "^7.25.9",
|
|
3921
|
+
"@babel/traverse": "^7.25.9",
|
|
3922
|
+
"@babel/types": "^7.26.0",
|
|
3923
|
+
"convert-source-map": "^2.0.0",
|
|
3924
|
+
"debug": "^4.1.0",
|
|
3925
|
+
"gensync": "^1.0.0-beta.2",
|
|
3926
|
+
"json5": "^2.2.3",
|
|
3927
|
+
"semver": "^6.3.1"
|
|
3928
|
+
},
|
|
4225
3929
|
"engines": {
|
|
4226
|
-
"node": ">=
|
|
3930
|
+
"node": ">=6.9.0"
|
|
3931
|
+
},
|
|
3932
|
+
"funding": {
|
|
3933
|
+
"type": "opencollective",
|
|
3934
|
+
"url": "https://opencollective.com/babel"
|
|
4227
3935
|
}
|
|
4228
3936
|
},
|
|
4229
|
-
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
4230
|
-
"version": "
|
|
4231
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4232
|
-
"integrity": "sha512-
|
|
4233
|
-
"license": "
|
|
3937
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers": {
|
|
3938
|
+
"version": "7.25.9",
|
|
3939
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz",
|
|
3940
|
+
"integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==",
|
|
3941
|
+
"license": "MIT",
|
|
4234
3942
|
"dependencies": {
|
|
4235
|
-
"@babel/
|
|
4236
|
-
"@babel/
|
|
4237
|
-
"@babel/
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
"
|
|
4241
|
-
"@komaci/esm-generator": "254.0.2",
|
|
4242
|
-
"@lwc/dev-server-plugin-lex": "11.1.0",
|
|
4243
|
-
"@lwc/eslint-plugin-lwc": "~1.8.2",
|
|
4244
|
-
"@lwc/eslint-plugin-lwc-platform": "~4.1.3",
|
|
4245
|
-
"@lwc/metadata": "11.1.0",
|
|
4246
|
-
"@lwc/sfdc-compiler-utils": "11.1.0",
|
|
4247
|
-
"@rollup/plugin-babel": "^6.0.4",
|
|
4248
|
-
"@rollup/plugin-replace": "^5.0.7",
|
|
4249
|
-
"@salesforce/eslint-config-lwc": "~3.6.0",
|
|
4250
|
-
"@salesforce/eslint-plugin-lightning": "~1.0.0",
|
|
4251
|
-
"@swc/wasm": "1.4.16",
|
|
4252
|
-
"astring": "~1.8.6",
|
|
4253
|
-
"doctrine": "~3.0.0",
|
|
4254
|
-
"eslint": "~8.57.0",
|
|
4255
|
-
"eslint-plugin-import": "~2.29.1",
|
|
4256
|
-
"eslint-plugin-jest": "~27.9.0",
|
|
4257
|
-
"gray-matter": "~4.0.3",
|
|
4258
|
-
"line-column": "~1.0.2",
|
|
4259
|
-
"magic-string": "~0.30.10",
|
|
4260
|
-
"markdown-it": "~14.1.0",
|
|
4261
|
-
"parse5-sax-parser": "~6.0.1",
|
|
4262
|
-
"postcss": "~8.4.39",
|
|
4263
|
-
"postcss-selector-parser": "~6.1.0",
|
|
4264
|
-
"rollup": "~3.29.2",
|
|
4265
|
-
"terser": "~5.31.2"
|
|
3943
|
+
"@babel/helper-member-expression-to-functions": "^7.25.9",
|
|
3944
|
+
"@babel/helper-optimise-call-expression": "^7.25.9",
|
|
3945
|
+
"@babel/traverse": "^7.25.9"
|
|
3946
|
+
},
|
|
3947
|
+
"engines": {
|
|
3948
|
+
"node": ">=6.9.0"
|
|
4266
3949
|
},
|
|
4267
3950
|
"peerDependencies": {
|
|
4268
|
-
"@
|
|
4269
|
-
"@lwc/errors": ">=8",
|
|
4270
|
-
"@lwc/template-compiler": ">=8"
|
|
3951
|
+
"@babel/core": "^7.0.0"
|
|
4271
3952
|
}
|
|
4272
3953
|
},
|
|
4273
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-
|
|
4274
|
-
"version": "7.
|
|
4275
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz",
|
|
4276
|
-
"integrity": "sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==",
|
|
3954
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
|
|
3955
|
+
"version": "7.24.8",
|
|
4277
3956
|
"license": "MIT",
|
|
3957
|
+
"peer": true,
|
|
4278
3958
|
"dependencies": {
|
|
4279
|
-
"@
|
|
4280
|
-
"@babel/
|
|
3959
|
+
"@ampproject/remapping": "^2.2.0",
|
|
3960
|
+
"@babel/code-frame": "^7.24.7",
|
|
3961
|
+
"@babel/generator": "^7.24.8",
|
|
3962
|
+
"@babel/helper-compilation-targets": "^7.24.8",
|
|
3963
|
+
"@babel/helper-module-transforms": "^7.24.8",
|
|
3964
|
+
"@babel/helpers": "^7.24.8",
|
|
3965
|
+
"@babel/parser": "^7.24.8",
|
|
3966
|
+
"@babel/template": "^7.24.7",
|
|
3967
|
+
"@babel/traverse": "^7.24.8",
|
|
3968
|
+
"@babel/types": "^7.24.8",
|
|
3969
|
+
"convert-source-map": "^2.0.0",
|
|
3970
|
+
"debug": "^4.1.0",
|
|
3971
|
+
"gensync": "^1.0.0-beta.2",
|
|
3972
|
+
"json5": "^2.2.3",
|
|
3973
|
+
"semver": "^6.3.1"
|
|
4281
3974
|
},
|
|
4282
3975
|
"engines": {
|
|
4283
3976
|
"node": ">=6.9.0"
|
|
3977
|
+
},
|
|
3978
|
+
"funding": {
|
|
3979
|
+
"type": "opencollective",
|
|
3980
|
+
"url": "https://opencollective.com/babel"
|
|
4284
3981
|
}
|
|
4285
3982
|
},
|
|
4286
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-
|
|
4287
|
-
"version": "7.26.
|
|
4288
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.
|
|
4289
|
-
"integrity": "sha512-
|
|
3983
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/parser": {
|
|
3984
|
+
"version": "7.26.2",
|
|
3985
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
|
|
3986
|
+
"integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
|
|
4290
3987
|
"license": "MIT",
|
|
4291
3988
|
"dependencies": {
|
|
4292
3989
|
"@babel/types": "^7.26.0"
|
|
@@ -4298,7 +3995,7 @@
|
|
|
4298
3995
|
"node": ">=6.0.0"
|
|
4299
3996
|
}
|
|
4300
3997
|
},
|
|
4301
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-
|
|
3998
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/traverse": {
|
|
4302
3999
|
"version": "7.25.9",
|
|
4303
4000
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz",
|
|
4304
4001
|
"integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==",
|
|
@@ -4316,7 +4013,7 @@
|
|
|
4316
4013
|
"node": ">=6.9.0"
|
|
4317
4014
|
}
|
|
4318
4015
|
},
|
|
4319
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-
|
|
4016
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/types": {
|
|
4320
4017
|
"version": "7.26.0",
|
|
4321
4018
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
|
|
4322
4019
|
"integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
|
|
@@ -4341,6 +4038,106 @@
|
|
|
4341
4038
|
"node": ">=6.0.0"
|
|
4342
4039
|
}
|
|
4343
4040
|
},
|
|
4041
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-decorators": {
|
|
4042
|
+
"version": "7.24.7",
|
|
4043
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz",
|
|
4044
|
+
"integrity": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==",
|
|
4045
|
+
"license": "MIT",
|
|
4046
|
+
"dependencies": {
|
|
4047
|
+
"@babel/helper-plugin-utils": "^7.24.7"
|
|
4048
|
+
},
|
|
4049
|
+
"engines": {
|
|
4050
|
+
"node": ">=6.9.0"
|
|
4051
|
+
},
|
|
4052
|
+
"peerDependencies": {
|
|
4053
|
+
"@babel/core": "^7.0.0-0"
|
|
4054
|
+
}
|
|
4055
|
+
},
|
|
4056
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-jsx": {
|
|
4057
|
+
"version": "7.24.7",
|
|
4058
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
|
|
4059
|
+
"integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
|
|
4060
|
+
"license": "MIT",
|
|
4061
|
+
"dependencies": {
|
|
4062
|
+
"@babel/helper-plugin-utils": "^7.24.7"
|
|
4063
|
+
},
|
|
4064
|
+
"engines": {
|
|
4065
|
+
"node": ">=6.9.0"
|
|
4066
|
+
},
|
|
4067
|
+
"peerDependencies": {
|
|
4068
|
+
"@babel/core": "^7.0.0-0"
|
|
4069
|
+
}
|
|
4070
|
+
},
|
|
4071
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-syntax-typescript": {
|
|
4072
|
+
"version": "7.24.7",
|
|
4073
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz",
|
|
4074
|
+
"integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==",
|
|
4075
|
+
"license": "MIT",
|
|
4076
|
+
"dependencies": {
|
|
4077
|
+
"@babel/helper-plugin-utils": "^7.24.7"
|
|
4078
|
+
},
|
|
4079
|
+
"engines": {
|
|
4080
|
+
"node": ">=6.9.0"
|
|
4081
|
+
},
|
|
4082
|
+
"peerDependencies": {
|
|
4083
|
+
"@babel/core": "^7.0.0-0"
|
|
4084
|
+
}
|
|
4085
|
+
},
|
|
4086
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
4087
|
+
"version": "7.24.8",
|
|
4088
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
|
|
4089
|
+
"integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
|
|
4090
|
+
"license": "MIT",
|
|
4091
|
+
"dependencies": {
|
|
4092
|
+
"@babel/helper-module-transforms": "^7.24.8",
|
|
4093
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
4094
|
+
"@babel/helper-simple-access": "^7.24.7"
|
|
4095
|
+
},
|
|
4096
|
+
"engines": {
|
|
4097
|
+
"node": ">=6.9.0"
|
|
4098
|
+
},
|
|
4099
|
+
"peerDependencies": {
|
|
4100
|
+
"@babel/core": "^7.0.0-0"
|
|
4101
|
+
}
|
|
4102
|
+
},
|
|
4103
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/plugin-transform-typescript": {
|
|
4104
|
+
"version": "7.25.0",
|
|
4105
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.0.tgz",
|
|
4106
|
+
"integrity": "sha512-LZicxFzHIw+Sa3pzgMgSz6gdpsdkfiMObHUzhSIrwKF0+/rP/nuR49u79pSS+zIFJ1FeGeqQD2Dq4QGFbOVvSw==",
|
|
4107
|
+
"license": "MIT",
|
|
4108
|
+
"dependencies": {
|
|
4109
|
+
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
4110
|
+
"@babel/helper-create-class-features-plugin": "^7.25.0",
|
|
4111
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
4112
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
|
|
4113
|
+
"@babel/plugin-syntax-typescript": "^7.24.7"
|
|
4114
|
+
},
|
|
4115
|
+
"engines": {
|
|
4116
|
+
"node": ">=6.9.0"
|
|
4117
|
+
},
|
|
4118
|
+
"peerDependencies": {
|
|
4119
|
+
"@babel/core": "^7.0.0-0"
|
|
4120
|
+
}
|
|
4121
|
+
},
|
|
4122
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/preset-typescript": {
|
|
4123
|
+
"version": "7.24.7",
|
|
4124
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz",
|
|
4125
|
+
"integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==",
|
|
4126
|
+
"license": "MIT",
|
|
4127
|
+
"dependencies": {
|
|
4128
|
+
"@babel/helper-plugin-utils": "^7.24.7",
|
|
4129
|
+
"@babel/helper-validator-option": "^7.24.7",
|
|
4130
|
+
"@babel/plugin-syntax-jsx": "^7.24.7",
|
|
4131
|
+
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
|
|
4132
|
+
"@babel/plugin-transform-typescript": "^7.24.7"
|
|
4133
|
+
},
|
|
4134
|
+
"engines": {
|
|
4135
|
+
"node": ">=6.9.0"
|
|
4136
|
+
},
|
|
4137
|
+
"peerDependencies": {
|
|
4138
|
+
"@babel/core": "^7.0.0-0"
|
|
4139
|
+
}
|
|
4140
|
+
},
|
|
4344
4141
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse": {
|
|
4345
4142
|
"version": "7.24.8",
|
|
4346
4143
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz",
|
|
@@ -4363,9 +4160,9 @@
|
|
|
4363
4160
|
}
|
|
4364
4161
|
},
|
|
4365
4162
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
4366
|
-
"version": "7.26.
|
|
4367
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.
|
|
4368
|
-
"integrity": "sha512-
|
|
4163
|
+
"version": "7.26.2",
|
|
4164
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
|
|
4165
|
+
"integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
|
|
4369
4166
|
"license": "MIT",
|
|
4370
4167
|
"dependencies": {
|
|
4371
4168
|
"@babel/types": "^7.26.0"
|
|
@@ -4451,6 +4248,28 @@
|
|
|
4451
4248
|
}
|
|
4452
4249
|
}
|
|
4453
4250
|
},
|
|
4251
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@rollup/pluginutils": {
|
|
4252
|
+
"version": "5.1.3",
|
|
4253
|
+
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz",
|
|
4254
|
+
"integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==",
|
|
4255
|
+
"license": "MIT",
|
|
4256
|
+
"dependencies": {
|
|
4257
|
+
"@types/estree": "^1.0.0",
|
|
4258
|
+
"estree-walker": "^2.0.2",
|
|
4259
|
+
"picomatch": "^4.0.2"
|
|
4260
|
+
},
|
|
4261
|
+
"engines": {
|
|
4262
|
+
"node": ">=14.0.0"
|
|
4263
|
+
},
|
|
4264
|
+
"peerDependencies": {
|
|
4265
|
+
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
4266
|
+
},
|
|
4267
|
+
"peerDependenciesMeta": {
|
|
4268
|
+
"rollup": {
|
|
4269
|
+
"optional": true
|
|
4270
|
+
}
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4454
4273
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/astring": {
|
|
4455
4274
|
"version": "1.8.6",
|
|
4456
4275
|
"resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
|
|
@@ -4460,6 +4279,12 @@
|
|
|
4460
4279
|
"astring": "bin/astring"
|
|
4461
4280
|
}
|
|
4462
4281
|
},
|
|
4282
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/estree-walker": {
|
|
4283
|
+
"version": "2.0.2",
|
|
4284
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
4285
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
4286
|
+
"license": "MIT"
|
|
4287
|
+
},
|
|
4463
4288
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/globals": {
|
|
4464
4289
|
"version": "11.12.0",
|
|
4465
4290
|
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
|
|
@@ -4469,6 +4294,18 @@
|
|
|
4469
4294
|
"node": ">=4"
|
|
4470
4295
|
}
|
|
4471
4296
|
},
|
|
4297
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/picomatch": {
|
|
4298
|
+
"version": "4.0.2",
|
|
4299
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
4300
|
+
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
4301
|
+
"license": "MIT",
|
|
4302
|
+
"engines": {
|
|
4303
|
+
"node": ">=12"
|
|
4304
|
+
},
|
|
4305
|
+
"funding": {
|
|
4306
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
4472
4309
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/rollup": {
|
|
4473
4310
|
"version": "3.29.4",
|
|
4474
4311
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz",
|
|
@@ -4485,6 +4322,15 @@
|
|
|
4485
4322
|
"fsevents": "~2.3.2"
|
|
4486
4323
|
}
|
|
4487
4324
|
},
|
|
4325
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/semver": {
|
|
4326
|
+
"version": "6.3.1",
|
|
4327
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
4328
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
4329
|
+
"license": "ISC",
|
|
4330
|
+
"bin": {
|
|
4331
|
+
"semver": "bin/semver.js"
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4488
4334
|
"node_modules/@lwc/shared": {
|
|
4489
4335
|
"version": "8.10.1",
|
|
4490
4336
|
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.10.1.tgz",
|
|
@@ -4513,18 +4359,6 @@
|
|
|
4513
4359
|
"meriyah": "^5.0.0"
|
|
4514
4360
|
}
|
|
4515
4361
|
},
|
|
4516
|
-
"node_modules/@lwc/ssr-compiler/node_modules/acorn": {
|
|
4517
|
-
"version": "8.14.0",
|
|
4518
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
|
|
4519
|
-
"integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
|
|
4520
|
-
"license": "MIT",
|
|
4521
|
-
"bin": {
|
|
4522
|
-
"acorn": "bin/acorn"
|
|
4523
|
-
},
|
|
4524
|
-
"engines": {
|
|
4525
|
-
"node": ">=0.4.0"
|
|
4526
|
-
}
|
|
4527
|
-
},
|
|
4528
4362
|
"node_modules/@lwc/ssr-runtime": {
|
|
4529
4363
|
"version": "8.10.1",
|
|
4530
4364
|
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.10.1.tgz",
|
|
@@ -4543,34 +4377,6 @@
|
|
|
4543
4377
|
"postcss-value-parser": "~4.2.0"
|
|
4544
4378
|
}
|
|
4545
4379
|
},
|
|
4546
|
-
"node_modules/@lwc/style-compiler/node_modules/postcss": {
|
|
4547
|
-
"version": "8.4.49",
|
|
4548
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
|
|
4549
|
-
"integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
|
|
4550
|
-
"funding": [
|
|
4551
|
-
{
|
|
4552
|
-
"type": "opencollective",
|
|
4553
|
-
"url": "https://opencollective.com/postcss/"
|
|
4554
|
-
},
|
|
4555
|
-
{
|
|
4556
|
-
"type": "tidelift",
|
|
4557
|
-
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
4558
|
-
},
|
|
4559
|
-
{
|
|
4560
|
-
"type": "github",
|
|
4561
|
-
"url": "https://github.com/sponsors/ai"
|
|
4562
|
-
}
|
|
4563
|
-
],
|
|
4564
|
-
"license": "MIT",
|
|
4565
|
-
"dependencies": {
|
|
4566
|
-
"nanoid": "^3.3.7",
|
|
4567
|
-
"picocolors": "^1.1.1",
|
|
4568
|
-
"source-map-js": "^1.2.1"
|
|
4569
|
-
},
|
|
4570
|
-
"engines": {
|
|
4571
|
-
"node": "^10 || ^12 || >=14"
|
|
4572
|
-
}
|
|
4573
|
-
},
|
|
4574
4380
|
"node_modules/@lwc/style-compiler/node_modules/postcss-selector-parser": {
|
|
4575
4381
|
"version": "7.0.0",
|
|
4576
4382
|
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
|
|
@@ -4603,18 +4409,6 @@
|
|
|
4603
4409
|
"he": "~1.2.0"
|
|
4604
4410
|
}
|
|
4605
4411
|
},
|
|
4606
|
-
"node_modules/@lwc/template-compiler/node_modules/acorn": {
|
|
4607
|
-
"version": "8.14.0",
|
|
4608
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
|
|
4609
|
-
"integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
|
|
4610
|
-
"license": "MIT",
|
|
4611
|
-
"bin": {
|
|
4612
|
-
"acorn": "bin/acorn"
|
|
4613
|
-
},
|
|
4614
|
-
"engines": {
|
|
4615
|
-
"node": ">=0.4.0"
|
|
4616
|
-
}
|
|
4617
|
-
},
|
|
4618
4412
|
"node_modules/@lwc/types": {
|
|
4619
4413
|
"version": "8.10.1",
|
|
4620
4414
|
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.10.1.tgz",
|
|
@@ -5359,22 +5153,22 @@
|
|
|
5359
5153
|
}
|
|
5360
5154
|
},
|
|
5361
5155
|
"node_modules/@oclif/core": {
|
|
5362
|
-
"version": "4.0
|
|
5363
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
5364
|
-
"integrity": "sha512
|
|
5156
|
+
"version": "4.1.0",
|
|
5157
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.1.0.tgz",
|
|
5158
|
+
"integrity": "sha512-+LeOq0KK9ruVYjhnDRyfUmEMB68ZXxBP1usj29tVOjewwHInNIctvR7ghH1ls6S3/ZbeCk/Z/JoiE68i8vU6FQ==",
|
|
5365
5159
|
"license": "MIT",
|
|
5366
5160
|
"dependencies": {
|
|
5367
5161
|
"ansi-escapes": "^4.3.2",
|
|
5368
5162
|
"ansis": "^3.3.2",
|
|
5369
5163
|
"clean-stack": "^3.0.1",
|
|
5370
5164
|
"cli-spinners": "^2.9.2",
|
|
5371
|
-
"debug": "^4.
|
|
5165
|
+
"debug": "^4.4.0",
|
|
5372
5166
|
"ejs": "^3.1.10",
|
|
5373
5167
|
"get-package-type": "^0.1.0",
|
|
5374
5168
|
"globby": "^11.1.0",
|
|
5375
5169
|
"indent-string": "^4.0.0",
|
|
5376
5170
|
"is-wsl": "^2.2.0",
|
|
5377
|
-
"lilconfig": "^3.1.
|
|
5171
|
+
"lilconfig": "^3.1.3",
|
|
5378
5172
|
"minimatch": "^9.0.5",
|
|
5379
5173
|
"semver": "^7.6.3",
|
|
5380
5174
|
"string-width": "^4.2.3",
|
|
@@ -5604,16 +5398,6 @@
|
|
|
5604
5398
|
"@types/node": ">=18"
|
|
5605
5399
|
}
|
|
5606
5400
|
},
|
|
5607
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/figures": {
|
|
5608
|
-
"version": "1.0.8",
|
|
5609
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.8.tgz",
|
|
5610
|
-
"integrity": "sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==",
|
|
5611
|
-
"dev": true,
|
|
5612
|
-
"license": "MIT",
|
|
5613
|
-
"engines": {
|
|
5614
|
-
"node": ">=18"
|
|
5615
|
-
}
|
|
5616
|
-
},
|
|
5617
5401
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/input": {
|
|
5618
5402
|
"version": "4.0.2",
|
|
5619
5403
|
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.0.2.tgz",
|
|
@@ -5801,9 +5585,9 @@
|
|
|
5801
5585
|
}
|
|
5802
5586
|
},
|
|
5803
5587
|
"node_modules/@opentelemetry/context-async-hooks": {
|
|
5804
|
-
"version": "1.
|
|
5805
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-1.
|
|
5806
|
-
"integrity": "sha512-
|
|
5588
|
+
"version": "1.28.0",
|
|
5589
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-1.28.0.tgz",
|
|
5590
|
+
"integrity": "sha512-igcl4Ve+F1N2063PJUkesk/GkYyuGIWinYkSyAFTnIj3gzrOgvOA4k747XNdL47HRRL1w/qh7UW8NDuxOLvKFA==",
|
|
5807
5591
|
"license": "Apache-2.0",
|
|
5808
5592
|
"engines": {
|
|
5809
5593
|
"node": ">=14"
|
|
@@ -6038,27 +5822,12 @@
|
|
|
6038
5822
|
}
|
|
6039
5823
|
},
|
|
6040
5824
|
"node_modules/@opentelemetry/propagator-b3": {
|
|
6041
|
-
"version": "1.
|
|
6042
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/propagator-b3/-/propagator-b3-1.
|
|
6043
|
-
"integrity": "sha512-
|
|
6044
|
-
"license": "Apache-2.0",
|
|
6045
|
-
"dependencies": {
|
|
6046
|
-
"@opentelemetry/core": "1.26.0"
|
|
6047
|
-
},
|
|
6048
|
-
"engines": {
|
|
6049
|
-
"node": ">=14"
|
|
6050
|
-
},
|
|
6051
|
-
"peerDependencies": {
|
|
6052
|
-
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6053
|
-
}
|
|
6054
|
-
},
|
|
6055
|
-
"node_modules/@opentelemetry/propagator-b3/node_modules/@opentelemetry/core": {
|
|
6056
|
-
"version": "1.26.0",
|
|
6057
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.26.0.tgz",
|
|
6058
|
-
"integrity": "sha512-1iKxXXE8415Cdv0yjG3G6hQnB5eVEsJce3QaawX8SjDn0mAS0ZM8fAbZZJD4ajvhC15cePvosSCut404KrIIvQ==",
|
|
5825
|
+
"version": "1.28.0",
|
|
5826
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/propagator-b3/-/propagator-b3-1.28.0.tgz",
|
|
5827
|
+
"integrity": "sha512-Q7HVDIMwhN5RxL4bECMT4BdbyYSAKkC6U/RGn4NpO/cbqP6ZRg+BS7fPo/pGZi2w8AHfpIGQFXQmE8d2PC5xxQ==",
|
|
6059
5828
|
"license": "Apache-2.0",
|
|
6060
5829
|
"dependencies": {
|
|
6061
|
-
"@opentelemetry/
|
|
5830
|
+
"@opentelemetry/core": "1.28.0"
|
|
6062
5831
|
},
|
|
6063
5832
|
"engines": {
|
|
6064
5833
|
"node": ">=14"
|
|
@@ -6068,27 +5837,12 @@
|
|
|
6068
5837
|
}
|
|
6069
5838
|
},
|
|
6070
5839
|
"node_modules/@opentelemetry/propagator-jaeger": {
|
|
6071
|
-
"version": "1.
|
|
6072
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/propagator-jaeger/-/propagator-jaeger-1.
|
|
6073
|
-
"integrity": "sha512-
|
|
6074
|
-
"license": "Apache-2.0",
|
|
6075
|
-
"dependencies": {
|
|
6076
|
-
"@opentelemetry/core": "1.26.0"
|
|
6077
|
-
},
|
|
6078
|
-
"engines": {
|
|
6079
|
-
"node": ">=14"
|
|
6080
|
-
},
|
|
6081
|
-
"peerDependencies": {
|
|
6082
|
-
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6083
|
-
}
|
|
6084
|
-
},
|
|
6085
|
-
"node_modules/@opentelemetry/propagator-jaeger/node_modules/@opentelemetry/core": {
|
|
6086
|
-
"version": "1.26.0",
|
|
6087
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.26.0.tgz",
|
|
6088
|
-
"integrity": "sha512-1iKxXXE8415Cdv0yjG3G6hQnB5eVEsJce3QaawX8SjDn0mAS0ZM8fAbZZJD4ajvhC15cePvosSCut404KrIIvQ==",
|
|
5840
|
+
"version": "1.28.0",
|
|
5841
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/propagator-jaeger/-/propagator-jaeger-1.28.0.tgz",
|
|
5842
|
+
"integrity": "sha512-wKJ94+s8467CnIRgoSRh0yXm/te0QMOwTq9J01PfG/RzYZvlvN8aRisN2oZ9SznB45dDGnMj3BhUlchSA9cEKA==",
|
|
6089
5843
|
"license": "Apache-2.0",
|
|
6090
5844
|
"dependencies": {
|
|
6091
|
-
"@opentelemetry/
|
|
5845
|
+
"@opentelemetry/core": "1.28.0"
|
|
6092
5846
|
},
|
|
6093
5847
|
"engines": {
|
|
6094
5848
|
"node": ">=14"
|
|
@@ -6176,40 +5930,15 @@
|
|
|
6176
5930
|
"@opentelemetry/api": ">=1.3.0 <1.10.0"
|
|
6177
5931
|
}
|
|
6178
5932
|
},
|
|
6179
|
-
"node_modules/@opentelemetry/sdk-
|
|
6180
|
-
"version": "1.28.0",
|
|
6181
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-1.28.0.tgz",
|
|
6182
|
-
"integrity": "sha512-igcl4Ve+F1N2063PJUkesk/GkYyuGIWinYkSyAFTnIj3gzrOgvOA4k747XNdL47HRRL1w/qh7UW8NDuxOLvKFA==",
|
|
6183
|
-
"license": "Apache-2.0",
|
|
6184
|
-
"engines": {
|
|
6185
|
-
"node": ">=14"
|
|
6186
|
-
},
|
|
6187
|
-
"peerDependencies": {
|
|
6188
|
-
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6189
|
-
}
|
|
6190
|
-
},
|
|
6191
|
-
"node_modules/@opentelemetry/sdk-node/node_modules/@opentelemetry/propagator-b3": {
|
|
6192
|
-
"version": "1.28.0",
|
|
6193
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/propagator-b3/-/propagator-b3-1.28.0.tgz",
|
|
6194
|
-
"integrity": "sha512-Q7HVDIMwhN5RxL4bECMT4BdbyYSAKkC6U/RGn4NpO/cbqP6ZRg+BS7fPo/pGZi2w8AHfpIGQFXQmE8d2PC5xxQ==",
|
|
6195
|
-
"license": "Apache-2.0",
|
|
6196
|
-
"dependencies": {
|
|
6197
|
-
"@opentelemetry/core": "1.28.0"
|
|
6198
|
-
},
|
|
6199
|
-
"engines": {
|
|
6200
|
-
"node": ">=14"
|
|
6201
|
-
},
|
|
6202
|
-
"peerDependencies": {
|
|
6203
|
-
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6204
|
-
}
|
|
6205
|
-
},
|
|
6206
|
-
"node_modules/@opentelemetry/sdk-node/node_modules/@opentelemetry/propagator-jaeger": {
|
|
5933
|
+
"node_modules/@opentelemetry/sdk-trace-base": {
|
|
6207
5934
|
"version": "1.28.0",
|
|
6208
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/
|
|
6209
|
-
"integrity": "sha512-
|
|
5935
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.28.0.tgz",
|
|
5936
|
+
"integrity": "sha512-ceUVWuCpIao7Y5xE02Xs3nQi0tOGmMea17ecBdwtCvdo9ekmO+ijc9RFDgfifMl7XCBf41zne/1POM3LqSTZDA==",
|
|
6210
5937
|
"license": "Apache-2.0",
|
|
6211
5938
|
"dependencies": {
|
|
6212
|
-
"@opentelemetry/core": "1.28.0"
|
|
5939
|
+
"@opentelemetry/core": "1.28.0",
|
|
5940
|
+
"@opentelemetry/resources": "1.28.0",
|
|
5941
|
+
"@opentelemetry/semantic-conventions": "1.27.0"
|
|
6213
5942
|
},
|
|
6214
5943
|
"engines": {
|
|
6215
5944
|
"node": ">=14"
|
|
@@ -6218,7 +5947,7 @@
|
|
|
6218
5947
|
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6219
5948
|
}
|
|
6220
5949
|
},
|
|
6221
|
-
"node_modules/@opentelemetry/sdk-
|
|
5950
|
+
"node_modules/@opentelemetry/sdk-trace-node": {
|
|
6222
5951
|
"version": "1.28.0",
|
|
6223
5952
|
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-node/-/sdk-trace-node-1.28.0.tgz",
|
|
6224
5953
|
"integrity": "sha512-N0sYfYXvHpP0FNIyc+UfhLnLSTOuZLytV0qQVrDWIlABeD/DWJIGttS7nYeR14gQLXch0M1DW8zm3VeN6Opwtg==",
|
|
@@ -6238,91 +5967,6 @@
|
|
|
6238
5967
|
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6239
5968
|
}
|
|
6240
5969
|
},
|
|
6241
|
-
"node_modules/@opentelemetry/sdk-trace-base": {
|
|
6242
|
-
"version": "1.28.0",
|
|
6243
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.28.0.tgz",
|
|
6244
|
-
"integrity": "sha512-ceUVWuCpIao7Y5xE02Xs3nQi0tOGmMea17ecBdwtCvdo9ekmO+ijc9RFDgfifMl7XCBf41zne/1POM3LqSTZDA==",
|
|
6245
|
-
"license": "Apache-2.0",
|
|
6246
|
-
"dependencies": {
|
|
6247
|
-
"@opentelemetry/core": "1.28.0",
|
|
6248
|
-
"@opentelemetry/resources": "1.28.0",
|
|
6249
|
-
"@opentelemetry/semantic-conventions": "1.27.0"
|
|
6250
|
-
},
|
|
6251
|
-
"engines": {
|
|
6252
|
-
"node": ">=14"
|
|
6253
|
-
},
|
|
6254
|
-
"peerDependencies": {
|
|
6255
|
-
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6256
|
-
}
|
|
6257
|
-
},
|
|
6258
|
-
"node_modules/@opentelemetry/sdk-trace-node": {
|
|
6259
|
-
"version": "1.26.0",
|
|
6260
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-node/-/sdk-trace-node-1.26.0.tgz",
|
|
6261
|
-
"integrity": "sha512-Fj5IVKrj0yeUwlewCRwzOVcr5avTuNnMHWf7GPc1t6WaT78J6CJyF3saZ/0RkZfdeNO8IcBl/bNcWMVZBMRW8Q==",
|
|
6262
|
-
"license": "Apache-2.0",
|
|
6263
|
-
"dependencies": {
|
|
6264
|
-
"@opentelemetry/context-async-hooks": "1.26.0",
|
|
6265
|
-
"@opentelemetry/core": "1.26.0",
|
|
6266
|
-
"@opentelemetry/propagator-b3": "1.26.0",
|
|
6267
|
-
"@opentelemetry/propagator-jaeger": "1.26.0",
|
|
6268
|
-
"@opentelemetry/sdk-trace-base": "1.26.0",
|
|
6269
|
-
"semver": "^7.5.2"
|
|
6270
|
-
},
|
|
6271
|
-
"engines": {
|
|
6272
|
-
"node": ">=14"
|
|
6273
|
-
},
|
|
6274
|
-
"peerDependencies": {
|
|
6275
|
-
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6276
|
-
}
|
|
6277
|
-
},
|
|
6278
|
-
"node_modules/@opentelemetry/sdk-trace-node/node_modules/@opentelemetry/core": {
|
|
6279
|
-
"version": "1.26.0",
|
|
6280
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.26.0.tgz",
|
|
6281
|
-
"integrity": "sha512-1iKxXXE8415Cdv0yjG3G6hQnB5eVEsJce3QaawX8SjDn0mAS0ZM8fAbZZJD4ajvhC15cePvosSCut404KrIIvQ==",
|
|
6282
|
-
"license": "Apache-2.0",
|
|
6283
|
-
"dependencies": {
|
|
6284
|
-
"@opentelemetry/semantic-conventions": "1.27.0"
|
|
6285
|
-
},
|
|
6286
|
-
"engines": {
|
|
6287
|
-
"node": ">=14"
|
|
6288
|
-
},
|
|
6289
|
-
"peerDependencies": {
|
|
6290
|
-
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6291
|
-
}
|
|
6292
|
-
},
|
|
6293
|
-
"node_modules/@opentelemetry/sdk-trace-node/node_modules/@opentelemetry/resources": {
|
|
6294
|
-
"version": "1.26.0",
|
|
6295
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.26.0.tgz",
|
|
6296
|
-
"integrity": "sha512-CPNYchBE7MBecCSVy0HKpUISEeJOniWqcHaAHpmasZ3j9o6V3AyBzhRc90jdmemq0HOxDr6ylhUbDhBqqPpeNw==",
|
|
6297
|
-
"license": "Apache-2.0",
|
|
6298
|
-
"dependencies": {
|
|
6299
|
-
"@opentelemetry/core": "1.26.0",
|
|
6300
|
-
"@opentelemetry/semantic-conventions": "1.27.0"
|
|
6301
|
-
},
|
|
6302
|
-
"engines": {
|
|
6303
|
-
"node": ">=14"
|
|
6304
|
-
},
|
|
6305
|
-
"peerDependencies": {
|
|
6306
|
-
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6307
|
-
}
|
|
6308
|
-
},
|
|
6309
|
-
"node_modules/@opentelemetry/sdk-trace-node/node_modules/@opentelemetry/sdk-trace-base": {
|
|
6310
|
-
"version": "1.26.0",
|
|
6311
|
-
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.26.0.tgz",
|
|
6312
|
-
"integrity": "sha512-olWQldtvbK4v22ymrKLbIcBi9L2SpMO84sCPY54IVsJhP9fRsxJT194C/AVaAuJzLE30EdhhM1VmvVYR7az+cw==",
|
|
6313
|
-
"license": "Apache-2.0",
|
|
6314
|
-
"dependencies": {
|
|
6315
|
-
"@opentelemetry/core": "1.26.0",
|
|
6316
|
-
"@opentelemetry/resources": "1.26.0",
|
|
6317
|
-
"@opentelemetry/semantic-conventions": "1.27.0"
|
|
6318
|
-
},
|
|
6319
|
-
"engines": {
|
|
6320
|
-
"node": ">=14"
|
|
6321
|
-
},
|
|
6322
|
-
"peerDependencies": {
|
|
6323
|
-
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
6324
|
-
}
|
|
6325
|
-
},
|
|
6326
5970
|
"node_modules/@opentelemetry/semantic-conventions": {
|
|
6327
5971
|
"version": "1.27.0",
|
|
6328
5972
|
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.27.0.tgz",
|
|
@@ -6489,14 +6133,14 @@
|
|
|
6489
6133
|
}
|
|
6490
6134
|
},
|
|
6491
6135
|
"node_modules/@rollup/pluginutils": {
|
|
6492
|
-
"version": "5.1.
|
|
6493
|
-
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.
|
|
6494
|
-
"integrity": "sha512
|
|
6136
|
+
"version": "5.1.3",
|
|
6137
|
+
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz",
|
|
6138
|
+
"integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==",
|
|
6495
6139
|
"license": "MIT",
|
|
6496
6140
|
"dependencies": {
|
|
6497
6141
|
"@types/estree": "^1.0.0",
|
|
6498
6142
|
"estree-walker": "^2.0.2",
|
|
6499
|
-
"picomatch": "^
|
|
6143
|
+
"picomatch": "^4.0.2"
|
|
6500
6144
|
},
|
|
6501
6145
|
"engines": {
|
|
6502
6146
|
"node": ">=14.0.0"
|
|
@@ -6516,20 +6160,16 @@
|
|
|
6516
6160
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
6517
6161
|
"license": "MIT"
|
|
6518
6162
|
},
|
|
6519
|
-
"node_modules/@rollup/pluginutils/node_modules/
|
|
6520
|
-
"version": "
|
|
6163
|
+
"node_modules/@rollup/pluginutils/node_modules/picomatch": {
|
|
6164
|
+
"version": "4.0.2",
|
|
6165
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
6166
|
+
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
6521
6167
|
"license": "MIT",
|
|
6522
|
-
"optional": true,
|
|
6523
|
-
"peer": true,
|
|
6524
|
-
"bin": {
|
|
6525
|
-
"rollup": "dist/bin/rollup"
|
|
6526
|
-
},
|
|
6527
6168
|
"engines": {
|
|
6528
|
-
"node": ">=
|
|
6529
|
-
"npm": ">=8.0.0"
|
|
6169
|
+
"node": ">=12"
|
|
6530
6170
|
},
|
|
6531
|
-
"
|
|
6532
|
-
"
|
|
6171
|
+
"funding": {
|
|
6172
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
6533
6173
|
}
|
|
6534
6174
|
},
|
|
6535
6175
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
@@ -6725,9 +6365,9 @@
|
|
|
6725
6365
|
"license": "BSD-3-Clause"
|
|
6726
6366
|
},
|
|
6727
6367
|
"node_modules/@salesforce/dev-scripts": {
|
|
6728
|
-
"version": "10.2.
|
|
6729
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
6730
|
-
"integrity": "sha512-
|
|
6368
|
+
"version": "10.2.11",
|
|
6369
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.11.tgz",
|
|
6370
|
+
"integrity": "sha512-LyX8njw21aKsDbpKDDJwtjX2n+V2OvS3vLg9zXLYlZvy8c2Lu8TfKSsXHS7jGhRLkBEYkJ4cJR+ClHuB2xo81A==",
|
|
6731
6371
|
"dev": true,
|
|
6732
6372
|
"license": "BSD-3-Clause",
|
|
6733
6373
|
"dependencies": {
|
|
@@ -6951,9 +6591,9 @@
|
|
|
6951
6591
|
"license": "MIT"
|
|
6952
6592
|
},
|
|
6953
6593
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
6954
|
-
"version": "3.1.
|
|
6955
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
6956
|
-
"integrity": "sha512-
|
|
6594
|
+
"version": "3.1.37",
|
|
6595
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.37.tgz",
|
|
6596
|
+
"integrity": "sha512-337SfxYklboSaPlxcXrC7D54ZNo1umZvIjm68i+8pF3AfwwMjwraXXjJu1y2zIQPEvYkolK7tQzaoiO/3dPeZA==",
|
|
6957
6597
|
"dev": true,
|
|
6958
6598
|
"license": "BSD-3-Clause",
|
|
6959
6599
|
"dependencies": {
|
|
@@ -6963,7 +6603,7 @@
|
|
|
6963
6603
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
6964
6604
|
"@salesforce/ts-types": "^2.0.11",
|
|
6965
6605
|
"chalk": "^5.3.0",
|
|
6966
|
-
"debug": "^4.
|
|
6606
|
+
"debug": "^4.4.0",
|
|
6967
6607
|
"handlebars": "^4.7.8"
|
|
6968
6608
|
},
|
|
6969
6609
|
"engines": {
|
|
@@ -8613,9 +8253,9 @@
|
|
|
8613
8253
|
}
|
|
8614
8254
|
},
|
|
8615
8255
|
"node_modules/acorn": {
|
|
8616
|
-
"version": "8.
|
|
8617
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
8618
|
-
"integrity": "sha512-
|
|
8256
|
+
"version": "8.14.0",
|
|
8257
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
|
|
8258
|
+
"integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
|
|
8619
8259
|
"license": "MIT",
|
|
8620
8260
|
"bin": {
|
|
8621
8261
|
"acorn": "bin/acorn"
|
|
@@ -10276,9 +9916,9 @@
|
|
|
10276
9916
|
}
|
|
10277
9917
|
},
|
|
10278
9918
|
"node_modules/debug": {
|
|
10279
|
-
"version": "4.
|
|
10280
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.
|
|
10281
|
-
"integrity": "sha512-
|
|
9919
|
+
"version": "4.4.0",
|
|
9920
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
|
|
9921
|
+
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
|
|
10282
9922
|
"license": "MIT",
|
|
10283
9923
|
"dependencies": {
|
|
10284
9924
|
"ms": "^2.1.3"
|
|
@@ -11578,9 +11218,9 @@
|
|
|
11578
11218
|
}
|
|
11579
11219
|
},
|
|
11580
11220
|
"node_modules/esmock": {
|
|
11581
|
-
"version": "2.6.
|
|
11582
|
-
"resolved": "https://registry.npmjs.org/esmock/-/esmock-2.6.
|
|
11583
|
-
"integrity": "sha512-
|
|
11221
|
+
"version": "2.6.9",
|
|
11222
|
+
"resolved": "https://registry.npmjs.org/esmock/-/esmock-2.6.9.tgz",
|
|
11223
|
+
"integrity": "sha512-SJ5YnoWi8yuGghBrupScARmIcUh2A2a2gIfdVRtQ2MQpQo91wMWHx/fsN0ZDERLAUso1ea4Q/9CKCL88O5MEpg==",
|
|
11584
11224
|
"dev": true,
|
|
11585
11225
|
"license": "ISC",
|
|
11586
11226
|
"engines": {
|
|
@@ -14157,47 +13797,6 @@
|
|
|
14157
13797
|
"node": ">=10"
|
|
14158
13798
|
}
|
|
14159
13799
|
},
|
|
14160
|
-
"node_modules/istanbul-lib-instrument/node_modules/@babel/core": {
|
|
14161
|
-
"version": "7.25.8",
|
|
14162
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.8.tgz",
|
|
14163
|
-
"integrity": "sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==",
|
|
14164
|
-
"dev": true,
|
|
14165
|
-
"license": "MIT",
|
|
14166
|
-
"dependencies": {
|
|
14167
|
-
"@ampproject/remapping": "^2.2.0",
|
|
14168
|
-
"@babel/code-frame": "^7.25.7",
|
|
14169
|
-
"@babel/generator": "^7.25.7",
|
|
14170
|
-
"@babel/helper-compilation-targets": "^7.25.7",
|
|
14171
|
-
"@babel/helper-module-transforms": "^7.25.7",
|
|
14172
|
-
"@babel/helpers": "^7.25.7",
|
|
14173
|
-
"@babel/parser": "^7.25.8",
|
|
14174
|
-
"@babel/template": "^7.25.7",
|
|
14175
|
-
"@babel/traverse": "^7.25.7",
|
|
14176
|
-
"@babel/types": "^7.25.8",
|
|
14177
|
-
"convert-source-map": "^2.0.0",
|
|
14178
|
-
"debug": "^4.1.0",
|
|
14179
|
-
"gensync": "^1.0.0-beta.2",
|
|
14180
|
-
"json5": "^2.2.3",
|
|
14181
|
-
"semver": "^6.3.1"
|
|
14182
|
-
},
|
|
14183
|
-
"engines": {
|
|
14184
|
-
"node": ">=6.9.0"
|
|
14185
|
-
},
|
|
14186
|
-
"funding": {
|
|
14187
|
-
"type": "opencollective",
|
|
14188
|
-
"url": "https://opencollective.com/babel"
|
|
14189
|
-
}
|
|
14190
|
-
},
|
|
14191
|
-
"node_modules/istanbul-lib-instrument/node_modules/@babel/core/node_modules/semver": {
|
|
14192
|
-
"version": "6.3.1",
|
|
14193
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
14194
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
14195
|
-
"dev": true,
|
|
14196
|
-
"license": "ISC",
|
|
14197
|
-
"bin": {
|
|
14198
|
-
"semver": "bin/semver.js"
|
|
14199
|
-
}
|
|
14200
|
-
},
|
|
14201
13800
|
"node_modules/istanbul-lib-processinfo": {
|
|
14202
13801
|
"version": "2.0.3",
|
|
14203
13802
|
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
|
|
@@ -14714,9 +14313,9 @@
|
|
|
14714
14313
|
}
|
|
14715
14314
|
},
|
|
14716
14315
|
"node_modules/lilconfig": {
|
|
14717
|
-
"version": "3.1.
|
|
14718
|
-
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.
|
|
14719
|
-
"integrity": "sha512
|
|
14316
|
+
"version": "3.1.3",
|
|
14317
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
14318
|
+
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
14720
14319
|
"license": "MIT",
|
|
14721
14320
|
"engines": {
|
|
14722
14321
|
"node": ">=14"
|
|
@@ -16174,9 +15773,9 @@
|
|
|
16174
15773
|
}
|
|
16175
15774
|
},
|
|
16176
15775
|
"node_modules/nanoid": {
|
|
16177
|
-
"version": "3.3.
|
|
16178
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
16179
|
-
"integrity": "sha512-
|
|
15776
|
+
"version": "3.3.8",
|
|
15777
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
|
|
15778
|
+
"integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
|
|
16180
15779
|
"funding": [
|
|
16181
15780
|
{
|
|
16182
15781
|
"type": "github",
|
|
@@ -17253,9 +16852,9 @@
|
|
|
17253
16852
|
}
|
|
17254
16853
|
},
|
|
17255
16854
|
"node_modules/postcss": {
|
|
17256
|
-
"version": "8.4.
|
|
17257
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.
|
|
17258
|
-
"integrity": "sha512-
|
|
16855
|
+
"version": "8.4.49",
|
|
16856
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz",
|
|
16857
|
+
"integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==",
|
|
17259
16858
|
"funding": [
|
|
17260
16859
|
{
|
|
17261
16860
|
"type": "opencollective",
|
|
@@ -17273,7 +16872,7 @@
|
|
|
17273
16872
|
"license": "MIT",
|
|
17274
16873
|
"dependencies": {
|
|
17275
16874
|
"nanoid": "^3.3.7",
|
|
17276
|
-
"picocolors": "^1.1.
|
|
16875
|
+
"picocolors": "^1.1.1",
|
|
17277
16876
|
"source-map-js": "^1.2.1"
|
|
17278
16877
|
},
|
|
17279
16878
|
"engines": {
|