@licklist/design 0.71.18-dev.0 → 0.71.18-dev.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +1 -0
- package/dist/events/event-statistic-modal/utils/index.js +3 -3
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts +18 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +295 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts +15 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +89 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts +14 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +404 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts +10 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.js +87 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/index.d.ts +2 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/index.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/index.d.ts +2 -0
- package/dist/iframe/ProductWithModifierModal/index.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/utils.d.ts +5 -0
- package/dist/iframe/ProductWithModifierModal/utils.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/utils.js +21 -0
- package/dist/iframe/activity-card/ActivityCard.d.ts +1 -2
- package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
- package/dist/iframe/activity-card/ActivityCard.js +1 -7
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts +2 -1
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.js +4 -3
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +15 -2
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +4 -0
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.js +29 -2
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +106 -2
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +3 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +95 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts +23 -0
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts.map +1 -0
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.js +62 -0
- package/dist/iframe/order-process/components/CategoryProduct/constants.d.ts +2 -0
- package/dist/iframe/order-process/components/CategoryProduct/constants.d.ts.map +1 -0
- package/dist/iframe/order-process/components/CategoryProduct/constants.js +4 -0
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts +6 -0
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts.map +1 -0
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.js +18 -0
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.js +83 -10
- package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/index.js +15 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +2 -2
- package/dist/index.js +1 -1
- package/dist/product-set/form/ProductSetForm.d.ts +3 -1
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +6 -4
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +24 -5
- package/dist/product-set/form/context.d.ts +3 -1
- package/dist/product-set/form/context.d.ts.map +1 -1
- package/dist/product-set/form/context.js +2 -1
- package/dist/product-set/product/ProductControl.d.ts +8 -0
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.js +25 -1
- package/dist/product-set/utils/index.d.ts +88 -0
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +19 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +2 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.js +3 -2
- package/dist/sales/coupon/utils/index.d.ts +2 -1
- package/dist/sales/coupon/utils/index.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.d.ts +6 -2
- package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.js +8 -4
- package/dist/sales/modals/refund-modal/index.d.ts +2 -2
- package/dist/sales/modals/refund-modal/index.d.ts.map +1 -1
- package/dist/styles/date-time-button/DateTimeButton.scss +8 -1
- package/dist/styles/events/EditEventModal.scss +2 -0
- package/dist/styles/iframe-page/Page.scss +16 -0
- package/dist/styles/iframe-page/PageBody.scss +4 -0
- package/dist/styles/modals/Modals.scss +16 -0
- package/dist/styles/product-set/EditProductSetElement.scss +1 -0
- package/dist/styles/product-set/ProductSetForm.scss +11 -0
- package/dist/styles/sales/ManualBooking.scss +6 -0
- package/dist/styles/themes/bookedit/index.scss +19 -0
- package/package.json +6 -6
- package/src/events/event-statistic-modal/utils/index.ts +4 -4
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.tsx +212 -0
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +75 -0
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +393 -0
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +98 -0
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/index.ts +1 -0
- package/src/iframe/ProductWithModifierModal/index.ts +1 -0
- package/src/iframe/ProductWithModifierModal/utils.ts +29 -0
- package/src/iframe/activity-card/ActivityCard.stories.tsx +0 -2
- package/src/iframe/activity-card/ActivityCard.tsx +0 -4
- package/src/iframe/event/ticket-description/TicketDescription.tsx +5 -3
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +21 -1
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +42 -1
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +155 -75
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +58 -1
- package/src/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.tsx +86 -0
- package/src/iframe/order-process/components/CategoryProduct/constants.ts +1 -0
- package/src/iframe/order-process/components/utils/useOnWindowUnmount.ts +25 -0
- package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +84 -14
- package/src/iframe/payment/order-items-table/utils/index.ts +23 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +2 -2
- package/src/product-set/form/ProductSetForm.tsx +11 -3
- package/src/product-set/form/ProductsControl.tsx +33 -15
- package/src/product-set/form/context.tsx +5 -0
- package/src/product-set/product/ProductControl.tsx +37 -1
- package/src/product-set/utils/index.ts +19 -0
- package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +3 -0
- package/src/sales/coupon/utils/index.ts +5 -3
- package/src/sales/modals/refund-modal/RefundModal.tsx +15 -6
- package/src/sales/modals/refund-modal/index.ts +7 -2
- package/src/styles/date-time-button/DateTimeButton.scss +8 -1
- package/src/styles/events/EditEventModal.scss +2 -0
- package/src/styles/iframe-page/Page.scss +16 -0
- package/src/styles/iframe-page/PageBody.scss +4 -0
- package/src/styles/modals/Modals.scss +16 -0
- package/src/styles/product-set/EditProductSetElement.scss +1 -0
- package/src/styles/product-set/ProductSetForm.scss +11 -0
- package/src/styles/sales/ManualBooking.scss +6 -0
- package/src/styles/themes/bookedit/index.scss +19 -0
- package/yarn.lock +345 -336
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.
|
|
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,38 @@ __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.9
|
|
87
|
+
resolution: "@babel/core@npm:7.26.9"
|
|
88
88
|
dependencies:
|
|
89
89
|
"@ampproject/remapping": "npm:^2.2.0"
|
|
90
|
-
"@babel/code-frame": "npm:^7.26.
|
|
91
|
-
"@babel/generator": "npm:^7.26.
|
|
92
|
-
"@babel/helper-compilation-targets": "npm:^7.
|
|
90
|
+
"@babel/code-frame": "npm:^7.26.2"
|
|
91
|
+
"@babel/generator": "npm:^7.26.9"
|
|
92
|
+
"@babel/helper-compilation-targets": "npm:^7.26.5"
|
|
93
93
|
"@babel/helper-module-transforms": "npm:^7.26.0"
|
|
94
|
-
"@babel/helpers": "npm:^7.26.
|
|
95
|
-
"@babel/parser": "npm:^7.26.
|
|
96
|
-
"@babel/template": "npm:^7.
|
|
97
|
-
"@babel/traverse": "npm:^7.
|
|
98
|
-
"@babel/types": "npm:^7.26.
|
|
94
|
+
"@babel/helpers": "npm:^7.26.9"
|
|
95
|
+
"@babel/parser": "npm:^7.26.9"
|
|
96
|
+
"@babel/template": "npm:^7.26.9"
|
|
97
|
+
"@babel/traverse": "npm:^7.26.9"
|
|
98
|
+
"@babel/types": "npm:^7.26.9"
|
|
99
99
|
convert-source-map: "npm:^2.0.0"
|
|
100
100
|
debug: "npm:^4.1.0"
|
|
101
101
|
gensync: "npm:^1.0.0-beta.2"
|
|
102
102
|
json5: "npm:^2.2.3"
|
|
103
103
|
semver: "npm:^6.3.1"
|
|
104
|
-
checksum: 10c0/
|
|
104
|
+
checksum: 10c0/ed7212ff42a9453765787019b7d191b167afcacd4bd8fec10b055344ef53fa0cc648c9a80159ae4ecf870016a6318731e087042dcb68d1a2a9d34eb290dc014b
|
|
105
105
|
languageName: node
|
|
106
106
|
linkType: hard
|
|
107
107
|
|
|
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.
|
|
108
|
+
"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.26.9":
|
|
109
|
+
version: 7.26.9
|
|
110
|
+
resolution: "@babel/generator@npm:7.26.9"
|
|
111
111
|
dependencies:
|
|
112
|
-
"@babel/parser": "npm:^7.26.
|
|
113
|
-
"@babel/types": "npm:^7.26.
|
|
112
|
+
"@babel/parser": "npm:^7.26.9"
|
|
113
|
+
"@babel/types": "npm:^7.26.9"
|
|
114
114
|
"@jridgewell/gen-mapping": "npm:^0.3.5"
|
|
115
115
|
"@jridgewell/trace-mapping": "npm:^0.3.25"
|
|
116
116
|
jsesc: "npm:^3.0.2"
|
|
117
|
-
checksum: 10c0/
|
|
117
|
+
checksum: 10c0/6b78872128205224a9a9761b9ea7543a9a7902a04b82fc2f6801ead4de8f59056bab3fd17b1f834ca7b049555fc4c79234b9a6230dd9531a06525306050becad
|
|
118
118
|
languageName: node
|
|
119
119
|
linkType: hard
|
|
120
120
|
|
|
@@ -127,7 +127,7 @@ __metadata:
|
|
|
127
127
|
languageName: node
|
|
128
128
|
linkType: hard
|
|
129
129
|
|
|
130
|
-
"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.25.9":
|
|
130
|
+
"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.25.9, @babel/helper-compilation-targets@npm:^7.26.5":
|
|
131
131
|
version: 7.26.5
|
|
132
132
|
resolution: "@babel/helper-compilation-targets@npm:7.26.5"
|
|
133
133
|
dependencies:
|
|
@@ -141,19 +141,19 @@ __metadata:
|
|
|
141
141
|
linkType: hard
|
|
142
142
|
|
|
143
143
|
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.25.9":
|
|
144
|
-
version: 7.
|
|
145
|
-
resolution: "@babel/helper-create-class-features-plugin@npm:7.
|
|
144
|
+
version: 7.26.9
|
|
145
|
+
resolution: "@babel/helper-create-class-features-plugin@npm:7.26.9"
|
|
146
146
|
dependencies:
|
|
147
147
|
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
|
|
148
148
|
"@babel/helper-member-expression-to-functions": "npm:^7.25.9"
|
|
149
149
|
"@babel/helper-optimise-call-expression": "npm:^7.25.9"
|
|
150
|
-
"@babel/helper-replace-supers": "npm:^7.
|
|
150
|
+
"@babel/helper-replace-supers": "npm:^7.26.5"
|
|
151
151
|
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
|
|
152
|
-
"@babel/traverse": "npm:^7.
|
|
152
|
+
"@babel/traverse": "npm:^7.26.9"
|
|
153
153
|
semver: "npm:^6.3.1"
|
|
154
154
|
peerDependencies:
|
|
155
155
|
"@babel/core": ^7.0.0
|
|
156
|
-
checksum: 10c0/
|
|
156
|
+
checksum: 10c0/808620b350ac012f22163fd44c38ed8e05b24ce5d37bc4aa99a44e9724205f11efcef6b25ccfa5bb5de82ac32b899f1e939123c688f335d2851f4b8d70742233
|
|
157
157
|
languageName: node
|
|
158
158
|
linkType: hard
|
|
159
159
|
|
|
@@ -188,7 +188,7 @@ __metadata:
|
|
|
188
188
|
languageName: node
|
|
189
189
|
linkType: hard
|
|
190
190
|
|
|
191
|
-
"@babel/helper-define-polyfill-provider@npm:^0.6.
|
|
191
|
+
"@babel/helper-define-polyfill-provider@npm:^0.6.3":
|
|
192
192
|
version: 0.6.3
|
|
193
193
|
resolution: "@babel/helper-define-polyfill-provider@npm:0.6.3"
|
|
194
194
|
dependencies:
|
|
@@ -272,7 +272,7 @@ __metadata:
|
|
|
272
272
|
languageName: node
|
|
273
273
|
linkType: hard
|
|
274
274
|
|
|
275
|
-
"@babel/helper-replace-supers@npm:^7.25.9":
|
|
275
|
+
"@babel/helper-replace-supers@npm:^7.25.9, @babel/helper-replace-supers@npm:^7.26.5":
|
|
276
276
|
version: 7.26.5
|
|
277
277
|
resolution: "@babel/helper-replace-supers@npm:7.26.5"
|
|
278
278
|
dependencies:
|
|
@@ -327,13 +327,13 @@ __metadata:
|
|
|
327
327
|
languageName: node
|
|
328
328
|
linkType: hard
|
|
329
329
|
|
|
330
|
-
"@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.26.
|
|
331
|
-
version: 7.26.
|
|
332
|
-
resolution: "@babel/helpers@npm:7.26.
|
|
330
|
+
"@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.26.9":
|
|
331
|
+
version: 7.26.9
|
|
332
|
+
resolution: "@babel/helpers@npm:7.26.9"
|
|
333
333
|
dependencies:
|
|
334
|
-
"@babel/template": "npm:^7.
|
|
335
|
-
"@babel/types": "npm:^7.26.
|
|
336
|
-
checksum: 10c0/
|
|
334
|
+
"@babel/template": "npm:^7.26.9"
|
|
335
|
+
"@babel/types": "npm:^7.26.9"
|
|
336
|
+
checksum: 10c0/3d4dbc4a33fe4181ed810cac52318b578294745ceaec07e2f6ecccf6cda55d25e4bfcea8f085f333bf911c9e1fc13320248dd1d5315ab47ad82ce1077410df05
|
|
337
337
|
languageName: node
|
|
338
338
|
linkType: hard
|
|
339
339
|
|
|
@@ -349,14 +349,14 @@ __metadata:
|
|
|
349
349
|
languageName: node
|
|
350
350
|
linkType: hard
|
|
351
351
|
|
|
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.
|
|
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.26.9":
|
|
353
|
+
version: 7.26.9
|
|
354
|
+
resolution: "@babel/parser@npm:7.26.9"
|
|
355
355
|
dependencies:
|
|
356
|
-
"@babel/types": "npm:^7.26.
|
|
356
|
+
"@babel/types": "npm:^7.26.9"
|
|
357
357
|
bin:
|
|
358
358
|
parser: ./bin/babel-parser.js
|
|
359
|
-
checksum: 10c0/
|
|
359
|
+
checksum: 10c0/4b9ef3c9a0d4c328e5e5544f50fe8932c36f8a2c851e7f14a85401487cd3da75cad72c2e1bcec1eac55599a6bbb2fdc091f274c4fcafa6bdd112d4915ff087fc
|
|
360
360
|
languageName: node
|
|
361
361
|
linkType: hard
|
|
362
362
|
|
|
@@ -673,16 +673,16 @@ __metadata:
|
|
|
673
673
|
languageName: node
|
|
674
674
|
linkType: hard
|
|
675
675
|
|
|
676
|
-
"@babel/plugin-transform-async-generator-functions@npm:^7.
|
|
677
|
-
version: 7.
|
|
678
|
-
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.
|
|
676
|
+
"@babel/plugin-transform-async-generator-functions@npm:^7.26.8":
|
|
677
|
+
version: 7.26.8
|
|
678
|
+
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.26.8"
|
|
679
679
|
dependencies:
|
|
680
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
680
|
+
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
681
681
|
"@babel/helper-remap-async-to-generator": "npm:^7.25.9"
|
|
682
|
-
"@babel/traverse": "npm:^7.
|
|
682
|
+
"@babel/traverse": "npm:^7.26.8"
|
|
683
683
|
peerDependencies:
|
|
684
684
|
"@babel/core": ^7.0.0-0
|
|
685
|
-
checksum: 10c0/
|
|
685
|
+
checksum: 10c0/f6fefce963fe2e6268dde1958975d7adbce65fba94ca6f4bc554c90da03104ad1dd2e66d03bc0462da46868498428646e30b03a218ef0e5a84bfc87a7e375cec
|
|
686
686
|
languageName: node
|
|
687
687
|
linkType: hard
|
|
688
688
|
|
|
@@ -699,7 +699,7 @@ __metadata:
|
|
|
699
699
|
languageName: node
|
|
700
700
|
linkType: hard
|
|
701
701
|
|
|
702
|
-
"@babel/plugin-transform-block-scoped-functions@npm:^7.
|
|
702
|
+
"@babel/plugin-transform-block-scoped-functions@npm:^7.26.5":
|
|
703
703
|
version: 7.26.5
|
|
704
704
|
resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.26.5"
|
|
705
705
|
dependencies:
|
|
@@ -830,7 +830,7 @@ __metadata:
|
|
|
830
830
|
languageName: node
|
|
831
831
|
linkType: hard
|
|
832
832
|
|
|
833
|
-
"@babel/plugin-transform-exponentiation-operator@npm:^7.
|
|
833
|
+
"@babel/plugin-transform-exponentiation-operator@npm:^7.26.3":
|
|
834
834
|
version: 7.26.3
|
|
835
835
|
resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.26.3"
|
|
836
836
|
dependencies:
|
|
@@ -864,15 +864,15 @@ __metadata:
|
|
|
864
864
|
languageName: node
|
|
865
865
|
linkType: hard
|
|
866
866
|
|
|
867
|
-
"@babel/plugin-transform-for-of@npm:^7.12.1, @babel/plugin-transform-for-of@npm:^7.
|
|
868
|
-
version: 7.
|
|
869
|
-
resolution: "@babel/plugin-transform-for-of@npm:7.
|
|
867
|
+
"@babel/plugin-transform-for-of@npm:^7.12.1, @babel/plugin-transform-for-of@npm:^7.26.9":
|
|
868
|
+
version: 7.26.9
|
|
869
|
+
resolution: "@babel/plugin-transform-for-of@npm:7.26.9"
|
|
870
870
|
dependencies:
|
|
871
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
871
|
+
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
872
872
|
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
|
|
873
873
|
peerDependencies:
|
|
874
874
|
"@babel/core": ^7.0.0-0
|
|
875
|
-
checksum: 10c0/
|
|
875
|
+
checksum: 10c0/e28a521521cf9f84ddd69ca8da7c89fb9f7aa38e4dea35742fe973e4e1d7c23f9cee1a4861a2fdd9e9f18ff945886a44d7335cea1c603b96bfcb1c7c8791ef09
|
|
876
876
|
languageName: node
|
|
877
877
|
linkType: hard
|
|
878
878
|
|
|
@@ -945,7 +945,7 @@ __metadata:
|
|
|
945
945
|
languageName: node
|
|
946
946
|
linkType: hard
|
|
947
947
|
|
|
948
|
-
"@babel/plugin-transform-modules-commonjs@npm:^7.25.9":
|
|
948
|
+
"@babel/plugin-transform-modules-commonjs@npm:^7.25.9, @babel/plugin-transform-modules-commonjs@npm:^7.26.3":
|
|
949
949
|
version: 7.26.3
|
|
950
950
|
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.26.3"
|
|
951
951
|
dependencies:
|
|
@@ -1006,7 +1006,7 @@ __metadata:
|
|
|
1006
1006
|
languageName: node
|
|
1007
1007
|
linkType: hard
|
|
1008
1008
|
|
|
1009
|
-
"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.
|
|
1009
|
+
"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.26.6":
|
|
1010
1010
|
version: 7.26.6
|
|
1011
1011
|
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.26.6"
|
|
1012
1012
|
dependencies:
|
|
@@ -1274,31 +1274,31 @@ __metadata:
|
|
|
1274
1274
|
languageName: node
|
|
1275
1275
|
linkType: hard
|
|
1276
1276
|
|
|
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.
|
|
1277
|
+
"@babel/plugin-transform-template-literals@npm:^7.12.1, @babel/plugin-transform-template-literals@npm:^7.26.8":
|
|
1278
|
+
version: 7.26.8
|
|
1279
|
+
resolution: "@babel/plugin-transform-template-literals@npm:7.26.8"
|
|
1280
1280
|
dependencies:
|
|
1281
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1281
|
+
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
1282
1282
|
peerDependencies:
|
|
1283
1283
|
"@babel/core": ^7.0.0-0
|
|
1284
|
-
checksum: 10c0/
|
|
1284
|
+
checksum: 10c0/205a938ded9554857a604416d369023a961334b6c20943bd861b45f0e5dbbeca1cf6fda1c2049126e38a0d18865993433fdc78eae3028e94836b3b643c08ba0d
|
|
1285
1285
|
languageName: node
|
|
1286
1286
|
linkType: hard
|
|
1287
1287
|
|
|
1288
|
-
"@babel/plugin-transform-typeof-symbol@npm:^7.
|
|
1289
|
-
version: 7.
|
|
1290
|
-
resolution: "@babel/plugin-transform-typeof-symbol@npm:7.
|
|
1288
|
+
"@babel/plugin-transform-typeof-symbol@npm:^7.26.7":
|
|
1289
|
+
version: 7.26.7
|
|
1290
|
+
resolution: "@babel/plugin-transform-typeof-symbol@npm:7.26.7"
|
|
1291
1291
|
dependencies:
|
|
1292
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1292
|
+
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
1293
1293
|
peerDependencies:
|
|
1294
1294
|
"@babel/core": ^7.0.0-0
|
|
1295
|
-
checksum: 10c0/
|
|
1295
|
+
checksum: 10c0/d5640e3457637e6eee1d7205d255602ccca124ed30e4de10ec75ba179d167e0a826ceeab424e119921f5c995dfddf39ef1f2c91efd2dcbf3f0dc1e7931dfd1d1
|
|
1296
1296
|
languageName: node
|
|
1297
1297
|
linkType: hard
|
|
1298
1298
|
|
|
1299
1299
|
"@babel/plugin-transform-typescript@npm:^7.25.9":
|
|
1300
|
-
version: 7.26.
|
|
1301
|
-
resolution: "@babel/plugin-transform-typescript@npm:7.26.
|
|
1300
|
+
version: 7.26.8
|
|
1301
|
+
resolution: "@babel/plugin-transform-typescript@npm:7.26.8"
|
|
1302
1302
|
dependencies:
|
|
1303
1303
|
"@babel/helper-annotate-as-pure": "npm:^7.25.9"
|
|
1304
1304
|
"@babel/helper-create-class-features-plugin": "npm:^7.25.9"
|
|
@@ -1307,7 +1307,7 @@ __metadata:
|
|
|
1307
1307
|
"@babel/plugin-syntax-typescript": "npm:^7.25.9"
|
|
1308
1308
|
peerDependencies:
|
|
1309
1309
|
"@babel/core": ^7.0.0-0
|
|
1310
|
-
checksum: 10c0/
|
|
1310
|
+
checksum: 10c0/c1dc02c357b8de0650d4e757fe71db9ac769b68e282a262ca5af2a7f1ff112c4533d54db6f1f58f13072ad547561b0461c46c08233566b37f778ac5f5550fb41
|
|
1311
1311
|
languageName: node
|
|
1312
1312
|
linkType: hard
|
|
1313
1313
|
|
|
@@ -1359,12 +1359,12 @@ __metadata:
|
|
|
1359
1359
|
linkType: hard
|
|
1360
1360
|
|
|
1361
1361
|
"@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.
|
|
1362
|
+
version: 7.26.9
|
|
1363
|
+
resolution: "@babel/preset-env@npm:7.26.9"
|
|
1364
1364
|
dependencies:
|
|
1365
|
-
"@babel/compat-data": "npm:^7.26.
|
|
1366
|
-
"@babel/helper-compilation-targets": "npm:^7.
|
|
1367
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1365
|
+
"@babel/compat-data": "npm:^7.26.8"
|
|
1366
|
+
"@babel/helper-compilation-targets": "npm:^7.26.5"
|
|
1367
|
+
"@babel/helper-plugin-utils": "npm:^7.26.5"
|
|
1368
1368
|
"@babel/helper-validator-option": "npm:^7.25.9"
|
|
1369
1369
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.9"
|
|
1370
1370
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.25.9"
|
|
@@ -1376,9 +1376,9 @@ __metadata:
|
|
|
1376
1376
|
"@babel/plugin-syntax-import-attributes": "npm:^7.26.0"
|
|
1377
1377
|
"@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6"
|
|
1378
1378
|
"@babel/plugin-transform-arrow-functions": "npm:^7.25.9"
|
|
1379
|
-
"@babel/plugin-transform-async-generator-functions": "npm:^7.
|
|
1379
|
+
"@babel/plugin-transform-async-generator-functions": "npm:^7.26.8"
|
|
1380
1380
|
"@babel/plugin-transform-async-to-generator": "npm:^7.25.9"
|
|
1381
|
-
"@babel/plugin-transform-block-scoped-functions": "npm:^7.
|
|
1381
|
+
"@babel/plugin-transform-block-scoped-functions": "npm:^7.26.5"
|
|
1382
1382
|
"@babel/plugin-transform-block-scoping": "npm:^7.25.9"
|
|
1383
1383
|
"@babel/plugin-transform-class-properties": "npm:^7.25.9"
|
|
1384
1384
|
"@babel/plugin-transform-class-static-block": "npm:^7.26.0"
|
|
@@ -1389,21 +1389,21 @@ __metadata:
|
|
|
1389
1389
|
"@babel/plugin-transform-duplicate-keys": "npm:^7.25.9"
|
|
1390
1390
|
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.9"
|
|
1391
1391
|
"@babel/plugin-transform-dynamic-import": "npm:^7.25.9"
|
|
1392
|
-
"@babel/plugin-transform-exponentiation-operator": "npm:^7.
|
|
1392
|
+
"@babel/plugin-transform-exponentiation-operator": "npm:^7.26.3"
|
|
1393
1393
|
"@babel/plugin-transform-export-namespace-from": "npm:^7.25.9"
|
|
1394
|
-
"@babel/plugin-transform-for-of": "npm:^7.
|
|
1394
|
+
"@babel/plugin-transform-for-of": "npm:^7.26.9"
|
|
1395
1395
|
"@babel/plugin-transform-function-name": "npm:^7.25.9"
|
|
1396
1396
|
"@babel/plugin-transform-json-strings": "npm:^7.25.9"
|
|
1397
1397
|
"@babel/plugin-transform-literals": "npm:^7.25.9"
|
|
1398
1398
|
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.25.9"
|
|
1399
1399
|
"@babel/plugin-transform-member-expression-literals": "npm:^7.25.9"
|
|
1400
1400
|
"@babel/plugin-transform-modules-amd": "npm:^7.25.9"
|
|
1401
|
-
"@babel/plugin-transform-modules-commonjs": "npm:^7.
|
|
1401
|
+
"@babel/plugin-transform-modules-commonjs": "npm:^7.26.3"
|
|
1402
1402
|
"@babel/plugin-transform-modules-systemjs": "npm:^7.25.9"
|
|
1403
1403
|
"@babel/plugin-transform-modules-umd": "npm:^7.25.9"
|
|
1404
1404
|
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.25.9"
|
|
1405
1405
|
"@babel/plugin-transform-new-target": "npm:^7.25.9"
|
|
1406
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.
|
|
1406
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.26.6"
|
|
1407
1407
|
"@babel/plugin-transform-numeric-separator": "npm:^7.25.9"
|
|
1408
1408
|
"@babel/plugin-transform-object-rest-spread": "npm:^7.25.9"
|
|
1409
1409
|
"@babel/plugin-transform-object-super": "npm:^7.25.9"
|
|
@@ -1419,21 +1419,21 @@ __metadata:
|
|
|
1419
1419
|
"@babel/plugin-transform-shorthand-properties": "npm:^7.25.9"
|
|
1420
1420
|
"@babel/plugin-transform-spread": "npm:^7.25.9"
|
|
1421
1421
|
"@babel/plugin-transform-sticky-regex": "npm:^7.25.9"
|
|
1422
|
-
"@babel/plugin-transform-template-literals": "npm:^7.
|
|
1423
|
-
"@babel/plugin-transform-typeof-symbol": "npm:^7.
|
|
1422
|
+
"@babel/plugin-transform-template-literals": "npm:^7.26.8"
|
|
1423
|
+
"@babel/plugin-transform-typeof-symbol": "npm:^7.26.7"
|
|
1424
1424
|
"@babel/plugin-transform-unicode-escapes": "npm:^7.25.9"
|
|
1425
1425
|
"@babel/plugin-transform-unicode-property-regex": "npm:^7.25.9"
|
|
1426
1426
|
"@babel/plugin-transform-unicode-regex": "npm:^7.25.9"
|
|
1427
1427
|
"@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.9"
|
|
1428
1428
|
"@babel/preset-modules": "npm:0.1.6-no-external-plugins"
|
|
1429
1429
|
babel-plugin-polyfill-corejs2: "npm:^0.4.10"
|
|
1430
|
-
babel-plugin-polyfill-corejs3: "npm:^0.
|
|
1430
|
+
babel-plugin-polyfill-corejs3: "npm:^0.11.0"
|
|
1431
1431
|
babel-plugin-polyfill-regenerator: "npm:^0.6.1"
|
|
1432
|
-
core-js-compat: "npm:^3.
|
|
1432
|
+
core-js-compat: "npm:^3.40.0"
|
|
1433
1433
|
semver: "npm:^6.3.1"
|
|
1434
1434
|
peerDependencies:
|
|
1435
1435
|
"@babel/core": ^7.0.0-0
|
|
1436
|
-
checksum: 10c0/
|
|
1436
|
+
checksum: 10c0/6812ca76bd38165a58fe8354bab5e7204e1aa17d8b9270bd8f8babb08cc7fa94cd29525fe41b553f2ba0e84033d566f10da26012b8ee0f81897005c5225d0051
|
|
1437
1437
|
languageName: node
|
|
1438
1438
|
linkType: hard
|
|
1439
1439
|
|
|
@@ -1510,57 +1510,57 @@ __metadata:
|
|
|
1510
1510
|
linkType: hard
|
|
1511
1511
|
|
|
1512
1512
|
"@babel/runtime-corejs3@npm:^7.10.2":
|
|
1513
|
-
version: 7.26.
|
|
1514
|
-
resolution: "@babel/runtime-corejs3@npm:7.26.
|
|
1513
|
+
version: 7.26.9
|
|
1514
|
+
resolution: "@babel/runtime-corejs3@npm:7.26.9"
|
|
1515
1515
|
dependencies:
|
|
1516
1516
|
core-js-pure: "npm:^3.30.2"
|
|
1517
1517
|
regenerator-runtime: "npm:^0.14.0"
|
|
1518
|
-
checksum: 10c0/
|
|
1518
|
+
checksum: 10c0/6e453dddbdad51b446548b0b43e4767b57ff223aa14e1de01aba06eacb0d9938de88c5460a97bb14f056829b13335bafd63f56bbeda4cff5cb375c73de964aa3
|
|
1519
1519
|
languageName: node
|
|
1520
1520
|
linkType: hard
|
|
1521
1521
|
|
|
1522
1522
|
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.2, @babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.13.6, @babel/runtime@npm:^7.13.8, @babel/runtime@npm:^7.14.0, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.20.13, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.8, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.2, @babel/runtime@npm:^7.6.3, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7":
|
|
1523
|
-
version: 7.26.
|
|
1524
|
-
resolution: "@babel/runtime@npm:7.26.
|
|
1523
|
+
version: 7.26.9
|
|
1524
|
+
resolution: "@babel/runtime@npm:7.26.9"
|
|
1525
1525
|
dependencies:
|
|
1526
1526
|
regenerator-runtime: "npm:^0.14.0"
|
|
1527
|
-
checksum: 10c0/
|
|
1527
|
+
checksum: 10c0/e8517131110a6ec3a7360881438b85060e49824e007f4a64b5dfa9192cf2bb5c01e84bfc109f02d822c7edb0db926928dd6b991e3ee460b483fb0fac43152d9b
|
|
1528
1528
|
languageName: node
|
|
1529
1529
|
linkType: hard
|
|
1530
1530
|
|
|
1531
|
-
"@babel/template@npm:^7.12.7, @babel/template@npm:^7.25.9":
|
|
1532
|
-
version: 7.
|
|
1533
|
-
resolution: "@babel/template@npm:7.
|
|
1531
|
+
"@babel/template@npm:^7.12.7, @babel/template@npm:^7.25.9, @babel/template@npm:^7.26.9":
|
|
1532
|
+
version: 7.26.9
|
|
1533
|
+
resolution: "@babel/template@npm:7.26.9"
|
|
1534
1534
|
dependencies:
|
|
1535
|
-
"@babel/code-frame": "npm:^7.
|
|
1536
|
-
"@babel/parser": "npm:^7.
|
|
1537
|
-
"@babel/types": "npm:^7.
|
|
1538
|
-
checksum: 10c0/
|
|
1535
|
+
"@babel/code-frame": "npm:^7.26.2"
|
|
1536
|
+
"@babel/parser": "npm:^7.26.9"
|
|
1537
|
+
"@babel/types": "npm:^7.26.9"
|
|
1538
|
+
checksum: 10c0/019b1c4129cc01ad63e17529089c2c559c74709d225f595eee017af227fee11ae8a97a6ab19ae6768b8aa22d8d75dcb60a00b28f52e9fa78140672d928bc1ae9
|
|
1539
1539
|
languageName: node
|
|
1540
1540
|
linkType: hard
|
|
1541
1541
|
|
|
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":
|
|
1543
|
-
version: 7.26.
|
|
1544
|
-
resolution: "@babel/traverse@npm:7.26.
|
|
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.8, @babel/traverse@npm:^7.26.9":
|
|
1543
|
+
version: 7.26.9
|
|
1544
|
+
resolution: "@babel/traverse@npm:7.26.9"
|
|
1545
1545
|
dependencies:
|
|
1546
1546
|
"@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.
|
|
1547
|
+
"@babel/generator": "npm:^7.26.9"
|
|
1548
|
+
"@babel/parser": "npm:^7.26.9"
|
|
1549
|
+
"@babel/template": "npm:^7.26.9"
|
|
1550
|
+
"@babel/types": "npm:^7.26.9"
|
|
1551
1551
|
debug: "npm:^4.3.1"
|
|
1552
1552
|
globals: "npm:^11.1.0"
|
|
1553
|
-
checksum: 10c0/
|
|
1553
|
+
checksum: 10c0/51dd57fa39ea34d04816806bfead04c74f37301269d24c192d1406dc6e244fea99713b3b9c5f3e926d9ef6aa9cd5c062ad4f2fc1caa9cf843d5e864484ac955e
|
|
1554
1554
|
languageName: node
|
|
1555
1555
|
linkType: hard
|
|
1556
1556
|
|
|
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.
|
|
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.9, @babel/types@npm:^7.4.4":
|
|
1558
|
+
version: 7.26.9
|
|
1559
|
+
resolution: "@babel/types@npm:7.26.9"
|
|
1560
1560
|
dependencies:
|
|
1561
1561
|
"@babel/helper-string-parser": "npm:^7.25.9"
|
|
1562
1562
|
"@babel/helper-validator-identifier": "npm:^7.25.9"
|
|
1563
|
-
checksum: 10c0/
|
|
1563
|
+
checksum: 10c0/999c56269ba00e5c57aa711fbe7ff071cd6990bafd1b978341ea7572cc78919986e2aa6ee51dacf4b6a7a6fa63ba4eb3f1a03cf55eee31b896a56d068b895964
|
|
1564
1564
|
languageName: node
|
|
1565
1565
|
linkType: hard
|
|
1566
1566
|
|
|
@@ -2453,9 +2453,9 @@ __metadata:
|
|
|
2453
2453
|
languageName: node
|
|
2454
2454
|
linkType: hard
|
|
2455
2455
|
|
|
2456
|
-
"@licklist/core@npm:0.31.2-dev.
|
|
2457
|
-
version: 0.31.2-dev.
|
|
2458
|
-
resolution: "@licklist/core@npm:0.31.2-dev.
|
|
2456
|
+
"@licklist/core@npm:0.31.2-dev.10":
|
|
2457
|
+
version: 0.31.2-dev.10
|
|
2458
|
+
resolution: "@licklist/core@npm:0.31.2-dev.10"
|
|
2459
2459
|
dependencies:
|
|
2460
2460
|
"@sentry/browser": "npm:6.2.0"
|
|
2461
2461
|
axios: "npm:0.26.0"
|
|
@@ -2477,13 +2477,13 @@ __metadata:
|
|
|
2477
2477
|
react-i18next: 11.8.8
|
|
2478
2478
|
react-intl: 6.6.8
|
|
2479
2479
|
zustand: 3.7.2
|
|
2480
|
-
checksum: 10c0/
|
|
2480
|
+
checksum: 10c0/ebd034a5275a13a637d0e7cba377a02ee087b9486c4b3061875e26574750237876e530be2fa71f7390c534544d7cc4982db739ee9a3f48ac41c8d19a5bfa4868
|
|
2481
2481
|
languageName: node
|
|
2482
2482
|
linkType: hard
|
|
2483
2483
|
|
|
2484
|
-
"@licklist/core@npm:0.31.2-dev.
|
|
2485
|
-
version: 0.31.2-dev.
|
|
2486
|
-
resolution: "@licklist/core@npm:0.31.2-dev.
|
|
2484
|
+
"@licklist/core@npm:0.31.2-dev.11":
|
|
2485
|
+
version: 0.31.2-dev.11
|
|
2486
|
+
resolution: "@licklist/core@npm:0.31.2-dev.11"
|
|
2487
2487
|
dependencies:
|
|
2488
2488
|
"@sentry/browser": "npm:6.2.0"
|
|
2489
2489
|
axios: "npm:0.26.0"
|
|
@@ -2505,7 +2505,7 @@ __metadata:
|
|
|
2505
2505
|
react-i18next: 11.8.8
|
|
2506
2506
|
react-intl: 6.6.8
|
|
2507
2507
|
zustand: 3.7.2
|
|
2508
|
-
checksum: 10c0/
|
|
2508
|
+
checksum: 10c0/eabcc95fb4a12a60c00c5b15060a89495f7c6980a53d27fc3dc7325eccb4a5d604e49aa148b68ae0bcb98f5e78f0dc2695833342756a3d5d9d2640bbd93dfaaf
|
|
2509
2509
|
languageName: node
|
|
2510
2510
|
linkType: hard
|
|
2511
2511
|
|
|
@@ -2520,9 +2520,9 @@ __metadata:
|
|
|
2520
2520
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2521
2521
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2522
2522
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2523
|
-
"@licklist/core": "npm:0.31.2-dev.
|
|
2523
|
+
"@licklist/core": "npm:0.31.2-dev.11"
|
|
2524
2524
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2525
|
-
"@licklist/plugins": "npm:0.35.1-dev.
|
|
2525
|
+
"@licklist/plugins": "npm:0.35.1-dev.8"
|
|
2526
2526
|
"@mantine/core": "npm:6.0.22"
|
|
2527
2527
|
"@mantine/hooks": "npm:6.0.22"
|
|
2528
2528
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2651,9 +2651,9 @@ __metadata:
|
|
|
2651
2651
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2652
2652
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2653
2653
|
peerDependencies:
|
|
2654
|
-
"@licklist/core": 0.31.2-dev.
|
|
2654
|
+
"@licklist/core": 0.31.2-dev.11
|
|
2655
2655
|
"@licklist/eslint-config": 0.5.6
|
|
2656
|
-
"@licklist/plugins": 0.35.1-dev.
|
|
2656
|
+
"@licklist/plugins": 0.35.1-dev.8
|
|
2657
2657
|
lodash: 4.17.21
|
|
2658
2658
|
luxon: 3.5.0
|
|
2659
2659
|
react: 17.0.2
|
|
@@ -2683,11 +2683,11 @@ __metadata:
|
|
|
2683
2683
|
languageName: node
|
|
2684
2684
|
linkType: hard
|
|
2685
2685
|
|
|
2686
|
-
"@licklist/plugins@npm:0.35.1-dev.
|
|
2687
|
-
version: 0.35.1-dev.
|
|
2688
|
-
resolution: "@licklist/plugins@npm:0.35.1-dev.
|
|
2686
|
+
"@licklist/plugins@npm:0.35.1-dev.8":
|
|
2687
|
+
version: 0.35.1-dev.8
|
|
2688
|
+
resolution: "@licklist/plugins@npm:0.35.1-dev.8"
|
|
2689
2689
|
dependencies:
|
|
2690
|
-
"@licklist/core": "npm:0.31.2-dev.
|
|
2690
|
+
"@licklist/core": "npm:0.31.2-dev.10"
|
|
2691
2691
|
axios: "npm:0.26.0"
|
|
2692
2692
|
history: "npm:4.10.1"
|
|
2693
2693
|
laravel-echo: "npm:1.15.1"
|
|
@@ -2707,7 +2707,7 @@ __metadata:
|
|
|
2707
2707
|
rrule: "npm:2.6.8"
|
|
2708
2708
|
use-debounce: "npm:7.0.1"
|
|
2709
2709
|
peerDependencies:
|
|
2710
|
-
"@licklist/core": 0.31.2-dev.
|
|
2710
|
+
"@licklist/core": 0.31.2-dev.10
|
|
2711
2711
|
"@licklist/eslint-config": 0.5.6
|
|
2712
2712
|
axios: 0.26.0
|
|
2713
2713
|
lodash: 4.17.21
|
|
@@ -2719,7 +2719,7 @@ __metadata:
|
|
|
2719
2719
|
react-loader: 2.4.7
|
|
2720
2720
|
react-query: 3.34.12
|
|
2721
2721
|
react-router-dom: 5.2.0
|
|
2722
|
-
checksum: 10c0/
|
|
2722
|
+
checksum: 10c0/fedc003fccb7e3464ad89983c6cb44347962586a39c43a8f22d84f71da53557cdf14fc64d44c80f3d1417ee65d8cce56c6382d530c94bdc2b1c636036f365046
|
|
2723
2723
|
languageName: node
|
|
2724
2724
|
linkType: hard
|
|
2725
2725
|
|
|
@@ -3303,135 +3303,135 @@ __metadata:
|
|
|
3303
3303
|
languageName: node
|
|
3304
3304
|
linkType: hard
|
|
3305
3305
|
|
|
3306
|
-
"@rollup/rollup-android-arm-eabi@npm:4.
|
|
3307
|
-
version: 4.
|
|
3308
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3306
|
+
"@rollup/rollup-android-arm-eabi@npm:4.34.8":
|
|
3307
|
+
version: 4.34.8
|
|
3308
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.8"
|
|
3309
3309
|
conditions: os=android & cpu=arm
|
|
3310
3310
|
languageName: node
|
|
3311
3311
|
linkType: hard
|
|
3312
3312
|
|
|
3313
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3314
|
-
version: 4.
|
|
3315
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3313
|
+
"@rollup/rollup-android-arm64@npm:4.34.8":
|
|
3314
|
+
version: 4.34.8
|
|
3315
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.34.8"
|
|
3316
3316
|
conditions: os=android & cpu=arm64
|
|
3317
3317
|
languageName: node
|
|
3318
3318
|
linkType: hard
|
|
3319
3319
|
|
|
3320
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3321
|
-
version: 4.
|
|
3322
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3320
|
+
"@rollup/rollup-darwin-arm64@npm:4.34.8":
|
|
3321
|
+
version: 4.34.8
|
|
3322
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.34.8"
|
|
3323
3323
|
conditions: os=darwin & cpu=arm64
|
|
3324
3324
|
languageName: node
|
|
3325
3325
|
linkType: hard
|
|
3326
3326
|
|
|
3327
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3328
|
-
version: 4.
|
|
3329
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3327
|
+
"@rollup/rollup-darwin-x64@npm:4.34.8":
|
|
3328
|
+
version: 4.34.8
|
|
3329
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.34.8"
|
|
3330
3330
|
conditions: os=darwin & cpu=x64
|
|
3331
3331
|
languageName: node
|
|
3332
3332
|
linkType: hard
|
|
3333
3333
|
|
|
3334
|
-
"@rollup/rollup-freebsd-arm64@npm:4.
|
|
3335
|
-
version: 4.
|
|
3336
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.
|
|
3334
|
+
"@rollup/rollup-freebsd-arm64@npm:4.34.8":
|
|
3335
|
+
version: 4.34.8
|
|
3336
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.8"
|
|
3337
3337
|
conditions: os=freebsd & cpu=arm64
|
|
3338
3338
|
languageName: node
|
|
3339
3339
|
linkType: hard
|
|
3340
3340
|
|
|
3341
|
-
"@rollup/rollup-freebsd-x64@npm:4.
|
|
3342
|
-
version: 4.
|
|
3343
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.
|
|
3341
|
+
"@rollup/rollup-freebsd-x64@npm:4.34.8":
|
|
3342
|
+
version: 4.34.8
|
|
3343
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.34.8"
|
|
3344
3344
|
conditions: os=freebsd & cpu=x64
|
|
3345
3345
|
languageName: node
|
|
3346
3346
|
linkType: hard
|
|
3347
3347
|
|
|
3348
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3349
|
-
version: 4.
|
|
3350
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3348
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.8":
|
|
3349
|
+
version: 4.34.8
|
|
3350
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.8"
|
|
3351
3351
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3352
3352
|
languageName: node
|
|
3353
3353
|
linkType: hard
|
|
3354
3354
|
|
|
3355
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3356
|
-
version: 4.
|
|
3357
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3355
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.34.8":
|
|
3356
|
+
version: 4.34.8
|
|
3357
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.8"
|
|
3358
3358
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3359
3359
|
languageName: node
|
|
3360
3360
|
linkType: hard
|
|
3361
3361
|
|
|
3362
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3363
|
-
version: 4.
|
|
3364
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3362
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.34.8":
|
|
3363
|
+
version: 4.34.8
|
|
3364
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.8"
|
|
3365
3365
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3366
3366
|
languageName: node
|
|
3367
3367
|
linkType: hard
|
|
3368
3368
|
|
|
3369
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3370
|
-
version: 4.
|
|
3371
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3369
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.34.8":
|
|
3370
|
+
version: 4.34.8
|
|
3371
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.8"
|
|
3372
3372
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3373
3373
|
languageName: node
|
|
3374
3374
|
linkType: hard
|
|
3375
3375
|
|
|
3376
|
-
"@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3377
|
-
version: 4.
|
|
3378
|
-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3376
|
+
"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.8":
|
|
3377
|
+
version: 4.34.8
|
|
3378
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.8"
|
|
3379
3379
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
3380
3380
|
languageName: node
|
|
3381
3381
|
linkType: hard
|
|
3382
3382
|
|
|
3383
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3384
|
-
version: 4.
|
|
3385
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3383
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.8":
|
|
3384
|
+
version: 4.34.8
|
|
3385
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.8"
|
|
3386
3386
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3387
3387
|
languageName: node
|
|
3388
3388
|
linkType: hard
|
|
3389
3389
|
|
|
3390
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3391
|
-
version: 4.
|
|
3392
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3390
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.34.8":
|
|
3391
|
+
version: 4.34.8
|
|
3392
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.8"
|
|
3393
3393
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3394
3394
|
languageName: node
|
|
3395
3395
|
linkType: hard
|
|
3396
3396
|
|
|
3397
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3398
|
-
version: 4.
|
|
3399
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3397
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.34.8":
|
|
3398
|
+
version: 4.34.8
|
|
3399
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.8"
|
|
3400
3400
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3401
3401
|
languageName: node
|
|
3402
3402
|
linkType: hard
|
|
3403
3403
|
|
|
3404
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3405
|
-
version: 4.
|
|
3406
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3404
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.34.8":
|
|
3405
|
+
version: 4.34.8
|
|
3406
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.8"
|
|
3407
3407
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3408
3408
|
languageName: node
|
|
3409
3409
|
linkType: hard
|
|
3410
3410
|
|
|
3411
|
-
"@rollup/rollup-linux-x64-musl@npm:4.
|
|
3412
|
-
version: 4.
|
|
3413
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3411
|
+
"@rollup/rollup-linux-x64-musl@npm:4.34.8":
|
|
3412
|
+
version: 4.34.8
|
|
3413
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.8"
|
|
3414
3414
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3415
3415
|
languageName: node
|
|
3416
3416
|
linkType: hard
|
|
3417
3417
|
|
|
3418
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3419
|
-
version: 4.
|
|
3420
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3418
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.34.8":
|
|
3419
|
+
version: 4.34.8
|
|
3420
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.8"
|
|
3421
3421
|
conditions: os=win32 & cpu=arm64
|
|
3422
3422
|
languageName: node
|
|
3423
3423
|
linkType: hard
|
|
3424
3424
|
|
|
3425
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3426
|
-
version: 4.
|
|
3427
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3425
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.34.8":
|
|
3426
|
+
version: 4.34.8
|
|
3427
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.8"
|
|
3428
3428
|
conditions: os=win32 & cpu=ia32
|
|
3429
3429
|
languageName: node
|
|
3430
3430
|
linkType: hard
|
|
3431
3431
|
|
|
3432
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3433
|
-
version: 4.
|
|
3434
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3432
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.34.8":
|
|
3433
|
+
version: 4.34.8
|
|
3434
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.8"
|
|
3435
3435
|
conditions: os=win32 & cpu=x64
|
|
3436
3436
|
languageName: node
|
|
3437
3437
|
linkType: hard
|
|
@@ -5175,14 +5175,14 @@ __metadata:
|
|
|
5175
5175
|
linkType: hard
|
|
5176
5176
|
|
|
5177
5177
|
"@tiptap/extension-bubble-menu@npm:^2.0.0-beta.56":
|
|
5178
|
-
version: 2.11.
|
|
5179
|
-
resolution: "@tiptap/extension-bubble-menu@npm:2.11.
|
|
5178
|
+
version: 2.11.5
|
|
5179
|
+
resolution: "@tiptap/extension-bubble-menu@npm:2.11.5"
|
|
5180
5180
|
dependencies:
|
|
5181
5181
|
tippy.js: "npm:^6.3.7"
|
|
5182
5182
|
peerDependencies:
|
|
5183
5183
|
"@tiptap/core": ^2.7.0
|
|
5184
5184
|
"@tiptap/pm": ^2.7.0
|
|
5185
|
-
checksum: 10c0/
|
|
5185
|
+
checksum: 10c0/a9112df35a19c875085c4065cee36228aec68c2336ddcff25a4e741e25625397325762abce045ede53c18b58df9235216ef909a099f9ac8f5783d137615e3252
|
|
5186
5186
|
languageName: node
|
|
5187
5187
|
linkType: hard
|
|
5188
5188
|
|
|
@@ -5205,14 +5205,14 @@ __metadata:
|
|
|
5205
5205
|
linkType: hard
|
|
5206
5206
|
|
|
5207
5207
|
"@tiptap/extension-floating-menu@npm:^2.0.0-beta.51":
|
|
5208
|
-
version: 2.11.
|
|
5209
|
-
resolution: "@tiptap/extension-floating-menu@npm:2.11.
|
|
5208
|
+
version: 2.11.5
|
|
5209
|
+
resolution: "@tiptap/extension-floating-menu@npm:2.11.5"
|
|
5210
5210
|
dependencies:
|
|
5211
5211
|
tippy.js: "npm:^6.3.7"
|
|
5212
5212
|
peerDependencies:
|
|
5213
5213
|
"@tiptap/core": ^2.7.0
|
|
5214
5214
|
"@tiptap/pm": ^2.7.0
|
|
5215
|
-
checksum: 10c0/
|
|
5215
|
+
checksum: 10c0/45013b8e7ea13950a76bf62498d48b0d681aeaa88e49b3027f45ec42a42b5006e9f8af25251712cb6ed73a732989e2f95d293b905ba83aa82e2c17aabcfed0b0
|
|
5216
5216
|
languageName: node
|
|
5217
5217
|
linkType: hard
|
|
5218
5218
|
|
|
@@ -5692,11 +5692,11 @@ __metadata:
|
|
|
5692
5692
|
linkType: hard
|
|
5693
5693
|
|
|
5694
5694
|
"@types/node@npm:*":
|
|
5695
|
-
version: 22.
|
|
5696
|
-
resolution: "@types/node@npm:22.
|
|
5695
|
+
version: 22.13.4
|
|
5696
|
+
resolution: "@types/node@npm:22.13.4"
|
|
5697
5697
|
dependencies:
|
|
5698
5698
|
undici-types: "npm:~6.20.0"
|
|
5699
|
-
checksum: 10c0/
|
|
5699
|
+
checksum: 10c0/3a234fa7766a3efc382cf81f66f474c26cdab2f54f43f757634c81c0444eb2160c2dabbde9741e4983078a318a88515b65416b5f1ab5478548579d7b3ead1d95
|
|
5700
5700
|
languageName: node
|
|
5701
5701
|
linkType: hard
|
|
5702
5702
|
|
|
@@ -5964,11 +5964,11 @@ __metadata:
|
|
|
5964
5964
|
linkType: hard
|
|
5965
5965
|
|
|
5966
5966
|
"@types/react@npm:*, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11":
|
|
5967
|
-
version: 19.0.
|
|
5968
|
-
resolution: "@types/react@npm:19.0.
|
|
5967
|
+
version: 19.0.9
|
|
5968
|
+
resolution: "@types/react@npm:19.0.9"
|
|
5969
5969
|
dependencies:
|
|
5970
5970
|
csstype: "npm:^3.0.2"
|
|
5971
|
-
checksum: 10c0/
|
|
5971
|
+
checksum: 10c0/a0324890a7d9f3bae018b8735c8978cebea35bc00e7e5cdfcead110683a3b95aab550606abb2fe3189215d60dfcf7059335d206a5f20f41868c56daef60f62c1
|
|
5972
5972
|
languageName: node
|
|
5973
5973
|
linkType: hard
|
|
5974
5974
|
|
|
@@ -6065,9 +6065,9 @@ __metadata:
|
|
|
6065
6065
|
linkType: hard
|
|
6066
6066
|
|
|
6067
6067
|
"@types/webpack-env@npm:^1.16.0":
|
|
6068
|
-
version: 1.18.
|
|
6069
|
-
resolution: "@types/webpack-env@npm:1.18.
|
|
6070
|
-
checksum: 10c0/
|
|
6068
|
+
version: 1.18.8
|
|
6069
|
+
resolution: "@types/webpack-env@npm:1.18.8"
|
|
6070
|
+
checksum: 10c0/527a5d1eb75c5243e4f3665d956c7c340f899955dd25d16c9fd9750406f32e95a3a17d207640295038e8235c0c2a2daf084f420e088e58b965d82fc74f6012d7
|
|
6071
6071
|
languageName: node
|
|
6072
6072
|
linkType: hard
|
|
6073
6073
|
|
|
@@ -7203,6 +7203,13 @@ __metadata:
|
|
|
7203
7203
|
languageName: node
|
|
7204
7204
|
linkType: hard
|
|
7205
7205
|
|
|
7206
|
+
"async-function@npm:^1.0.0":
|
|
7207
|
+
version: 1.0.0
|
|
7208
|
+
resolution: "async-function@npm:1.0.0"
|
|
7209
|
+
checksum: 10c0/669a32c2cb7e45091330c680e92eaeb791bc1d4132d827591e499cd1f776ff5a873e77e5f92d0ce795a8d60f10761dec9ddfe7225a5de680f5d357f67b1aac73
|
|
7210
|
+
languageName: node
|
|
7211
|
+
linkType: hard
|
|
7212
|
+
|
|
7206
7213
|
"asynckit@npm:^0.4.0":
|
|
7207
7214
|
version: 0.4.0
|
|
7208
7215
|
resolution: "asynckit@npm:0.4.0"
|
|
@@ -7438,15 +7445,15 @@ __metadata:
|
|
|
7438
7445
|
languageName: node
|
|
7439
7446
|
linkType: hard
|
|
7440
7447
|
|
|
7441
|
-
"babel-plugin-polyfill-corejs3@npm:^0.
|
|
7442
|
-
version: 0.
|
|
7443
|
-
resolution: "babel-plugin-polyfill-corejs3@npm:0.
|
|
7448
|
+
"babel-plugin-polyfill-corejs3@npm:^0.11.0":
|
|
7449
|
+
version: 0.11.1
|
|
7450
|
+
resolution: "babel-plugin-polyfill-corejs3@npm:0.11.1"
|
|
7444
7451
|
dependencies:
|
|
7445
|
-
"@babel/helper-define-polyfill-provider": "npm:^0.6.
|
|
7446
|
-
core-js-compat: "npm:^3.
|
|
7452
|
+
"@babel/helper-define-polyfill-provider": "npm:^0.6.3"
|
|
7453
|
+
core-js-compat: "npm:^3.40.0"
|
|
7447
7454
|
peerDependencies:
|
|
7448
7455
|
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
|
|
7449
|
-
checksum: 10c0/
|
|
7456
|
+
checksum: 10c0/025f754b6296d84b20200aff63a3c1acdd85e8c621781f2bd27fe2512d0060526192d02329326947c6b29c27cf475fbcfaaff8c51eab1d2bfc7b79086bb64229
|
|
7450
7457
|
languageName: node
|
|
7451
7458
|
linkType: hard
|
|
7452
7459
|
|
|
@@ -8004,12 +8011,12 @@ __metadata:
|
|
|
8004
8011
|
linkType: hard
|
|
8005
8012
|
|
|
8006
8013
|
"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1":
|
|
8007
|
-
version: 1.0.
|
|
8008
|
-
resolution: "call-bind-apply-helpers@npm:1.0.
|
|
8014
|
+
version: 1.0.2
|
|
8015
|
+
resolution: "call-bind-apply-helpers@npm:1.0.2"
|
|
8009
8016
|
dependencies:
|
|
8010
8017
|
es-errors: "npm:^1.3.0"
|
|
8011
8018
|
function-bind: "npm:^1.1.2"
|
|
8012
|
-
checksum: 10c0/
|
|
8019
|
+
checksum: 10c0/47bd9901d57b857590431243fea704ff18078b16890a6b3e021e12d279bbf211d039155e27d7566b374d49ee1f8189344bac9833dec7a20cdec370506361c938
|
|
8013
8020
|
languageName: node
|
|
8014
8021
|
linkType: hard
|
|
8015
8022
|
|
|
@@ -8093,9 +8100,9 @@ __metadata:
|
|
|
8093
8100
|
linkType: hard
|
|
8094
8101
|
|
|
8095
8102
|
"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":
|
|
8096
|
-
version: 1.0.
|
|
8097
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8098
|
-
checksum: 10c0/
|
|
8103
|
+
version: 1.0.30001700
|
|
8104
|
+
resolution: "caniuse-lite@npm:1.0.30001700"
|
|
8105
|
+
checksum: 10c0/3d391bcdd193208166d3ad759de240b9c18ac3759dbd57195770f0fcd2eedcd47d5e853609aba1eee5a2def44b0a14eee457796bdb3451a27de0c8b27355017c
|
|
8099
8106
|
languageName: node
|
|
8100
8107
|
linkType: hard
|
|
8101
8108
|
|
|
@@ -8238,8 +8245,8 @@ __metadata:
|
|
|
8238
8245
|
linkType: hard
|
|
8239
8246
|
|
|
8240
8247
|
"chromatic@npm:^11.4.0":
|
|
8241
|
-
version: 11.25.
|
|
8242
|
-
resolution: "chromatic@npm:11.25.
|
|
8248
|
+
version: 11.25.2
|
|
8249
|
+
resolution: "chromatic@npm:11.25.2"
|
|
8243
8250
|
peerDependencies:
|
|
8244
8251
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8245
8252
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8252,7 +8259,7 @@ __metadata:
|
|
|
8252
8259
|
chroma: dist/bin.js
|
|
8253
8260
|
chromatic: dist/bin.js
|
|
8254
8261
|
chromatic-cli: dist/bin.js
|
|
8255
|
-
checksum: 10c0/
|
|
8262
|
+
checksum: 10c0/2cb4bb40a062005292a4cd606321f6c9bdaa31e255e66bae12c780bca9b72e883c017ebe48c5a9228db88a010f5977571ef7dfdcdd4195ad0e7b955f9966d7df
|
|
8256
8263
|
languageName: node
|
|
8257
8264
|
linkType: hard
|
|
8258
8265
|
|
|
@@ -8574,8 +8581,8 @@ __metadata:
|
|
|
8574
8581
|
linkType: hard
|
|
8575
8582
|
|
|
8576
8583
|
"compression@npm:^1.7.4":
|
|
8577
|
-
version: 1.
|
|
8578
|
-
resolution: "compression@npm:1.
|
|
8584
|
+
version: 1.8.0
|
|
8585
|
+
resolution: "compression@npm:1.8.0"
|
|
8579
8586
|
dependencies:
|
|
8580
8587
|
bytes: "npm:3.1.2"
|
|
8581
8588
|
compressible: "npm:~2.0.18"
|
|
@@ -8584,7 +8591,7 @@ __metadata:
|
|
|
8584
8591
|
on-headers: "npm:~1.0.2"
|
|
8585
8592
|
safe-buffer: "npm:5.2.1"
|
|
8586
8593
|
vary: "npm:~1.1.2"
|
|
8587
|
-
checksum: 10c0/
|
|
8594
|
+
checksum: 10c0/804d3c8430939f4fd88e5128333f311b4035f6425a7f2959d74cfb5c98ef3a3e3e18143208f3f9d0fcae4cd3bcf3d2fbe525e0fcb955e6e146e070936f025a24
|
|
8588
8595
|
languageName: node
|
|
8589
8596
|
linkType: hard
|
|
8590
8597
|
|
|
@@ -8737,7 +8744,7 @@ __metadata:
|
|
|
8737
8744
|
languageName: node
|
|
8738
8745
|
linkType: hard
|
|
8739
8746
|
|
|
8740
|
-
"core-js-compat@npm:^3.
|
|
8747
|
+
"core-js-compat@npm:^3.40.0, core-js-compat@npm:^3.8.1":
|
|
8741
8748
|
version: 3.40.0
|
|
8742
8749
|
resolution: "core-js-compat@npm:3.40.0"
|
|
8743
8750
|
dependencies:
|
|
@@ -8811,9 +8818,9 @@ __metadata:
|
|
|
8811
8818
|
linkType: hard
|
|
8812
8819
|
|
|
8813
8820
|
"country-flag-icons@npm:^1.0.2":
|
|
8814
|
-
version: 1.5.
|
|
8815
|
-
resolution: "country-flag-icons@npm:1.5.
|
|
8816
|
-
checksum: 10c0/
|
|
8821
|
+
version: 1.5.16
|
|
8822
|
+
resolution: "country-flag-icons@npm:1.5.16"
|
|
8823
|
+
checksum: 10c0/98ae352dbe5ed143b15d422816e5435de1329013de58aae028753a35d4a00c0e8b413626f05377e26ee96b588cca6b21f15d46b99cff0fe583db5a19e7d1da8b
|
|
8817
8824
|
languageName: node
|
|
8818
8825
|
linkType: hard
|
|
8819
8826
|
|
|
@@ -9882,9 +9889,9 @@ __metadata:
|
|
|
9882
9889
|
linkType: hard
|
|
9883
9890
|
|
|
9884
9891
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.73":
|
|
9885
|
-
version: 1.5.
|
|
9886
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9887
|
-
checksum: 10c0/
|
|
9892
|
+
version: 1.5.101
|
|
9893
|
+
resolution: "electron-to-chromium@npm:1.5.101"
|
|
9894
|
+
checksum: 10c0/9c6579e58b09cc27151ad135444253d241b8a354c2d1a122d280086549ce3c78a47388f6c37774d93ee73b353defdc1f215b702de2b18d34d53fcf8ed25e5f53
|
|
9888
9895
|
languageName: node
|
|
9889
9896
|
linkType: hard
|
|
9890
9897
|
|
|
@@ -10234,11 +10241,11 @@ __metadata:
|
|
|
10234
10241
|
linkType: hard
|
|
10235
10242
|
|
|
10236
10243
|
"es-shim-unscopables@npm:^1.0.2":
|
|
10237
|
-
version: 1.0
|
|
10238
|
-
resolution: "es-shim-unscopables@npm:1.0
|
|
10244
|
+
version: 1.1.0
|
|
10245
|
+
resolution: "es-shim-unscopables@npm:1.1.0"
|
|
10239
10246
|
dependencies:
|
|
10240
|
-
hasown: "npm:^2.0.
|
|
10241
|
-
checksum: 10c0/
|
|
10247
|
+
hasown: "npm:^2.0.2"
|
|
10248
|
+
checksum: 10c0/1b9702c8a1823fc3ef39035a4e958802cf294dd21e917397c561d0b3e195f383b978359816b1732d02b255ccf63e1e4815da0065b95db8d7c992037be3bbbcdb
|
|
10242
10249
|
languageName: node
|
|
10243
10250
|
linkType: hard
|
|
10244
10251
|
|
|
@@ -10832,9 +10839,9 @@ __metadata:
|
|
|
10832
10839
|
linkType: hard
|
|
10833
10840
|
|
|
10834
10841
|
"exponential-backoff@npm:^3.1.1":
|
|
10835
|
-
version: 3.1.
|
|
10836
|
-
resolution: "exponential-backoff@npm:3.1.
|
|
10837
|
-
checksum: 10c0/
|
|
10842
|
+
version: 3.1.2
|
|
10843
|
+
resolution: "exponential-backoff@npm:3.1.2"
|
|
10844
|
+
checksum: 10c0/d9d3e1eafa21b78464297df91f1776f7fbaa3d5e3f7f0995648ca5b89c069d17055033817348d9f4a43d1c20b0eab84f75af6991751e839df53e4dfd6f22e844
|
|
10838
10845
|
languageName: node
|
|
10839
10846
|
linkType: hard
|
|
10840
10847
|
|
|
@@ -10996,11 +11003,11 @@ __metadata:
|
|
|
10996
11003
|
linkType: hard
|
|
10997
11004
|
|
|
10998
11005
|
"fastq@npm:^1.6.0":
|
|
10999
|
-
version: 1.
|
|
11000
|
-
resolution: "fastq@npm:1.
|
|
11006
|
+
version: 1.19.0
|
|
11007
|
+
resolution: "fastq@npm:1.19.0"
|
|
11001
11008
|
dependencies:
|
|
11002
11009
|
reusify: "npm:^1.0.4"
|
|
11003
|
-
checksum: 10c0/
|
|
11010
|
+
checksum: 10c0/d6a001638f1574a696660fcbba5300d017760432372c801632c325ca7c16819604841c92fd3ccadcdacec0966ca336363a5ff57bc5f0be335d8ea7ac6087b98f
|
|
11004
11011
|
languageName: node
|
|
11005
11012
|
linkType: hard
|
|
11006
11013
|
|
|
@@ -11230,11 +11237,11 @@ __metadata:
|
|
|
11230
11237
|
linkType: hard
|
|
11231
11238
|
|
|
11232
11239
|
"for-each@npm:^0.3.3":
|
|
11233
|
-
version: 0.3.
|
|
11234
|
-
resolution: "for-each@npm:0.3.
|
|
11240
|
+
version: 0.3.5
|
|
11241
|
+
resolution: "for-each@npm:0.3.5"
|
|
11235
11242
|
dependencies:
|
|
11236
|
-
is-callable: "npm:^1.
|
|
11237
|
-
checksum: 10c0/
|
|
11243
|
+
is-callable: "npm:^1.2.7"
|
|
11244
|
+
checksum: 10c0/0e0b50f6a843a282637d43674d1fb278dda1dd85f4f99b640024cfb10b85058aac0cc781bf689d5fe50b4b7f638e91e548560723a4e76e04fe96ae35ef039cee
|
|
11238
11245
|
languageName: node
|
|
11239
11246
|
linkType: hard
|
|
11240
11247
|
|
|
@@ -11312,13 +11319,14 @@ __metadata:
|
|
|
11312
11319
|
linkType: hard
|
|
11313
11320
|
|
|
11314
11321
|
"form-data@npm:^4.0.0":
|
|
11315
|
-
version: 4.0.
|
|
11316
|
-
resolution: "form-data@npm:4.0.
|
|
11322
|
+
version: 4.0.2
|
|
11323
|
+
resolution: "form-data@npm:4.0.2"
|
|
11317
11324
|
dependencies:
|
|
11318
11325
|
asynckit: "npm:^0.4.0"
|
|
11319
11326
|
combined-stream: "npm:^1.0.8"
|
|
11327
|
+
es-set-tostringtag: "npm:^2.1.0"
|
|
11320
11328
|
mime-types: "npm:^2.1.12"
|
|
11321
|
-
checksum: 10c0/
|
|
11329
|
+
checksum: 10c0/e534b0cf025c831a0929bf4b9bbe1a9a6b03e273a8161f9947286b9b13bf8fb279c6944aae0070c4c311100c6d6dbb815cd955dc217728caf73fad8dc5b8ee9c
|
|
11322
11330
|
languageName: node
|
|
11323
11331
|
linkType: hard
|
|
11324
11332
|
|
|
@@ -12525,12 +12533,12 @@ __metadata:
|
|
|
12525
12533
|
linkType: hard
|
|
12526
12534
|
|
|
12527
12535
|
"import-fresh@npm:^3.0.0, import-fresh@npm:^3.1.0, import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
|
|
12528
|
-
version: 3.3.
|
|
12529
|
-
resolution: "import-fresh@npm:3.3.
|
|
12536
|
+
version: 3.3.1
|
|
12537
|
+
resolution: "import-fresh@npm:3.3.1"
|
|
12530
12538
|
dependencies:
|
|
12531
12539
|
parent-module: "npm:^1.0.0"
|
|
12532
12540
|
resolve-from: "npm:^4.0.0"
|
|
12533
|
-
checksum: 10c0/
|
|
12541
|
+
checksum: 10c0/bf8cc494872fef783249709385ae883b447e3eb09db0ebd15dcead7d9afe7224dad7bd7591c6b73b0b19b3c0f9640eb8ee884f01cfaf2887ab995b0b36a0cbec
|
|
12534
12542
|
languageName: node
|
|
12535
12543
|
linkType: hard
|
|
12536
12544
|
|
|
@@ -12610,8 +12618,8 @@ __metadata:
|
|
|
12610
12618
|
linkType: hard
|
|
12611
12619
|
|
|
12612
12620
|
"input-format@npm:^0.3.5":
|
|
12613
|
-
version: 0.3.
|
|
12614
|
-
resolution: "input-format@npm:0.3.
|
|
12621
|
+
version: 0.3.14
|
|
12622
|
+
resolution: "input-format@npm:0.3.14"
|
|
12615
12623
|
dependencies:
|
|
12616
12624
|
prop-types: "npm:^15.8.1"
|
|
12617
12625
|
peerDependencies:
|
|
@@ -12622,7 +12630,7 @@ __metadata:
|
|
|
12622
12630
|
optional: true
|
|
12623
12631
|
react-dom:
|
|
12624
12632
|
optional: true
|
|
12625
|
-
checksum: 10c0/
|
|
12633
|
+
checksum: 10c0/37bb23e0dd15223b2ac8a25b09bc26e4d613cbd93c040dcdb490a1661dd0782c2742ad819b9dbd4b154a9e09ce1a69046a78e4ee943171b7ec86b07b50324ad6
|
|
12626
12634
|
languageName: node
|
|
12627
12635
|
linkType: hard
|
|
12628
12636
|
|
|
@@ -12758,14 +12766,15 @@ __metadata:
|
|
|
12758
12766
|
linkType: hard
|
|
12759
12767
|
|
|
12760
12768
|
"is-async-function@npm:^2.0.0":
|
|
12761
|
-
version: 2.1.
|
|
12762
|
-
resolution: "is-async-function@npm:2.1.
|
|
12769
|
+
version: 2.1.1
|
|
12770
|
+
resolution: "is-async-function@npm:2.1.1"
|
|
12763
12771
|
dependencies:
|
|
12772
|
+
async-function: "npm:^1.0.0"
|
|
12764
12773
|
call-bound: "npm:^1.0.3"
|
|
12765
12774
|
get-proto: "npm:^1.0.1"
|
|
12766
12775
|
has-tostringtag: "npm:^1.0.2"
|
|
12767
12776
|
safe-regex-test: "npm:^1.1.0"
|
|
12768
|
-
checksum: 10c0/
|
|
12777
|
+
checksum: 10c0/d70c236a5e82de6fc4d44368ffd0c2fee2b088b893511ce21e679da275a5ecc6015ff59a7d7e1bdd7ca39f71a8dbdd253cf8cce5c6b3c91cdd5b42b5ce677298
|
|
12769
12778
|
languageName: node
|
|
12770
12779
|
linkType: hard
|
|
12771
12780
|
|
|
@@ -12797,12 +12806,12 @@ __metadata:
|
|
|
12797
12806
|
linkType: hard
|
|
12798
12807
|
|
|
12799
12808
|
"is-boolean-object@npm:^1.2.1":
|
|
12800
|
-
version: 1.2.
|
|
12801
|
-
resolution: "is-boolean-object@npm:1.2.
|
|
12809
|
+
version: 1.2.2
|
|
12810
|
+
resolution: "is-boolean-object@npm:1.2.2"
|
|
12802
12811
|
dependencies:
|
|
12803
|
-
call-bound: "npm:^1.0.
|
|
12812
|
+
call-bound: "npm:^1.0.3"
|
|
12804
12813
|
has-tostringtag: "npm:^1.0.2"
|
|
12805
|
-
checksum: 10c0/
|
|
12814
|
+
checksum: 10c0/36ff6baf6bd18b3130186990026f5a95c709345c39cd368468e6c1b6ab52201e9fd26d8e1f4c066357b4938b0f0401e1a5000e08257787c1a02f3a719457001e
|
|
12806
12815
|
languageName: node
|
|
12807
12816
|
linkType: hard
|
|
12808
12817
|
|
|
@@ -12820,7 +12829,7 @@ __metadata:
|
|
|
12820
12829
|
languageName: node
|
|
12821
12830
|
linkType: hard
|
|
12822
12831
|
|
|
12823
|
-
"is-callable@npm:^1.
|
|
12832
|
+
"is-callable@npm:^1.2.7":
|
|
12824
12833
|
version: 1.2.7
|
|
12825
12834
|
resolution: "is-callable@npm:1.2.7"
|
|
12826
12835
|
checksum: 10c0/ceebaeb9d92e8adee604076971dd6000d38d6afc40bb843ea8e45c5579b57671c3f3b50d7f04869618242c6cee08d1b67806a8cb8edaaaf7c0748b3720d6066f
|
|
@@ -13216,11 +13225,11 @@ __metadata:
|
|
|
13216
13225
|
linkType: hard
|
|
13217
13226
|
|
|
13218
13227
|
"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.0":
|
|
13219
|
-
version: 1.1.
|
|
13220
|
-
resolution: "is-weakref@npm:1.1.
|
|
13228
|
+
version: 1.1.1
|
|
13229
|
+
resolution: "is-weakref@npm:1.1.1"
|
|
13221
13230
|
dependencies:
|
|
13222
|
-
call-bound: "npm:^1.0.
|
|
13223
|
-
checksum: 10c0/
|
|
13231
|
+
call-bound: "npm:^1.0.3"
|
|
13232
|
+
checksum: 10c0/8e0a9c07b0c780949a100e2cab2b5560a48ecd4c61726923c1a9b77b6ab0aa0046c9e7fb2206042296817045376dee2c8ab1dabe08c7c3dfbf195b01275a085b
|
|
13224
13233
|
languageName: node
|
|
13225
13234
|
linkType: hard
|
|
13226
13235
|
|
|
@@ -13795,9 +13804,9 @@ __metadata:
|
|
|
13795
13804
|
linkType: hard
|
|
13796
13805
|
|
|
13797
13806
|
"libphonenumber-js@npm:^1.9.11":
|
|
13798
|
-
version: 1.11.
|
|
13799
|
-
resolution: "libphonenumber-js@npm:1.11.
|
|
13800
|
-
checksum: 10c0/
|
|
13807
|
+
version: 1.11.20
|
|
13808
|
+
resolution: "libphonenumber-js@npm:1.11.20"
|
|
13809
|
+
checksum: 10c0/fb1010bfa5f8682dadfbd9608f76207510e13c456db96d0d534cf727efa2de005cafbb16d016046965894af0787bf567eb5a1a2688d7bb2d5f8b2eebc42437c6
|
|
13801
13810
|
languageName: node
|
|
13802
13811
|
linkType: hard
|
|
13803
13812
|
|
|
@@ -15076,8 +15085,8 @@ __metadata:
|
|
|
15076
15085
|
linkType: hard
|
|
15077
15086
|
|
|
15078
15087
|
"node-gyp@npm:latest":
|
|
15079
|
-
version: 11.
|
|
15080
|
-
resolution: "node-gyp@npm:11.
|
|
15088
|
+
version: 11.1.0
|
|
15089
|
+
resolution: "node-gyp@npm:11.1.0"
|
|
15081
15090
|
dependencies:
|
|
15082
15091
|
env-paths: "npm:^2.2.0"
|
|
15083
15092
|
exponential-backoff: "npm:^3.1.1"
|
|
@@ -15091,7 +15100,7 @@ __metadata:
|
|
|
15091
15100
|
which: "npm:^5.0.0"
|
|
15092
15101
|
bin:
|
|
15093
15102
|
node-gyp: bin/node-gyp.js
|
|
15094
|
-
checksum: 10c0/
|
|
15103
|
+
checksum: 10c0/c38977ce502f1ea41ba2b8721bd5b49bc3d5b3f813eabfac8414082faf0620ccb5211e15c4daecc23ed9f5e3e9cc4da00e575a0bcfc2a95a069294f2afa1e0cd
|
|
15095
15104
|
languageName: node
|
|
15096
15105
|
linkType: hard
|
|
15097
15106
|
|
|
@@ -15272,9 +15281,9 @@ __metadata:
|
|
|
15272
15281
|
linkType: hard
|
|
15273
15282
|
|
|
15274
15283
|
"object-inspect@npm:^1.12.0, object-inspect@npm:^1.13.3":
|
|
15275
|
-
version: 1.13.
|
|
15276
|
-
resolution: "object-inspect@npm:1.13.
|
|
15277
|
-
checksum: 10c0/
|
|
15284
|
+
version: 1.13.4
|
|
15285
|
+
resolution: "object-inspect@npm:1.13.4"
|
|
15286
|
+
checksum: 10c0/d7f8711e803b96ea3191c745d6f8056ce1f2496e530e6a19a0e92d89b0fa3c76d910c31f0aa270432db6bd3b2f85500a376a83aaba849a8d518c8845b3211692
|
|
15278
15287
|
languageName: node
|
|
15279
15288
|
linkType: hard
|
|
15280
15289
|
|
|
@@ -15897,9 +15906,9 @@ __metadata:
|
|
|
15897
15906
|
linkType: hard
|
|
15898
15907
|
|
|
15899
15908
|
"pathe@npm:^2.0.1":
|
|
15900
|
-
version: 2.0.
|
|
15901
|
-
resolution: "pathe@npm:2.0.
|
|
15902
|
-
checksum: 10c0/
|
|
15909
|
+
version: 2.0.3
|
|
15910
|
+
resolution: "pathe@npm:2.0.3"
|
|
15911
|
+
checksum: 10c0/c118dc5a8b5c4166011b2b70608762e260085180bb9e33e80a50dcdb1e78c010b1624f4280c492c92b05fc276715a4c357d1f9edc570f8f1b3d90b6839ebaca1
|
|
15903
15912
|
languageName: node
|
|
15904
15913
|
linkType: hard
|
|
15905
15914
|
|
|
@@ -16064,21 +16073,21 @@ __metadata:
|
|
|
16064
16073
|
linkType: hard
|
|
16065
16074
|
|
|
16066
16075
|
"possible-typed-array-names@npm:^1.0.0":
|
|
16067
|
-
version: 1.
|
|
16068
|
-
resolution: "possible-typed-array-names@npm:1.
|
|
16069
|
-
checksum: 10c0/
|
|
16076
|
+
version: 1.1.0
|
|
16077
|
+
resolution: "possible-typed-array-names@npm:1.1.0"
|
|
16078
|
+
checksum: 10c0/c810983414142071da1d644662ce4caebce890203eb2bc7bf119f37f3fe5796226e117e6cca146b521921fa6531072674174a3325066ac66fce089a53e1e5196
|
|
16070
16079
|
languageName: node
|
|
16071
16080
|
linkType: hard
|
|
16072
16081
|
|
|
16073
16082
|
"postcss-calc@npm:^10.0.2":
|
|
16074
|
-
version: 10.1.
|
|
16075
|
-
resolution: "postcss-calc@npm:10.1.
|
|
16083
|
+
version: 10.1.1
|
|
16084
|
+
resolution: "postcss-calc@npm:10.1.1"
|
|
16076
16085
|
dependencies:
|
|
16077
16086
|
postcss-selector-parser: "npm:^7.0.0"
|
|
16078
16087
|
postcss-value-parser: "npm:^4.2.0"
|
|
16079
16088
|
peerDependencies:
|
|
16080
16089
|
postcss: ^8.4.38
|
|
16081
|
-
checksum: 10c0/
|
|
16090
|
+
checksum: 10c0/616d3b7b15a524fa86ff1b2be7d9f2369c7794fd44c946f117380e519b064e9ac8d1414ea29de0238b130f2b2a5eb2fb59758cc5478af40b04a012992fb1075b
|
|
16082
16091
|
languageName: node
|
|
16083
16092
|
linkType: hard
|
|
16084
16093
|
|
|
@@ -16554,12 +16563,12 @@ __metadata:
|
|
|
16554
16563
|
linkType: hard
|
|
16555
16564
|
|
|
16556
16565
|
"postcss-selector-parser@npm:^7.0.0":
|
|
16557
|
-
version: 7.
|
|
16558
|
-
resolution: "postcss-selector-parser@npm:7.
|
|
16566
|
+
version: 7.1.0
|
|
16567
|
+
resolution: "postcss-selector-parser@npm:7.1.0"
|
|
16559
16568
|
dependencies:
|
|
16560
16569
|
cssesc: "npm:^3.0.0"
|
|
16561
16570
|
util-deprecate: "npm:^1.0.2"
|
|
16562
|
-
checksum: 10c0/
|
|
16571
|
+
checksum: 10c0/0fef257cfd1c0fe93c18a3f8a6e739b4438b527054fd77e9a62730a89b2d0ded1b59314a7e4aaa55bc256204f40830fecd2eb50f20f8cb7ab3a10b52aa06c8aa
|
|
16563
16572
|
languageName: node
|
|
16564
16573
|
linkType: hard
|
|
16565
16574
|
|
|
@@ -16631,13 +16640,13 @@ __metadata:
|
|
|
16631
16640
|
linkType: hard
|
|
16632
16641
|
|
|
16633
16642
|
"postcss@npm:^8.2.6, postcss@npm:^8.4.23, postcss@npm:^8.4.39":
|
|
16634
|
-
version: 8.5.
|
|
16635
|
-
resolution: "postcss@npm:8.5.
|
|
16643
|
+
version: 8.5.2
|
|
16644
|
+
resolution: "postcss@npm:8.5.2"
|
|
16636
16645
|
dependencies:
|
|
16637
16646
|
nanoid: "npm:^3.3.8"
|
|
16638
16647
|
picocolors: "npm:^1.1.1"
|
|
16639
16648
|
source-map-js: "npm:^1.2.1"
|
|
16640
|
-
checksum: 10c0/
|
|
16649
|
+
checksum: 10c0/3044d49bc725029ab62292e8bf9849741251b95f3b754e191bf8b4025414d40ec3b4ac05c5a563d4b50060b5c8e96683eb4d783d8d8fa3867eb7b763cbe66127
|
|
16641
16650
|
languageName: node
|
|
16642
16651
|
linkType: hard
|
|
16643
16652
|
|
|
@@ -17027,15 +17036,15 @@ __metadata:
|
|
|
17027
17036
|
linkType: hard
|
|
17028
17037
|
|
|
17029
17038
|
"prosemirror-tables@npm:^1.3.0":
|
|
17030
|
-
version: 1.6.
|
|
17031
|
-
resolution: "prosemirror-tables@npm:1.6.
|
|
17039
|
+
version: 1.6.4
|
|
17040
|
+
resolution: "prosemirror-tables@npm:1.6.4"
|
|
17032
17041
|
dependencies:
|
|
17033
17042
|
prosemirror-keymap: "npm:^1.2.2"
|
|
17034
17043
|
prosemirror-model: "npm:^1.24.1"
|
|
17035
17044
|
prosemirror-state: "npm:^1.4.3"
|
|
17036
17045
|
prosemirror-transform: "npm:^1.10.2"
|
|
17037
|
-
prosemirror-view: "npm:^1.37.
|
|
17038
|
-
checksum: 10c0/
|
|
17046
|
+
prosemirror-view: "npm:^1.37.2"
|
|
17047
|
+
checksum: 10c0/a19e6c30467885147ac2bdac20701ed82ccd980d56f28ba329132667759b9ab2e7f8d1e96342b099503ab21f949783e29a45cf9c98a97d4d1afdf5ba1f831eb2
|
|
17039
17048
|
languageName: node
|
|
17040
17049
|
linkType: hard
|
|
17041
17050
|
|
|
@@ -17062,14 +17071,14 @@ __metadata:
|
|
|
17062
17071
|
languageName: node
|
|
17063
17072
|
linkType: hard
|
|
17064
17073
|
|
|
17065
|
-
"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.
|
|
17066
|
-
version: 1.
|
|
17067
|
-
resolution: "prosemirror-view@npm:1.
|
|
17074
|
+
"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":
|
|
17075
|
+
version: 1.38.0
|
|
17076
|
+
resolution: "prosemirror-view@npm:1.38.0"
|
|
17068
17077
|
dependencies:
|
|
17069
17078
|
prosemirror-model: "npm:^1.20.0"
|
|
17070
17079
|
prosemirror-state: "npm:^1.0.0"
|
|
17071
17080
|
prosemirror-transform: "npm:^1.1.0"
|
|
17072
|
-
checksum: 10c0/
|
|
17081
|
+
checksum: 10c0/ea4399afbe25ccd0555802344670c7034793cd0afba6958262969e96426eeaf85fa1e1aa7e0e80c15425901a35c7b620e86ce46f5b8e00f8fb55b551dedc7bbf
|
|
17073
17082
|
languageName: node
|
|
17074
17083
|
linkType: hard
|
|
17075
17084
|
|
|
@@ -17524,9 +17533,9 @@ __metadata:
|
|
|
17524
17533
|
linkType: hard
|
|
17525
17534
|
|
|
17526
17535
|
"react-error-overlay@npm:^6.0.9":
|
|
17527
|
-
version: 6.0
|
|
17528
|
-
resolution: "react-error-overlay@npm:6.0
|
|
17529
|
-
checksum: 10c0/
|
|
17536
|
+
version: 6.1.0
|
|
17537
|
+
resolution: "react-error-overlay@npm:6.1.0"
|
|
17538
|
+
checksum: 10c0/2b52308b9e489dfaa25df85c7ed5c200371bc214245161a0833b729f9c6b1a2e591e1d1e07c3d3859ffa19b84a386c219d93df9ba13d819be34c20f40e71a555
|
|
17530
17539
|
languageName: node
|
|
17531
17540
|
linkType: hard
|
|
17532
17541
|
|
|
@@ -18919,28 +18928,28 @@ __metadata:
|
|
|
18919
18928
|
linkType: hard
|
|
18920
18929
|
|
|
18921
18930
|
"rollup@npm:^4.13.0":
|
|
18922
|
-
version: 4.
|
|
18923
|
-
resolution: "rollup@npm:4.
|
|
18924
|
-
dependencies:
|
|
18925
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
18926
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
18927
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
18928
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
18929
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
18930
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
18931
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
18932
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
18933
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
18934
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
18935
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.
|
|
18936
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.
|
|
18937
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
18938
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
18939
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
18940
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
18941
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
18942
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
18943
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
18931
|
+
version: 4.34.8
|
|
18932
|
+
resolution: "rollup@npm:4.34.8"
|
|
18933
|
+
dependencies:
|
|
18934
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.34.8"
|
|
18935
|
+
"@rollup/rollup-android-arm64": "npm:4.34.8"
|
|
18936
|
+
"@rollup/rollup-darwin-arm64": "npm:4.34.8"
|
|
18937
|
+
"@rollup/rollup-darwin-x64": "npm:4.34.8"
|
|
18938
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.34.8"
|
|
18939
|
+
"@rollup/rollup-freebsd-x64": "npm:4.34.8"
|
|
18940
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.8"
|
|
18941
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.34.8"
|
|
18942
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.34.8"
|
|
18943
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.34.8"
|
|
18944
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.8"
|
|
18945
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.8"
|
|
18946
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.34.8"
|
|
18947
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.34.8"
|
|
18948
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.34.8"
|
|
18949
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.34.8"
|
|
18950
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.34.8"
|
|
18951
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.34.8"
|
|
18952
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.34.8"
|
|
18944
18953
|
"@types/estree": "npm:1.0.6"
|
|
18945
18954
|
fsevents: "npm:~2.3.2"
|
|
18946
18955
|
dependenciesMeta:
|
|
@@ -18986,7 +18995,7 @@ __metadata:
|
|
|
18986
18995
|
optional: true
|
|
18987
18996
|
bin:
|
|
18988
18997
|
rollup: dist/bin/rollup
|
|
18989
|
-
checksum: 10c0/
|
|
18998
|
+
checksum: 10c0/b9e711e33413112fbb761107c3fddc4561dfc74335c393542a829a85ccfb2763bfd17bf2422d84a2e9bee7646e5367018973e97005fdf64e49c2e209612f0eb6
|
|
18990
18999
|
languageName: node
|
|
18991
19000
|
linkType: hard
|
|
18992
19001
|
|
|
@@ -19268,11 +19277,11 @@ __metadata:
|
|
|
19268
19277
|
linkType: hard
|
|
19269
19278
|
|
|
19270
19279
|
"semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4":
|
|
19271
|
-
version: 7.
|
|
19272
|
-
resolution: "semver@npm:7.
|
|
19280
|
+
version: 7.7.1
|
|
19281
|
+
resolution: "semver@npm:7.7.1"
|
|
19273
19282
|
bin:
|
|
19274
19283
|
semver: bin/semver.js
|
|
19275
|
-
checksum: 10c0/
|
|
19284
|
+
checksum: 10c0/fd603a6fb9c399c6054015433051bdbe7b99a940a8fb44b85c2b524c4004b023d7928d47cb22154f8d054ea7ee8597f586605e05b52047f048278e4ac56ae958
|
|
19276
19285
|
languageName: node
|
|
19277
19286
|
linkType: hard
|
|
19278
19287
|
|
|
@@ -19682,12 +19691,12 @@ __metadata:
|
|
|
19682
19691
|
linkType: hard
|
|
19683
19692
|
|
|
19684
19693
|
"socks@npm:^2.8.3":
|
|
19685
|
-
version: 2.8.
|
|
19686
|
-
resolution: "socks@npm:2.8.
|
|
19694
|
+
version: 2.8.4
|
|
19695
|
+
resolution: "socks@npm:2.8.4"
|
|
19687
19696
|
dependencies:
|
|
19688
19697
|
ip-address: "npm:^9.0.5"
|
|
19689
19698
|
smart-buffer: "npm:^4.2.0"
|
|
19690
|
-
checksum: 10c0/
|
|
19699
|
+
checksum: 10c0/00c3271e233ccf1fb83a3dd2060b94cc37817e0f797a93c560b9a7a86c4a0ec2961fb31263bdd24a3c28945e24868b5f063cd98744171d9e942c513454b50ae5
|
|
19691
19700
|
languageName: node
|
|
19692
19701
|
linkType: hard
|
|
19693
19702
|
|
|
@@ -20289,9 +20298,9 @@ __metadata:
|
|
|
20289
20298
|
linkType: hard
|
|
20290
20299
|
|
|
20291
20300
|
"stylis@npm:^4.3.0":
|
|
20292
|
-
version: 4.3.
|
|
20293
|
-
resolution: "stylis@npm:4.3.
|
|
20294
|
-
checksum: 10c0/
|
|
20301
|
+
version: 4.3.6
|
|
20302
|
+
resolution: "stylis@npm:4.3.6"
|
|
20303
|
+
checksum: 10c0/e736d484983a34f7c65d362c67dc79b7bce388054b261c2b7b23d02eaaf280617033f65d44b1ea341854f4331a5074b885668ac8741f98c13a6cfd6443ae85d0
|
|
20295
20304
|
languageName: node
|
|
20296
20305
|
linkType: hard
|
|
20297
20306
|
|
|
@@ -20565,8 +20574,8 @@ __metadata:
|
|
|
20565
20574
|
linkType: hard
|
|
20566
20575
|
|
|
20567
20576
|
"terser@npm:^5.3.4":
|
|
20568
|
-
version: 5.
|
|
20569
|
-
resolution: "terser@npm:5.
|
|
20577
|
+
version: 5.39.0
|
|
20578
|
+
resolution: "terser@npm:5.39.0"
|
|
20570
20579
|
dependencies:
|
|
20571
20580
|
"@jridgewell/source-map": "npm:^0.3.3"
|
|
20572
20581
|
acorn: "npm:^8.8.2"
|
|
@@ -20574,7 +20583,7 @@ __metadata:
|
|
|
20574
20583
|
source-map-support: "npm:~0.5.20"
|
|
20575
20584
|
bin:
|
|
20576
20585
|
terser: bin/terser
|
|
20577
|
-
checksum: 10c0/
|
|
20586
|
+
checksum: 10c0/83326545ea1aecd6261030568b6191ccfa4cb6aa61d9ea41746a52479f50017a78b77e4725fbbc207c5df841ffa66a773c5ac33636e95c7ab94fe7e0379ae5c7
|
|
20578
20587
|
languageName: node
|
|
20579
20588
|
linkType: hard
|
|
20580
20589
|
|
|
@@ -20805,8 +20814,8 @@ __metadata:
|
|
|
20805
20814
|
linkType: hard
|
|
20806
20815
|
|
|
20807
20816
|
"tsconfck@npm:^3.0.3":
|
|
20808
|
-
version: 3.1.
|
|
20809
|
-
resolution: "tsconfck@npm:3.1.
|
|
20817
|
+
version: 3.1.5
|
|
20818
|
+
resolution: "tsconfck@npm:3.1.5"
|
|
20810
20819
|
peerDependencies:
|
|
20811
20820
|
typescript: ^5.0.0
|
|
20812
20821
|
peerDependenciesMeta:
|
|
@@ -20814,7 +20823,7 @@ __metadata:
|
|
|
20814
20823
|
optional: true
|
|
20815
20824
|
bin:
|
|
20816
20825
|
tsconfck: bin/tsconfck.js
|
|
20817
|
-
checksum: 10c0/
|
|
20826
|
+
checksum: 10c0/9b62cd85d5702aa23ea50ea578d7124f3d59cc4518fcc7eacc04f4f9c9c481f720738ff8351bd4472247c0723a17dfd01af95a5b60ad623cdb8727fbe4881847
|
|
20818
20827
|
languageName: node
|
|
20819
20828
|
linkType: hard
|
|
20820
20829
|
|
|
@@ -21755,9 +21764,9 @@ __metadata:
|
|
|
21755
21764
|
linkType: hard
|
|
21756
21765
|
|
|
21757
21766
|
"vscode-uri@npm:^3.0.8":
|
|
21758
|
-
version: 3.0
|
|
21759
|
-
resolution: "vscode-uri@npm:3.0
|
|
21760
|
-
checksum: 10c0/
|
|
21767
|
+
version: 3.1.0
|
|
21768
|
+
resolution: "vscode-uri@npm:3.1.0"
|
|
21769
|
+
checksum: 10c0/5f6c9c10fd9b1664d71fab4e9fbbae6be93c7f75bb3a1d9d74399a88ab8649e99691223fd7cef4644376cac6e94fa2c086d802521b9a8e31c5af3e60f0f35624
|
|
21761
21770
|
languageName: node
|
|
21762
21771
|
linkType: hard
|
|
21763
21772
|
|