@licklist/design 0.71.18-dev.18 → 0.71.18-dev.2
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/IntervalInput.d.ts +1 -3
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +4 -11
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +1 -3
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +3 -14
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +0 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +1 -5
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +3 -5
- package/dist/events/event-statistic-modal/utils/index.js +3 -3
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts +1 -3
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.js +7 -10
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +1 -2
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts +1 -5
- 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 +1 -12
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +0 -1
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +0 -4
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.js +2 -29
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +2 -106
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts +1 -3
- 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 +1 -95
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.js +10 -83
- package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/index.js +0 -15
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +2 -2
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +1 -4
- package/dist/index.js +2 -2
- package/dist/product-set/form/ProductSetForm.d.ts +1 -3
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +4 -6
- package/dist/product-set/form/ProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +5 -24
- package/dist/product-set/form/context.d.ts +1 -3
- package/dist/product-set/form/context.d.ts.map +1 -1
- package/dist/product-set/form/context.js +1 -2
- package/dist/product-set/product/ProductControl.d.ts +0 -8
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.js +1 -25
- package/dist/product-set/utils/index.d.ts +0 -88
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +1 -19
- package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.d.ts.map +1 -1
- package/dist/sales/coupon/utils/index.d.ts +1 -2
- package/dist/sales/coupon/utils/index.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.d.ts +2 -6
- package/dist/sales/modals/refund-modal/RefundModal.d.ts.map +1 -1
- package/dist/sales/modals/refund-modal/RefundModal.js +4 -8
- 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 +1 -8
- package/dist/styles/events/EditEventModal.scss +0 -2
- package/dist/styles/iframe-page/Page.scss +0 -16
- package/dist/styles/iframe-page/PageBody.scss +0 -4
- package/dist/styles/modals/Modals.scss +0 -16
- package/dist/styles/product-set/EditProductSetElement.scss +0 -1
- package/dist/styles/product-set/ProductSetForm.scss +0 -11
- package/dist/styles/sales/ManualBooking.scss +0 -6
- package/dist/styles/themes/bookedit/index.scss +0 -19
- package/package.json +6 -6
- package/src/events/edit-event-modal/IntervalInput.tsx +3 -13
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +1 -16
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +1 -9
- package/src/events/event-statistic-modal/utils/index.ts +4 -4
- package/src/iframe/event/ticket-description/TicketDescription.tsx +4 -11
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +0 -2
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +2 -24
- package/src/iframe/order-process/components/BookingSummary/types/index.ts +0 -1
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +1 -42
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +75 -155
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -58
- package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +14 -84
- package/src/iframe/payment/order-items-table/utils/index.ts +0 -23
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +2 -2
- package/src/iframe/payment/payment-page/PaymentPage.tsx +10 -8
- package/src/product-set/form/ProductSetForm.tsx +3 -11
- package/src/product-set/form/ProductsControl.tsx +15 -33
- package/src/product-set/form/context.tsx +0 -5
- package/src/product-set/product/ProductControl.tsx +1 -37
- package/src/product-set/utils/index.ts +0 -19
- package/src/recurrence-input/RecurrenceInput.tsx +5 -3
- package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +2 -2
- package/src/sales/coupon/utils/index.ts +3 -5
- package/src/sales/modals/refund-modal/RefundModal.tsx +6 -15
- package/src/sales/modals/refund-modal/index.ts +2 -7
- package/src/styles/date-time-button/DateTimeButton.scss +1 -8
- package/src/styles/events/EditEventModal.scss +0 -2
- package/src/styles/iframe-page/Page.scss +0 -16
- package/src/styles/iframe-page/PageBody.scss +0 -4
- package/src/styles/modals/Modals.scss +0 -16
- package/src/styles/product-set/EditProductSetElement.scss +0 -1
- package/src/styles/product-set/ProductSetForm.scss +0 -11
- package/src/styles/sales/ManualBooking.scss +0 -6
- package/src/styles/themes/bookedit/index.scss +0 -19
- package/yarn.lock +376 -377
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts +0 -18
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +0 -295
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts +0 -15
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +0 -90
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts +0 -14
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +0 -404
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts +0 -10
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.js +0 -87
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/index.d.ts +0 -2
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/index.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/index.d.ts +0 -2
- package/dist/iframe/ProductWithModifierModal/index.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/utils.d.ts +0 -5
- package/dist/iframe/ProductWithModifierModal/utils.d.ts.map +0 -1
- package/dist/iframe/ProductWithModifierModal/utils.js +0 -21
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts +0 -23
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts.map +0 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.js +0 -62
- package/dist/iframe/order-process/components/CategoryProduct/constants.d.ts +0 -2
- package/dist/iframe/order-process/components/CategoryProduct/constants.d.ts.map +0 -1
- package/dist/iframe/order-process/components/CategoryProduct/constants.js +0 -4
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts +0 -6
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts.map +0 -1
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.js +0 -18
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.tsx +0 -212
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +0 -76
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +0 -393
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +0 -98
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/index.ts +0 -1
- package/src/iframe/ProductWithModifierModal/index.ts +0 -1
- package/src/iframe/ProductWithModifierModal/utils.ts +0 -29
- package/src/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.tsx +0 -86
- package/src/iframe/order-process/components/CategoryProduct/constants.ts +0 -1
- package/src/iframe/order-process/components/utils/useOnWindowUnmount.ts +0 -25
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.26.2, @babel/code-frame@npm:^7.5.5, @babel/code-frame@npm:^7.8.3":
|
|
43
|
+
"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.0, @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.0, @babel/compat-data@npm:^7.26.5":
|
|
55
|
+
version: 7.26.5
|
|
56
|
+
resolution: "@babel/compat-data@npm:7.26.5"
|
|
57
|
+
checksum: 10c0/9d2b41f0948c3dfc5de44d9f789d2208c2ea1fd7eb896dfbb297fe955e696728d6f363c600cd211e7f58ccbc2d834fe516bb1e4cf883bbabed8a32b038afc1a0
|
|
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.0
|
|
87
|
+
resolution: "@babel/core@npm:7.26.0"
|
|
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.0"
|
|
91
|
+
"@babel/generator": "npm:^7.26.0"
|
|
92
|
+
"@babel/helper-compilation-targets": "npm:^7.25.9"
|
|
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.0"
|
|
95
|
+
"@babel/parser": "npm:^7.26.0"
|
|
96
|
+
"@babel/template": "npm:^7.25.9"
|
|
97
|
+
"@babel/traverse": "npm:^7.25.9"
|
|
98
|
+
"@babel/types": "npm:^7.26.0"
|
|
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/91de73a7ff5c4049fbc747930aa039300e4d2670c2a91f5aa622f1b4868600fc89b01b6278385fbcd46f9574186fa3d9b376a9e7538e50f8d118ec13cfbcb63e
|
|
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.0, @babel/generator@npm:^7.26.5":
|
|
109
|
+
version: 7.26.5
|
|
110
|
+
resolution: "@babel/generator@npm:7.26.5"
|
|
111
111
|
dependencies:
|
|
112
|
-
"@babel/parser": "npm:^7.26.
|
|
113
|
-
"@babel/types": "npm:^7.26.
|
|
112
|
+
"@babel/parser": "npm:^7.26.5"
|
|
113
|
+
"@babel/types": "npm:^7.26.5"
|
|
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/3be79e0aa03f38858a465d12ee2e468320b9122dc44fc85984713e32f16f4d77ce34a16a1a9505972782590e0b8d847b6f373621f9c6fafa1906d90f31416cb0
|
|
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":
|
|
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.25.9
|
|
145
|
+
resolution: "@babel/helper-create-class-features-plugin@npm:7.25.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.25.9"
|
|
151
151
|
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.9"
|
|
152
|
-
"@babel/traverse": "npm:^7.
|
|
152
|
+
"@babel/traverse": "npm:^7.25.9"
|
|
153
153
|
semver: "npm:^6.3.1"
|
|
154
154
|
peerDependencies:
|
|
155
155
|
"@babel/core": ^7.0.0
|
|
156
|
-
checksum: 10c0/
|
|
156
|
+
checksum: 10c0/b2bdd39f38056a76b9ba00ec5b209dd84f5c5ebd998d0f4033cf0e73d5f2c357fbb49d1ce52db77a2709fb29ee22321f84a5734dc9914849bdfee9ad12ce8caf
|
|
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.3":
|
|
191
|
+
"@babel/helper-define-polyfill-provider@npm:^0.6.2, @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":
|
|
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.0":
|
|
331
|
+
version: 7.26.0
|
|
332
|
+
resolution: "@babel/helpers@npm:7.26.0"
|
|
333
333
|
dependencies:
|
|
334
|
-
"@babel/template": "npm:^7.
|
|
335
|
-
"@babel/types": "npm:^7.26.
|
|
336
|
-
checksum: 10c0/
|
|
334
|
+
"@babel/template": "npm:^7.25.9"
|
|
335
|
+
"@babel/types": "npm:^7.26.0"
|
|
336
|
+
checksum: 10c0/343333cced6946fe46617690a1d0789346960910225ce359021a88a60a65bc0d791f0c5d240c0ed46cf8cc63b5fd7df52734ff14e43b9c32feae2b61b1647097
|
|
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.26.
|
|
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.25.9, @babel/parser@npm:^7.26.0, @babel/parser@npm:^7.26.5":
|
|
353
|
+
version: 7.26.5
|
|
354
|
+
resolution: "@babel/parser@npm:7.26.5"
|
|
355
355
|
dependencies:
|
|
356
|
-
"@babel/types": "npm:^7.26.
|
|
356
|
+
"@babel/types": "npm:^7.26.5"
|
|
357
357
|
bin:
|
|
358
358
|
parser: ./bin/babel-parser.js
|
|
359
|
-
checksum: 10c0/
|
|
359
|
+
checksum: 10c0/2e77dd99ee028ee3c10fa03517ae1169f2432751adf71315e4dc0d90b61639d51760d622f418f6ac665ae4ea65f8485232a112ea0e76f18e5900225d3d19a61e
|
|
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.25.9":
|
|
677
|
+
version: 7.25.9
|
|
678
|
+
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.9"
|
|
679
679
|
dependencies:
|
|
680
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
680
|
+
"@babel/helper-plugin-utils": "npm:^7.25.9"
|
|
681
681
|
"@babel/helper-remap-async-to-generator": "npm:^7.25.9"
|
|
682
|
-
"@babel/traverse": "npm:^7.
|
|
682
|
+
"@babel/traverse": "npm:^7.25.9"
|
|
683
683
|
peerDependencies:
|
|
684
684
|
"@babel/core": ^7.0.0-0
|
|
685
|
-
checksum: 10c0/
|
|
685
|
+
checksum: 10c0/e3fcb9fc3d6ab6cbd4fcd956b48c17b5e92fe177553df266ffcd2b2c1f2f758b893e51b638e77ed867941e0436487d2b8b505908d615c41799241699b520dec6
|
|
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.25.9":
|
|
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.25.9":
|
|
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.25.9":
|
|
868
|
+
version: 7.25.9
|
|
869
|
+
resolution: "@babel/plugin-transform-for-of@npm:7.25.9"
|
|
870
870
|
dependencies:
|
|
871
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
871
|
+
"@babel/helper-plugin-utils": "npm:^7.25.9"
|
|
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/bf11abc71934a1f369f39cd7a33cf3d4dc5673026a53f70b7c1238c4fcc44e68b3ca1bdbe3db2076f60defb6ffe117cbe10b90f3e1a613b551d88f7c4e693bbe
|
|
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":
|
|
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.25.9":
|
|
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.25.9":
|
|
1278
|
+
version: 7.25.9
|
|
1279
|
+
resolution: "@babel/plugin-transform-template-literals@npm:7.25.9"
|
|
1280
1280
|
dependencies:
|
|
1281
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1281
|
+
"@babel/helper-plugin-utils": "npm:^7.25.9"
|
|
1282
1282
|
peerDependencies:
|
|
1283
1283
|
"@babel/core": ^7.0.0-0
|
|
1284
|
-
checksum: 10c0/
|
|
1284
|
+
checksum: 10c0/5144da6036807bbd4e9d2a8b92ae67a759543929f34f4db9b463448a77298f4a40bf1e92e582db208fe08ee116224806a3bd0bed75d9da404fc2c0af9e6da540
|
|
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.25.9":
|
|
1289
|
+
version: 7.25.9
|
|
1290
|
+
resolution: "@babel/plugin-transform-typeof-symbol@npm:7.25.9"
|
|
1291
1291
|
dependencies:
|
|
1292
|
-
"@babel/helper-plugin-utils": "npm:^7.
|
|
1292
|
+
"@babel/helper-plugin-utils": "npm:^7.25.9"
|
|
1293
1293
|
peerDependencies:
|
|
1294
1294
|
"@babel/core": ^7.0.0-0
|
|
1295
|
-
checksum: 10c0/
|
|
1295
|
+
checksum: 10c0/2b19fd88608589d9bc6b607ff17b06791d35c67ef3249f4659283454e6a9984241e3bd4c4eb72bb8b3d860a73223f3874558b861adb7314aa317c1c6a2f0cafb
|
|
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.5
|
|
1301
|
+
resolution: "@babel/plugin-transform-typescript@npm:7.26.5"
|
|
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/64204b1f1c77d896142071cc174e7bb4fbc597bdc0ea73aec8de1a72d252755db381b9ed40342fc283c32387d7375d0803d0aed8262dd503633f5035148d47a0
|
|
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.0
|
|
1363
|
+
resolution: "@babel/preset-env@npm:7.26.0"
|
|
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.0"
|
|
1366
|
+
"@babel/helper-compilation-targets": "npm:^7.25.9"
|
|
1367
|
+
"@babel/helper-plugin-utils": "npm:^7.25.9"
|
|
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.25.9"
|
|
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.25.9"
|
|
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.25.9"
|
|
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.25.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.25.9"
|
|
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.25.9"
|
|
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.25.9"
|
|
1423
|
+
"@babel/plugin-transform-typeof-symbol": "npm:^7.25.9"
|
|
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.10.6"
|
|
1431
1431
|
babel-plugin-polyfill-regenerator: "npm:^0.6.1"
|
|
1432
|
-
core-js-compat: "npm:^3.
|
|
1432
|
+
core-js-compat: "npm:^3.38.1"
|
|
1433
1433
|
semver: "npm:^6.3.1"
|
|
1434
1434
|
peerDependencies:
|
|
1435
1435
|
"@babel/core": ^7.0.0-0
|
|
1436
|
-
checksum: 10c0/
|
|
1436
|
+
checksum: 10c0/26e19dc407cfa1c5166be638b4c54239d084fe15d8d7e6306d8c6dc7bc1decc51070a8dcf28352c1a2feeefbe52a06d193a12e302327ad5f529583df75fb7a26
|
|
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.0
|
|
1514
|
+
resolution: "@babel/runtime-corejs3@npm:7.26.0"
|
|
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/921fa27c004cf2b92f0d49efc2006cfc1a72d2a35c7374da8ec88d8b63543963e6ef29d4820e068a7892a7d553dc2bac7208aef8fef30642bc843b63255b650b
|
|
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.0
|
|
1524
|
+
resolution: "@babel/runtime@npm:7.26.0"
|
|
1525
1525
|
dependencies:
|
|
1526
1526
|
regenerator-runtime: "npm:^0.14.0"
|
|
1527
|
-
checksum: 10c0/
|
|
1527
|
+
checksum: 10c0/12c01357e0345f89f4f7e8c0e81921f2a3e3e101f06e8eaa18a382b517376520cd2fa8c237726eb094dab25532855df28a7baaf1c26342b52782f6936b07c287
|
|
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":
|
|
1532
|
+
version: 7.25.9
|
|
1533
|
+
resolution: "@babel/template@npm:7.25.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.25.9"
|
|
1536
|
+
"@babel/parser": "npm:^7.25.9"
|
|
1537
|
+
"@babel/types": "npm:^7.25.9"
|
|
1538
|
+
checksum: 10c0/ebe677273f96a36c92cc15b7aa7b11cc8bc8a3bb7a01d55b2125baca8f19cae94ff3ce15f1b1880fb8437f3a690d9f89d4e91f16fc1dc4d3eb66226d128983ab
|
|
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":
|
|
1543
|
+
version: 7.26.5
|
|
1544
|
+
resolution: "@babel/traverse@npm:7.26.5"
|
|
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.5"
|
|
1548
|
+
"@babel/parser": "npm:^7.26.5"
|
|
1549
|
+
"@babel/template": "npm:^7.25.9"
|
|
1550
|
+
"@babel/types": "npm:^7.26.5"
|
|
1551
1551
|
debug: "npm:^4.3.1"
|
|
1552
1552
|
globals: "npm:^11.1.0"
|
|
1553
|
-
checksum: 10c0/
|
|
1553
|
+
checksum: 10c0/0779059ecf63e31446564cf31adf170e701e8017ef02c819c57924a9a83d6b2ce41dbff3ef295589da9410497a3e575655bb8084ca470e0ab1bc193128afa9fe
|
|
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.0, @babel/types@npm:^7.26.5, @babel/types@npm:^7.4.4":
|
|
1558
|
+
version: 7.26.5
|
|
1559
|
+
resolution: "@babel/types@npm:7.26.5"
|
|
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/0278053b69d7c2b8573aa36dc5242cad95f0d965e1c0ed21ccacac6330092e59ba5949753448f6d6eccf6ad59baaef270295cc05218352e060ea8c68388638c4
|
|
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.4":
|
|
2457
|
+
version: 0.31.2-dev.4
|
|
2458
|
+
resolution: "@licklist/core@npm:0.31.2-dev.4"
|
|
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/f28ca2739f4ea65aee9b35dd69cd8d409dc6acaf185892e23191b8183820877e73d84f97281cf4bff8b9b30fe799675cb3cdfb3a1ae9cd450b675f1af4a3e39c
|
|
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.5":
|
|
2485
|
+
version: 0.31.2-dev.5
|
|
2486
|
+
resolution: "@licklist/core@npm:0.31.2-dev.5"
|
|
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/4d1e2c660a454a664e0415b272e62a0cb5f0b160d775d7bdf0918029a7e26864496b44d6c16499014eff96238b9fde09f6dd7d0b17c74e2a35a78e719ef5fd14
|
|
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.5"
|
|
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.5"
|
|
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.5
|
|
2655
2655
|
"@licklist/eslint-config": 0.5.6
|
|
2656
|
-
"@licklist/plugins": 0.35.1-dev.
|
|
2656
|
+
"@licklist/plugins": 0.35.1-dev.5
|
|
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.5":
|
|
2687
|
+
version: 0.35.1-dev.5
|
|
2688
|
+
resolution: "@licklist/plugins@npm:0.35.1-dev.5"
|
|
2689
2689
|
dependencies:
|
|
2690
|
-
"@licklist/core": "npm:0.31.2-dev.
|
|
2690
|
+
"@licklist/core": "npm:0.31.2-dev.4"
|
|
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.4
|
|
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/069e1d64ce18e23a78cede5893bc9344c128dc07d202de7629380aa060f1e23c10018ca1c26459eccc58f7c4dccc3739641313725390f3fc9080500d373ac58f
|
|
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.31.0":
|
|
3307
|
+
version: 4.31.0
|
|
3308
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.31.0"
|
|
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.31.0":
|
|
3314
|
+
version: 4.31.0
|
|
3315
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.31.0"
|
|
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.31.0":
|
|
3321
|
+
version: 4.31.0
|
|
3322
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.31.0"
|
|
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.31.0":
|
|
3328
|
+
version: 4.31.0
|
|
3329
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.31.0"
|
|
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.31.0":
|
|
3335
|
+
version: 4.31.0
|
|
3336
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.31.0"
|
|
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.31.0":
|
|
3342
|
+
version: 4.31.0
|
|
3343
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.31.0"
|
|
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.31.0":
|
|
3349
|
+
version: 4.31.0
|
|
3350
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.31.0"
|
|
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.31.0":
|
|
3356
|
+
version: 4.31.0
|
|
3357
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.31.0"
|
|
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.31.0":
|
|
3363
|
+
version: 4.31.0
|
|
3364
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.31.0"
|
|
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.31.0":
|
|
3370
|
+
version: 4.31.0
|
|
3371
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.31.0"
|
|
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.31.0":
|
|
3377
|
+
version: 4.31.0
|
|
3378
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.31.0"
|
|
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.31.0":
|
|
3384
|
+
version: 4.31.0
|
|
3385
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.31.0"
|
|
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.31.0":
|
|
3391
|
+
version: 4.31.0
|
|
3392
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.31.0"
|
|
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.31.0":
|
|
3398
|
+
version: 4.31.0
|
|
3399
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.31.0"
|
|
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.31.0":
|
|
3405
|
+
version: 4.31.0
|
|
3406
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.31.0"
|
|
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.31.0":
|
|
3412
|
+
version: 4.31.0
|
|
3413
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.31.0"
|
|
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.31.0":
|
|
3419
|
+
version: 4.31.0
|
|
3420
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.31.0"
|
|
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.31.0":
|
|
3426
|
+
version: 4.31.0
|
|
3427
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.31.0"
|
|
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.31.0":
|
|
3433
|
+
version: 4.31.0
|
|
3434
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.31.0"
|
|
3435
3435
|
conditions: os=win32 & cpu=x64
|
|
3436
3436
|
languageName: node
|
|
3437
3437
|
linkType: hard
|
|
@@ -5094,11 +5094,11 @@ __metadata:
|
|
|
5094
5094
|
linkType: hard
|
|
5095
5095
|
|
|
5096
5096
|
"@swc/types@npm:^0.1.9":
|
|
5097
|
-
version: 0.1.
|
|
5098
|
-
resolution: "@swc/types@npm:0.1.
|
|
5097
|
+
version: 0.1.17
|
|
5098
|
+
resolution: "@swc/types@npm:0.1.17"
|
|
5099
5099
|
dependencies:
|
|
5100
5100
|
"@swc/counter": "npm:^0.1.3"
|
|
5101
|
-
checksum: 10c0/
|
|
5101
|
+
checksum: 10c0/29f5c8933a16042956f1adb7383e836ed7646cbf679826e78b53fdd0c08e8572cb42152e527b6b530a9bd1052d33d0972f90f589761ccd252c12652c9b7a72fc
|
|
5102
5102
|
languageName: node
|
|
5103
5103
|
linkType: hard
|
|
5104
5104
|
|
|
@@ -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.3
|
|
5179
|
+
resolution: "@tiptap/extension-bubble-menu@npm:2.11.3"
|
|
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/3c672b457f5c83cef38f684f7a3fdbfd2c2ec59e3b213485d210011285fbc47d37b8b65f9e41a2d091678faaa8d8768b3dff0aaa53f53d2e89a2a7ce94d455fb
|
|
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.3
|
|
5209
|
+
resolution: "@tiptap/extension-floating-menu@npm:2.11.3"
|
|
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/8d6c3ce5999eaaae61bacca56f881090bc9b58b3588e50ed4981008806c7eea70b48ad56e489679d64a6e4d34b1d65c49028ab4160c2e717ffd90973533b7a81
|
|
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.10.9
|
|
5696
|
+
resolution: "@types/node@npm:22.10.9"
|
|
5697
5697
|
dependencies:
|
|
5698
5698
|
undici-types: "npm:~6.20.0"
|
|
5699
|
-
checksum: 10c0/
|
|
5699
|
+
checksum: 10c0/ed2d7b2cf20ce520e04711eab48e9cd7d6a835d2859fbdc5d9a8c5e00a97c1f872a409f789783c473062b29beaf1cddf4b1c7ad03ae3fe433b072b7cf9fff741
|
|
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.8
|
|
5968
|
+
resolution: "@types/react@npm:19.0.8"
|
|
5969
5969
|
dependencies:
|
|
5970
5970
|
csstype: "npm:^3.0.2"
|
|
5971
|
-
checksum: 10c0/
|
|
5971
|
+
checksum: 10c0/5fa7236356b1476de03519c66ef65d4fd904826956105619e2ad60cb0b55ae7b251dd5fff02234076225b5e15333d0d936bf9dbe1d461406f8a2ba01c197ddcd
|
|
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.5
|
|
6069
|
+
resolution: "@types/webpack-env@npm:1.18.5"
|
|
6070
|
+
checksum: 10c0/b9e4876e8c7cae419896249f9ed795db283c008fe1d38efa679cbbf05194fc2eea2a5bfb4ff4393d109e3a9895416dadf5f3ddd5c22931b678062230f860454e
|
|
6071
6071
|
languageName: node
|
|
6072
6072
|
linkType: hard
|
|
6073
6073
|
|
|
@@ -7445,15 +7445,15 @@ __metadata:
|
|
|
7445
7445
|
languageName: node
|
|
7446
7446
|
linkType: hard
|
|
7447
7447
|
|
|
7448
|
-
"babel-plugin-polyfill-corejs3@npm:^0.
|
|
7449
|
-
version: 0.
|
|
7450
|
-
resolution: "babel-plugin-polyfill-corejs3@npm:0.
|
|
7448
|
+
"babel-plugin-polyfill-corejs3@npm:^0.10.6":
|
|
7449
|
+
version: 0.10.6
|
|
7450
|
+
resolution: "babel-plugin-polyfill-corejs3@npm:0.10.6"
|
|
7451
7451
|
dependencies:
|
|
7452
|
-
"@babel/helper-define-polyfill-provider": "npm:^0.6.
|
|
7453
|
-
core-js-compat: "npm:^3.
|
|
7452
|
+
"@babel/helper-define-polyfill-provider": "npm:^0.6.2"
|
|
7453
|
+
core-js-compat: "npm:^3.38.0"
|
|
7454
7454
|
peerDependencies:
|
|
7455
7455
|
"@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
|
|
7456
|
-
checksum: 10c0/
|
|
7456
|
+
checksum: 10c0/3a69220471b07722c2ae6537310bf26b772514e12b601398082965459c838be70a0ca70b0662f0737070654ff6207673391221d48599abb4a2b27765206d9f79
|
|
7457
7457
|
languageName: node
|
|
7458
7458
|
linkType: hard
|
|
7459
7459
|
|
|
@@ -8010,13 +8010,13 @@ __metadata:
|
|
|
8010
8010
|
languageName: node
|
|
8011
8011
|
linkType: hard
|
|
8012
8012
|
|
|
8013
|
-
"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.
|
|
8013
|
+
"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1":
|
|
8014
|
+
version: 1.0.1
|
|
8015
|
+
resolution: "call-bind-apply-helpers@npm:1.0.1"
|
|
8016
8016
|
dependencies:
|
|
8017
8017
|
es-errors: "npm:^1.3.0"
|
|
8018
8018
|
function-bind: "npm:^1.1.2"
|
|
8019
|
-
checksum: 10c0/
|
|
8019
|
+
checksum: 10c0/acb2ab68bf2718e68a3e895f0d0b73ccc9e45b9b6f210f163512ba76f91dab409eb8792f6dae188356f9095747512a3101646b3dea9d37fb8c7c6bf37796d18c
|
|
8020
8020
|
languageName: node
|
|
8021
8021
|
linkType: hard
|
|
8022
8022
|
|
|
@@ -8100,9 +8100,9 @@ __metadata:
|
|
|
8100
8100
|
linkType: hard
|
|
8101
8101
|
|
|
8102
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":
|
|
8103
|
-
version: 1.0.
|
|
8104
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8105
|
-
checksum: 10c0/
|
|
8103
|
+
version: 1.0.30001695
|
|
8104
|
+
resolution: "caniuse-lite@npm:1.0.30001695"
|
|
8105
|
+
checksum: 10c0/acf90a767051fdd8083711b3ff9f07a28149c55e394115d8f874f149aa4f130e6bc50cea1dd94fe03035b9ebbe13b64f446518a6d2e19f72650962bdff44b2c5
|
|
8106
8106
|
languageName: node
|
|
8107
8107
|
linkType: hard
|
|
8108
8108
|
|
|
@@ -8245,8 +8245,8 @@ __metadata:
|
|
|
8245
8245
|
linkType: hard
|
|
8246
8246
|
|
|
8247
8247
|
"chromatic@npm:^11.4.0":
|
|
8248
|
-
version: 11.
|
|
8249
|
-
resolution: "chromatic@npm:11.
|
|
8248
|
+
version: 11.25.1
|
|
8249
|
+
resolution: "chromatic@npm:11.25.1"
|
|
8250
8250
|
peerDependencies:
|
|
8251
8251
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8252
8252
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8259,7 +8259,7 @@ __metadata:
|
|
|
8259
8259
|
chroma: dist/bin.js
|
|
8260
8260
|
chromatic: dist/bin.js
|
|
8261
8261
|
chromatic-cli: dist/bin.js
|
|
8262
|
-
checksum: 10c0/
|
|
8262
|
+
checksum: 10c0/869939cf65ddc4c606ac982cbbaba63d3d6cbc8082e24f04f74ee6a5e3979cdec49e8fab2549f87e8cfa8127c15dbda1f86371306642bdabcb43ee9cff46ceae
|
|
8263
8263
|
languageName: node
|
|
8264
8264
|
linkType: hard
|
|
8265
8265
|
|
|
@@ -8581,8 +8581,8 @@ __metadata:
|
|
|
8581
8581
|
linkType: hard
|
|
8582
8582
|
|
|
8583
8583
|
"compression@npm:^1.7.4":
|
|
8584
|
-
version: 1.
|
|
8585
|
-
resolution: "compression@npm:1.
|
|
8584
|
+
version: 1.7.5
|
|
8585
|
+
resolution: "compression@npm:1.7.5"
|
|
8586
8586
|
dependencies:
|
|
8587
8587
|
bytes: "npm:3.1.2"
|
|
8588
8588
|
compressible: "npm:~2.0.18"
|
|
@@ -8591,7 +8591,7 @@ __metadata:
|
|
|
8591
8591
|
on-headers: "npm:~1.0.2"
|
|
8592
8592
|
safe-buffer: "npm:5.2.1"
|
|
8593
8593
|
vary: "npm:~1.1.2"
|
|
8594
|
-
checksum: 10c0/
|
|
8594
|
+
checksum: 10c0/35c9d2d57c86d8107eab5e637f2146fcefec8475a2ff3e162f5eb0982ff856d385fb5d8c9823c3d50e075f2d9304bc622dac3df27bfef0355309c0a5307861c5
|
|
8595
8595
|
languageName: node
|
|
8596
8596
|
linkType: hard
|
|
8597
8597
|
|
|
@@ -8744,7 +8744,7 @@ __metadata:
|
|
|
8744
8744
|
languageName: node
|
|
8745
8745
|
linkType: hard
|
|
8746
8746
|
|
|
8747
|
-
"core-js-compat@npm:^3.
|
|
8747
|
+
"core-js-compat@npm:^3.38.0, core-js-compat@npm:^3.38.1, core-js-compat@npm:^3.8.1":
|
|
8748
8748
|
version: 3.40.0
|
|
8749
8749
|
resolution: "core-js-compat@npm:3.40.0"
|
|
8750
8750
|
dependencies:
|
|
@@ -8818,9 +8818,9 @@ __metadata:
|
|
|
8818
8818
|
linkType: hard
|
|
8819
8819
|
|
|
8820
8820
|
"country-flag-icons@npm:^1.0.2":
|
|
8821
|
-
version: 1.5.
|
|
8822
|
-
resolution: "country-flag-icons@npm:1.5.
|
|
8823
|
-
checksum: 10c0/
|
|
8821
|
+
version: 1.5.14
|
|
8822
|
+
resolution: "country-flag-icons@npm:1.5.14"
|
|
8823
|
+
checksum: 10c0/95c3f22521e4602ba1ce17dbc652d6936c55e71e0070fdcd6cf64a13224c0d1002112562b7be11a7bb6b291e45d7311301de0502115d409b918bd5c4a15fc8b8
|
|
8824
8824
|
languageName: node
|
|
8825
8825
|
linkType: hard
|
|
8826
8826
|
|
|
@@ -8944,7 +8944,7 @@ __metadata:
|
|
|
8944
8944
|
languageName: node
|
|
8945
8945
|
linkType: hard
|
|
8946
8946
|
|
|
8947
|
-
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3
|
|
8947
|
+
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
|
|
8948
8948
|
version: 7.0.6
|
|
8949
8949
|
resolution: "cross-spawn@npm:7.0.6"
|
|
8950
8950
|
dependencies:
|
|
@@ -9889,9 +9889,9 @@ __metadata:
|
|
|
9889
9889
|
linkType: hard
|
|
9890
9890
|
|
|
9891
9891
|
"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/
|
|
9892
|
+
version: 1.5.86
|
|
9893
|
+
resolution: "electron-to-chromium@npm:1.5.86"
|
|
9894
|
+
checksum: 10c0/f0af8465d9390d21cb3ffec5ed6ce011b5026615f59ebc7a70bb0da806a27918888b2ec446432a5080da0e0bea4f3c6a3a4dcff24c9eb8e884813b0ccceedc59
|
|
9895
9895
|
languageName: node
|
|
9896
9896
|
linkType: hard
|
|
9897
9897
|
|
|
@@ -10219,7 +10219,7 @@ __metadata:
|
|
|
10219
10219
|
languageName: node
|
|
10220
10220
|
linkType: hard
|
|
10221
10221
|
|
|
10222
|
-
"es-object-atoms@npm:^1.0.0
|
|
10222
|
+
"es-object-atoms@npm:^1.0.0":
|
|
10223
10223
|
version: 1.1.1
|
|
10224
10224
|
resolution: "es-object-atoms@npm:1.1.1"
|
|
10225
10225
|
dependencies:
|
|
@@ -10241,11 +10241,11 @@ __metadata:
|
|
|
10241
10241
|
linkType: hard
|
|
10242
10242
|
|
|
10243
10243
|
"es-shim-unscopables@npm:^1.0.2":
|
|
10244
|
-
version: 1.
|
|
10245
|
-
resolution: "es-shim-unscopables@npm:1.
|
|
10244
|
+
version: 1.0.2
|
|
10245
|
+
resolution: "es-shim-unscopables@npm:1.0.2"
|
|
10246
10246
|
dependencies:
|
|
10247
|
-
hasown: "npm:^2.0.
|
|
10248
|
-
checksum: 10c0/
|
|
10247
|
+
hasown: "npm:^2.0.0"
|
|
10248
|
+
checksum: 10c0/f495af7b4b7601a4c0cfb893581c352636e5c08654d129590386a33a0432cf13a7bdc7b6493801cadd990d838e2839b9013d1de3b880440cb537825e834fe783
|
|
10249
10249
|
languageName: node
|
|
10250
10250
|
linkType: hard
|
|
10251
10251
|
|
|
@@ -10839,9 +10839,9 @@ __metadata:
|
|
|
10839
10839
|
linkType: hard
|
|
10840
10840
|
|
|
10841
10841
|
"exponential-backoff@npm:^3.1.1":
|
|
10842
|
-
version: 3.1.
|
|
10843
|
-
resolution: "exponential-backoff@npm:3.1.
|
|
10844
|
-
checksum: 10c0/
|
|
10842
|
+
version: 3.1.1
|
|
10843
|
+
resolution: "exponential-backoff@npm:3.1.1"
|
|
10844
|
+
checksum: 10c0/160456d2d647e6019640bd07111634d8c353038d9fa40176afb7cd49b0548bdae83b56d05e907c2cce2300b81cae35d800ef92fefb9d0208e190fa3b7d6bb579
|
|
10845
10845
|
languageName: node
|
|
10846
10846
|
linkType: hard
|
|
10847
10847
|
|
|
@@ -11003,11 +11003,11 @@ __metadata:
|
|
|
11003
11003
|
linkType: hard
|
|
11004
11004
|
|
|
11005
11005
|
"fastq@npm:^1.6.0":
|
|
11006
|
-
version: 1.
|
|
11007
|
-
resolution: "fastq@npm:1.
|
|
11006
|
+
version: 1.18.0
|
|
11007
|
+
resolution: "fastq@npm:1.18.0"
|
|
11008
11008
|
dependencies:
|
|
11009
11009
|
reusify: "npm:^1.0.4"
|
|
11010
|
-
checksum: 10c0/
|
|
11010
|
+
checksum: 10c0/7be87ecc41762adbddf558d24182f50a4b1a3ef3ee807d33b7623da7aee5faecdcc94fce5aa13fe91df93e269f383232bbcdb2dc5338cd1826503d6063221f36
|
|
11011
11011
|
languageName: node
|
|
11012
11012
|
linkType: hard
|
|
11013
11013
|
|
|
@@ -11203,9 +11203,9 @@ __metadata:
|
|
|
11203
11203
|
linkType: hard
|
|
11204
11204
|
|
|
11205
11205
|
"flatted@npm:^3.2.9":
|
|
11206
|
-
version: 3.3.
|
|
11207
|
-
resolution: "flatted@npm:3.3.
|
|
11208
|
-
checksum: 10c0/
|
|
11206
|
+
version: 3.3.2
|
|
11207
|
+
resolution: "flatted@npm:3.3.2"
|
|
11208
|
+
checksum: 10c0/24cc735e74d593b6c767fe04f2ef369abe15b62f6906158079b9874bdb3ee5ae7110bb75042e70cd3f99d409d766f357caf78d5ecee9780206f5fdc5edbad334
|
|
11209
11209
|
languageName: node
|
|
11210
11210
|
linkType: hard
|
|
11211
11211
|
|
|
@@ -11237,11 +11237,11 @@ __metadata:
|
|
|
11237
11237
|
linkType: hard
|
|
11238
11238
|
|
|
11239
11239
|
"for-each@npm:^0.3.3":
|
|
11240
|
-
version: 0.3.
|
|
11241
|
-
resolution: "for-each@npm:0.3.
|
|
11240
|
+
version: 0.3.3
|
|
11241
|
+
resolution: "for-each@npm:0.3.3"
|
|
11242
11242
|
dependencies:
|
|
11243
|
-
is-callable: "npm:^1.
|
|
11244
|
-
checksum: 10c0/
|
|
11243
|
+
is-callable: "npm:^1.1.3"
|
|
11244
|
+
checksum: 10c0/22330d8a2db728dbf003ec9182c2d421fbcd2969b02b4f97ec288721cda63eb28f2c08585ddccd0f77cb2930af8d958005c9e72f47141dc51816127a118f39aa
|
|
11245
11245
|
languageName: node
|
|
11246
11246
|
linkType: hard
|
|
11247
11247
|
|
|
@@ -11263,12 +11263,12 @@ __metadata:
|
|
|
11263
11263
|
linkType: hard
|
|
11264
11264
|
|
|
11265
11265
|
"foreground-child@npm:^3.1.0":
|
|
11266
|
-
version: 3.3.
|
|
11267
|
-
resolution: "foreground-child@npm:3.3.
|
|
11266
|
+
version: 3.3.0
|
|
11267
|
+
resolution: "foreground-child@npm:3.3.0"
|
|
11268
11268
|
dependencies:
|
|
11269
|
-
cross-spawn: "npm:^7.0.
|
|
11269
|
+
cross-spawn: "npm:^7.0.0"
|
|
11270
11270
|
signal-exit: "npm:^4.0.1"
|
|
11271
|
-
checksum: 10c0/
|
|
11271
|
+
checksum: 10c0/028f1d41000553fcfa6c4bb5c372963bf3d9bf0b1f25a87d1a6253014343fb69dfb1b42d9625d7cf44c8ba429940f3d0ff718b62105d4d4a4f6ef8ca0a53faa2
|
|
11272
11272
|
languageName: node
|
|
11273
11273
|
linkType: hard
|
|
11274
11274
|
|
|
@@ -11319,14 +11319,13 @@ __metadata:
|
|
|
11319
11319
|
linkType: hard
|
|
11320
11320
|
|
|
11321
11321
|
"form-data@npm:^4.0.0":
|
|
11322
|
-
version: 4.0.
|
|
11323
|
-
resolution: "form-data@npm:4.0.
|
|
11322
|
+
version: 4.0.1
|
|
11323
|
+
resolution: "form-data@npm:4.0.1"
|
|
11324
11324
|
dependencies:
|
|
11325
11325
|
asynckit: "npm:^0.4.0"
|
|
11326
11326
|
combined-stream: "npm:^1.0.8"
|
|
11327
|
-
es-set-tostringtag: "npm:^2.1.0"
|
|
11328
11327
|
mime-types: "npm:^2.1.12"
|
|
11329
|
-
checksum: 10c0/
|
|
11328
|
+
checksum: 10c0/bb102d570be8592c23f4ea72d7df9daa50c7792eb0cf1c5d7e506c1706e7426a4e4ae48a35b109e91c85f1c0ec63774a21ae252b66f4eb981cb8efef7d0463c8
|
|
11330
11329
|
languageName: node
|
|
11331
11330
|
linkType: hard
|
|
11332
11331
|
|
|
@@ -11608,20 +11607,20 @@ __metadata:
|
|
|
11608
11607
|
linkType: hard
|
|
11609
11608
|
|
|
11610
11609
|
"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7":
|
|
11611
|
-
version: 1.
|
|
11612
|
-
resolution: "get-intrinsic@npm:1.
|
|
11610
|
+
version: 1.2.7
|
|
11611
|
+
resolution: "get-intrinsic@npm:1.2.7"
|
|
11613
11612
|
dependencies:
|
|
11614
|
-
call-bind-apply-helpers: "npm:^1.0.
|
|
11613
|
+
call-bind-apply-helpers: "npm:^1.0.1"
|
|
11615
11614
|
es-define-property: "npm:^1.0.1"
|
|
11616
11615
|
es-errors: "npm:^1.3.0"
|
|
11617
|
-
es-object-atoms: "npm:^1.
|
|
11616
|
+
es-object-atoms: "npm:^1.0.0"
|
|
11618
11617
|
function-bind: "npm:^1.1.2"
|
|
11619
|
-
get-proto: "npm:^1.0.
|
|
11618
|
+
get-proto: "npm:^1.0.0"
|
|
11620
11619
|
gopd: "npm:^1.2.0"
|
|
11621
11620
|
has-symbols: "npm:^1.1.0"
|
|
11622
11621
|
hasown: "npm:^2.0.2"
|
|
11623
11622
|
math-intrinsics: "npm:^1.1.0"
|
|
11624
|
-
checksum: 10c0/
|
|
11623
|
+
checksum: 10c0/b475dec9f8bff6f7422f51ff4b7b8d0b68e6776ee83a753c1d627e3008c3442090992788038b37eff72e93e43dceed8c1acbdf2d6751672687ec22127933080d
|
|
11625
11624
|
languageName: node
|
|
11626
11625
|
linkType: hard
|
|
11627
11626
|
|
|
@@ -12533,12 +12532,12 @@ __metadata:
|
|
|
12533
12532
|
linkType: hard
|
|
12534
12533
|
|
|
12535
12534
|
"import-fresh@npm:^3.0.0, import-fresh@npm:^3.1.0, import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
|
|
12536
|
-
version: 3.3.
|
|
12537
|
-
resolution: "import-fresh@npm:3.3.
|
|
12535
|
+
version: 3.3.0
|
|
12536
|
+
resolution: "import-fresh@npm:3.3.0"
|
|
12538
12537
|
dependencies:
|
|
12539
12538
|
parent-module: "npm:^1.0.0"
|
|
12540
12539
|
resolve-from: "npm:^4.0.0"
|
|
12541
|
-
checksum: 10c0/
|
|
12540
|
+
checksum: 10c0/7f882953aa6b740d1f0e384d0547158bc86efbf2eea0f1483b8900a6f65c5a5123c2cf09b0d542cc419d0b98a759ecaeb394237e97ea427f2da221dc3cd80cc3
|
|
12542
12541
|
languageName: node
|
|
12543
12542
|
linkType: hard
|
|
12544
12543
|
|
|
@@ -12618,8 +12617,8 @@ __metadata:
|
|
|
12618
12617
|
linkType: hard
|
|
12619
12618
|
|
|
12620
12619
|
"input-format@npm:^0.3.5":
|
|
12621
|
-
version: 0.3.
|
|
12622
|
-
resolution: "input-format@npm:0.3.
|
|
12620
|
+
version: 0.3.12
|
|
12621
|
+
resolution: "input-format@npm:0.3.12"
|
|
12623
12622
|
dependencies:
|
|
12624
12623
|
prop-types: "npm:^15.8.1"
|
|
12625
12624
|
peerDependencies:
|
|
@@ -12630,7 +12629,7 @@ __metadata:
|
|
|
12630
12629
|
optional: true
|
|
12631
12630
|
react-dom:
|
|
12632
12631
|
optional: true
|
|
12633
|
-
checksum: 10c0/
|
|
12632
|
+
checksum: 10c0/c05ab46e75ff628a3bb72e5e343a95d860f612c2b2301571c8d8af17831fbb5847aad0a33eb832038b29ccf7ebf30a0eab6c27241b6a8a0b762def75bfd4ccf3
|
|
12634
12633
|
languageName: node
|
|
12635
12634
|
linkType: hard
|
|
12636
12635
|
|
|
@@ -12806,12 +12805,12 @@ __metadata:
|
|
|
12806
12805
|
linkType: hard
|
|
12807
12806
|
|
|
12808
12807
|
"is-boolean-object@npm:^1.2.1":
|
|
12809
|
-
version: 1.2.
|
|
12810
|
-
resolution: "is-boolean-object@npm:1.2.
|
|
12808
|
+
version: 1.2.1
|
|
12809
|
+
resolution: "is-boolean-object@npm:1.2.1"
|
|
12811
12810
|
dependencies:
|
|
12812
|
-
call-bound: "npm:^1.0.
|
|
12811
|
+
call-bound: "npm:^1.0.2"
|
|
12813
12812
|
has-tostringtag: "npm:^1.0.2"
|
|
12814
|
-
checksum: 10c0/
|
|
12813
|
+
checksum: 10c0/2ef601d255a39fdbde79cfe6be80c27b47430ed6712407f29b17d002e20f64c1e3d6692f1d842ba16bf1e9d8ddf1c4f13cac3ed7d9a4a21290f44879ebb4e8f5
|
|
12815
12814
|
languageName: node
|
|
12816
12815
|
linkType: hard
|
|
12817
12816
|
|
|
@@ -12829,7 +12828,7 @@ __metadata:
|
|
|
12829
12828
|
languageName: node
|
|
12830
12829
|
linkType: hard
|
|
12831
12830
|
|
|
12832
|
-
"is-callable@npm:^1.2.7":
|
|
12831
|
+
"is-callable@npm:^1.1.3, is-callable@npm:^1.2.7":
|
|
12833
12832
|
version: 1.2.7
|
|
12834
12833
|
resolution: "is-callable@npm:1.2.7"
|
|
12835
12834
|
checksum: 10c0/ceebaeb9d92e8adee604076971dd6000d38d6afc40bb843ea8e45c5579b57671c3f3b50d7f04869618242c6cee08d1b67806a8cb8edaaaf7c0748b3720d6066f
|
|
@@ -13225,11 +13224,11 @@ __metadata:
|
|
|
13225
13224
|
linkType: hard
|
|
13226
13225
|
|
|
13227
13226
|
"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.0":
|
|
13228
|
-
version: 1.1.
|
|
13229
|
-
resolution: "is-weakref@npm:1.1.
|
|
13227
|
+
version: 1.1.0
|
|
13228
|
+
resolution: "is-weakref@npm:1.1.0"
|
|
13230
13229
|
dependencies:
|
|
13231
|
-
call-bound: "npm:^1.0.
|
|
13232
|
-
checksum: 10c0/
|
|
13230
|
+
call-bound: "npm:^1.0.2"
|
|
13231
|
+
checksum: 10c0/aa835f62e29cb60132ecb3ec7d11bd0f39ec7322325abe8412b805aef47153ec2daefdb21759b049711c674f49b13202a31d8d126bcdff7d8671c78babd4ae5b
|
|
13233
13232
|
languageName: node
|
|
13234
13233
|
linkType: hard
|
|
13235
13234
|
|
|
@@ -13804,9 +13803,9 @@ __metadata:
|
|
|
13804
13803
|
linkType: hard
|
|
13805
13804
|
|
|
13806
13805
|
"libphonenumber-js@npm:^1.9.11":
|
|
13807
|
-
version: 1.
|
|
13808
|
-
resolution: "libphonenumber-js@npm:1.
|
|
13809
|
-
checksum: 10c0/
|
|
13806
|
+
version: 1.11.18
|
|
13807
|
+
resolution: "libphonenumber-js@npm:1.11.18"
|
|
13808
|
+
checksum: 10c0/4877d2521426e4094cbf1991fd30778d3856e702acce655a767a1ba261d8e765901dc17944d627a7ee083992ee4c427007bf9d488207432b6b5dee982b849de4
|
|
13810
13809
|
languageName: node
|
|
13811
13810
|
linkType: hard
|
|
13812
13811
|
|
|
@@ -14273,11 +14272,11 @@ __metadata:
|
|
|
14273
14272
|
linkType: hard
|
|
14274
14273
|
|
|
14275
14274
|
"markdown-to-jsx@npm:^7.1.3":
|
|
14276
|
-
version: 7.7.
|
|
14277
|
-
resolution: "markdown-to-jsx@npm:7.7.
|
|
14275
|
+
version: 7.7.3
|
|
14276
|
+
resolution: "markdown-to-jsx@npm:7.7.3"
|
|
14278
14277
|
peerDependencies:
|
|
14279
14278
|
react: ">= 0.14.0"
|
|
14280
|
-
checksum: 10c0/
|
|
14279
|
+
checksum: 10c0/85b1c91a8d3ae03cfe828c6b76309702a913e681dad5a7e3a5324ec97153d89313be00a0ee423ab1c0bd61781ed181d76d4a54840d715b67756734da24211cf5
|
|
14281
14280
|
languageName: node
|
|
14282
14281
|
linkType: hard
|
|
14283
14282
|
|
|
@@ -14708,8 +14707,8 @@ __metadata:
|
|
|
14708
14707
|
linkType: hard
|
|
14709
14708
|
|
|
14710
14709
|
"minipass-fetch@npm:^4.0.0":
|
|
14711
|
-
version: 4.0.
|
|
14712
|
-
resolution: "minipass-fetch@npm:4.0.
|
|
14710
|
+
version: 4.0.0
|
|
14711
|
+
resolution: "minipass-fetch@npm:4.0.0"
|
|
14713
14712
|
dependencies:
|
|
14714
14713
|
encoding: "npm:^0.1.13"
|
|
14715
14714
|
minipass: "npm:^7.0.3"
|
|
@@ -14718,7 +14717,7 @@ __metadata:
|
|
|
14718
14717
|
dependenciesMeta:
|
|
14719
14718
|
encoding:
|
|
14720
14719
|
optional: true
|
|
14721
|
-
checksum: 10c0/
|
|
14720
|
+
checksum: 10c0/7fa30ce7c373fb6f94c086b374fff1589fd7e78451855d2d06c2e2d9df936d131e73e952163063016592ed3081444bd8d1ea608533313b0149156ce23311da4b
|
|
14722
14721
|
languageName: node
|
|
14723
14722
|
linkType: hard
|
|
14724
14723
|
|
|
@@ -14929,11 +14928,11 @@ __metadata:
|
|
|
14929
14928
|
linkType: hard
|
|
14930
14929
|
|
|
14931
14930
|
"nan@npm:^2.12.1":
|
|
14932
|
-
version: 2.22.
|
|
14933
|
-
resolution: "nan@npm:2.22.
|
|
14931
|
+
version: 2.22.0
|
|
14932
|
+
resolution: "nan@npm:2.22.0"
|
|
14934
14933
|
dependencies:
|
|
14935
14934
|
node-gyp: "npm:latest"
|
|
14936
|
-
checksum: 10c0/
|
|
14935
|
+
checksum: 10c0/d5d31aefdb218deba308d44867c5f432b4d3aabeb57c70a2b236d62652e9fee7044e5d5afd380d9fef022fe7ebb2f2d6c85ca3cbcac5031aaca3592c844526bb
|
|
14937
14936
|
languageName: node
|
|
14938
14937
|
linkType: hard
|
|
14939
14938
|
|
|
@@ -15085,8 +15084,8 @@ __metadata:
|
|
|
15085
15084
|
linkType: hard
|
|
15086
15085
|
|
|
15087
15086
|
"node-gyp@npm:latest":
|
|
15088
|
-
version: 11.
|
|
15089
|
-
resolution: "node-gyp@npm:11.
|
|
15087
|
+
version: 11.0.0
|
|
15088
|
+
resolution: "node-gyp@npm:11.0.0"
|
|
15090
15089
|
dependencies:
|
|
15091
15090
|
env-paths: "npm:^2.2.0"
|
|
15092
15091
|
exponential-backoff: "npm:^3.1.1"
|
|
@@ -15100,7 +15099,7 @@ __metadata:
|
|
|
15100
15099
|
which: "npm:^5.0.0"
|
|
15101
15100
|
bin:
|
|
15102
15101
|
node-gyp: bin/node-gyp.js
|
|
15103
|
-
checksum: 10c0/
|
|
15102
|
+
checksum: 10c0/a3b885bbee2d271f1def32ba2e30ffcf4562a3db33af06b8b365e053153e2dd2051b9945783c3c8e852d26a0f20f65b251c7e83361623383a99635c0280ee573
|
|
15104
15103
|
languageName: node
|
|
15105
15104
|
linkType: hard
|
|
15106
15105
|
|
|
@@ -15281,9 +15280,9 @@ __metadata:
|
|
|
15281
15280
|
linkType: hard
|
|
15282
15281
|
|
|
15283
15282
|
"object-inspect@npm:^1.12.0, object-inspect@npm:^1.13.3":
|
|
15284
|
-
version: 1.13.
|
|
15285
|
-
resolution: "object-inspect@npm:1.13.
|
|
15286
|
-
checksum: 10c0/
|
|
15283
|
+
version: 1.13.3
|
|
15284
|
+
resolution: "object-inspect@npm:1.13.3"
|
|
15285
|
+
checksum: 10c0/cc3f15213406be89ffdc54b525e115156086796a515410a8d390215915db9f23c8eab485a06f1297402f440a33715fe8f71a528c1dcbad6e1a3bcaf5a46921d4
|
|
15287
15286
|
languageName: node
|
|
15288
15287
|
linkType: hard
|
|
15289
15288
|
|
|
@@ -15906,9 +15905,9 @@ __metadata:
|
|
|
15906
15905
|
linkType: hard
|
|
15907
15906
|
|
|
15908
15907
|
"pathe@npm:^2.0.1":
|
|
15909
|
-
version: 2.0.
|
|
15910
|
-
resolution: "pathe@npm:2.0.
|
|
15911
|
-
checksum: 10c0/
|
|
15908
|
+
version: 2.0.2
|
|
15909
|
+
resolution: "pathe@npm:2.0.2"
|
|
15910
|
+
checksum: 10c0/21fce96ca9cebf037b075de8e5cc4ac6aa1009bce57946a72695f47ded84cf4b29f03bed721ea0f6e39b69eb1a0620bcee1f72eca46086765214a2965399b83a
|
|
15912
15911
|
languageName: node
|
|
15913
15912
|
linkType: hard
|
|
15914
15913
|
|
|
@@ -16073,21 +16072,21 @@ __metadata:
|
|
|
16073
16072
|
linkType: hard
|
|
16074
16073
|
|
|
16075
16074
|
"possible-typed-array-names@npm:^1.0.0":
|
|
16076
|
-
version: 1.
|
|
16077
|
-
resolution: "possible-typed-array-names@npm:1.
|
|
16078
|
-
checksum: 10c0/
|
|
16075
|
+
version: 1.0.0
|
|
16076
|
+
resolution: "possible-typed-array-names@npm:1.0.0"
|
|
16077
|
+
checksum: 10c0/d9aa22d31f4f7680e20269db76791b41c3a32c01a373e25f8a4813b4d45f7456bfc2b6d68f752dc4aab0e0bb0721cb3d76fb678c9101cb7a16316664bc2c73fd
|
|
16079
16078
|
languageName: node
|
|
16080
16079
|
linkType: hard
|
|
16081
16080
|
|
|
16082
16081
|
"postcss-calc@npm:^10.0.2":
|
|
16083
|
-
version: 10.1.
|
|
16084
|
-
resolution: "postcss-calc@npm:10.1.
|
|
16082
|
+
version: 10.1.0
|
|
16083
|
+
resolution: "postcss-calc@npm:10.1.0"
|
|
16085
16084
|
dependencies:
|
|
16086
16085
|
postcss-selector-parser: "npm:^7.0.0"
|
|
16087
16086
|
postcss-value-parser: "npm:^4.2.0"
|
|
16088
16087
|
peerDependencies:
|
|
16089
16088
|
postcss: ^8.4.38
|
|
16090
|
-
checksum: 10c0/
|
|
16089
|
+
checksum: 10c0/63f8f77f2b5f2987f0ae6b731a1034fabbb777fbec3f778662351b6c9ae006d431daca1e3e2c315acfa3aa94b3e4c1b71c4e76c6b9a8d5321398814e84446415
|
|
16091
16090
|
languageName: node
|
|
16092
16091
|
linkType: hard
|
|
16093
16092
|
|
|
@@ -16563,12 +16562,12 @@ __metadata:
|
|
|
16563
16562
|
linkType: hard
|
|
16564
16563
|
|
|
16565
16564
|
"postcss-selector-parser@npm:^7.0.0":
|
|
16566
|
-
version: 7.
|
|
16567
|
-
resolution: "postcss-selector-parser@npm:7.
|
|
16565
|
+
version: 7.0.0
|
|
16566
|
+
resolution: "postcss-selector-parser@npm:7.0.0"
|
|
16568
16567
|
dependencies:
|
|
16569
16568
|
cssesc: "npm:^3.0.0"
|
|
16570
16569
|
util-deprecate: "npm:^1.0.2"
|
|
16571
|
-
checksum: 10c0/
|
|
16570
|
+
checksum: 10c0/e96e096afcce70bf5c97789f5ea09d7415ae5eb701d82b05b5e8532885d31363b484fcb1ca9488c9a331f30508d9e5bb6c3109eb2eb5067ef3d3919f9928cd9d
|
|
16572
16571
|
languageName: node
|
|
16573
16572
|
linkType: hard
|
|
16574
16573
|
|
|
@@ -16640,13 +16639,13 @@ __metadata:
|
|
|
16640
16639
|
linkType: hard
|
|
16641
16640
|
|
|
16642
16641
|
"postcss@npm:^8.2.6, postcss@npm:^8.4.23, postcss@npm:^8.4.39":
|
|
16643
|
-
version: 8.5.
|
|
16644
|
-
resolution: "postcss@npm:8.5.
|
|
16642
|
+
version: 8.5.1
|
|
16643
|
+
resolution: "postcss@npm:8.5.1"
|
|
16645
16644
|
dependencies:
|
|
16646
16645
|
nanoid: "npm:^3.3.8"
|
|
16647
16646
|
picocolors: "npm:^1.1.1"
|
|
16648
16647
|
source-map-js: "npm:^1.2.1"
|
|
16649
|
-
checksum: 10c0/
|
|
16648
|
+
checksum: 10c0/c4d90c59c98e8a0c102b77d3f4cac190f883b42d63dc60e2f3ed840f16197c0c8e25a4327d2e9a847b45a985612317dc0534178feeebd0a1cf3eb0eecf75cae4
|
|
16650
16649
|
languageName: node
|
|
16651
16650
|
linkType: hard
|
|
16652
16651
|
|
|
@@ -16907,13 +16906,13 @@ __metadata:
|
|
|
16907
16906
|
linkType: hard
|
|
16908
16907
|
|
|
16909
16908
|
"prosemirror-commands@npm:^1.0.0, prosemirror-commands@npm:^1.2.1, prosemirror-commands@npm:^1.3.1":
|
|
16910
|
-
version: 1.
|
|
16911
|
-
resolution: "prosemirror-commands@npm:1.
|
|
16909
|
+
version: 1.6.2
|
|
16910
|
+
resolution: "prosemirror-commands@npm:1.6.2"
|
|
16912
16911
|
dependencies:
|
|
16913
16912
|
prosemirror-model: "npm:^1.0.0"
|
|
16914
16913
|
prosemirror-state: "npm:^1.0.0"
|
|
16915
16914
|
prosemirror-transform: "npm:^1.10.2"
|
|
16916
|
-
checksum: 10c0/
|
|
16915
|
+
checksum: 10c0/3504d884d40aeb1f05857b562fe73f60cac2cac6b25b8127f03b40a795303090117cafbaefff399109b5ef3945404c8cdb118586a48ff74aeda927c985993613
|
|
16917
16916
|
languageName: node
|
|
16918
16917
|
linkType: hard
|
|
16919
16918
|
|
|
@@ -17036,15 +17035,15 @@ __metadata:
|
|
|
17036
17035
|
linkType: hard
|
|
17037
17036
|
|
|
17038
17037
|
"prosemirror-tables@npm:^1.3.0":
|
|
17039
|
-
version: 1.6.
|
|
17040
|
-
resolution: "prosemirror-tables@npm:1.6.
|
|
17038
|
+
version: 1.6.2
|
|
17039
|
+
resolution: "prosemirror-tables@npm:1.6.2"
|
|
17041
17040
|
dependencies:
|
|
17042
17041
|
prosemirror-keymap: "npm:^1.2.2"
|
|
17043
17042
|
prosemirror-model: "npm:^1.24.1"
|
|
17044
17043
|
prosemirror-state: "npm:^1.4.3"
|
|
17045
17044
|
prosemirror-transform: "npm:^1.10.2"
|
|
17046
|
-
prosemirror-view: "npm:^1.37.
|
|
17047
|
-
checksum: 10c0/
|
|
17045
|
+
prosemirror-view: "npm:^1.37.1"
|
|
17046
|
+
checksum: 10c0/cac5a8d88189d4801873f404c86fda3b161b30a637be1b08337e4ba521c668ec070543d09cef728a3f6990d8035146c3da73b9cee812833a424d8780cfef5a30
|
|
17048
17047
|
languageName: node
|
|
17049
17048
|
linkType: hard
|
|
17050
17049
|
|
|
@@ -17071,14 +17070,14 @@ __metadata:
|
|
|
17071
17070
|
languageName: node
|
|
17072
17071
|
linkType: hard
|
|
17073
17072
|
|
|
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.
|
|
17075
|
-
version: 1.
|
|
17076
|
-
resolution: "prosemirror-view@npm:1.
|
|
17073
|
+
"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.1":
|
|
17074
|
+
version: 1.37.2
|
|
17075
|
+
resolution: "prosemirror-view@npm:1.37.2"
|
|
17077
17076
|
dependencies:
|
|
17078
17077
|
prosemirror-model: "npm:^1.20.0"
|
|
17079
17078
|
prosemirror-state: "npm:^1.0.0"
|
|
17080
17079
|
prosemirror-transform: "npm:^1.1.0"
|
|
17081
|
-
checksum: 10c0/
|
|
17080
|
+
checksum: 10c0/a64cf4acca6e199f06ef3cbfe27953eda2c1cec63f55c68b93bb56d6222ab8f51a4ec082f07a89b3c603bfa167e185b9c2a4890457738e6b4de31ad6066c9dec
|
|
17082
17081
|
languageName: node
|
|
17083
17082
|
linkType: hard
|
|
17084
17083
|
|
|
@@ -17377,13 +17376,13 @@ __metadata:
|
|
|
17377
17376
|
linkType: hard
|
|
17378
17377
|
|
|
17379
17378
|
"react-confetti@npm:^6.1.0":
|
|
17380
|
-
version: 6.2.
|
|
17381
|
-
resolution: "react-confetti@npm:6.2.
|
|
17379
|
+
version: 6.2.2
|
|
17380
|
+
resolution: "react-confetti@npm:6.2.2"
|
|
17382
17381
|
dependencies:
|
|
17383
17382
|
tween-functions: "npm:^1.2.0"
|
|
17384
17383
|
peerDependencies:
|
|
17385
17384
|
react: ^16.3.0 || ^17.0.1 || ^18.0.0 || ^19.0.0
|
|
17386
|
-
checksum: 10c0/
|
|
17385
|
+
checksum: 10c0/c25250acc18a7e66a2a41aa429fee70a1e56346a73dced7aa64d8c8e87b96b478eb90933b530d1857832785eeb4a5978c5cb30080d187d32bbc68c3c0ef7f0a9
|
|
17387
17386
|
languageName: node
|
|
17388
17387
|
linkType: hard
|
|
17389
17388
|
|
|
@@ -17533,9 +17532,9 @@ __metadata:
|
|
|
17533
17532
|
linkType: hard
|
|
17534
17533
|
|
|
17535
17534
|
"react-error-overlay@npm:^6.0.9":
|
|
17536
|
-
version: 6.
|
|
17537
|
-
resolution: "react-error-overlay@npm:6.
|
|
17538
|
-
checksum: 10c0/
|
|
17535
|
+
version: 6.0.11
|
|
17536
|
+
resolution: "react-error-overlay@npm:6.0.11"
|
|
17537
|
+
checksum: 10c0/8fc93942976e0c704274aec87dbc8e21f62a2cc78d1c93f9bcfff9f7494b00c60f7a2f0bd48d832bcd3190627c0255a1df907373f61f820371373a65ec4b2d64
|
|
17539
17538
|
languageName: node
|
|
17540
17539
|
linkType: hard
|
|
17541
17540
|
|
|
@@ -18769,9 +18768,9 @@ __metadata:
|
|
|
18769
18768
|
linkType: hard
|
|
18770
18769
|
|
|
18771
18770
|
"reusify@npm:^1.0.4":
|
|
18772
|
-
version: 1.
|
|
18773
|
-
resolution: "reusify@npm:1.
|
|
18774
|
-
checksum: 10c0/
|
|
18771
|
+
version: 1.0.4
|
|
18772
|
+
resolution: "reusify@npm:1.0.4"
|
|
18773
|
+
checksum: 10c0/c19ef26e4e188f408922c46f7ff480d38e8dfc55d448310dfb518736b23ed2c4f547fb64a6ed5bdba92cd7e7ddc889d36ff78f794816d5e71498d645ef476107
|
|
18775
18774
|
languageName: node
|
|
18776
18775
|
linkType: hard
|
|
18777
18776
|
|
|
@@ -18928,28 +18927,28 @@ __metadata:
|
|
|
18928
18927
|
linkType: hard
|
|
18929
18928
|
|
|
18930
18929
|
"rollup@npm:^4.13.0":
|
|
18931
|
-
version: 4.
|
|
18932
|
-
resolution: "rollup@npm:4.
|
|
18933
|
-
dependencies:
|
|
18934
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
18935
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
18936
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
18937
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
18938
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
18939
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
18940
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
18941
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
18942
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
18943
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
18944
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.
|
|
18945
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.
|
|
18946
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
18947
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
18948
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
18949
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
18950
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
18951
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
18952
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
18930
|
+
version: 4.31.0
|
|
18931
|
+
resolution: "rollup@npm:4.31.0"
|
|
18932
|
+
dependencies:
|
|
18933
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.31.0"
|
|
18934
|
+
"@rollup/rollup-android-arm64": "npm:4.31.0"
|
|
18935
|
+
"@rollup/rollup-darwin-arm64": "npm:4.31.0"
|
|
18936
|
+
"@rollup/rollup-darwin-x64": "npm:4.31.0"
|
|
18937
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.31.0"
|
|
18938
|
+
"@rollup/rollup-freebsd-x64": "npm:4.31.0"
|
|
18939
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.31.0"
|
|
18940
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.31.0"
|
|
18941
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.31.0"
|
|
18942
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.31.0"
|
|
18943
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.31.0"
|
|
18944
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.31.0"
|
|
18945
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.31.0"
|
|
18946
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.31.0"
|
|
18947
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.31.0"
|
|
18948
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.31.0"
|
|
18949
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.31.0"
|
|
18950
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.31.0"
|
|
18951
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.31.0"
|
|
18953
18952
|
"@types/estree": "npm:1.0.6"
|
|
18954
18953
|
fsevents: "npm:~2.3.2"
|
|
18955
18954
|
dependenciesMeta:
|
|
@@ -18995,7 +18994,7 @@ __metadata:
|
|
|
18995
18994
|
optional: true
|
|
18996
18995
|
bin:
|
|
18997
18996
|
rollup: dist/bin/rollup
|
|
18998
|
-
checksum: 10c0/
|
|
18997
|
+
checksum: 10c0/0d6da45098af14c678e78be887fefefbf5a97fef6277c5a1c24ca722537bb3a02e695c6fcad8880218d8fbef8a7a17d865786afd99bb6e70409fad73844ca8cf
|
|
18999
18998
|
languageName: node
|
|
19000
18999
|
linkType: hard
|
|
19001
19000
|
|
|
@@ -19054,11 +19053,11 @@ __metadata:
|
|
|
19054
19053
|
linkType: hard
|
|
19055
19054
|
|
|
19056
19055
|
"rxjs@npm:^7.5.5":
|
|
19057
|
-
version: 7.8.
|
|
19058
|
-
resolution: "rxjs@npm:7.8.
|
|
19056
|
+
version: 7.8.1
|
|
19057
|
+
resolution: "rxjs@npm:7.8.1"
|
|
19059
19058
|
dependencies:
|
|
19060
19059
|
tslib: "npm:^2.1.0"
|
|
19061
|
-
checksum: 10c0/
|
|
19060
|
+
checksum: 10c0/3c49c1ecd66170b175c9cacf5cef67f8914dcbc7cd0162855538d365c83fea631167cacb644b3ce533b2ea0e9a4d0b12175186985f89d75abe73dbd8f7f06f68
|
|
19062
19061
|
languageName: node
|
|
19063
19062
|
linkType: hard
|
|
19064
19063
|
|
|
@@ -19277,11 +19276,11 @@ __metadata:
|
|
|
19277
19276
|
linkType: hard
|
|
19278
19277
|
|
|
19279
19278
|
"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":
|
|
19280
|
-
version: 7.
|
|
19281
|
-
resolution: "semver@npm:7.
|
|
19279
|
+
version: 7.6.3
|
|
19280
|
+
resolution: "semver@npm:7.6.3"
|
|
19282
19281
|
bin:
|
|
19283
19282
|
semver: bin/semver.js
|
|
19284
|
-
checksum: 10c0/
|
|
19283
|
+
checksum: 10c0/88f33e148b210c153873cb08cfe1e281d518aaa9a666d4d148add6560db5cd3c582f3a08ccb91f38d5f379ead256da9931234ed122057f40bb5766e65e58adaf
|
|
19285
19284
|
languageName: node
|
|
19286
19285
|
linkType: hard
|
|
19287
19286
|
|
|
@@ -19691,12 +19690,12 @@ __metadata:
|
|
|
19691
19690
|
linkType: hard
|
|
19692
19691
|
|
|
19693
19692
|
"socks@npm:^2.8.3":
|
|
19694
|
-
version: 2.8.
|
|
19695
|
-
resolution: "socks@npm:2.8.
|
|
19693
|
+
version: 2.8.3
|
|
19694
|
+
resolution: "socks@npm:2.8.3"
|
|
19696
19695
|
dependencies:
|
|
19697
19696
|
ip-address: "npm:^9.0.5"
|
|
19698
19697
|
smart-buffer: "npm:^4.2.0"
|
|
19699
|
-
checksum: 10c0/
|
|
19698
|
+
checksum: 10c0/d54a52bf9325165770b674a67241143a3d8b4e4c8884560c4e0e078aace2a728dffc7f70150660f51b85797c4e1a3b82f9b7aa25e0a0ceae1a243365da5c51a7
|
|
19700
19699
|
languageName: node
|
|
19701
19700
|
linkType: hard
|
|
19702
19701
|
|
|
@@ -20298,9 +20297,9 @@ __metadata:
|
|
|
20298
20297
|
linkType: hard
|
|
20299
20298
|
|
|
20300
20299
|
"stylis@npm:^4.3.0":
|
|
20301
|
-
version: 4.3.
|
|
20302
|
-
resolution: "stylis@npm:4.3.
|
|
20303
|
-
checksum: 10c0/
|
|
20300
|
+
version: 4.3.5
|
|
20301
|
+
resolution: "stylis@npm:4.3.5"
|
|
20302
|
+
checksum: 10c0/da2976e05a9bacd87450b59d64c17669e4a1043c01a91213420d88baeb4f3bcc58409335e5bbce316e3ba570e15d63e1393ec56cf1e60507782897ab3bb04872
|
|
20304
20303
|
languageName: node
|
|
20305
20304
|
linkType: hard
|
|
20306
20305
|
|
|
@@ -20574,8 +20573,8 @@ __metadata:
|
|
|
20574
20573
|
linkType: hard
|
|
20575
20574
|
|
|
20576
20575
|
"terser@npm:^5.3.4":
|
|
20577
|
-
version: 5.
|
|
20578
|
-
resolution: "terser@npm:5.
|
|
20576
|
+
version: 5.37.0
|
|
20577
|
+
resolution: "terser@npm:5.37.0"
|
|
20579
20578
|
dependencies:
|
|
20580
20579
|
"@jridgewell/source-map": "npm:^0.3.3"
|
|
20581
20580
|
acorn: "npm:^8.8.2"
|
|
@@ -20583,7 +20582,7 @@ __metadata:
|
|
|
20583
20582
|
source-map-support: "npm:~0.5.20"
|
|
20584
20583
|
bin:
|
|
20585
20584
|
terser: bin/terser
|
|
20586
|
-
checksum: 10c0/
|
|
20585
|
+
checksum: 10c0/ff0dc79b0a0da821e7f5bf7a047eab6d04e70e88b62339a0f1d71117db3310e255f5c00738fa3b391f56c3571f800a00047720261ba04ced0241c1f9922199f4
|
|
20587
20586
|
languageName: node
|
|
20588
20587
|
linkType: hard
|
|
20589
20588
|
|
|
@@ -20814,8 +20813,8 @@ __metadata:
|
|
|
20814
20813
|
linkType: hard
|
|
20815
20814
|
|
|
20816
20815
|
"tsconfck@npm:^3.0.3":
|
|
20817
|
-
version: 3.1.
|
|
20818
|
-
resolution: "tsconfck@npm:3.1.
|
|
20816
|
+
version: 3.1.4
|
|
20817
|
+
resolution: "tsconfck@npm:3.1.4"
|
|
20819
20818
|
peerDependencies:
|
|
20820
20819
|
typescript: ^5.0.0
|
|
20821
20820
|
peerDependenciesMeta:
|
|
@@ -20823,7 +20822,7 @@ __metadata:
|
|
|
20823
20822
|
optional: true
|
|
20824
20823
|
bin:
|
|
20825
20824
|
tsconfck: bin/tsconfck.js
|
|
20826
|
-
checksum: 10c0/
|
|
20825
|
+
checksum: 10c0/5120e91b3388574b449d57d08f45d05d9966cf4b9d6aa1018652c1fff6d7d37b1ed099b07e6ebf6099aa40b8a16968dd337198c55b7274892849112b942861ed
|
|
20827
20826
|
languageName: node
|
|
20828
20827
|
linkType: hard
|
|
20829
20828
|
|
|
@@ -21363,8 +21362,8 @@ __metadata:
|
|
|
21363
21362
|
linkType: hard
|
|
21364
21363
|
|
|
21365
21364
|
"update-browserslist-db@npm:^1.1.1":
|
|
21366
|
-
version: 1.1.
|
|
21367
|
-
resolution: "update-browserslist-db@npm:1.1.
|
|
21365
|
+
version: 1.1.2
|
|
21366
|
+
resolution: "update-browserslist-db@npm:1.1.2"
|
|
21368
21367
|
dependencies:
|
|
21369
21368
|
escalade: "npm:^3.2.0"
|
|
21370
21369
|
picocolors: "npm:^1.1.1"
|
|
@@ -21372,7 +21371,7 @@ __metadata:
|
|
|
21372
21371
|
browserslist: ">= 4.21.0"
|
|
21373
21372
|
bin:
|
|
21374
21373
|
update-browserslist-db: cli.js
|
|
21375
|
-
checksum: 10c0/
|
|
21374
|
+
checksum: 10c0/9cb353998d6d7d6ba1e46b8fa3db888822dd972212da4eda609d185eb5c3557a93fd59780ceb757afd4d84240518df08542736969e6a5d6d6ce2d58e9363aac6
|
|
21376
21375
|
languageName: node
|
|
21377
21376
|
linkType: hard
|
|
21378
21377
|
|
|
@@ -21764,9 +21763,9 @@ __metadata:
|
|
|
21764
21763
|
linkType: hard
|
|
21765
21764
|
|
|
21766
21765
|
"vscode-uri@npm:^3.0.8":
|
|
21767
|
-
version: 3.
|
|
21768
|
-
resolution: "vscode-uri@npm:3.
|
|
21769
|
-
checksum: 10c0/
|
|
21766
|
+
version: 3.0.8
|
|
21767
|
+
resolution: "vscode-uri@npm:3.0.8"
|
|
21768
|
+
checksum: 10c0/f7f217f526bf109589969fe6e66b71e70b937de1385a1d7bb577ca3ee7c5e820d3856a86e9ff2fa9b7a0bc56a3dd8c3a9a557d3fedd7df414bc618d5e6b567f9
|
|
21770
21769
|
languageName: node
|
|
21771
21770
|
linkType: hard
|
|
21772
21771
|
|