@licklist/design 0.71.18-dev.8 → 0.71.18-dev.9
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DateTime } from 'luxon';
|
|
2
|
-
import {
|
|
2
|
+
import { DATE_TIME_FULL_FORMAT } from '@licklist/core/dist/Config';
|
|
3
3
|
import { maxBy } from 'lodash';
|
|
4
4
|
|
|
5
5
|
function _array_like_to_array(arr, len) {
|
|
@@ -39,10 +39,10 @@ var convertEventStatisticToTableData = function(date, eventStatistic) {
|
|
|
39
39
|
if (!eventStatistic) {
|
|
40
40
|
return [];
|
|
41
41
|
}
|
|
42
|
-
var summaryFormattedDate = DateTime.fromISO(date).
|
|
42
|
+
var summaryFormattedDate = DateTime.fromISO(date).toFormat(DATE_TIME_FULL_FORMAT);
|
|
43
43
|
var _Object_keys_filter;
|
|
44
44
|
var summaryDays = (_Object_keys_filter = (_Object_keys = Object.keys(eventStatistic === null || eventStatistic === void 0 ? void 0 : eventStatistic.productCategorySummary)) === null || _Object_keys === void 0 ? void 0 : _Object_keys.filter(function(date) {
|
|
45
|
-
return DateTime.fromFormat(date, DATE_TIME_FULL_FORMAT).toFormat(
|
|
45
|
+
return DateTime.fromFormat(date, DATE_TIME_FULL_FORMAT).toFormat(DATE_TIME_FULL_FORMAT) === summaryFormattedDate;
|
|
46
46
|
})) !== null && _Object_keys_filter !== void 0 ? _Object_keys_filter : [];
|
|
47
47
|
var summaryMap = new Map();
|
|
48
48
|
summaryDays.map(function(day) {
|
package/package.json
CHANGED
|
@@ -33,15 +33,15 @@ export const convertEventStatisticToTableData = (
|
|
|
33
33
|
return []
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
const summaryFormattedDate = DateTime.fromISO(date)
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
const summaryFormattedDate = DateTime.fromISO(date).toFormat(
|
|
37
|
+
DATE_TIME_FULL_FORMAT,
|
|
38
|
+
)
|
|
39
39
|
|
|
40
40
|
const summaryDays =
|
|
41
41
|
Object.keys(eventStatistic?.productCategorySummary)?.filter(
|
|
42
42
|
(date) =>
|
|
43
43
|
DateTime.fromFormat(date, DATE_TIME_FULL_FORMAT).toFormat(
|
|
44
|
-
|
|
44
|
+
DATE_TIME_FULL_FORMAT,
|
|
45
45
|
) === summaryFormattedDate,
|
|
46
46
|
) ?? []
|
|
47
47
|
|
package/yarn.lock
CHANGED
|
@@ -40,7 +40,7 @@ __metadata:
|
|
|
40
40
|
languageName: node
|
|
41
41
|
linkType: hard
|
|
42
42
|
|
|
43
|
-
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.
|
|
43
|
+
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.26.2, @babel/code-frame@npm:^7.5.5, @babel/code-frame@npm:^7.8.3":
|
|
44
44
|
version: 7.26.2
|
|
45
45
|
resolution: "@babel/code-frame@npm:7.26.2"
|
|
46
46
|
dependencies:
|
|
@@ -51,10 +51,10 @@ __metadata:
|
|
|
51
51
|
languageName: node
|
|
52
52
|
linkType: hard
|
|
53
53
|
|
|
54
|
-
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.26.5":
|
|
55
|
-
version: 7.26.
|
|
56
|
-
resolution: "@babel/compat-data@npm:7.26.
|
|
57
|
-
checksum: 10c0/
|
|
54
|
+
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.26.5, @babel/compat-data@npm:^7.26.8":
|
|
55
|
+
version: 7.26.8
|
|
56
|
+
resolution: "@babel/compat-data@npm:7.26.8"
|
|
57
|
+
checksum: 10c0/66408a0388c3457fff1c2f6c3a061278dd7b3d2f0455ea29bb7b187fa52c60ae8b4054b3c0a184e21e45f0eaac63cf390737bc7504d1f4a088a6e7f652c068ca
|
|
58
58
|
languageName: node
|
|
59
59
|
linkType: hard
|
|
60
60
|
|
|
@@ -83,38 +83,39 @@ __metadata:
|
|
|
83
83
|
linkType: hard
|
|
84
84
|
|
|
85
85
|
"@babel/core@npm:^7.1.0, @babel/core@npm:^7.12.10, @babel/core@npm:^7.12.3, @babel/core@npm:^7.21.3, @babel/core@npm:^7.24.5, @babel/core@npm:^7.7.5":
|
|
86
|
-
version: 7.26.
|
|
87
|
-
resolution: "@babel/core@npm:7.26.
|
|
86
|
+
version: 7.26.8
|
|
87
|
+
resolution: "@babel/core@npm:7.26.8"
|
|
88
88
|
dependencies:
|
|
89
89
|
"@ampproject/remapping": "npm:^2.2.0"
|
|
90
90
|
"@babel/code-frame": "npm:^7.26.2"
|
|
91
|
-
"@babel/generator": "npm:^7.26.
|
|
91
|
+
"@babel/generator": "npm:^7.26.8"
|
|
92
92
|
"@babel/helper-compilation-targets": "npm:^7.26.5"
|
|
93
93
|
"@babel/helper-module-transforms": "npm:^7.26.0"
|
|
94
94
|
"@babel/helpers": "npm:^7.26.7"
|
|
95
|
-
"@babel/parser": "npm:^7.26.
|
|
96
|
-
"@babel/template": "npm:^7.
|
|
97
|
-
"@babel/traverse": "npm:^7.26.
|
|
98
|
-
"@babel/types": "npm:^7.26.
|
|
95
|
+
"@babel/parser": "npm:^7.26.8"
|
|
96
|
+
"@babel/template": "npm:^7.26.8"
|
|
97
|
+
"@babel/traverse": "npm:^7.26.8"
|
|
98
|
+
"@babel/types": "npm:^7.26.8"
|
|
99
|
+
"@types/gensync": "npm:^1.0.0"
|
|
99
100
|
convert-source-map: "npm:^2.0.0"
|
|
100
101
|
debug: "npm:^4.1.0"
|
|
101
102
|
gensync: "npm:^1.0.0-beta.2"
|
|
102
103
|
json5: "npm:^2.2.3"
|
|
103
104
|
semver: "npm:^6.3.1"
|
|
104
|
-
checksum: 10c0/
|
|
105
|
+
checksum: 10c0/fafbd083ed3f79973ae2a11a69eee3f13b3226a1d4907abc2c6f2fea21adf4a7c20e00fe0eaa33f44a3666eeaf414edb07460ec031d478ee5f6088eb38b2a011
|
|
105
106
|
languageName: node
|
|
106
107
|
linkType: hard
|
|
107
108
|
|
|
108
|
-
"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.26.
|
|
109
|
-
version: 7.26.
|
|
110
|
-
resolution: "@babel/generator@npm:7.26.
|
|
109
|
+
"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.26.8":
|
|
110
|
+
version: 7.26.8
|
|
111
|
+
resolution: "@babel/generator@npm:7.26.8"
|
|
111
112
|
dependencies:
|
|
112
|
-
"@babel/parser": "npm:^7.26.
|
|
113
|
-
"@babel/types": "npm:^7.26.
|
|
113
|
+
"@babel/parser": "npm:^7.26.8"
|
|
114
|
+
"@babel/types": "npm:^7.26.8"
|
|
114
115
|
"@jridgewell/gen-mapping": "npm:^0.3.5"
|
|
115
116
|
"@jridgewell/trace-mapping": "npm:^0.3.25"
|
|
116
117
|
jsesc: "npm:^3.0.2"
|
|
117
|
-
checksum: 10c0/
|
|
118
|
+
checksum: 10c0/9467f197d285ac315d1fa419138d36a3bfd69ca4baf763e914acab12f5f38e5d231497f6528e80613b28e73bb28c66fcc50b250b1f277b1a4d38ac14b03e9674
|
|
118
119
|
languageName: node
|
|
119
120
|
linkType: hard
|
|
120
121
|
|
|
@@ -188,7 +189,7 @@ __metadata:
|
|
|
188
189
|
languageName: node
|
|
189
190
|
linkType: hard
|
|
190
191
|
|
|
191
|
-
"@babel/helper-define-polyfill-provider@npm:^0.6.
|
|
192
|
+
"@babel/helper-define-polyfill-provider@npm:^0.6.3":
|
|
192
193
|
version: 0.6.3
|
|
193
194
|
resolution: "@babel/helper-define-polyfill-provider@npm:0.6.3"
|
|
194
195
|
dependencies:
|
|
@@ -349,14 +350,14 @@ __metadata:
|
|
|
349
350
|
languageName: node
|
|
350
351
|
linkType: hard
|
|
351
352
|
|
|
352
|
-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.
|
|
353
|
-
version: 7.26.
|
|
354
|
-
resolution: "@babel/parser@npm:7.26.
|
|
353
|
+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.26.8":
|
|
354
|
+
version: 7.26.8
|
|
355
|
+
resolution: "@babel/parser@npm:7.26.8"
|
|
355
356
|
dependencies:
|
|
356
|
-
"@babel/types": "npm:^7.26.
|
|
357
|
+
"@babel/types": "npm:^7.26.8"
|
|
357
358
|
bin:
|
|
358
359
|
parser: ./bin/babel-parser.js
|
|
359
|
-
checksum: 10c0/
|
|
360
|
+
checksum: 10c0/da04f26bae732a5b6790775a736b58c7876c28e62203c5097f043fd7273ef6debe5bfd7a4e670a6819f4549b215c7b9762c6358e44797b3c4d733defc8290781
|
|
360
361
|
languageName: node
|
|
361
362
|
linkType: hard
|
|
362
363
|
|
|
@@ -673,16 +674,16 @@ __metadata:
|
|
|
673
674
|
languageName: node
|
|
674
675
|
linkType: hard
|
|
675
676
|
|
|
676
|
-
"@babel/plugin-transform-async-generator-functions@npm:^7.
|
|
677
|
-
version: 7.
|
|
678
|
-
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.
|
|
677
|
+
"@babel/plugin-transform-async-generator-functions@npm:^7.26.8":
|
|
678
|
+
version: 7.26.8
|
|
679
|
+
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.26.8"
|
|
679
680
|
dependencies:
|
|
680
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
681
|
+
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
681
682
|
"@babel/helper-remap-async-to-generator": "npm:^7.25.9"
|
|
682
|
-
"@babel/traverse": "npm:^7.
|
|
683
|
+
"@babel/traverse": "npm:^7.26.8"
|
|
683
684
|
peerDependencies:
|
|
684
685
|
"@babel/core": ^7.0.0-0
|
|
685
|
-
checksum: 10c0/
|
|
686
|
+
checksum: 10c0/f6fefce963fe2e6268dde1958975d7adbce65fba94ca6f4bc554c90da03104ad1dd2e66d03bc0462da46868498428646e30b03a218ef0e5a84bfc87a7e375cec
|
|
686
687
|
languageName: node
|
|
687
688
|
linkType: hard
|
|
688
689
|
|
|
@@ -1274,14 +1275,14 @@ __metadata:
|
|
|
1274
1275
|
languageName: node
|
|
1275
1276
|
linkType: hard
|
|
1276
1277
|
|
|
1277
|
-
"@babel/plugin-transform-template-literals@npm:^7.12.1, @babel/plugin-transform-template-literals@npm:^7.
|
|
1278
|
-
version: 7.
|
|
1279
|
-
resolution: "@babel/plugin-transform-template-literals@npm:7.
|
|
1278
|
+
"@babel/plugin-transform-template-literals@npm:^7.12.1, @babel/plugin-transform-template-literals@npm:^7.26.8":
|
|
1279
|
+
version: 7.26.8
|
|
1280
|
+
resolution: "@babel/plugin-transform-template-literals@npm:7.26.8"
|
|
1280
1281
|
dependencies:
|
|
1281
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1282
|
+
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
1282
1283
|
peerDependencies:
|
|
1283
1284
|
"@babel/core": ^7.0.0-0
|
|
1284
|
-
checksum: 10c0/
|
|
1285
|
+
checksum: 10c0/205a938ded9554857a604416d369023a961334b6c20943bd861b45f0e5dbbeca1cf6fda1c2049126e38a0d18865993433fdc78eae3028e94836b3b643c08ba0d
|
|
1285
1286
|
languageName: node
|
|
1286
1287
|
linkType: hard
|
|
1287
1288
|
|
|
@@ -1297,8 +1298,8 @@ __metadata:
|
|
|
1297
1298
|
linkType: hard
|
|
1298
1299
|
|
|
1299
1300
|
"@babel/plugin-transform-typescript@npm:^7.25.9":
|
|
1300
|
-
version: 7.26.
|
|
1301
|
-
resolution: "@babel/plugin-transform-typescript@npm:7.26.
|
|
1301
|
+
version: 7.26.8
|
|
1302
|
+
resolution: "@babel/plugin-transform-typescript@npm:7.26.8"
|
|
1302
1303
|
dependencies:
|
|
1303
1304
|
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
|
|
1304
1305
|
"@babel/helper-create-class-features-plugin": "npm:^7.25.9"
|
|
@@ -1307,7 +1308,7 @@ __metadata:
|
|
|
1307
1308
|
"@babel/plugin-syntax-typescript": "npm:^7.25.9"
|
|
1308
1309
|
peerDependencies:
|
|
1309
1310
|
"@babel/core": ^7.0.0-0
|
|
1310
|
-
checksum: 10c0/
|
|
1311
|
+
checksum: 10c0/c1dc02c357b8de0650d4e757fe71db9ac769b68e282a262ca5af2a7f1ff112c4533d54db6f1f58f13072ad547561b0461c46c08233566b37f778ac5f5550fb41
|
|
1311
1312
|
languageName: node
|
|
1312
1313
|
linkType: hard
|
|
1313
1314
|
|
|
@@ -1359,10 +1360,10 @@ __metadata:
|
|
|
1359
1360
|
linkType: hard
|
|
1360
1361
|
|
|
1361
1362
|
"@babel/preset-env@npm:^7.12.11, @babel/preset-env@npm:^7.20.2":
|
|
1362
|
-
version: 7.26.
|
|
1363
|
-
resolution: "@babel/preset-env@npm:7.26.
|
|
1363
|
+
version: 7.26.8
|
|
1364
|
+
resolution: "@babel/preset-env@npm:7.26.8"
|
|
1364
1365
|
dependencies:
|
|
1365
|
-
"@babel/compat-data": "npm:^7.26.
|
|
1366
|
+
"@babel/compat-data": "npm:^7.26.8"
|
|
1366
1367
|
"@babel/helper-compilation-targets": "npm:^7.26.5"
|
|
1367
1368
|
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
1368
1369
|
"@babel/helper-validator-option": "npm:^7.25.9"
|
|
@@ -1376,7 +1377,7 @@ __metadata:
|
|
|
1376
1377
|
"@babel/plugin-syntax-import-attributes": "npm:^7.26.0"
|
|
1377
1378
|
"@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6"
|
|
1378
1379
|
"@babel/plugin-transform-arrow-functions": "npm:^7.25.9"
|
|
1379
|
-
"@babel/plugin-transform-async-generator-functions": "npm:^7.
|
|
1380
|
+
"@babel/plugin-transform-async-generator-functions": "npm:^7.26.8"
|
|
1380
1381
|
"@babel/plugin-transform-async-to-generator": "npm:^7.25.9"
|
|
1381
1382
|
"@babel/plugin-transform-block-scoped-functions": "npm:^7.26.5"
|
|
1382
1383
|
"@babel/plugin-transform-block-scoping": "npm:^7.25.9"
|
|
@@ -1419,7 +1420,7 @@ __metadata:
|
|
|
1419
1420
|
"@babel/plugin-transform-shorthand-properties": "npm:^7.25.9"
|
|
1420
1421
|
"@babel/plugin-transform-spread": "npm:^7.25.9"
|
|
1421
1422
|
"@babel/plugin-transform-sticky-regex": "npm:^7.25.9"
|
|
1422
|
-
"@babel/plugin-transform-template-literals": "npm:^7.
|
|
1423
|
+
"@babel/plugin-transform-template-literals": "npm:^7.26.8"
|
|
1423
1424
|
"@babel/plugin-transform-typeof-symbol": "npm:^7.26.7"
|
|
1424
1425
|
"@babel/plugin-transform-unicode-escapes": "npm:^7.25.9"
|
|
1425
1426
|
"@babel/plugin-transform-unicode-property-regex": "npm:^7.25.9"
|
|
@@ -1427,13 +1428,13 @@ __metadata:
|
|
|
1427
1428
|
"@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.9"
|
|
1428
1429
|
"@babel/preset-modules": "npm:0.1.6-no-external-plugins"
|
|
1429
1430
|
babel-plugin-polyfill-corejs2: "npm:^0.4.10"
|
|
1430
|
-
babel-plugin-polyfill-corejs3: "npm:^0.
|
|
1431
|
+
babel-plugin-polyfill-corejs3: "npm:^0.11.0"
|
|
1431
1432
|
babel-plugin-polyfill-regenerator: "npm:^0.6.1"
|
|
1432
|
-
core-js-compat: "npm:^3.
|
|
1433
|
+
core-js-compat: "npm:^3.40.0"
|
|
1433
1434
|
semver: "npm:^6.3.1"
|
|
1434
1435
|
peerDependencies:
|
|
1435
1436
|
"@babel/core": ^7.0.0-0
|
|
1436
|
-
checksum: 10c0/
|
|
1437
|
+
checksum: 10c0/314ab8c6173d1f14e40cf22e1e646c429acfd45195e2ddbadca81956aa2a670e37e4446658db65f1a669f82ef115a4a018f78448bc10789cacdaf4e995680db5
|
|
1437
1438
|
languageName: node
|
|
1438
1439
|
linkType: hard
|
|
1439
1440
|
|
|
@@ -1528,39 +1529,39 @@ __metadata:
|
|
|
1528
1529
|
languageName: node
|
|
1529
1530
|
linkType: hard
|
|
1530
1531
|
|
|
1531
|
-
"@babel/template@npm:^7.12.7, @babel/template@npm:^7.25.9":
|
|
1532
|
-
version: 7.
|
|
1533
|
-
resolution: "@babel/template@npm:7.
|
|
1532
|
+
"@babel/template@npm:^7.12.7, @babel/template@npm:^7.25.9, @babel/template@npm:^7.26.8":
|
|
1533
|
+
version: 7.26.8
|
|
1534
|
+
resolution: "@babel/template@npm:7.26.8"
|
|
1534
1535
|
dependencies:
|
|
1535
|
-
"@babel/code-frame": "npm:^7.
|
|
1536
|
-
"@babel/parser": "npm:^7.
|
|
1537
|
-
"@babel/types": "npm:^7.
|
|
1538
|
-
checksum: 10c0/
|
|
1536
|
+
"@babel/code-frame": "npm:^7.26.2"
|
|
1537
|
+
"@babel/parser": "npm:^7.26.8"
|
|
1538
|
+
"@babel/types": "npm:^7.26.8"
|
|
1539
|
+
checksum: 10c0/90bc1085cbc090cbdd43af7b9dbb98e6bda96e55e0f565f17ebb8e97c2dfce866dc727ca02b8e08bd2662ba4fd3851907ba3c48618162c291221af17fb258213
|
|
1539
1540
|
languageName: node
|
|
1540
1541
|
linkType: hard
|
|
1541
1542
|
|
|
1542
|
-
"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.12.11, @babel/traverse@npm:^7.12.9, @babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.26.
|
|
1543
|
-
version: 7.26.
|
|
1544
|
-
resolution: "@babel/traverse@npm:7.26.
|
|
1543
|
+
"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.12.11, @babel/traverse@npm:^7.12.9, @babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.26.8":
|
|
1544
|
+
version: 7.26.8
|
|
1545
|
+
resolution: "@babel/traverse@npm:7.26.8"
|
|
1545
1546
|
dependencies:
|
|
1546
1547
|
"@babel/code-frame": "npm:^7.26.2"
|
|
1547
|
-
"@babel/generator": "npm:^7.26.
|
|
1548
|
-
"@babel/parser": "npm:^7.26.
|
|
1549
|
-
"@babel/template": "npm:^7.
|
|
1550
|
-
"@babel/types": "npm:^7.26.
|
|
1548
|
+
"@babel/generator": "npm:^7.26.8"
|
|
1549
|
+
"@babel/parser": "npm:^7.26.8"
|
|
1550
|
+
"@babel/template": "npm:^7.26.8"
|
|
1551
|
+
"@babel/types": "npm:^7.26.8"
|
|
1551
1552
|
debug: "npm:^4.3.1"
|
|
1552
1553
|
globals: "npm:^11.1.0"
|
|
1553
|
-
checksum: 10c0/
|
|
1554
|
+
checksum: 10c0/0771d1ce0351628ad2e8dac56f0d59f706eb125c83fbcc039bde83088ba0a1477244ad5fb060802f90366cc4d7fa871e5009a292aef6205bcf83f2e01d1a0a5d
|
|
1554
1555
|
languageName: node
|
|
1555
1556
|
linkType: hard
|
|
1556
1557
|
|
|
1557
|
-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.7, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.
|
|
1558
|
-
version: 7.26.
|
|
1559
|
-
resolution: "@babel/types@npm:7.26.
|
|
1558
|
+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.7, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.7, @babel/types@npm:^7.26.8, @babel/types@npm:^7.4.4":
|
|
1559
|
+
version: 7.26.8
|
|
1560
|
+
resolution: "@babel/types@npm:7.26.8"
|
|
1560
1561
|
dependencies:
|
|
1561
1562
|
"@babel/helper-string-parser": "npm:^7.25.9"
|
|
1562
1563
|
"@babel/helper-validator-identifier": "npm:^7.25.9"
|
|
1563
|
-
checksum: 10c0/
|
|
1564
|
+
checksum: 10c0/cd41ea47bb3d7baf2b3bf5e70e9c3a16f2eab699fab8575b2b31a7b1cb64166eb52c97124313863dde0581747bfc7a1810c838ad60b5b7ad1897d8004c7b95a9
|
|
1564
1565
|
languageName: node
|
|
1565
1566
|
linkType: hard
|
|
1566
1567
|
|
|
@@ -3303,135 +3304,135 @@ __metadata:
|
|
|
3303
3304
|
languageName: node
|
|
3304
3305
|
linkType: hard
|
|
3305
3306
|
|
|
3306
|
-
"@rollup/rollup-android-arm-eabi@npm:4.34.
|
|
3307
|
-
version: 4.34.
|
|
3308
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.
|
|
3307
|
+
"@rollup/rollup-android-arm-eabi@npm:4.34.7":
|
|
3308
|
+
version: 4.34.7
|
|
3309
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.7"
|
|
3309
3310
|
conditions: os=android & cpu=arm
|
|
3310
3311
|
languageName: node
|
|
3311
3312
|
linkType: hard
|
|
3312
3313
|
|
|
3313
|
-
"@rollup/rollup-android-arm64@npm:4.34.
|
|
3314
|
-
version: 4.34.
|
|
3315
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.34.
|
|
3314
|
+
"@rollup/rollup-android-arm64@npm:4.34.7":
|
|
3315
|
+
version: 4.34.7
|
|
3316
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.34.7"
|
|
3316
3317
|
conditions: os=android & cpu=arm64
|
|
3317
3318
|
languageName: node
|
|
3318
3319
|
linkType: hard
|
|
3319
3320
|
|
|
3320
|
-
"@rollup/rollup-darwin-arm64@npm:4.34.
|
|
3321
|
-
version: 4.34.
|
|
3322
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.34.
|
|
3321
|
+
"@rollup/rollup-darwin-arm64@npm:4.34.7":
|
|
3322
|
+
version: 4.34.7
|
|
3323
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.34.7"
|
|
3323
3324
|
conditions: os=darwin & cpu=arm64
|
|
3324
3325
|
languageName: node
|
|
3325
3326
|
linkType: hard
|
|
3326
3327
|
|
|
3327
|
-
"@rollup/rollup-darwin-x64@npm:4.34.
|
|
3328
|
-
version: 4.34.
|
|
3329
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.34.
|
|
3328
|
+
"@rollup/rollup-darwin-x64@npm:4.34.7":
|
|
3329
|
+
version: 4.34.7
|
|
3330
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.34.7"
|
|
3330
3331
|
conditions: os=darwin & cpu=x64
|
|
3331
3332
|
languageName: node
|
|
3332
3333
|
linkType: hard
|
|
3333
3334
|
|
|
3334
|
-
"@rollup/rollup-freebsd-arm64@npm:4.34.
|
|
3335
|
-
version: 4.34.
|
|
3336
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.
|
|
3335
|
+
"@rollup/rollup-freebsd-arm64@npm:4.34.7":
|
|
3336
|
+
version: 4.34.7
|
|
3337
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.7"
|
|
3337
3338
|
conditions: os=freebsd & cpu=arm64
|
|
3338
3339
|
languageName: node
|
|
3339
3340
|
linkType: hard
|
|
3340
3341
|
|
|
3341
|
-
"@rollup/rollup-freebsd-x64@npm:4.34.
|
|
3342
|
-
version: 4.34.
|
|
3343
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.34.
|
|
3342
|
+
"@rollup/rollup-freebsd-x64@npm:4.34.7":
|
|
3343
|
+
version: 4.34.7
|
|
3344
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.34.7"
|
|
3344
3345
|
conditions: os=freebsd & cpu=x64
|
|
3345
3346
|
languageName: node
|
|
3346
3347
|
linkType: hard
|
|
3347
3348
|
|
|
3348
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.
|
|
3349
|
-
version: 4.34.
|
|
3350
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.
|
|
3349
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.7":
|
|
3350
|
+
version: 4.34.7
|
|
3351
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.7"
|
|
3351
3352
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3352
3353
|
languageName: node
|
|
3353
3354
|
linkType: hard
|
|
3354
3355
|
|
|
3355
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.34.
|
|
3356
|
-
version: 4.34.
|
|
3357
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.
|
|
3356
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.34.7":
|
|
3357
|
+
version: 4.34.7
|
|
3358
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.7"
|
|
3358
3359
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3359
3360
|
languageName: node
|
|
3360
3361
|
linkType: hard
|
|
3361
3362
|
|
|
3362
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.34.
|
|
3363
|
-
version: 4.34.
|
|
3364
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.
|
|
3363
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.34.7":
|
|
3364
|
+
version: 4.34.7
|
|
3365
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.7"
|
|
3365
3366
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3366
3367
|
languageName: node
|
|
3367
3368
|
linkType: hard
|
|
3368
3369
|
|
|
3369
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.34.
|
|
3370
|
-
version: 4.34.
|
|
3371
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.
|
|
3370
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.34.7":
|
|
3371
|
+
version: 4.34.7
|
|
3372
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.7"
|
|
3372
3373
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3373
3374
|
languageName: node
|
|
3374
3375
|
linkType: hard
|
|
3375
3376
|
|
|
3376
|
-
"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.
|
|
3377
|
-
version: 4.34.
|
|
3378
|
-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.
|
|
3377
|
+
"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.7":
|
|
3378
|
+
version: 4.34.7
|
|
3379
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.7"
|
|
3379
3380
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
3380
3381
|
languageName: node
|
|
3381
3382
|
linkType: hard
|
|
3382
3383
|
|
|
3383
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.
|
|
3384
|
-
version: 4.34.
|
|
3385
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.
|
|
3384
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.7":
|
|
3385
|
+
version: 4.34.7
|
|
3386
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.7"
|
|
3386
3387
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3387
3388
|
languageName: node
|
|
3388
3389
|
linkType: hard
|
|
3389
3390
|
|
|
3390
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.34.
|
|
3391
|
-
version: 4.34.
|
|
3392
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.
|
|
3391
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.34.7":
|
|
3392
|
+
version: 4.34.7
|
|
3393
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.7"
|
|
3393
3394
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3394
3395
|
languageName: node
|
|
3395
3396
|
linkType: hard
|
|
3396
3397
|
|
|
3397
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.34.
|
|
3398
|
-
version: 4.34.
|
|
3399
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.
|
|
3398
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.34.7":
|
|
3399
|
+
version: 4.34.7
|
|
3400
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.7"
|
|
3400
3401
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3401
3402
|
languageName: node
|
|
3402
3403
|
linkType: hard
|
|
3403
3404
|
|
|
3404
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.34.
|
|
3405
|
-
version: 4.34.
|
|
3406
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.
|
|
3405
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.34.7":
|
|
3406
|
+
version: 4.34.7
|
|
3407
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.7"
|
|
3407
3408
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3408
3409
|
languageName: node
|
|
3409
3410
|
linkType: hard
|
|
3410
3411
|
|
|
3411
|
-
"@rollup/rollup-linux-x64-musl@npm:4.34.
|
|
3412
|
-
version: 4.34.
|
|
3413
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.
|
|
3412
|
+
"@rollup/rollup-linux-x64-musl@npm:4.34.7":
|
|
3413
|
+
version: 4.34.7
|
|
3414
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.7"
|
|
3414
3415
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3415
3416
|
languageName: node
|
|
3416
3417
|
linkType: hard
|
|
3417
3418
|
|
|
3418
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.34.
|
|
3419
|
-
version: 4.34.
|
|
3420
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.
|
|
3419
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.34.7":
|
|
3420
|
+
version: 4.34.7
|
|
3421
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.7"
|
|
3421
3422
|
conditions: os=win32 & cpu=arm64
|
|
3422
3423
|
languageName: node
|
|
3423
3424
|
linkType: hard
|
|
3424
3425
|
|
|
3425
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.34.
|
|
3426
|
-
version: 4.34.
|
|
3427
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.
|
|
3426
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.34.7":
|
|
3427
|
+
version: 4.34.7
|
|
3428
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.7"
|
|
3428
3429
|
conditions: os=win32 & cpu=ia32
|
|
3429
3430
|
languageName: node
|
|
3430
3431
|
linkType: hard
|
|
3431
3432
|
|
|
3432
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.34.
|
|
3433
|
-
version: 4.34.
|
|
3434
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.
|
|
3433
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.34.7":
|
|
3434
|
+
version: 4.34.7
|
|
3435
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.7"
|
|
3435
3436
|
conditions: os=win32 & cpu=x64
|
|
3436
3437
|
languageName: node
|
|
3437
3438
|
linkType: hard
|
|
@@ -5478,6 +5479,13 @@ __metadata:
|
|
|
5478
5479
|
languageName: node
|
|
5479
5480
|
linkType: hard
|
|
5480
5481
|
|
|
5482
|
+
"@types/gensync@npm:^1.0.0":
|
|
5483
|
+
version: 1.0.4
|
|
5484
|
+
resolution: "@types/gensync@npm:1.0.4"
|
|
5485
|
+
checksum: 10c0/1daeb1693196a85ee68b82f3fb30906a1cccede69d492b190de80ff20cec2d528d98cad866d733fd83cb171096dfe8c26c9c02c50ffb93e1113d48bd79daa556
|
|
5486
|
+
languageName: node
|
|
5487
|
+
linkType: hard
|
|
5488
|
+
|
|
5481
5489
|
"@types/glob-base@npm:^0.3.0":
|
|
5482
5490
|
version: 0.3.2
|
|
5483
5491
|
resolution: "@types/glob-base@npm:0.3.2"
|
|
@@ -5692,11 +5700,11 @@ __metadata:
|
|
|
5692
5700
|
linkType: hard
|
|
5693
5701
|
|
|
5694
5702
|
"@types/node@npm:*":
|
|
5695
|
-
version: 22.13.
|
|
5696
|
-
resolution: "@types/node@npm:22.13.
|
|
5703
|
+
version: 22.13.4
|
|
5704
|
+
resolution: "@types/node@npm:22.13.4"
|
|
5697
5705
|
dependencies:
|
|
5698
5706
|
undici-types: "npm:~6.20.0"
|
|
5699
|
-
checksum: 10c0/
|
|
5707
|
+
checksum: 10c0/3a234fa7766a3efc382cf81f66f474c26cdab2f54f43f757634c81c0444eb2160c2dabbde9741e4983078a318a88515b65416b5f1ab5478548579d7b3ead1d95
|
|
5700
5708
|
languageName: node
|
|
5701
5709
|
linkType: hard
|
|
5702
5710
|
|
|
@@ -7445,15 +7453,15 @@ __metadata:
|
|
|
7445
7453
|
languageName: node
|
|
7446
7454
|
linkType: hard
|
|
7447
7455
|
|
|
7448
|
-
"babel-plugin-polyfill-corejs3@npm:^0.
|
|
7449
|
-
version: 0.
|
|
7450
|
-
resolution: "babel-plugin-polyfill-corejs3@npm:0.
|
|
7456
|
+
"babel-plugin-polyfill-corejs3@npm:^0.11.0":
|
|
7457
|
+
version: 0.11.1
|
|
7458
|
+
resolution: "babel-plugin-polyfill-corejs3@npm:0.11.1"
|
|
7451
7459
|
dependencies:
|
|
7452
|
-
"@babel/helper-define-polyfill-provider": "npm:^0.6.
|
|
7453
|
-
core-js-compat: "npm:^3.
|
|
7460
|
+
"@babel/helper-define-polyfill-provider": "npm:^0.6.3"
|
|
7461
|
+
core-js-compat: "npm:^3.40.0"
|
|
7454
7462
|
peerDependencies:
|
|
7455
7463
|
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
|
|
7456
|
-
checksum: 10c0/
|
|
7464
|
+
checksum: 10c0/025f754b6296d84b20200aff63a3c1acdd85e8c621781f2bd27fe2512d0060526192d02329326947c6b29c27cf475fbcfaaff8c51eab1d2bfc7b79086bb64229
|
|
7457
7465
|
languageName: node
|
|
7458
7466
|
linkType: hard
|
|
7459
7467
|
|
|
@@ -8011,12 +8019,12 @@ __metadata:
|
|
|
8011
8019
|
linkType: hard
|
|
8012
8020
|
|
|
8013
8021
|
"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1":
|
|
8014
|
-
version: 1.0.
|
|
8015
|
-
resolution: "call-bind-apply-helpers@npm:1.0.
|
|
8022
|
+
version: 1.0.2
|
|
8023
|
+
resolution: "call-bind-apply-helpers@npm:1.0.2"
|
|
8016
8024
|
dependencies:
|
|
8017
8025
|
es-errors: "npm:^1.3.0"
|
|
8018
8026
|
function-bind: "npm:^1.1.2"
|
|
8019
|
-
checksum: 10c0/
|
|
8027
|
+
checksum: 10c0/47bd9901d57b857590431243fea704ff18078b16890a6b3e021e12d279bbf211d039155e27d7566b374d49ee1f8189344bac9833dec7a20cdec370506361c938
|
|
8020
8028
|
languageName: node
|
|
8021
8029
|
linkType: hard
|
|
8022
8030
|
|
|
@@ -8100,9 +8108,9 @@ __metadata:
|
|
|
8100
8108
|
linkType: hard
|
|
8101
8109
|
|
|
8102
8110
|
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001688":
|
|
8103
|
-
version: 1.0.
|
|
8104
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8105
|
-
checksum: 10c0/
|
|
8111
|
+
version: 1.0.30001699
|
|
8112
|
+
resolution: "caniuse-lite@npm:1.0.30001699"
|
|
8113
|
+
checksum: 10c0/e87b3a0602c3124131f6a21f1eb262378e17a2ee3089e3c472ac8b9caa85cf7d6a219655379302c29c6f10a74051f2a712639d7f98ee0444c73fefcbaf25d519
|
|
8106
8114
|
languageName: node
|
|
8107
8115
|
linkType: hard
|
|
8108
8116
|
|
|
@@ -8581,8 +8589,8 @@ __metadata:
|
|
|
8581
8589
|
linkType: hard
|
|
8582
8590
|
|
|
8583
8591
|
"compression@npm:^1.7.4":
|
|
8584
|
-
version: 1.
|
|
8585
|
-
resolution: "compression@npm:1.
|
|
8592
|
+
version: 1.8.0
|
|
8593
|
+
resolution: "compression@npm:1.8.0"
|
|
8586
8594
|
dependencies:
|
|
8587
8595
|
bytes: "npm:3.1.2"
|
|
8588
8596
|
compressible: "npm:~2.0.18"
|
|
@@ -8591,7 +8599,7 @@ __metadata:
|
|
|
8591
8599
|
on-headers: "npm:~1.0.2"
|
|
8592
8600
|
safe-buffer: "npm:5.2.1"
|
|
8593
8601
|
vary: "npm:~1.1.2"
|
|
8594
|
-
checksum: 10c0/
|
|
8602
|
+
checksum: 10c0/804d3c8430939f4fd88e5128333f311b4035f6425a7f2959d74cfb5c98ef3a3e3e18143208f3f9d0fcae4cd3bcf3d2fbe525e0fcb955e6e146e070936f025a24
|
|
8595
8603
|
languageName: node
|
|
8596
8604
|
linkType: hard
|
|
8597
8605
|
|
|
@@ -8744,7 +8752,7 @@ __metadata:
|
|
|
8744
8752
|
languageName: node
|
|
8745
8753
|
linkType: hard
|
|
8746
8754
|
|
|
8747
|
-
"core-js-compat@npm:^3.
|
|
8755
|
+
"core-js-compat@npm:^3.40.0, core-js-compat@npm:^3.8.1":
|
|
8748
8756
|
version: 3.40.0
|
|
8749
8757
|
resolution: "core-js-compat@npm:3.40.0"
|
|
8750
8758
|
dependencies:
|
|
@@ -9889,9 +9897,9 @@ __metadata:
|
|
|
9889
9897
|
linkType: hard
|
|
9890
9898
|
|
|
9891
9899
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.73":
|
|
9892
|
-
version: 1.5.
|
|
9893
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9894
|
-
checksum: 10c0/
|
|
9900
|
+
version: 1.5.100
|
|
9901
|
+
resolution: "electron-to-chromium@npm:1.5.100"
|
|
9902
|
+
checksum: 10c0/4c3b42062e9d0fe10b22c54fc1ee9cc973e346fc71deff1084b75247a1448518a22e75f5a4cfcd07f86c7789f1122d4476a2ceae831e97963995f33ddfc6299e
|
|
9895
9903
|
languageName: node
|
|
9896
9904
|
linkType: hard
|
|
9897
9905
|
|
|
@@ -10241,11 +10249,11 @@ __metadata:
|
|
|
10241
10249
|
linkType: hard
|
|
10242
10250
|
|
|
10243
10251
|
"es-shim-unscopables@npm:^1.0.2":
|
|
10244
|
-
version: 1.0
|
|
10245
|
-
resolution: "es-shim-unscopables@npm:1.0
|
|
10252
|
+
version: 1.1.0
|
|
10253
|
+
resolution: "es-shim-unscopables@npm:1.1.0"
|
|
10246
10254
|
dependencies:
|
|
10247
|
-
hasown: "npm:^2.0.
|
|
10248
|
-
checksum: 10c0/
|
|
10255
|
+
hasown: "npm:^2.0.2"
|
|
10256
|
+
checksum: 10c0/1b9702c8a1823fc3ef39035a4e958802cf294dd21e917397c561d0b3e195f383b978359816b1732d02b255ccf63e1e4815da0065b95db8d7c992037be3bbbcdb
|
|
10249
10257
|
languageName: node
|
|
10250
10258
|
linkType: hard
|
|
10251
10259
|
|
|
@@ -10839,9 +10847,9 @@ __metadata:
|
|
|
10839
10847
|
linkType: hard
|
|
10840
10848
|
|
|
10841
10849
|
"exponential-backoff@npm:^3.1.1":
|
|
10842
|
-
version: 3.1.
|
|
10843
|
-
resolution: "exponential-backoff@npm:3.1.
|
|
10844
|
-
checksum: 10c0/
|
|
10850
|
+
version: 3.1.2
|
|
10851
|
+
resolution: "exponential-backoff@npm:3.1.2"
|
|
10852
|
+
checksum: 10c0/d9d3e1eafa21b78464297df91f1776f7fbaa3d5e3f7f0995648ca5b89c069d17055033817348d9f4a43d1c20b0eab84f75af6991751e839df53e4dfd6f22e844
|
|
10845
10853
|
languageName: node
|
|
10846
10854
|
linkType: hard
|
|
10847
10855
|
|
|
@@ -11237,11 +11245,11 @@ __metadata:
|
|
|
11237
11245
|
linkType: hard
|
|
11238
11246
|
|
|
11239
11247
|
"for-each@npm:^0.3.3":
|
|
11240
|
-
version: 0.3.
|
|
11241
|
-
resolution: "for-each@npm:0.3.
|
|
11248
|
+
version: 0.3.5
|
|
11249
|
+
resolution: "for-each@npm:0.3.5"
|
|
11242
11250
|
dependencies:
|
|
11243
11251
|
is-callable: "npm:^1.2.7"
|
|
11244
|
-
checksum: 10c0/
|
|
11252
|
+
checksum: 10c0/0e0b50f6a843a282637d43674d1fb278dda1dd85f4f99b640024cfb10b85058aac0cc781bf689d5fe50b4b7f638e91e548560723a4e76e04fe96ae35ef039cee
|
|
11245
11253
|
languageName: node
|
|
11246
11254
|
linkType: hard
|
|
11247
11255
|
|
|
@@ -15084,8 +15092,8 @@ __metadata:
|
|
|
15084
15092
|
linkType: hard
|
|
15085
15093
|
|
|
15086
15094
|
"node-gyp@npm:latest":
|
|
15087
|
-
version: 11.
|
|
15088
|
-
resolution: "node-gyp@npm:11.
|
|
15095
|
+
version: 11.1.0
|
|
15096
|
+
resolution: "node-gyp@npm:11.1.0"
|
|
15089
15097
|
dependencies:
|
|
15090
15098
|
env-paths: "npm:^2.2.0"
|
|
15091
15099
|
exponential-backoff: "npm:^3.1.1"
|
|
@@ -15099,7 +15107,7 @@ __metadata:
|
|
|
15099
15107
|
which: "npm:^5.0.0"
|
|
15100
15108
|
bin:
|
|
15101
15109
|
node-gyp: bin/node-gyp.js
|
|
15102
|
-
checksum: 10c0/
|
|
15110
|
+
checksum: 10c0/c38977ce502f1ea41ba2b8721bd5b49bc3d5b3f813eabfac8414082faf0620ccb5211e15c4daecc23ed9f5e3e9cc4da00e575a0bcfc2a95a069294f2afa1e0cd
|
|
15103
15111
|
languageName: node
|
|
15104
15112
|
linkType: hard
|
|
15105
15113
|
|
|
@@ -15905,9 +15913,9 @@ __metadata:
|
|
|
15905
15913
|
linkType: hard
|
|
15906
15914
|
|
|
15907
15915
|
"pathe@npm:^2.0.1":
|
|
15908
|
-
version: 2.0.
|
|
15909
|
-
resolution: "pathe@npm:2.0.
|
|
15910
|
-
checksum: 10c0/
|
|
15916
|
+
version: 2.0.3
|
|
15917
|
+
resolution: "pathe@npm:2.0.3"
|
|
15918
|
+
checksum: 10c0/c118dc5a8b5c4166011b2b70608762e260085180bb9e33e80a50dcdb1e78c010b1624f4280c492c92b05fc276715a4c357d1f9edc570f8f1b3d90b6839ebaca1
|
|
15911
15919
|
languageName: node
|
|
15912
15920
|
linkType: hard
|
|
15913
15921
|
|
|
@@ -16072,9 +16080,9 @@ __metadata:
|
|
|
16072
16080
|
linkType: hard
|
|
16073
16081
|
|
|
16074
16082
|
"possible-typed-array-names@npm:^1.0.0":
|
|
16075
|
-
version: 1.
|
|
16076
|
-
resolution: "possible-typed-array-names@npm:1.
|
|
16077
|
-
checksum: 10c0/
|
|
16083
|
+
version: 1.1.0
|
|
16084
|
+
resolution: "possible-typed-array-names@npm:1.1.0"
|
|
16085
|
+
checksum: 10c0/c810983414142071da1d644662ce4caebce890203eb2bc7bf119f37f3fe5796226e117e6cca146b521921fa6531072674174a3325066ac66fce089a53e1e5196
|
|
16078
16086
|
languageName: node
|
|
16079
16087
|
linkType: hard
|
|
16080
16088
|
|
|
@@ -16562,12 +16570,12 @@ __metadata:
|
|
|
16562
16570
|
linkType: hard
|
|
16563
16571
|
|
|
16564
16572
|
"postcss-selector-parser@npm:^7.0.0":
|
|
16565
|
-
version: 7.
|
|
16566
|
-
resolution: "postcss-selector-parser@npm:7.
|
|
16573
|
+
version: 7.1.0
|
|
16574
|
+
resolution: "postcss-selector-parser@npm:7.1.0"
|
|
16567
16575
|
dependencies:
|
|
16568
16576
|
cssesc: "npm:^3.0.0"
|
|
16569
16577
|
util-deprecate: "npm:^1.0.2"
|
|
16570
|
-
checksum: 10c0/
|
|
16578
|
+
checksum: 10c0/0fef257cfd1c0fe93c18a3f8a6e739b4438b527054fd77e9a62730a89b2d0ded1b59314a7e4aaa55bc256204f40830fecd2eb50f20f8cb7ab3a10b52aa06c8aa
|
|
16571
16579
|
languageName: node
|
|
16572
16580
|
linkType: hard
|
|
16573
16581
|
|
|
@@ -16639,13 +16647,13 @@ __metadata:
|
|
|
16639
16647
|
linkType: hard
|
|
16640
16648
|
|
|
16641
16649
|
"postcss@npm:^8.2.6, postcss@npm:^8.4.23, postcss@npm:^8.4.39":
|
|
16642
|
-
version: 8.5.
|
|
16643
|
-
resolution: "postcss@npm:8.5.
|
|
16650
|
+
version: 8.5.2
|
|
16651
|
+
resolution: "postcss@npm:8.5.2"
|
|
16644
16652
|
dependencies:
|
|
16645
16653
|
nanoid: "npm:^3.3.8"
|
|
16646
16654
|
picocolors: "npm:^1.1.1"
|
|
16647
16655
|
source-map-js: "npm:^1.2.1"
|
|
16648
|
-
checksum: 10c0/
|
|
16656
|
+
checksum: 10c0/3044d49bc725029ab62292e8bf9849741251b95f3b754e191bf8b4025414d40ec3b4ac05c5a563d4b50060b5c8e96683eb4d783d8d8fa3867eb7b763cbe66127
|
|
16649
16657
|
languageName: node
|
|
16650
16658
|
linkType: hard
|
|
16651
16659
|
|
|
@@ -17071,13 +17079,13 @@ __metadata:
|
|
|
17071
17079
|
linkType: hard
|
|
17072
17080
|
|
|
17073
17081
|
"prosemirror-view@npm:^1.0.0, prosemirror-view@npm:^1.1.0, prosemirror-view@npm:^1.23.6, prosemirror-view@npm:^1.27.0, prosemirror-view@npm:^1.28.2, prosemirror-view@npm:^1.31.0, prosemirror-view@npm:^1.37.2":
|
|
17074
|
-
version: 1.
|
|
17075
|
-
resolution: "prosemirror-view@npm:1.
|
|
17082
|
+
version: 1.38.0
|
|
17083
|
+
resolution: "prosemirror-view@npm:1.38.0"
|
|
17076
17084
|
dependencies:
|
|
17077
17085
|
prosemirror-model: "npm:^1.20.0"
|
|
17078
17086
|
prosemirror-state: "npm:^1.0.0"
|
|
17079
17087
|
prosemirror-transform: "npm:^1.1.0"
|
|
17080
|
-
checksum: 10c0/
|
|
17088
|
+
checksum: 10c0/ea4399afbe25ccd0555802344670c7034793cd0afba6958262969e96426eeaf85fa1e1aa7e0e80c15425901a35c7b620e86ce46f5b8e00f8fb55b551dedc7bbf
|
|
17081
17089
|
languageName: node
|
|
17082
17090
|
linkType: hard
|
|
17083
17091
|
|
|
@@ -18927,28 +18935,28 @@ __metadata:
|
|
|
18927
18935
|
linkType: hard
|
|
18928
18936
|
|
|
18929
18937
|
"rollup@npm:^4.13.0":
|
|
18930
|
-
version: 4.34.
|
|
18931
|
-
resolution: "rollup@npm:4.34.
|
|
18932
|
-
dependencies:
|
|
18933
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.34.
|
|
18934
|
-
"@rollup/rollup-android-arm64": "npm:4.34.
|
|
18935
|
-
"@rollup/rollup-darwin-arm64": "npm:4.34.
|
|
18936
|
-
"@rollup/rollup-darwin-x64": "npm:4.34.
|
|
18937
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.34.
|
|
18938
|
-
"@rollup/rollup-freebsd-x64": "npm:4.34.
|
|
18939
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.
|
|
18940
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.34.
|
|
18941
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.34.
|
|
18942
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.34.
|
|
18943
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.
|
|
18944
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.
|
|
18945
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.34.
|
|
18946
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.34.
|
|
18947
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.34.
|
|
18948
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.34.
|
|
18949
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.34.
|
|
18950
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.34.
|
|
18951
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.34.
|
|
18938
|
+
version: 4.34.7
|
|
18939
|
+
resolution: "rollup@npm:4.34.7"
|
|
18940
|
+
dependencies:
|
|
18941
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.34.7"
|
|
18942
|
+
"@rollup/rollup-android-arm64": "npm:4.34.7"
|
|
18943
|
+
"@rollup/rollup-darwin-arm64": "npm:4.34.7"
|
|
18944
|
+
"@rollup/rollup-darwin-x64": "npm:4.34.7"
|
|
18945
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.34.7"
|
|
18946
|
+
"@rollup/rollup-freebsd-x64": "npm:4.34.7"
|
|
18947
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.7"
|
|
18948
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.34.7"
|
|
18949
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.34.7"
|
|
18950
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.34.7"
|
|
18951
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.7"
|
|
18952
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.7"
|
|
18953
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.34.7"
|
|
18954
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.34.7"
|
|
18955
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.34.7"
|
|
18956
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.34.7"
|
|
18957
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.34.7"
|
|
18958
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.34.7"
|
|
18959
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.34.7"
|
|
18952
18960
|
"@types/estree": "npm:1.0.6"
|
|
18953
18961
|
fsevents: "npm:~2.3.2"
|
|
18954
18962
|
dependenciesMeta:
|
|
@@ -18994,7 +19002,7 @@ __metadata:
|
|
|
18994
19002
|
optional: true
|
|
18995
19003
|
bin:
|
|
18996
19004
|
rollup: dist/bin/rollup
|
|
18997
|
-
checksum: 10c0/
|
|
19005
|
+
checksum: 10c0/115094e41ff8329e2320a7d37edb4d958aca678f8222b4b52e98981da700678c2ad92fddaf164455ca8c2cf9222d42e7b19a0f0e54bfb070b0b8c62d8f3e99aa
|
|
18998
19006
|
languageName: node
|
|
18999
19007
|
linkType: hard
|
|
19000
19008
|
|
|
@@ -19690,12 +19698,12 @@ __metadata:
|
|
|
19690
19698
|
linkType: hard
|
|
19691
19699
|
|
|
19692
19700
|
"socks@npm:^2.8.3":
|
|
19693
|
-
version: 2.8.
|
|
19694
|
-
resolution: "socks@npm:2.8.
|
|
19701
|
+
version: 2.8.4
|
|
19702
|
+
resolution: "socks@npm:2.8.4"
|
|
19695
19703
|
dependencies:
|
|
19696
19704
|
ip-address: "npm:^9.0.5"
|
|
19697
19705
|
smart-buffer: "npm:^4.2.0"
|
|
19698
|
-
checksum: 10c0/
|
|
19706
|
+
checksum: 10c0/00c3271e233ccf1fb83a3dd2060b94cc37817e0f797a93c560b9a7a86c4a0ec2961fb31263bdd24a3c28945e24868b5f063cd98744171d9e942c513454b50ae5
|
|
19699
19707
|
languageName: node
|
|
19700
19708
|
linkType: hard
|
|
19701
19709
|
|
|
@@ -20573,8 +20581,8 @@ __metadata:
|
|
|
20573
20581
|
linkType: hard
|
|
20574
20582
|
|
|
20575
20583
|
"terser@npm:^5.3.4":
|
|
20576
|
-
version: 5.
|
|
20577
|
-
resolution: "terser@npm:5.
|
|
20584
|
+
version: 5.39.0
|
|
20585
|
+
resolution: "terser@npm:5.39.0"
|
|
20578
20586
|
dependencies:
|
|
20579
20587
|
"@jridgewell/source-map": "npm:^0.3.3"
|
|
20580
20588
|
acorn: "npm:^8.8.2"
|
|
@@ -20582,7 +20590,7 @@ __metadata:
|
|
|
20582
20590
|
source-map-support: "npm:~0.5.20"
|
|
20583
20591
|
bin:
|
|
20584
20592
|
terser: bin/terser
|
|
20585
|
-
checksum: 10c0/
|
|
20593
|
+
checksum: 10c0/83326545ea1aecd6261030568b6191ccfa4cb6aa61d9ea41746a52479f50017a78b77e4725fbbc207c5df841ffa66a773c5ac33636e95c7ab94fe7e0379ae5c7
|
|
20586
20594
|
languageName: node
|
|
20587
20595
|
linkType: hard
|
|
20588
20596
|
|