@licklist/design 0.67.5-dev.1 → 0.67.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/.storybook/main.cjs +12 -15
  2. package/dist/assets/iframe/selectArrow.svg.js +17 -0
  3. package/dist/auth/Login/LoginComponent.js +1 -2
  4. package/dist/calendar/Calendar.d.ts +2 -2
  5. package/dist/calendar/Calendar.d.ts.map +1 -1
  6. package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
  7. package/dist/calendar/components/CalendarButtons/CalendarButtons.js +40 -35
  8. package/dist/calendar/utils/index.d.ts +2 -2
  9. package/dist/calendar/utils/index.d.ts.map +1 -1
  10. package/dist/calendar/utils/index.js +4 -20
  11. package/dist/date-time-button/DateTimeButton.d.ts +2 -1
  12. package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
  13. package/dist/date-time-button/DateTimeButton.js +3 -2
  14. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +1 -2
  15. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
  16. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +4 -4
  17. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +2 -2
  18. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
  19. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +26 -27
  20. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +2 -2
  21. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
  22. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +3 -3
  23. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  24. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -0
  25. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  26. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +0 -2
  27. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  28. package/dist/index.js +0 -1
  29. package/dist/layout/DropDown.d.ts +1 -2
  30. package/dist/layout/DropDown.d.ts.map +1 -1
  31. package/dist/modals/confirmation/ConfirmModal.d.ts +1 -3
  32. package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
  33. package/dist/modals/confirmation/ConfirmModal.js +8 -172
  34. package/dist/product-set/card/ProductSetCard.d.ts +2 -6
  35. package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
  36. package/dist/product-set/card/ProductSetCard.js +11 -30
  37. package/dist/product-set/control/DateAndRecurrenceInput.d.ts +2 -3
  38. package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
  39. package/dist/product-set/control/DateAndRecurrenceInput.js +1 -3
  40. package/dist/product-set/control/DateInput.d.ts.map +1 -1
  41. package/dist/product-set/control/DateInput.js +2 -2
  42. package/dist/product-set/control/ProductSetControl.d.ts +3 -3
  43. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  44. package/dist/product-set/control/ProductSetControl.js +16 -4
  45. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  46. package/dist/product-set/form/ProductCategoriesControl.js +2 -48
  47. package/dist/product-set/form/ProductSetForm.d.ts +2 -6
  48. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  49. package/dist/product-set/form/ProductSetForm.js +5 -65
  50. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
  51. package/dist/product-set/form/ProductZonesControl.js +2 -0
  52. package/dist/product-set/form/SelectCategoryModal.d.ts +0 -12
  53. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  54. package/dist/product-set/form/SelectCategoryModal.js +1 -1
  55. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  56. package/dist/product-set/form/SubProductsControl.js +3 -0
  57. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  58. package/dist/product-set/form/VenueMapsControl.js +3 -0
  59. package/dist/product-set/form/index.d.ts +0 -1
  60. package/dist/product-set/form/index.d.ts.map +1 -1
  61. package/dist/product-set/utils/index.d.ts +0 -7
  62. package/dist/product-set/utils/index.d.ts.map +1 -1
  63. package/dist/product-set/utils/index.js +1 -10
  64. package/dist/provider/location-input/LocationInput.d.ts +1 -4
  65. package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
  66. package/dist/provider/location-input/LocationInput.js +2 -41
  67. package/dist/provider/location-input/LocationInputDescription.d.ts +1 -4
  68. package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
  69. package/dist/provider/location-input/LocationInputDescription.js +12 -27
  70. package/dist/provider/location-input/index.d.ts +0 -1
  71. package/dist/provider/location-input/index.d.ts.map +1 -1
  72. package/dist/provider/provider-form/ProviderForm.d.ts +1 -3
  73. package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
  74. package/dist/provider/provider-form/ProviderForm.js +3 -7
  75. package/dist/provider/venue-form/VenueForm.d.ts +1 -3
  76. package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
  77. package/dist/provider/venue-form/VenueForm.js +3 -7
  78. package/dist/provider/working-hours-input/WorkingHoursInput.d.ts.map +1 -1
  79. package/dist/provider/working-hours-input/WorkingHoursInput.js +2 -2
  80. package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
  81. package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +14 -7
  82. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +1 -2
  83. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
  84. package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +13 -7
  85. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +1 -4
  86. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
  87. package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +3 -7
  88. package/dist/recurring-date-picker-input/utils.d.ts +0 -5
  89. package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
  90. package/dist/recurring-date-picker-input/utils.js +3 -83
  91. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  92. package/dist/sales/booking/results/components/ResultCard.js +7 -4
  93. package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +1 -1
  94. package/dist/sales/manual-booking/formatDays.js +3 -3
  95. package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
  96. package/dist/sales/manual-booking/select-event/SelectEvent.js +3 -3
  97. package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
  98. package/dist/sales/manual-booking/summary/ManualBookingSummary.js +2 -2
  99. package/dist/sales/notes/NotesTableRow.js +4 -3
  100. package/dist/setting/admin/AdminSettingForm.d.ts +2 -2
  101. package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
  102. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  103. package/dist/snippet/snippet-template/preview/Preview.js +0 -6
  104. package/dist/sortable-tree/SortableTreeItem.d.ts +1 -2
  105. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  106. package/dist/sortable-tree/SortableTreeItem.js +4 -10
  107. package/dist/styles/auth/AccessDenied.scss +1 -1
  108. package/dist/styles/back-button/BackButton.scss +24 -25
  109. package/dist/styles/back-button/_index.scss +1 -1
  110. package/dist/styles/company-user-form/UserForm.scss +7 -4
  111. package/dist/styles/company-user-form/_index.scss +1 -1
  112. package/dist/styles/custom-fields/CreateSortableListItem.scss +1 -2
  113. package/dist/styles/custom-fields/_index.scss +1 -1
  114. package/dist/styles/customers/Filter.scss +5 -5
  115. package/dist/styles/events/EditEventModal.scss +3 -1
  116. package/dist/styles/events/EventVenueMap.scss +7 -7
  117. package/dist/styles/form/Input.scss +1 -1
  118. package/dist/styles/header/Header.scss +1 -1
  119. package/dist/styles/header/elements/CompanySelector.scss +2 -2
  120. package/dist/styles/iframe-events/Calendar.scss +1 -0
  121. package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
  122. package/dist/styles/iframe-events/CategoryStepsForm.scss +7 -6
  123. package/dist/styles/iframe-events/Event.scss +4 -2
  124. package/dist/styles/iframe-events/EventForm.scss +54 -54
  125. package/dist/styles/iframe-events/EventNavigationFooter.scss +0 -1
  126. package/dist/styles/iframe-events/TicketDescription.scss +1 -1
  127. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  128. package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
  129. package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
  130. package/dist/styles/notification/Notification.scss +1 -1
  131. package/dist/styles/order-items-table/OrderItemsTable.scss +2 -1
  132. package/dist/styles/product-set/CreateProductSetItem.scss +13 -15
  133. package/dist/styles/product-set/DateAndRecurrenceInput.scss +8 -6
  134. package/dist/styles/product-set/EditCategoryModal.scss +4 -4
  135. package/dist/styles/product-set/EditProductModal.scss +3 -3
  136. package/dist/styles/product-set/EditStepModal.scss +4 -4
  137. package/dist/styles/product-set/EditVenueMapSetModal.scss +6 -6
  138. package/dist/styles/product-set/ProductSetForm.scss +2 -25
  139. package/dist/styles/product-set/TutorialGifCard.scss +1 -1
  140. package/dist/styles/product-set/_index.scss +2 -2
  141. package/dist/styles/report/ReportCard.scss +0 -1
  142. package/dist/styles/report/_index.scss +1 -1
  143. package/dist/styles/resources-blocking/_index.scss +0 -4
  144. package/dist/styles/sales/BookingFilter.scss +2 -2
  145. package/dist/styles/sales/BookingResults.scss +1 -1
  146. package/dist/styles/sales/BookingTabs.scss +5 -7
  147. package/dist/styles/sales/Filters.scss +4 -5
  148. package/dist/styles/sales/GuestProfile.scss +175 -170
  149. package/dist/styles/sales/LifeTimeSales.scss +1 -1
  150. package/dist/styles/sales/ManualBooking.scss +2 -4
  151. package/dist/styles/snippet-templates/_snippetVariables.scss +244 -63
  152. package/dist/styles/sortable-field/SortableField.scss +16 -16
  153. package/dist/styles/sortable-field/_index.scss +1 -1
  154. package/dist/styles/sortable-tree/Item.scss +4 -4
  155. package/dist/styles/table/Table.scss +1 -1
  156. package/dist/styles/themes/bookedit/_variables.scss +32 -10
  157. package/dist/styles/themes/licklist/_variables.scss +1 -1
  158. package/dist/styles/tiptap-editor/TiptapEditor.scss +10 -9
  159. package/dist/styles/tiptap-editor/_index.scss +1 -1
  160. package/dist/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
  161. package/dist/styles/virtualized/_index.scss +1 -1
  162. package/dist/styles/zones/ZoneForm.scss +0 -1
  163. package/dist/styles/zones/ZoneRecurrencesControl.scss +8 -6
  164. package/dist/typeahead/Typeahead.d.ts +1 -5
  165. package/dist/typeahead/Typeahead.d.ts.map +1 -1
  166. package/dist/typeahead/Typeahead.js +2 -9
  167. package/dist/zone/form/ZoneForm.d.ts +2 -3
  168. package/dist/zone/form/ZoneForm.d.ts.map +1 -1
  169. package/dist/zone/form/ZoneForm.js +2 -4
  170. package/dist/zone/form/components/ZoneControl.d.ts +2 -3
  171. package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
  172. package/dist/zone/form/components/ZoneControl.js +2 -5
  173. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +4 -5
  174. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
  175. package/dist/zone/form/components/ZoneRecurrencesControl.js +2 -5
  176. package/dist/zone/form/utils/dates.d.ts.map +1 -1
  177. package/package.json +10 -10
  178. package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -1
  179. package/src/auth/Login/LoginComponent.tsx +1 -1
  180. package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -1
  181. package/src/calendar/Calendar.stories.tsx +2 -0
  182. package/src/calendar/Calendar.tsx +4 -1
  183. package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +28 -31
  184. package/src/calendar/utils/index.ts +4 -26
  185. package/src/date-time-button/DateTimeButton.stories.tsx +1 -0
  186. package/src/date-time-button/DateTimeButton.tsx +6 -1
  187. package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +2 -3
  188. package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +37 -35
  189. package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +3 -3
  190. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +1 -0
  191. package/src/header/elements/Elements.stories.tsx +1 -1
  192. package/src/help/popover/Popover.stories.tsx +1 -1
  193. package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +3 -3
  194. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +0 -1
  195. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +0 -1
  196. package/src/layout/DropDown.tsx +1 -2
  197. package/src/modals/confirmation/ConfirmModal.tsx +3 -19
  198. package/src/product-set/card/ProductSetCard.stories.tsx +1 -3
  199. package/src/product-set/card/ProductSetCard.tsx +8 -47
  200. package/src/product-set/control/DateAndRecurrenceInput.tsx +4 -6
  201. package/src/product-set/control/DateInput.tsx +1 -2
  202. package/src/product-set/control/ProductSetControl.tsx +15 -4
  203. package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +2 -2
  204. package/src/product-set/form/ProductCategoriesControl.tsx +1 -37
  205. package/src/product-set/form/ProductSetForm.tsx +3 -25
  206. package/src/product-set/form/ProductZonesControl.tsx +7 -4
  207. package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -1
  208. package/src/product-set/form/SelectCategoryModal.tsx +2 -2
  209. package/src/product-set/form/SubProductsControl.tsx +3 -0
  210. package/src/product-set/form/VenueMapsControl.tsx +3 -0
  211. package/src/product-set/form/index.ts +0 -1
  212. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +5 -5
  213. package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
  214. package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -1
  215. package/src/product-set/product-zone/ProductZoneControl.tsx +9 -9
  216. package/src/product-set/utils/index.ts +0 -11
  217. package/src/provider/location-input/LocationInput.tsx +1 -36
  218. package/src/provider/location-input/LocationInputDescription.tsx +11 -23
  219. package/src/provider/location-input/index.ts +0 -1
  220. package/src/provider/provider-form/ProviderForm.tsx +2 -7
  221. package/src/provider/venue-form/VenueForm.tsx +2 -5
  222. package/src/provider/working-hours-input/WorkingHoursInput.tsx +6 -15
  223. package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +30 -11
  224. package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +22 -8
  225. package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +4 -11
  226. package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +3 -17
  227. package/src/recurring-date-picker-input/utils.ts +1 -97
  228. package/src/sales/booking/results/components/ResultCard.tsx +10 -4
  229. package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +1 -1
  230. package/src/sales/manual-booking/formatDays.ts +3 -3
  231. package/src/sales/manual-booking/select-event/SelectEvent.tsx +2 -2
  232. package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +2 -2
  233. package/src/sales/notes/NotesTableRow.tsx +3 -3
  234. package/src/setting/admin/AdminSetting.stories.tsx +0 -1
  235. package/src/setting/admin/AdminSettingForm.tsx +2 -2
  236. package/src/setting/system/SystemSetting.stories.tsx +1 -1
  237. package/src/snippet/snippet-template/preview/Preview.tsx +0 -6
  238. package/src/sortable-tree/SortableTreeItem.tsx +0 -6
  239. package/src/styles/auth/AccessDenied.scss +1 -1
  240. package/src/styles/back-button/BackButton.scss +24 -25
  241. package/src/styles/back-button/_index.scss +1 -1
  242. package/src/styles/company-user-form/UserForm.scss +7 -4
  243. package/src/styles/company-user-form/_index.scss +1 -1
  244. package/src/styles/custom-fields/CreateSortableListItem.scss +1 -2
  245. package/src/styles/custom-fields/_index.scss +1 -1
  246. package/src/styles/customers/Filter.scss +5 -5
  247. package/src/styles/events/EditEventModal.scss +3 -1
  248. package/src/styles/events/EventVenueMap.scss +7 -7
  249. package/src/styles/form/Input.scss +1 -1
  250. package/src/styles/header/Header.scss +1 -1
  251. package/src/styles/header/elements/CompanySelector.scss +2 -2
  252. package/src/styles/iframe-events/Calendar.scss +1 -0
  253. package/src/styles/iframe-events/CalendarSelect.scss +1 -1
  254. package/src/styles/iframe-events/CategoryStepsForm.scss +7 -6
  255. package/src/styles/iframe-events/Event.scss +4 -2
  256. package/src/styles/iframe-events/EventForm.scss +54 -54
  257. package/src/styles/iframe-events/EventNavigationFooter.scss +0 -1
  258. package/src/styles/iframe-events/TicketDescription.scss +1 -1
  259. package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  260. package/src/styles/iframe-payments/PaymentForm.scss +1 -1
  261. package/src/styles/layout/BackgroundVideoContainer.scss +2 -2
  262. package/src/styles/notification/Notification.scss +1 -1
  263. package/src/styles/order-items-table/OrderItemsTable.scss +2 -1
  264. package/src/styles/product-set/CreateProductSetItem.scss +13 -15
  265. package/src/styles/product-set/DateAndRecurrenceInput.scss +8 -6
  266. package/src/styles/product-set/EditCategoryModal.scss +4 -4
  267. package/src/styles/product-set/EditProductModal.scss +3 -3
  268. package/src/styles/product-set/EditStepModal.scss +4 -4
  269. package/src/styles/product-set/EditVenueMapSetModal.scss +6 -6
  270. package/src/styles/product-set/ProductSetForm.scss +2 -25
  271. package/src/styles/product-set/TutorialGifCard.scss +1 -1
  272. package/src/styles/product-set/_index.scss +2 -2
  273. package/src/styles/report/ReportCard.scss +0 -1
  274. package/src/styles/report/_index.scss +1 -1
  275. package/src/styles/resources-blocking/_index.scss +0 -4
  276. package/src/styles/sales/BookingFilter.scss +2 -2
  277. package/src/styles/sales/BookingResults.scss +1 -1
  278. package/src/styles/sales/BookingTabs.scss +5 -7
  279. package/src/styles/sales/Filters.scss +4 -5
  280. package/src/styles/sales/GuestProfile.scss +175 -170
  281. package/src/styles/sales/LifeTimeSales.scss +1 -1
  282. package/src/styles/sales/ManualBooking.scss +2 -4
  283. package/src/styles/snippet-templates/_snippetVariables.scss +244 -63
  284. package/src/styles/sortable-field/SortableField.scss +16 -16
  285. package/src/styles/sortable-field/_index.scss +1 -1
  286. package/src/styles/sortable-tree/Item.scss +4 -4
  287. package/src/styles/table/Table.scss +1 -1
  288. package/src/styles/themes/bookedit/_variables.scss +32 -10
  289. package/src/styles/themes/licklist/_variables.scss +1 -1
  290. package/src/styles/tiptap-editor/TiptapEditor.scss +10 -9
  291. package/src/styles/tiptap-editor/_index.scss +1 -1
  292. package/src/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
  293. package/src/styles/virtualized/_index.scss +1 -1
  294. package/src/styles/zones/ZoneForm.scss +0 -1
  295. package/src/styles/zones/ZoneRecurrencesControl.scss +8 -6
  296. package/src/tiptap-editor/TipTapEditor.stories.tsx +4 -6
  297. package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +2 -5
  298. package/src/typeahead/Typeahead.tsx +1 -15
  299. package/src/zone/form/ZoneForm.tsx +2 -9
  300. package/src/zone/form/components/ZoneControl.tsx +3 -8
  301. package/src/zone/form/components/ZoneRecurrencesControl.tsx +5 -10
  302. package/src/zone/form/utils/dates.ts +10 -9
  303. package/yarn.lock +832 -810
  304. package/dist/product-set/form/ProductSetNameControl.d.ts +0 -6
  305. package/dist/product-set/form/ProductSetNameControl.d.ts.map +0 -1
  306. package/dist/product-set/form/ProductSetNameControl.js +0 -35
  307. package/src/product-set/form/ProductSetNameControl.tsx +0 -27
package/yarn.lock CHANGED
@@ -33,20 +33,20 @@ __metadata:
33
33
  languageName: node
34
34
  linkType: hard
35
35
 
36
- "@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.25.7, @babel/code-frame@npm:^7.5.5, @babel/code-frame@npm:^7.8.3":
37
- version: 7.25.7
38
- resolution: "@babel/code-frame@npm:7.25.7"
36
+ "@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.24.7, @babel/code-frame@npm:^7.5.5, @babel/code-frame@npm:^7.8.3":
37
+ version: 7.24.7
38
+ resolution: "@babel/code-frame@npm:7.24.7"
39
39
  dependencies:
40
- "@babel/highlight": "npm:^7.25.7"
40
+ "@babel/highlight": "npm:^7.24.7"
41
41
  picocolors: "npm:^1.0.0"
42
- checksum: 10c0/14825c298bdec914caf3d24d1383b6d4cd6b030714686004992f4fc251831ecf432236652896f99d5d341f17170ae9a07b58d8d7b15aa0df8cfa1c5a7d5474bc
42
+ checksum: 10c0/ab0af539473a9f5aeaac7047e377cb4f4edd255a81d84a76058595f8540784cc3fbe8acf73f1e073981104562490aabfb23008cd66dc677a456a4ed5390fdde6
43
43
  languageName: node
44
44
  linkType: hard
45
45
 
46
- "@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.25.7":
47
- version: 7.25.7
48
- resolution: "@babel/compat-data@npm:7.25.7"
49
- checksum: 10c0/e5cc915abdd18d021236474a96606b2d4a915c4fb620c1ad776b8a08d91111e788cb3b7e9bad43593d4e0bfa4f06894357bcb0984102de1861b9e7322b6bc9f8
46
+ "@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.25.2, @babel/compat-data@npm:^7.25.4":
47
+ version: 7.25.4
48
+ resolution: "@babel/compat-data@npm:7.25.4"
49
+ checksum: 10c0/50d79734d584a28c69d6f5b99adfaa064d0f41609a378aef04eb06accc5b44f8520e68549eba3a082478180957b7d5783f1bfb1672e4ae8574e797ce8bae79fa
50
50
  languageName: node
51
51
  linkType: hard
52
52
 
@@ -75,99 +75,99 @@ __metadata:
75
75
  linkType: hard
76
76
 
77
77
  "@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":
78
- version: 7.25.7
79
- resolution: "@babel/core@npm:7.25.7"
78
+ version: 7.25.2
79
+ resolution: "@babel/core@npm:7.25.2"
80
80
  dependencies:
81
81
  "@ampproject/remapping": "npm:^2.2.0"
82
- "@babel/code-frame": "npm:^7.25.7"
83
- "@babel/generator": "npm:^7.25.7"
84
- "@babel/helper-compilation-targets": "npm:^7.25.7"
85
- "@babel/helper-module-transforms": "npm:^7.25.7"
86
- "@babel/helpers": "npm:^7.25.7"
87
- "@babel/parser": "npm:^7.25.7"
88
- "@babel/template": "npm:^7.25.7"
89
- "@babel/traverse": "npm:^7.25.7"
90
- "@babel/types": "npm:^7.25.7"
82
+ "@babel/code-frame": "npm:^7.24.7"
83
+ "@babel/generator": "npm:^7.25.0"
84
+ "@babel/helper-compilation-targets": "npm:^7.25.2"
85
+ "@babel/helper-module-transforms": "npm:^7.25.2"
86
+ "@babel/helpers": "npm:^7.25.0"
87
+ "@babel/parser": "npm:^7.25.0"
88
+ "@babel/template": "npm:^7.25.0"
89
+ "@babel/traverse": "npm:^7.25.2"
90
+ "@babel/types": "npm:^7.25.2"
91
91
  convert-source-map: "npm:^2.0.0"
92
92
  debug: "npm:^4.1.0"
93
93
  gensync: "npm:^1.0.0-beta.2"
94
94
  json5: "npm:^2.2.3"
95
95
  semver: "npm:^6.3.1"
96
- checksum: 10c0/dad20af39624086afc3a0910bd97ae712c9ad0e9dda09fc5da93876e8ea1802b63ddd81c44f4aa8a9834db46de801eaab1ce9b81ab54b4fe907ae052c24de136
96
+ checksum: 10c0/a425fa40e73cb72b6464063a57c478bc2de9dbcc19c280f1b55a3d88b35d572e87e8594e7d7b4880331addb6faef641bbeb701b91b41b8806cd4deae5d74f401
97
97
  languageName: node
98
98
  linkType: hard
99
99
 
100
- "@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.25.7":
101
- version: 7.25.7
102
- resolution: "@babel/generator@npm:7.25.7"
100
+ "@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.6":
101
+ version: 7.25.6
102
+ resolution: "@babel/generator@npm:7.25.6"
103
103
  dependencies:
104
- "@babel/types": "npm:^7.25.7"
104
+ "@babel/types": "npm:^7.25.6"
105
105
  "@jridgewell/gen-mapping": "npm:^0.3.5"
106
106
  "@jridgewell/trace-mapping": "npm:^0.3.25"
107
- jsesc: "npm:^3.0.2"
108
- checksum: 10c0/c03a26c79864d60d04ce36b649c3fa0d6fd7b2bf6a22e22854a0457aa09206508392dd73ee40e7bc8d50b3602f9ff068afa47770cda091d332e7db1ca382ee96
107
+ jsesc: "npm:^2.5.1"
108
+ checksum: 10c0/f89282cce4ddc63654470b98086994d219407d025497f483eb03ba102086e11e2b685b27122f6ff2e1d93b5b5fa0c3a6b7e974fbf2e4a75b685041a746a4291e
109
109
  languageName: node
110
110
  linkType: hard
111
111
 
112
- "@babel/helper-annotate-as-pure@npm:^7.25.7":
113
- version: 7.25.7
114
- resolution: "@babel/helper-annotate-as-pure@npm:7.25.7"
112
+ "@babel/helper-annotate-as-pure@npm:^7.24.7":
113
+ version: 7.24.7
114
+ resolution: "@babel/helper-annotate-as-pure@npm:7.24.7"
115
115
  dependencies:
116
- "@babel/types": "npm:^7.25.7"
117
- checksum: 10c0/2f020b0fa9d336b5778485cc2de3141561ec436a7591b685457a5bcdae4ce41d9ddee68169c95504e0789e5a4327e73b8b7e72e5b60e82e96d730c4d19255248
116
+ "@babel/types": "npm:^7.24.7"
117
+ checksum: 10c0/4679f7df4dffd5b3e26083ae65228116c3da34c3fff2c11ae11b259a61baec440f51e30fd236f7a0435b9d471acd93d0bc5a95df8213cbf02b1e083503d81b9a
118
118
  languageName: node
119
119
  linkType: hard
120
120
 
121
- "@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.25.7":
122
- version: 7.25.7
123
- resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.25.7"
121
+ "@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.24.7":
122
+ version: 7.24.7
123
+ resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.24.7"
124
124
  dependencies:
125
- "@babel/traverse": "npm:^7.25.7"
126
- "@babel/types": "npm:^7.25.7"
127
- checksum: 10c0/e9dc5a7920a1d74150dec53ccd5e34f2b31ae307df7cdeec6289866f7bda97ecb1328b49a7710ecde5db5b6daad768c904a030f9a0fa3184963b0017622c42aa
125
+ "@babel/traverse": "npm:^7.24.7"
126
+ "@babel/types": "npm:^7.24.7"
127
+ checksum: 10c0/0ed84abf848c79fb1cd4c1ddac12c771d32c1904d87fc3087f33cfdeb0c2e0db4e7892b74b407d9d8d0c000044f3645a7391a781f788da8410c290bb123a1f13
128
128
  languageName: node
129
129
  linkType: hard
130
130
 
131
- "@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.7":
132
- version: 7.25.7
133
- resolution: "@babel/helper-compilation-targets@npm:7.25.7"
131
+ "@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.24.7, @babel/helper-compilation-targets@npm:^7.24.8, @babel/helper-compilation-targets@npm:^7.25.2":
132
+ version: 7.25.2
133
+ resolution: "@babel/helper-compilation-targets@npm:7.25.2"
134
134
  dependencies:
135
- "@babel/compat-data": "npm:^7.25.7"
136
- "@babel/helper-validator-option": "npm:^7.25.7"
137
- browserslist: "npm:^4.24.0"
135
+ "@babel/compat-data": "npm:^7.25.2"
136
+ "@babel/helper-validator-option": "npm:^7.24.8"
137
+ browserslist: "npm:^4.23.1"
138
138
  lru-cache: "npm:^5.1.1"
139
139
  semver: "npm:^6.3.1"
140
- checksum: 10c0/705be7e5274a3fdade68e3e2cf42e2b600316ab52794e13b91299a16f16c926f15886b6e9d6df20eb943ccc1cdba5a363d4766f8d01e47b8e6f4e01175f5e66c
140
+ checksum: 10c0/de10e986b5322c9f807350467dc845ec59df9e596a5926a3b5edbb4710d8e3b8009d4396690e70b88c3844fe8ec4042d61436dd4b92d1f5f75655cf43ab07e99
141
141
  languageName: node
142
142
  linkType: hard
143
143
 
144
- "@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.25.7":
145
- version: 7.25.7
146
- resolution: "@babel/helper-create-class-features-plugin@npm:7.25.7"
144
+ "@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.24.7, @babel/helper-create-class-features-plugin@npm:^7.25.0, @babel/helper-create-class-features-plugin@npm:^7.25.4":
145
+ version: 7.25.4
146
+ resolution: "@babel/helper-create-class-features-plugin@npm:7.25.4"
147
147
  dependencies:
148
- "@babel/helper-annotate-as-pure": "npm:^7.25.7"
149
- "@babel/helper-member-expression-to-functions": "npm:^7.25.7"
150
- "@babel/helper-optimise-call-expression": "npm:^7.25.7"
151
- "@babel/helper-replace-supers": "npm:^7.25.7"
152
- "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
153
- "@babel/traverse": "npm:^7.25.7"
148
+ "@babel/helper-annotate-as-pure": "npm:^7.24.7"
149
+ "@babel/helper-member-expression-to-functions": "npm:^7.24.8"
150
+ "@babel/helper-optimise-call-expression": "npm:^7.24.7"
151
+ "@babel/helper-replace-supers": "npm:^7.25.0"
152
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
153
+ "@babel/traverse": "npm:^7.25.4"
154
154
  semver: "npm:^6.3.1"
155
155
  peerDependencies:
156
156
  "@babel/core": ^7.0.0
157
- checksum: 10c0/405c3c1a137acda1206380a96993cf2cfd808b3bee1c11c4af47ee0f03a20858497aa53394d6adc5431793c543be5e02010620e871a5ab39d938ae90a54b50f2
157
+ checksum: 10c0/a765d9e0482e13cf96642fa8aa28e6f7d4d7d39f37840d6246e5e10a7c47f47c52d52522edd3073f229449d17ec0db6f9b7b5e398bff6bb0b4994d65957a164c
158
158
  languageName: node
159
159
  linkType: hard
160
160
 
161
- "@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.25.7":
162
- version: 7.25.7
163
- resolution: "@babel/helper-create-regexp-features-plugin@npm:7.25.7"
161
+ "@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.24.7, @babel/helper-create-regexp-features-plugin@npm:^7.25.0, @babel/helper-create-regexp-features-plugin@npm:^7.25.2":
162
+ version: 7.25.2
163
+ resolution: "@babel/helper-create-regexp-features-plugin@npm:7.25.2"
164
164
  dependencies:
165
- "@babel/helper-annotate-as-pure": "npm:^7.25.7"
166
- regexpu-core: "npm:^6.1.1"
165
+ "@babel/helper-annotate-as-pure": "npm:^7.24.7"
166
+ regexpu-core: "npm:^5.3.1"
167
167
  semver: "npm:^6.3.1"
168
168
  peerDependencies:
169
169
  "@babel/core": ^7.0.0
170
- checksum: 10c0/75919fd5a67cd7be8497b56f7b9ed6b4843cb401956ba8d403aa9ae5b005bc28e35c7f27e704d820edbd1154394ed7a7984d4719916795d89d716f6980fe8bd4
170
+ checksum: 10c0/85a7e3639c118856fb1113f54fb7e3bf7698171ddfd0cd6fccccd5426b3727bc1434fe7f69090441dcde327feef9de917e00d35e47ab820047057518dd675317
171
171
  languageName: node
172
172
  linkType: hard
173
173
 
@@ -204,46 +204,46 @@ __metadata:
204
204
  languageName: node
205
205
  linkType: hard
206
206
 
207
- "@babel/helper-member-expression-to-functions@npm:^7.25.7":
208
- version: 7.25.7
209
- resolution: "@babel/helper-member-expression-to-functions@npm:7.25.7"
207
+ "@babel/helper-member-expression-to-functions@npm:^7.24.8":
208
+ version: 7.24.8
209
+ resolution: "@babel/helper-member-expression-to-functions@npm:7.24.8"
210
210
  dependencies:
211
- "@babel/traverse": "npm:^7.25.7"
212
- "@babel/types": "npm:^7.25.7"
213
- checksum: 10c0/1e948162ab48d84593a7c6ec9570d14c906146f1697144fc369c59dbeb00e4a062da67dd06cb0d8f98a044cd8389002dcf2ab6f5613d99c35748307846ec63fc
211
+ "@babel/traverse": "npm:^7.24.8"
212
+ "@babel/types": "npm:^7.24.8"
213
+ checksum: 10c0/7e14a5acc91f6cd26305a4441b82eb6f616bd70b096a4d2099a968f16b26d50207eec0b9ebfc466fefd62bd91587ac3be878117cdfec819b7151911183cb0e5a
214
214
  languageName: node
215
215
  linkType: hard
216
216
 
217
- "@babel/helper-module-imports@npm:^7.0.0, @babel/helper-module-imports@npm:^7.12.13, @babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.25.7":
218
- version: 7.25.7
219
- resolution: "@babel/helper-module-imports@npm:7.25.7"
217
+ "@babel/helper-module-imports@npm:^7.0.0, @babel/helper-module-imports@npm:^7.12.13, @babel/helper-module-imports@npm:^7.16.7, @babel/helper-module-imports@npm:^7.24.7":
218
+ version: 7.24.7
219
+ resolution: "@babel/helper-module-imports@npm:7.24.7"
220
220
  dependencies:
221
- "@babel/traverse": "npm:^7.25.7"
222
- "@babel/types": "npm:^7.25.7"
223
- checksum: 10c0/0fd0c3673835e5bf75558e184bcadc47c1f6dd2fe2016d53ebe1e5a6ae931a44e093015c2f9a6651c1a89f25c76d9246710c2b0b460b95ee069c464f2837fa2c
221
+ "@babel/traverse": "npm:^7.24.7"
222
+ "@babel/types": "npm:^7.24.7"
223
+ checksum: 10c0/97c57db6c3eeaea31564286e328a9fb52b0313c5cfcc7eee4bc226aebcf0418ea5b6fe78673c0e4a774512ec6c86e309d0f326e99d2b37bfc16a25a032498af0
224
224
  languageName: node
225
225
  linkType: hard
226
226
 
227
- "@babel/helper-module-transforms@npm:^7.12.1, @babel/helper-module-transforms@npm:^7.25.7":
228
- version: 7.25.7
229
- resolution: "@babel/helper-module-transforms@npm:7.25.7"
227
+ "@babel/helper-module-transforms@npm:^7.12.1, @babel/helper-module-transforms@npm:^7.24.7, @babel/helper-module-transforms@npm:^7.24.8, @babel/helper-module-transforms@npm:^7.25.0, @babel/helper-module-transforms@npm:^7.25.2":
228
+ version: 7.25.2
229
+ resolution: "@babel/helper-module-transforms@npm:7.25.2"
230
230
  dependencies:
231
- "@babel/helper-module-imports": "npm:^7.25.7"
232
- "@babel/helper-simple-access": "npm:^7.25.7"
233
- "@babel/helper-validator-identifier": "npm:^7.25.7"
234
- "@babel/traverse": "npm:^7.25.7"
231
+ "@babel/helper-module-imports": "npm:^7.24.7"
232
+ "@babel/helper-simple-access": "npm:^7.24.7"
233
+ "@babel/helper-validator-identifier": "npm:^7.24.7"
234
+ "@babel/traverse": "npm:^7.25.2"
235
235
  peerDependencies:
236
236
  "@babel/core": ^7.0.0
237
- checksum: 10c0/f37fa7d1d4df21690535b278468cbd5faf0133a3080f282000cfa4f3ffc9462a1458f866b04b6a2f2d1eec4691236cba9a867da61270dab3ab19846e62f05090
237
+ checksum: 10c0/adaa15970ace0aee5934b5a633789b5795b6229c6a9cf3e09a7e80aa33e478675eee807006a862aa9aa517935d81f88a6db8a9f5936e3a2a40ec75f8062bc329
238
238
  languageName: node
239
239
  linkType: hard
240
240
 
241
- "@babel/helper-optimise-call-expression@npm:^7.25.7":
242
- version: 7.25.7
243
- resolution: "@babel/helper-optimise-call-expression@npm:7.25.7"
241
+ "@babel/helper-optimise-call-expression@npm:^7.24.7":
242
+ version: 7.24.7
243
+ resolution: "@babel/helper-optimise-call-expression@npm:7.24.7"
244
244
  dependencies:
245
- "@babel/types": "npm:^7.25.7"
246
- checksum: 10c0/19b4cc7e77811b1fedca4928dbc14026afef913c2ba4142e5e110ebdcb5c3b2efc0f0fbee9f362c23a194674147b9d627adea71c289b9be08b9067bc0085308b
245
+ "@babel/types": "npm:^7.24.7"
246
+ checksum: 10c0/ca6a9884705dea5c95a8b3ce132d1e3f2ae951ff74987d400d1d9c215dae9c0f9e29924d8f8e131e116533d182675bc261927be72f6a9a2968eaeeaa51eb1d0f
247
247
  languageName: node
248
248
  linkType: hard
249
249
 
@@ -254,180 +254,180 @@ __metadata:
254
254
  languageName: node
255
255
  linkType: hard
256
256
 
257
- "@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.13.0, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.25.7, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3":
258
- version: 7.25.7
259
- resolution: "@babel/helper-plugin-utils@npm:7.25.7"
260
- checksum: 10c0/241f8cf3c5b7700e91cab7cfe5b432a3c710ae3cd5bb96dc554da536a6d25f5b9f000cc0c0917501ceb4f76ba92599ee3beb25e10adaf96be59f8df89a842faf
257
+ "@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.13.0, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.24.7, @babel/helper-plugin-utils@npm:^7.24.8, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3":
258
+ version: 7.24.8
259
+ resolution: "@babel/helper-plugin-utils@npm:7.24.8"
260
+ checksum: 10c0/0376037f94a3bfe6b820a39f81220ac04f243eaee7193774b983e956c1750883ff236b30785795abbcda43fac3ece74750566830c2daa4d6e3870bb0dff34c2d
261
261
  languageName: node
262
262
  linkType: hard
263
263
 
264
- "@babel/helper-remap-async-to-generator@npm:^7.25.7":
265
- version: 7.25.7
266
- resolution: "@babel/helper-remap-async-to-generator@npm:7.25.7"
264
+ "@babel/helper-remap-async-to-generator@npm:^7.24.7, @babel/helper-remap-async-to-generator@npm:^7.25.0":
265
+ version: 7.25.0
266
+ resolution: "@babel/helper-remap-async-to-generator@npm:7.25.0"
267
267
  dependencies:
268
- "@babel/helper-annotate-as-pure": "npm:^7.25.7"
269
- "@babel/helper-wrap-function": "npm:^7.25.7"
270
- "@babel/traverse": "npm:^7.25.7"
268
+ "@babel/helper-annotate-as-pure": "npm:^7.24.7"
269
+ "@babel/helper-wrap-function": "npm:^7.25.0"
270
+ "@babel/traverse": "npm:^7.25.0"
271
271
  peerDependencies:
272
272
  "@babel/core": ^7.0.0
273
- checksum: 10c0/972d84876adce6ab61c87a2df47e1afc790b73cff0d1767d0a1c5d9f7aa5e91d8c581a272b66b2051a26cfbb167d8a780564705e488e3ce1f477f1c15059bc5f
273
+ checksum: 10c0/0d17b5f7bb6a607edc9cc62fff8056dd9f341bf2f919884f97b99170d143022a5e7ae57922c4891e4fc360ad291e708d2f8cd8989f1d3cd7a17600159984f5a6
274
274
  languageName: node
275
275
  linkType: hard
276
276
 
277
- "@babel/helper-replace-supers@npm:^7.25.7":
278
- version: 7.25.7
279
- resolution: "@babel/helper-replace-supers@npm:7.25.7"
277
+ "@babel/helper-replace-supers@npm:^7.24.7, @babel/helper-replace-supers@npm:^7.25.0":
278
+ version: 7.25.0
279
+ resolution: "@babel/helper-replace-supers@npm:7.25.0"
280
280
  dependencies:
281
- "@babel/helper-member-expression-to-functions": "npm:^7.25.7"
282
- "@babel/helper-optimise-call-expression": "npm:^7.25.7"
283
- "@babel/traverse": "npm:^7.25.7"
281
+ "@babel/helper-member-expression-to-functions": "npm:^7.24.8"
282
+ "@babel/helper-optimise-call-expression": "npm:^7.24.7"
283
+ "@babel/traverse": "npm:^7.25.0"
284
284
  peerDependencies:
285
285
  "@babel/core": ^7.0.0
286
- checksum: 10c0/761d64ee74429f7326a6aa65e2cd5bfcb8de9e3bc3f1efb14b8f610d2410f003b0fca52778dc801d49ff8fbc90b057e8f51b27c62b0b05c95eaf23140ca1287b
286
+ checksum: 10c0/b4b6650ab3d56c39a259367cd97f8df2f21c9cebb3716fea7bca40a150f8847bfb82f481e98927c7c6579b48a977b5a8f77318a1c6aeb497f41ecd6dbc3fdfef
287
287
  languageName: node
288
288
  linkType: hard
289
289
 
290
- "@babel/helper-simple-access@npm:^7.25.7":
291
- version: 7.25.7
292
- resolution: "@babel/helper-simple-access@npm:7.25.7"
290
+ "@babel/helper-simple-access@npm:^7.24.7":
291
+ version: 7.24.7
292
+ resolution: "@babel/helper-simple-access@npm:7.24.7"
293
293
  dependencies:
294
- "@babel/traverse": "npm:^7.25.7"
295
- "@babel/types": "npm:^7.25.7"
296
- checksum: 10c0/eed1b499bfb4f613c18debd61517e3de77b6da2727ca025aa05ac81599e0269f1dddb5237db04e8bb598115d015874752e0a7f11ff38672d74a4976097417059
294
+ "@babel/traverse": "npm:^7.24.7"
295
+ "@babel/types": "npm:^7.24.7"
296
+ checksum: 10c0/7230e419d59a85f93153415100a5faff23c133d7442c19e0cd070da1784d13cd29096ee6c5a5761065c44e8164f9f80e3a518c41a0256df39e38f7ad6744fed7
297
297
  languageName: node
298
298
  linkType: hard
299
299
 
300
- "@babel/helper-skip-transparent-expression-wrappers@npm:^7.20.0, @babel/helper-skip-transparent-expression-wrappers@npm:^7.25.7":
301
- version: 7.25.7
302
- resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.25.7"
300
+ "@babel/helper-skip-transparent-expression-wrappers@npm:^7.20.0, @babel/helper-skip-transparent-expression-wrappers@npm:^7.24.7":
301
+ version: 7.24.7
302
+ resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.24.7"
303
303
  dependencies:
304
- "@babel/traverse": "npm:^7.25.7"
305
- "@babel/types": "npm:^7.25.7"
306
- checksum: 10c0/5804adb893849a9d8cfb548e3812566a81d95cb0c9a10d66b52912d13f488e577c33063bf19bc06ac70e6333162a7370d67ba1a1c3544d37fb50d5f4a00db4de
304
+ "@babel/traverse": "npm:^7.24.7"
305
+ "@babel/types": "npm:^7.24.7"
306
+ checksum: 10c0/e3a9b8ac9c262ac976a1bcb5fe59694db5e6f0b4f9e7bdba5c7693b8b5e28113c23bdaa60fe8d3ec32a337091b67720b2053bcb3d5655f5406536c3d0584242b
307
307
  languageName: node
308
308
  linkType: hard
309
309
 
310
- "@babel/helper-string-parser@npm:^7.25.7":
311
- version: 7.25.7
312
- resolution: "@babel/helper-string-parser@npm:7.25.7"
313
- checksum: 10c0/73ef2ceb81f8294678a0afe8ab0103729c0370cac2e830e0d5128b03be5f6a2635838af31d391d763e3c5a4460ed96f42fd7c9b552130670d525be665913bc4c
310
+ "@babel/helper-string-parser@npm:^7.24.8":
311
+ version: 7.24.8
312
+ resolution: "@babel/helper-string-parser@npm:7.24.8"
313
+ checksum: 10c0/6361f72076c17fabf305e252bf6d580106429014b3ab3c1f5c4eb3e6d465536ea6b670cc0e9a637a77a9ad40454d3e41361a2909e70e305116a23d68ce094c08
314
314
  languageName: node
315
315
  linkType: hard
316
316
 
317
- "@babel/helper-validator-identifier@npm:^7.25.7":
318
- version: 7.25.7
319
- resolution: "@babel/helper-validator-identifier@npm:7.25.7"
320
- checksum: 10c0/07438e5bf01ab2882a15027fdf39ac3b0ba1b251774a5130917907014684e2f70fef8fd620137ca062c4c4eedc388508d2ea7a3a7d9936a32785f4fe116c68c0
317
+ "@babel/helper-validator-identifier@npm:^7.24.7":
318
+ version: 7.24.7
319
+ resolution: "@babel/helper-validator-identifier@npm:7.24.7"
320
+ checksum: 10c0/87ad608694c9477814093ed5b5c080c2e06d44cb1924ae8320474a74415241223cc2a725eea2640dd783ff1e3390e5f95eede978bc540e870053152e58f1d651
321
321
  languageName: node
322
322
  linkType: hard
323
323
 
324
- "@babel/helper-validator-option@npm:^7.25.7":
325
- version: 7.25.7
326
- resolution: "@babel/helper-validator-option@npm:7.25.7"
327
- checksum: 10c0/12ed418c8e3ed9ed44c8c80d823f4e42d399b5eb2e423adccb975e31a31a008cd3b5d8eab688b31f740caff4a1bb28fe06ea2fa7d635aee34cc0ad6995d50f0a
324
+ "@babel/helper-validator-option@npm:^7.24.7, @babel/helper-validator-option@npm:^7.24.8":
325
+ version: 7.24.8
326
+ resolution: "@babel/helper-validator-option@npm:7.24.8"
327
+ checksum: 10c0/73db93a34ae89201351288bee7623eed81a54000779462a986105b54ffe82069e764afd15171a428b82e7c7a9b5fec10b5d5603b216317a414062edf5c67a21f
328
328
  languageName: node
329
329
  linkType: hard
330
330
 
331
- "@babel/helper-wrap-function@npm:^7.25.7":
332
- version: 7.25.7
333
- resolution: "@babel/helper-wrap-function@npm:7.25.7"
331
+ "@babel/helper-wrap-function@npm:^7.25.0":
332
+ version: 7.25.0
333
+ resolution: "@babel/helper-wrap-function@npm:7.25.0"
334
334
  dependencies:
335
- "@babel/template": "npm:^7.25.7"
336
- "@babel/traverse": "npm:^7.25.7"
337
- "@babel/types": "npm:^7.25.7"
338
- checksum: 10c0/b5d412f72697f4a4ce4cb9784fbaf82501c63cf95066c0eadd3179e3439cbbf0aa5fa4858d93590083671943cd357aeb87286958df34aa56fdf8a4c9dea39755
335
+ "@babel/template": "npm:^7.25.0"
336
+ "@babel/traverse": "npm:^7.25.0"
337
+ "@babel/types": "npm:^7.25.0"
338
+ checksum: 10c0/d54601a98384c191cbc1ff07b03a19e288ef8d5c6bfafe270b2a303d96e7304eb296002921ed464cc1b105a547d1db146eb86b0be617924dee1ba1b379cdc216
339
339
  languageName: node
340
340
  linkType: hard
341
341
 
342
- "@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.25.7":
343
- version: 7.25.7
344
- resolution: "@babel/helpers@npm:7.25.7"
342
+ "@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.25.0":
343
+ version: 7.25.6
344
+ resolution: "@babel/helpers@npm:7.25.6"
345
345
  dependencies:
346
- "@babel/template": "npm:^7.25.7"
347
- "@babel/types": "npm:^7.25.7"
348
- checksum: 10c0/3b3ae9e373bd785414195ef8f59976a69d5a6ebe0ef2165fdcc5165e5c3ee09e0fcee94bb457df2ddb8c0532e4146d0a9b7a96b3497399a4bff4ffe196b30228
346
+ "@babel/template": "npm:^7.25.0"
347
+ "@babel/types": "npm:^7.25.6"
348
+ checksum: 10c0/448c1cdabccca42fd97a252f73f1e4bcd93776dbf24044f3b4f49b756bf2ece73ee6df05177473bb74ea7456dddd18d6f481e4d96d2cc7839d078900d48c696c
349
349
  languageName: node
350
350
  linkType: hard
351
351
 
352
- "@babel/highlight@npm:^7.10.4, @babel/highlight@npm:^7.25.7":
353
- version: 7.25.7
354
- resolution: "@babel/highlight@npm:7.25.7"
352
+ "@babel/highlight@npm:^7.10.4, @babel/highlight@npm:^7.24.7":
353
+ version: 7.24.7
354
+ resolution: "@babel/highlight@npm:7.24.7"
355
355
  dependencies:
356
- "@babel/helper-validator-identifier": "npm:^7.25.7"
356
+ "@babel/helper-validator-identifier": "npm:^7.24.7"
357
357
  chalk: "npm:^2.4.2"
358
358
  js-tokens: "npm:^4.0.0"
359
359
  picocolors: "npm:^1.0.0"
360
- checksum: 10c0/1f5894fdb0a0af6101fb2822369b2eeeae32cbeae2ef73ff73fc6a0a4a20471565cd9cfa589f54ed69df66adeca7c57266031ca9134b7bd244d023a488d419aa
360
+ checksum: 10c0/674334c571d2bb9d1c89bdd87566383f59231e16bcdcf5bb7835babdf03c9ae585ca0887a7b25bdf78f303984af028df52831c7989fecebb5101cc132da9393a
361
361
  languageName: node
362
362
  linkType: hard
363
363
 
364
- "@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.7":
365
- version: 7.25.7
366
- resolution: "@babel/parser@npm:7.25.7"
364
+ "@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.0, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.25.6":
365
+ version: 7.25.6
366
+ resolution: "@babel/parser@npm:7.25.6"
367
367
  dependencies:
368
- "@babel/types": "npm:^7.25.7"
368
+ "@babel/types": "npm:^7.25.6"
369
369
  bin:
370
370
  parser: ./bin/babel-parser.js
371
- checksum: 10c0/b771469bb6b636c18a8d642b9df3c73913c3860a979591e1a29a98659efd38b81d3e393047b5251fe382d4c82c681c12da9ce91c98d69316d2604d155a214bcf
371
+ checksum: 10c0/f88a0e895dbb096fd37c4527ea97d12b5fc013720602580a941ac3a339698872f0c911e318c292b184c36b5fbe23b612f05aff9d24071bc847c7b1c21552c41d
372
372
  languageName: node
373
373
  linkType: hard
374
374
 
375
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.7":
376
- version: 7.25.7
377
- resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.7"
375
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.3":
376
+ version: 7.25.3
377
+ resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.3"
378
378
  dependencies:
379
- "@babel/helper-plugin-utils": "npm:^7.25.7"
380
- "@babel/traverse": "npm:^7.25.7"
379
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
380
+ "@babel/traverse": "npm:^7.25.3"
381
381
  peerDependencies:
382
382
  "@babel/core": ^7.0.0
383
- checksum: 10c0/c6ba97c39973897a2ab021c4a77221e1e93e853a5811d498db325da1bd692e41fa521db6d91bb709ccafd4e54ddd00869ffb35846923c3ccd49d46124b316904
383
+ checksum: 10c0/814b4d3f102e7556a5053d1acf57ef601cfcff39a2c81b8cdc6a5c842e3cb9838f5925d1466a5f1e6416e74c9c83586a3c07fbd7fb8610a396c2becdf9ae5790
384
384
  languageName: node
385
385
  linkType: hard
386
386
 
387
- "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.25.7":
388
- version: 7.25.7
389
- resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.25.7"
387
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.25.0":
388
+ version: 7.25.0
389
+ resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.25.0"
390
390
  dependencies:
391
- "@babel/helper-plugin-utils": "npm:^7.25.7"
391
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
392
392
  peerDependencies:
393
393
  "@babel/core": ^7.0.0
394
- checksum: 10c0/ac284868bf410f952c6959b0d77708464127160416f003b05c8127d30e64792d671abc167ebf778b17707e32174223ea8d3ff487276991fa90297d92f0dac6e2
394
+ checksum: 10c0/9645a1f47b3750acadb1353c02e71cc712d072aafe5ce115ed3a886bc14c5d9200cfb0b5b5e60e813baa549b800cf798f8714019fd246c699053cf68c428e426
395
395
  languageName: node
396
396
  linkType: hard
397
397
 
398
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.25.7":
399
- version: 7.25.7
400
- resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.25.7"
398
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.25.0":
399
+ version: 7.25.0
400
+ resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.25.0"
401
401
  dependencies:
402
- "@babel/helper-plugin-utils": "npm:^7.25.7"
402
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
403
403
  peerDependencies:
404
404
  "@babel/core": ^7.0.0
405
- checksum: 10c0/1bffc0a20c8c82b4c77515eb4c99b961b38184116f008bb42bed4e12d3379ba7b2bc6cf299bcea8118d645bb7a5e0caa83969842f16dd1fce49fb3a050e4ac65
405
+ checksum: 10c0/ed1ce1c90cac46c01825339fd0f2a96fa071b016fb819d8dfaf8e96300eae30e74870cb47e4dc80d4ce2fb287869f102878b4f3b35bc927fec8b1d0d76bcf612
406
406
  languageName: node
407
407
  linkType: hard
408
408
 
409
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.25.7":
410
- version: 7.25.7
411
- resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.25.7"
409
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.24.7":
410
+ version: 7.24.7
411
+ resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.24.7"
412
412
  dependencies:
413
- "@babel/helper-plugin-utils": "npm:^7.25.7"
414
- "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
415
- "@babel/plugin-transform-optional-chaining": "npm:^7.25.7"
413
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
414
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
415
+ "@babel/plugin-transform-optional-chaining": "npm:^7.24.7"
416
416
  peerDependencies:
417
417
  "@babel/core": ^7.13.0
418
- checksum: 10c0/32223f012614a0b2657579317ded7d0d09af2aa316285715c5012f974d0f15c2ce2fe0d8e80fdd9bac6c10c21c93cc925a9dfd6c8e21ce7ba1a9fe06a58088b4
418
+ checksum: 10c0/aeb6e7aa363a47f815cf956ea1053c5dd8b786a17799f065c9688ba4b0051fe7565d258bbe9400bfcbfb3114cb9fda66983e10afe4d750bc70ff75403e15dd36
419
419
  languageName: node
420
420
  linkType: hard
421
421
 
422
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.25.7":
423
- version: 7.25.7
424
- resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.25.7"
422
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.25.0":
423
+ version: 7.25.0
424
+ resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.25.0"
425
425
  dependencies:
426
- "@babel/helper-plugin-utils": "npm:^7.25.7"
427
- "@babel/traverse": "npm:^7.25.7"
426
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
427
+ "@babel/traverse": "npm:^7.25.0"
428
428
  peerDependencies:
429
429
  "@babel/core": ^7.0.0
430
- checksum: 10c0/aa2ee7a5954d187de6cbcca0e0b64cfb79c4d224c332d1eb1e0e4afd92ef1a1f4bc4af24f66154097ccb348c08121a875456f47baed220b1b9e93584e6a19b65
430
+ checksum: 10c0/45988025537a9d4a27b610fd696a18fd9ba9336621a69b4fb40560eeb10c79657f85c92a37f30c7c8fb29c22970eea0b373315795a891f1a05549a6cfe5a6bfe
431
431
  languageName: node
432
432
  linkType: hard
433
433
 
@@ -444,27 +444,27 @@ __metadata:
444
444
  linkType: hard
445
445
 
446
446
  "@babel/plugin-proposal-decorators@npm:^7.12.12":
447
- version: 7.25.7
448
- resolution: "@babel/plugin-proposal-decorators@npm:7.25.7"
447
+ version: 7.24.7
448
+ resolution: "@babel/plugin-proposal-decorators@npm:7.24.7"
449
449
  dependencies:
450
- "@babel/helper-create-class-features-plugin": "npm:^7.25.7"
451
- "@babel/helper-plugin-utils": "npm:^7.25.7"
452
- "@babel/plugin-syntax-decorators": "npm:^7.25.7"
450
+ "@babel/helper-create-class-features-plugin": "npm:^7.24.7"
451
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
452
+ "@babel/plugin-syntax-decorators": "npm:^7.24.7"
453
453
  peerDependencies:
454
454
  "@babel/core": ^7.0.0-0
455
- checksum: 10c0/224785977af0e6318a8ef7a54481221df62f2148e04a6143a1a664e92461d98d2ffbf6d72caab1bee5e24483cc0fc9707ec2ecef943a35640019496d1334dd0c
455
+ checksum: 10c0/fb4e4711f90fed63aa4dfe34fc5f5a5d0af175725181678f462ee0df2b78a23ae83b9424403c6b957edbc07d2abc80f82f3b9f91baf568bdaf85e8196a9138d5
456
456
  languageName: node
457
457
  linkType: hard
458
458
 
459
459
  "@babel/plugin-proposal-export-default-from@npm:^7.12.1":
460
- version: 7.25.7
461
- resolution: "@babel/plugin-proposal-export-default-from@npm:7.25.7"
460
+ version: 7.24.7
461
+ resolution: "@babel/plugin-proposal-export-default-from@npm:7.24.7"
462
462
  dependencies:
463
- "@babel/helper-plugin-utils": "npm:^7.25.7"
464
- "@babel/plugin-syntax-export-default-from": "npm:^7.25.7"
463
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
464
+ "@babel/plugin-syntax-export-default-from": "npm:^7.24.7"
465
465
  peerDependencies:
466
466
  "@babel/core": ^7.0.0-0
467
- checksum: 10c0/51d89ccaa2f165d888031569b1115929594ba72cf0fd87c23a9061c97c79d215956adcc1eeffdba6bb8cebcf9d5e882fdbdac484dfec281ce96e96a6c20d2b1e
467
+ checksum: 10c0/ebc98b1bc0b9334a82030f8fe93f9a9de546982c5402b936c8cfae3eec63742ceb862d95104ac8976293aa2dd9c1b7a8cbebc44da3d63bbf3896517ad47616a4
468
468
  languageName: node
469
469
  linkType: hard
470
470
 
@@ -575,14 +575,14 @@ __metadata:
575
575
  languageName: node
576
576
  linkType: hard
577
577
 
578
- "@babel/plugin-syntax-decorators@npm:^7.25.7":
579
- version: 7.25.7
580
- resolution: "@babel/plugin-syntax-decorators@npm:7.25.7"
578
+ "@babel/plugin-syntax-decorators@npm:^7.24.7":
579
+ version: 7.24.7
580
+ resolution: "@babel/plugin-syntax-decorators@npm:7.24.7"
581
581
  dependencies:
582
- "@babel/helper-plugin-utils": "npm:^7.25.7"
582
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
583
583
  peerDependencies:
584
584
  "@babel/core": ^7.0.0-0
585
- checksum: 10c0/7a2a5b6f1965b2cc883d534845923cb0f02c641de9a2150207289f5bef1776d1b5aa60e4d08917540c3692d48257c1a7b9b12389c31755f715d262f60e756f20
585
+ checksum: 10c0/d1ecc334af7a5418a6e8ad5e711bf5d5a892ba00e04ba05b90077b9da735585ff8d4141e4fc3ae781b854f48eda9f3a9cfa9f1c80f5f4a697dbded01058a8b63
586
586
  languageName: node
587
587
  linkType: hard
588
588
 
@@ -597,14 +597,14 @@ __metadata:
597
597
  languageName: node
598
598
  linkType: hard
599
599
 
600
- "@babel/plugin-syntax-export-default-from@npm:^7.25.7":
601
- version: 7.25.7
602
- resolution: "@babel/plugin-syntax-export-default-from@npm:7.25.7"
600
+ "@babel/plugin-syntax-export-default-from@npm:^7.24.7":
601
+ version: 7.24.7
602
+ resolution: "@babel/plugin-syntax-export-default-from@npm:7.24.7"
603
603
  dependencies:
604
- "@babel/helper-plugin-utils": "npm:^7.25.7"
604
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
605
605
  peerDependencies:
606
606
  "@babel/core": ^7.0.0-0
607
- checksum: 10c0/490344179679e380f36349d937b2b5d31bfdbb41b011bbd0a4b5dcb07d0491c3cd69e0e3d01d98482be08e3411bd60c343d32b9cd137c899d7d6da3ff5e910d0
607
+ checksum: 10c0/2748bcd6777d1ef29d568815915df5db043744364a4bc746e8b27f2f461de89a4bdf332764339146ef91b8474440edf04c745e97ef0360effb4ac35e750379a4
608
608
  languageName: node
609
609
  linkType: hard
610
610
 
@@ -619,36 +619,36 @@ __metadata:
619
619
  languageName: node
620
620
  linkType: hard
621
621
 
622
- "@babel/plugin-syntax-flow@npm:^7.25.7":
623
- version: 7.25.7
624
- resolution: "@babel/plugin-syntax-flow@npm:7.25.7"
622
+ "@babel/plugin-syntax-flow@npm:^7.24.7":
623
+ version: 7.24.7
624
+ resolution: "@babel/plugin-syntax-flow@npm:7.24.7"
625
625
  dependencies:
626
- "@babel/helper-plugin-utils": "npm:^7.25.7"
626
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
627
627
  peerDependencies:
628
628
  "@babel/core": ^7.0.0-0
629
- checksum: 10c0/36799e0af9cab97b688c46caef0fc596323dea7f8772abea229267be9a2c205db27b74bdac26e29ea4f9f116a0337fc40e7b96644a87f26572e6ba1723ed0bbb
629
+ checksum: 10c0/2f0cb7a78379029707e61f6665634a5b758c8b4ccb602a72d798e41d36b0647c2f2de59f90e0c1d522b026962918e54d82f3aee0c194dc87cd340455aa58562a
630
630
  languageName: node
631
631
  linkType: hard
632
632
 
633
- "@babel/plugin-syntax-import-assertions@npm:^7.25.7":
634
- version: 7.25.7
635
- resolution: "@babel/plugin-syntax-import-assertions@npm:7.25.7"
633
+ "@babel/plugin-syntax-import-assertions@npm:^7.24.7":
634
+ version: 7.25.6
635
+ resolution: "@babel/plugin-syntax-import-assertions@npm:7.25.6"
636
636
  dependencies:
637
- "@babel/helper-plugin-utils": "npm:^7.25.7"
637
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
638
638
  peerDependencies:
639
639
  "@babel/core": ^7.0.0-0
640
- checksum: 10c0/0fee0d971f3c654749fdf92e09b6556bba26ab014c8e99b7252f6a7f1ca108f17edd7ceefb5401d7b7008e98ab1b6f8c3c6a5db72862e7c7b2fcd649d000d690
640
+ checksum: 10c0/55afa63b1b1355bcc1d85a9ad9d2c78983e27beee38e232d5c1ab59eac39127ce3c3817d6686e3ab1d0aff5edd8e38a6852885c65d3e518accdd183a445ef411
641
641
  languageName: node
642
642
  linkType: hard
643
643
 
644
- "@babel/plugin-syntax-import-attributes@npm:^7.25.7":
645
- version: 7.25.7
646
- resolution: "@babel/plugin-syntax-import-attributes@npm:7.25.7"
644
+ "@babel/plugin-syntax-import-attributes@npm:^7.24.7":
645
+ version: 7.25.6
646
+ resolution: "@babel/plugin-syntax-import-attributes@npm:7.25.6"
647
647
  dependencies:
648
- "@babel/helper-plugin-utils": "npm:^7.25.7"
648
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
649
649
  peerDependencies:
650
650
  "@babel/core": ^7.0.0-0
651
- checksum: 10c0/fe00cdb96fd289ab126830a98e1dcf5ab7b529a6ef1c01a72506b5e7b1197d6e46c3c4d029cd90d1d61eb9a15ef77c282d156d0c02c7e32f168bb09d84150db4
651
+ checksum: 10c0/0e9359cf2d117476310961dfcfd7204ed692e933707da10d6194153d3996cd2ea5b7635fc90d720dce3612083af89966bb862561064a509c350320dc98644751
652
652
  languageName: node
653
653
  linkType: hard
654
654
 
@@ -685,14 +685,14 @@ __metadata:
685
685
  languageName: node
686
686
  linkType: hard
687
687
 
688
- "@babel/plugin-syntax-jsx@npm:^7.25.7":
689
- version: 7.25.7
690
- resolution: "@babel/plugin-syntax-jsx@npm:7.25.7"
688
+ "@babel/plugin-syntax-jsx@npm:^7.24.7":
689
+ version: 7.24.7
690
+ resolution: "@babel/plugin-syntax-jsx@npm:7.24.7"
691
691
  dependencies:
692
- "@babel/helper-plugin-utils": "npm:^7.25.7"
692
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
693
693
  peerDependencies:
694
694
  "@babel/core": ^7.0.0-0
695
- checksum: 10c0/17db499c31fcfaa94d5408726d943955d51d478353d1e2dd84eda6024f7e3d104b9456a77f8aabfae0db7f4dc32f810d08357112f7fcbe305e7c9fcf5b3cac13
695
+ checksum: 10c0/f44d927a9ae8d5ef016ff5b450e1671e56629ddc12e56b938e41fd46e141170d9dfc9a53d6cb2b9a20a7dd266a938885e6a3981c60c052a2e1daed602ac80e51
696
696
  languageName: node
697
697
  linkType: hard
698
698
 
@@ -784,14 +784,14 @@ __metadata:
784
784
  languageName: node
785
785
  linkType: hard
786
786
 
787
- "@babel/plugin-syntax-typescript@npm:^7.25.7":
788
- version: 7.25.7
789
- resolution: "@babel/plugin-syntax-typescript@npm:7.25.7"
787
+ "@babel/plugin-syntax-typescript@npm:^7.24.7":
788
+ version: 7.25.4
789
+ resolution: "@babel/plugin-syntax-typescript@npm:7.25.4"
790
790
  dependencies:
791
- "@babel/helper-plugin-utils": "npm:^7.25.7"
791
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
792
792
  peerDependencies:
793
793
  "@babel/core": ^7.0.0-0
794
- checksum: 10c0/ed51fd81a5cf571a89fc4cf4c0e3b0b91285c367237374c133d2e5e718f3963cfa61b81997df39220a8837dc99f9e9a8ab7701d259c09fae379e4843d9db60c2
794
+ checksum: 10c0/199919d44c73e5edee9ffd311cf638f88d26a810189e32d338c46c7600441fd5c4a2e431f9be377707cbf318410895304e90b83bf8d9011d205150fa7f260e63
795
795
  languageName: node
796
796
  linkType: hard
797
797
 
@@ -807,725 +807,725 @@ __metadata:
807
807
  languageName: node
808
808
  linkType: hard
809
809
 
810
- "@babel/plugin-transform-arrow-functions@npm:^7.12.1, @babel/plugin-transform-arrow-functions@npm:^7.25.7":
811
- version: 7.25.7
812
- resolution: "@babel/plugin-transform-arrow-functions@npm:7.25.7"
810
+ "@babel/plugin-transform-arrow-functions@npm:^7.12.1, @babel/plugin-transform-arrow-functions@npm:^7.24.7":
811
+ version: 7.24.7
812
+ resolution: "@babel/plugin-transform-arrow-functions@npm:7.24.7"
813
813
  dependencies:
814
- "@babel/helper-plugin-utils": "npm:^7.25.7"
814
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
815
815
  peerDependencies:
816
816
  "@babel/core": ^7.0.0-0
817
- checksum: 10c0/c8d75ead93f130bf113b6d29493aca695092661ef039336d2a227169c3b7895aa5e9bcc548c42a95a6eaaaf49e512317b00699940bd40ccefd77443e703d3935
817
+ checksum: 10c0/6ac05a54e5582f34ac6d5dc26499e227227ec1c7fa6fc8de1f3d40c275f140d3907f79bbbd49304da2d7008a5ecafb219d0b71d78ee3290ca22020d878041245
818
818
  languageName: node
819
819
  linkType: hard
820
820
 
821
- "@babel/plugin-transform-async-generator-functions@npm:^7.25.7":
822
- version: 7.25.7
823
- resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.7"
821
+ "@babel/plugin-transform-async-generator-functions@npm:^7.25.4":
822
+ version: 7.25.4
823
+ resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.4"
824
824
  dependencies:
825
- "@babel/helper-plugin-utils": "npm:^7.25.7"
826
- "@babel/helper-remap-async-to-generator": "npm:^7.25.7"
825
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
826
+ "@babel/helper-remap-async-to-generator": "npm:^7.25.0"
827
827
  "@babel/plugin-syntax-async-generators": "npm:^7.8.4"
828
- "@babel/traverse": "npm:^7.25.7"
828
+ "@babel/traverse": "npm:^7.25.4"
829
829
  peerDependencies:
830
830
  "@babel/core": ^7.0.0-0
831
- checksum: 10c0/dcdd17d8cafafe0eb2edd0a46a7abe86c72235c957c8eb1157ccadb2b199572d5d1aa36a2d3bce5cb99990f7d3c6290ecf09959c62f3081c4df9ff717a1c84a4
831
+ checksum: 10c0/efed6f6be90b25ad77c15a622a0dc0b22dbf5d45599c207ab8fbc4e959aef21f574fa467d9cf872e45de664a46c32334e78dee2332d82f5f27e26249a34a0920
832
832
  languageName: node
833
833
  linkType: hard
834
834
 
835
- "@babel/plugin-transform-async-to-generator@npm:^7.25.7":
836
- version: 7.25.7
837
- resolution: "@babel/plugin-transform-async-to-generator@npm:7.25.7"
835
+ "@babel/plugin-transform-async-to-generator@npm:^7.24.7":
836
+ version: 7.24.7
837
+ resolution: "@babel/plugin-transform-async-to-generator@npm:7.24.7"
838
838
  dependencies:
839
- "@babel/helper-module-imports": "npm:^7.25.7"
840
- "@babel/helper-plugin-utils": "npm:^7.25.7"
841
- "@babel/helper-remap-async-to-generator": "npm:^7.25.7"
839
+ "@babel/helper-module-imports": "npm:^7.24.7"
840
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
841
+ "@babel/helper-remap-async-to-generator": "npm:^7.24.7"
842
842
  peerDependencies:
843
843
  "@babel/core": ^7.0.0-0
844
- checksum: 10c0/1dbefba9c1455f7a92b8c59a93c622091db945294c936fc2c09b1648308c5b4cb2ecaae92baae0d07a324ab890a8a2ee27ceb046bc120932845d27aede275821
844
+ checksum: 10c0/83c82e243898875af8457972a26ab29baf8a2078768ee9f35141eb3edff0f84b165582a2ff73e90a9e08f5922bf813dbf15a85c1213654385198f4591c0dc45d
845
845
  languageName: node
846
846
  linkType: hard
847
847
 
848
- "@babel/plugin-transform-block-scoped-functions@npm:^7.25.7":
849
- version: 7.25.7
850
- resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.25.7"
848
+ "@babel/plugin-transform-block-scoped-functions@npm:^7.24.7":
849
+ version: 7.24.7
850
+ resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.24.7"
851
851
  dependencies:
852
- "@babel/helper-plugin-utils": "npm:^7.25.7"
852
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
853
853
  peerDependencies:
854
854
  "@babel/core": ^7.0.0-0
855
- checksum: 10c0/b1e77492295d1b271ef850a81b0404cf3d0dd6a2bcbeab28a0fd99e61c6de4bda91dff583bb42138eec61bf71282bdd3b1bebcb53b7e373035e77fd6ba66caeb
855
+ checksum: 10c0/113e86de4612ae91773ff5cb6b980f01e1da7e26ae6f6012127415d7ae144e74987bc23feb97f63ba4bc699331490ddea36eac004d76a20d5369e4cc6a7f61cd
856
856
  languageName: node
857
857
  linkType: hard
858
858
 
859
- "@babel/plugin-transform-block-scoping@npm:^7.12.12, @babel/plugin-transform-block-scoping@npm:^7.25.7":
860
- version: 7.25.7
861
- resolution: "@babel/plugin-transform-block-scoping@npm:7.25.7"
859
+ "@babel/plugin-transform-block-scoping@npm:^7.12.12, @babel/plugin-transform-block-scoping@npm:^7.25.0":
860
+ version: 7.25.0
861
+ resolution: "@babel/plugin-transform-block-scoping@npm:7.25.0"
862
862
  dependencies:
863
- "@babel/helper-plugin-utils": "npm:^7.25.7"
863
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
864
864
  peerDependencies:
865
865
  "@babel/core": ^7.0.0-0
866
- checksum: 10c0/b2057e00535cd0e8bd5ee5d4640aa2e952564aeafb1bcf4e7b6de33442422877bb0ca8669ad0a48262ec077271978c61eae87b6b3bc8f472d830fa781d6f7e44
866
+ checksum: 10c0/382931c75a5d0ea560387e76cb57b03461300527e4784efcb2fb62f36c1eb0ab331327b6034def256baa0cad9050925a61f9c0d56261b6afd6a29c3065fb0bd4
867
867
  languageName: node
868
868
  linkType: hard
869
869
 
870
- "@babel/plugin-transform-class-properties@npm:^7.25.7":
871
- version: 7.25.7
872
- resolution: "@babel/plugin-transform-class-properties@npm:7.25.7"
870
+ "@babel/plugin-transform-class-properties@npm:^7.25.4":
871
+ version: 7.25.4
872
+ resolution: "@babel/plugin-transform-class-properties@npm:7.25.4"
873
873
  dependencies:
874
- "@babel/helper-create-class-features-plugin": "npm:^7.25.7"
875
- "@babel/helper-plugin-utils": "npm:^7.25.7"
874
+ "@babel/helper-create-class-features-plugin": "npm:^7.25.4"
875
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
876
876
  peerDependencies:
877
877
  "@babel/core": ^7.0.0-0
878
- checksum: 10c0/1f41e6934b20ad3e05df63959cff9bc600ff3119153b9acbbd44c1731e7df04866397e6e17799173f4c53cdee6115e155632859aee20bf47ec7dcef3f2168a47
878
+ checksum: 10c0/0b41bc8a5920d3d17c7c06220b601cf43e0a32ac34f05f05cd0cdf08915e4521b1b707cb1e60942b4fc68a5dfac09f0444a8720e0c72ce76fb039e8ec5263115
879
879
  languageName: node
880
880
  linkType: hard
881
881
 
882
- "@babel/plugin-transform-class-static-block@npm:^7.25.7":
883
- version: 7.25.7
884
- resolution: "@babel/plugin-transform-class-static-block@npm:7.25.7"
882
+ "@babel/plugin-transform-class-static-block@npm:^7.24.7":
883
+ version: 7.24.7
884
+ resolution: "@babel/plugin-transform-class-static-block@npm:7.24.7"
885
885
  dependencies:
886
- "@babel/helper-create-class-features-plugin": "npm:^7.25.7"
887
- "@babel/helper-plugin-utils": "npm:^7.25.7"
886
+ "@babel/helper-create-class-features-plugin": "npm:^7.24.7"
887
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
888
888
  "@babel/plugin-syntax-class-static-block": "npm:^7.14.5"
889
889
  peerDependencies:
890
890
  "@babel/core": ^7.12.0
891
- checksum: 10c0/cbb4b46cbd8ad10106eb2bedb5a0665661a1d1d5b6f3ab565ff454b802dab4718e02b25670fe0d40835494aedb3dc26757c06cc4da6ff3e80291c5f882269bd3
891
+ checksum: 10c0/b0ade39a3d09dce886f79dbd5907c3d99b48167eddb6b9bbde24a0598129654d7017e611c20494cdbea48b07ac14397cd97ea34e3754bbb2abae4e698128eccb
892
892
  languageName: node
893
893
  linkType: hard
894
894
 
895
- "@babel/plugin-transform-classes@npm:^7.12.1, @babel/plugin-transform-classes@npm:^7.25.7":
896
- version: 7.25.7
897
- resolution: "@babel/plugin-transform-classes@npm:7.25.7"
895
+ "@babel/plugin-transform-classes@npm:^7.12.1, @babel/plugin-transform-classes@npm:^7.25.4":
896
+ version: 7.25.4
897
+ resolution: "@babel/plugin-transform-classes@npm:7.25.4"
898
898
  dependencies:
899
- "@babel/helper-annotate-as-pure": "npm:^7.25.7"
900
- "@babel/helper-compilation-targets": "npm:^7.25.7"
901
- "@babel/helper-plugin-utils": "npm:^7.25.7"
902
- "@babel/helper-replace-supers": "npm:^7.25.7"
903
- "@babel/traverse": "npm:^7.25.7"
899
+ "@babel/helper-annotate-as-pure": "npm:^7.24.7"
900
+ "@babel/helper-compilation-targets": "npm:^7.25.2"
901
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
902
+ "@babel/helper-replace-supers": "npm:^7.25.0"
903
+ "@babel/traverse": "npm:^7.25.4"
904
904
  globals: "npm:^11.1.0"
905
905
  peerDependencies:
906
906
  "@babel/core": ^7.0.0-0
907
- checksum: 10c0/8121781e1d8acd80e6169019106f73a399475ad9c895c1988a344dfed5a6ddd340938ac55123dc1e423bb8f25f255f5d11031116ad756ba3c314595a97c973af
907
+ checksum: 10c0/c68424d9dd64860825111aa4a4ed5caf29494b7a02ddb9c36351d768c41e8e05127d89274795cdfcade032d9d299e6c677418259df58c71e68f1741583dcf467
908
908
  languageName: node
909
909
  linkType: hard
910
910
 
911
- "@babel/plugin-transform-computed-properties@npm:^7.25.7":
912
- version: 7.25.7
913
- resolution: "@babel/plugin-transform-computed-properties@npm:7.25.7"
911
+ "@babel/plugin-transform-computed-properties@npm:^7.24.7":
912
+ version: 7.24.7
913
+ resolution: "@babel/plugin-transform-computed-properties@npm:7.24.7"
914
914
  dependencies:
915
- "@babel/helper-plugin-utils": "npm:^7.25.7"
916
- "@babel/template": "npm:^7.25.7"
915
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
916
+ "@babel/template": "npm:^7.24.7"
917
917
  peerDependencies:
918
918
  "@babel/core": ^7.0.0-0
919
- checksum: 10c0/7ad0a1c126f50935a02e77d438ebc39078a9d644b3a60de60bec32c5d9f49e7f2b193fcecb8c61bb1bc3cdd4af1e93f72d022d448511fa76a171527c633cd1bf
919
+ checksum: 10c0/25636dbc1f605c0b8bc60aa58628a916b689473d11551c9864a855142e36742fe62d4a70400ba3b74902338e77fb3d940376c0a0ba154b6b7ec5367175233b49
920
920
  languageName: node
921
921
  linkType: hard
922
922
 
923
- "@babel/plugin-transform-destructuring@npm:^7.12.1, @babel/plugin-transform-destructuring@npm:^7.25.7":
924
- version: 7.25.7
925
- resolution: "@babel/plugin-transform-destructuring@npm:7.25.7"
923
+ "@babel/plugin-transform-destructuring@npm:^7.12.1, @babel/plugin-transform-destructuring@npm:^7.24.8":
924
+ version: 7.24.8
925
+ resolution: "@babel/plugin-transform-destructuring@npm:7.24.8"
926
926
  dependencies:
927
- "@babel/helper-plugin-utils": "npm:^7.25.7"
927
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
928
928
  peerDependencies:
929
929
  "@babel/core": ^7.0.0-0
930
- checksum: 10c0/a563123b2fb267e03aa50104005f00b56226a685938906c42c1b251462e0cc9fc89e587d5656d3324159071eb8ebda8c68a6011f11d5a00fb1436cb5a5411b7b
930
+ checksum: 10c0/804968c1d5f5072c717505296c1e5d5ec33e90550423de66de82bbcb78157156e8470bbe77a04ab8c710a88a06360a30103cf223ac7eff4829adedd6150de5ce
931
931
  languageName: node
932
932
  linkType: hard
933
933
 
934
- "@babel/plugin-transform-dotall-regex@npm:^7.25.7":
935
- version: 7.25.7
936
- resolution: "@babel/plugin-transform-dotall-regex@npm:7.25.7"
934
+ "@babel/plugin-transform-dotall-regex@npm:^7.24.7":
935
+ version: 7.24.7
936
+ resolution: "@babel/plugin-transform-dotall-regex@npm:7.24.7"
937
937
  dependencies:
938
- "@babel/helper-create-regexp-features-plugin": "npm:^7.25.7"
939
- "@babel/helper-plugin-utils": "npm:^7.25.7"
938
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7"
939
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
940
940
  peerDependencies:
941
941
  "@babel/core": ^7.0.0-0
942
- checksum: 10c0/7f1db3ec20b7fae46db4a9c4c257d75418b0896b72c0a3de20b3044f952801480f0a2e75ebb0d64f13e8cd4db0e49aa42c5c0edff372b23c41679b1ea5dd3ed4
942
+ checksum: 10c0/793f14c9494972d294b7e7b97b747f47874b6d57d7804d3443c701becf5db192c9311be6a1835c07664486df1f5c60d33196c36fb7e11a53015e476b4c145b33
943
943
  languageName: node
944
944
  linkType: hard
945
945
 
946
- "@babel/plugin-transform-duplicate-keys@npm:^7.25.7":
947
- version: 7.25.7
948
- resolution: "@babel/plugin-transform-duplicate-keys@npm:7.25.7"
946
+ "@babel/plugin-transform-duplicate-keys@npm:^7.24.7":
947
+ version: 7.24.7
948
+ resolution: "@babel/plugin-transform-duplicate-keys@npm:7.24.7"
949
949
  dependencies:
950
- "@babel/helper-plugin-utils": "npm:^7.25.7"
950
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
951
951
  peerDependencies:
952
952
  "@babel/core": ^7.0.0-0
953
- checksum: 10c0/b4079981e2db19737a0f1a00254e7388e2d3c01ce36e9fd826e4d86d3c1755339495e29c71fd7c84a068201ec24687328d48f3bf53b32b6d6224f51d9a34da74
953
+ checksum: 10c0/75ff7ec1117ac500e77bf20a144411d39c0fdd038f108eec061724123ce6d1bb8d5bd27968e466573ee70014f8be0043361cdb0ef388f8a182d1d97ad67e51b9
954
954
  languageName: node
955
955
  linkType: hard
956
956
 
957
- "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.25.7":
958
- version: 7.25.7
959
- resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.25.7"
957
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.25.0":
958
+ version: 7.25.0
959
+ resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.25.0"
960
960
  dependencies:
961
- "@babel/helper-create-regexp-features-plugin": "npm:^7.25.7"
962
- "@babel/helper-plugin-utils": "npm:^7.25.7"
961
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.25.0"
962
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
963
963
  peerDependencies:
964
964
  "@babel/core": ^7.0.0
965
- checksum: 10c0/e4946090ff6d88d54b78265ee653079ec34c117ac046e22f66f7c4ac44249cdc2dfca385bc5bf4386db668b9948eeb12985589500188bc252e684c7714c31475
965
+ checksum: 10c0/1c9b57ddd9b33696e88911d0e7975e1573ebc46219c4b30eb1dc746cbb71aedfac6f6dab7fdfdec54dd58f31468bf6ab56b157661ea4ffe58f906d71f89544c8
966
966
  languageName: node
967
967
  linkType: hard
968
968
 
969
- "@babel/plugin-transform-dynamic-import@npm:^7.25.7":
970
- version: 7.25.7
971
- resolution: "@babel/plugin-transform-dynamic-import@npm:7.25.7"
969
+ "@babel/plugin-transform-dynamic-import@npm:^7.24.7":
970
+ version: 7.24.7
971
+ resolution: "@babel/plugin-transform-dynamic-import@npm:7.24.7"
972
972
  dependencies:
973
- "@babel/helper-plugin-utils": "npm:^7.25.7"
973
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
974
974
  "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
975
975
  peerDependencies:
976
976
  "@babel/core": ^7.0.0-0
977
- checksum: 10c0/c733252ff20a32d9747dd081916270f5a073856597e849a5f458b12f4354499b18714f5e7049e341432851d9975077cb37effcd276c7f816faa6f5ff708dc5e1
977
+ checksum: 10c0/eeda48372efd0a5103cb22dadb13563c975bce18ae85daafbb47d57bb9665d187da9d4fe8d07ac0a6e1288afcfcb73e4e5618bf75ff63fddf9736bfbf225203b
978
978
  languageName: node
979
979
  linkType: hard
980
980
 
981
- "@babel/plugin-transform-exponentiation-operator@npm:^7.25.7":
982
- version: 7.25.7
983
- resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.25.7"
981
+ "@babel/plugin-transform-exponentiation-operator@npm:^7.24.7":
982
+ version: 7.24.7
983
+ resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.24.7"
984
984
  dependencies:
985
- "@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.25.7"
986
- "@babel/helper-plugin-utils": "npm:^7.25.7"
985
+ "@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.24.7"
986
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
987
987
  peerDependencies:
988
988
  "@babel/core": ^7.0.0-0
989
- checksum: 10c0/c8537b9f3cddc5a8d3710f6980196dc7a0f4389f8f82617312a5f7b8b15bcd8ddaeba783c687c3ac6031eb0a4ba0bc380a98da6bf7efe98e225602a98ad42a1e
989
+ checksum: 10c0/ace3e11c94041b88848552ba8feb39ae4d6cad3696d439ff51445bd2882d8b8775d85a26c2c0edb9b5e38c9e6013cc11b0dea89ec8f93c7d9d7ee95e3645078c
990
990
  languageName: node
991
991
  linkType: hard
992
992
 
993
- "@babel/plugin-transform-export-namespace-from@npm:^7.25.7":
994
- version: 7.25.7
995
- resolution: "@babel/plugin-transform-export-namespace-from@npm:7.25.7"
993
+ "@babel/plugin-transform-export-namespace-from@npm:^7.24.7":
994
+ version: 7.24.7
995
+ resolution: "@babel/plugin-transform-export-namespace-from@npm:7.24.7"
996
996
  dependencies:
997
- "@babel/helper-plugin-utils": "npm:^7.25.7"
997
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
998
998
  "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3"
999
999
  peerDependencies:
1000
1000
  "@babel/core": ^7.0.0-0
1001
- checksum: 10c0/ef61fc5d54c9c8b075cbd9db62beaf295e38e08a1edb1882995105d3e959763be1631f7d7f7cb7461b702ebd0b4a601f2eb2cd6521acaf061310a3a3305fa756
1001
+ checksum: 10c0/4e144d7f1c57bc63b4899dbbbdfed0880f2daa75ea9c7251c7997f106e4b390dc362175ab7830f11358cb21f6b972ca10a43a2e56cd789065f7606b082674c0c
1002
1002
  languageName: node
1003
1003
  linkType: hard
1004
1004
 
1005
- "@babel/plugin-transform-flow-strip-types@npm:^7.25.7":
1006
- version: 7.25.7
1007
- resolution: "@babel/plugin-transform-flow-strip-types@npm:7.25.7"
1005
+ "@babel/plugin-transform-flow-strip-types@npm:^7.24.7":
1006
+ version: 7.25.2
1007
+ resolution: "@babel/plugin-transform-flow-strip-types@npm:7.25.2"
1008
1008
  dependencies:
1009
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1010
- "@babel/plugin-syntax-flow": "npm:^7.25.7"
1009
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1010
+ "@babel/plugin-syntax-flow": "npm:^7.24.7"
1011
1011
  peerDependencies:
1012
1012
  "@babel/core": ^7.0.0-0
1013
- checksum: 10c0/01afd2196c99ace415d58d939cc568a17e9925fcc4cbf8ff16a659053be3f7ce2b1fa254b5662aa36e6a3300620bcc81d9399d849288a012fe2dc337e4efa49e
1013
+ checksum: 10c0/821f5ccdb8104e09764d8a24d4c0dd4fe9e264d95e6477269c911e15240a63343d3fe71b6cf9382273766a0e86a015c2867d26fd75e5827134d990c93fa9e605
1014
1014
  languageName: node
1015
1015
  linkType: hard
1016
1016
 
1017
- "@babel/plugin-transform-for-of@npm:^7.12.1, @babel/plugin-transform-for-of@npm:^7.25.7":
1018
- version: 7.25.7
1019
- resolution: "@babel/plugin-transform-for-of@npm:7.25.7"
1017
+ "@babel/plugin-transform-for-of@npm:^7.12.1, @babel/plugin-transform-for-of@npm:^7.24.7":
1018
+ version: 7.24.7
1019
+ resolution: "@babel/plugin-transform-for-of@npm:7.24.7"
1020
1020
  dependencies:
1021
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1022
- "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
1021
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1022
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
1023
1023
  peerDependencies:
1024
1024
  "@babel/core": ^7.0.0-0
1025
- checksum: 10c0/08a37a1742368a422d095c998ed76f60f6bf3f9cc060033be121d803fd2dddc08fe543e48ee49c022bdc9ed80893ca79d084958d83d30684178b088774754277
1025
+ checksum: 10c0/77629b1173e55d07416f05ba7353caa09d2c2149da2ca26721ab812209b63689d1be45116b68eadc011c49ced59daf5320835b15245eb7ae93ae0c5e8277cfc0
1026
1026
  languageName: node
1027
1027
  linkType: hard
1028
1028
 
1029
- "@babel/plugin-transform-function-name@npm:^7.25.7":
1030
- version: 7.25.7
1031
- resolution: "@babel/plugin-transform-function-name@npm:7.25.7"
1029
+ "@babel/plugin-transform-function-name@npm:^7.25.1":
1030
+ version: 7.25.1
1031
+ resolution: "@babel/plugin-transform-function-name@npm:7.25.1"
1032
1032
  dependencies:
1033
- "@babel/helper-compilation-targets": "npm:^7.25.7"
1034
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1035
- "@babel/traverse": "npm:^7.25.7"
1033
+ "@babel/helper-compilation-targets": "npm:^7.24.8"
1034
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1035
+ "@babel/traverse": "npm:^7.25.1"
1036
1036
  peerDependencies:
1037
1037
  "@babel/core": ^7.0.0-0
1038
- checksum: 10c0/ca98e1116c0ada7211ed43e4b7f21ca15f95bbbdad70f2fbe1ec2d90a97daedf9f22fcb0a25c8b164a5e394f509f2e4d1f7609d26dc938a58d37c5ee9b80088a
1038
+ checksum: 10c0/e74912174d5e33d1418b840443c2e226a7b76cc017c1ed20ee30a566e4f1794d4a123be03180da046241576e8b692731807ba1f52608922acf1cb2cb6957593f
1039
1039
  languageName: node
1040
1040
  linkType: hard
1041
1041
 
1042
- "@babel/plugin-transform-json-strings@npm:^7.25.7":
1043
- version: 7.25.7
1044
- resolution: "@babel/plugin-transform-json-strings@npm:7.25.7"
1042
+ "@babel/plugin-transform-json-strings@npm:^7.24.7":
1043
+ version: 7.24.7
1044
+ resolution: "@babel/plugin-transform-json-strings@npm:7.24.7"
1045
1045
  dependencies:
1046
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1046
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1047
1047
  "@babel/plugin-syntax-json-strings": "npm:^7.8.3"
1048
1048
  peerDependencies:
1049
1049
  "@babel/core": ^7.0.0-0
1050
- checksum: 10c0/aa6e5f65c8a5f2459d7daa9b5b4ff97ff43bab21f4a8513ed84d35300b0323ec542dc101c5f11622e442dfc93b3a229c7f41ebc7645370dfec6d066bda800a0b
1050
+ checksum: 10c0/17c72cd5bf3e90e722aabd333559275f3309e3fa0b9cea8c2944ab83ae01502c71a2be05da5101edc02b3fc8df15a8dbb9b861cbfcc8a52bf5e797cf01d3a40a
1051
1051
  languageName: node
1052
1052
  linkType: hard
1053
1053
 
1054
- "@babel/plugin-transform-literals@npm:^7.25.7":
1055
- version: 7.25.7
1056
- resolution: "@babel/plugin-transform-literals@npm:7.25.7"
1054
+ "@babel/plugin-transform-literals@npm:^7.25.2":
1055
+ version: 7.25.2
1056
+ resolution: "@babel/plugin-transform-literals@npm:7.25.2"
1057
1057
  dependencies:
1058
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1058
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1059
1059
  peerDependencies:
1060
1060
  "@babel/core": ^7.0.0-0
1061
- checksum: 10c0/c2c2488102f33e566f45becdcb632e53bd052ecfb2879deb07a614b3e9437e3b624c3b16d080096d50b0b622edebd03e438acbf9260bcc41167897963f64560e
1061
+ checksum: 10c0/0796883217b0885d37e7f6d350773be349e469a812b6bf11ccf862a6edf65103d3e7c849529d65381b441685c12e756751d8c2489a0fd3f8139bb5ef93185f58
1062
1062
  languageName: node
1063
1063
  linkType: hard
1064
1064
 
1065
- "@babel/plugin-transform-logical-assignment-operators@npm:^7.25.7":
1066
- version: 7.25.7
1067
- resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.25.7"
1065
+ "@babel/plugin-transform-logical-assignment-operators@npm:^7.24.7":
1066
+ version: 7.24.7
1067
+ resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.24.7"
1068
1068
  dependencies:
1069
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1069
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1070
1070
  "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4"
1071
1071
  peerDependencies:
1072
1072
  "@babel/core": ^7.0.0-0
1073
- checksum: 10c0/d610a8a2c1be83e03cce2256f29519e705dc68289c09d67f1f362d1fd80f4b36eaf2affc05710abb53a272895041e24d9e95ec73a516a23a67cb907023fbe37b
1073
+ checksum: 10c0/dbe882eb9053931f2ab332c50fc7c2a10ef507d6421bd9831adbb4cb7c9f8e1e5fbac4fbd2e007f6a1bf1df1843547559434012f118084dc0bf42cda3b106272
1074
1074
  languageName: node
1075
1075
  linkType: hard
1076
1076
 
1077
- "@babel/plugin-transform-member-expression-literals@npm:^7.25.7":
1078
- version: 7.25.7
1079
- resolution: "@babel/plugin-transform-member-expression-literals@npm:7.25.7"
1077
+ "@babel/plugin-transform-member-expression-literals@npm:^7.24.7":
1078
+ version: 7.24.7
1079
+ resolution: "@babel/plugin-transform-member-expression-literals@npm:7.24.7"
1080
1080
  dependencies:
1081
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1081
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1082
1082
  peerDependencies:
1083
1083
  "@babel/core": ^7.0.0-0
1084
- checksum: 10c0/d6936b98ae4d3daed850dc4e064042ea4375f815219ba9d8591373bf1fba4cfdb5be42623ae8882f2d666cc34af650a4855e2a5ad89e3c235d73a6f172f9969c
1084
+ checksum: 10c0/e789ae359bdf2d20e90bedef18dfdbd965c9ebae1cee398474a0c349590fda7c8b874e1a2ceee62e47e5e6ec1730e76b0f24e502164357571854271fc12cc684
1085
1085
  languageName: node
1086
1086
  linkType: hard
1087
1087
 
1088
- "@babel/plugin-transform-modules-amd@npm:^7.25.7":
1089
- version: 7.25.7
1090
- resolution: "@babel/plugin-transform-modules-amd@npm:7.25.7"
1088
+ "@babel/plugin-transform-modules-amd@npm:^7.24.7":
1089
+ version: 7.24.7
1090
+ resolution: "@babel/plugin-transform-modules-amd@npm:7.24.7"
1091
1091
  dependencies:
1092
- "@babel/helper-module-transforms": "npm:^7.25.7"
1093
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1092
+ "@babel/helper-module-transforms": "npm:^7.24.7"
1093
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1094
1094
  peerDependencies:
1095
1095
  "@babel/core": ^7.0.0-0
1096
- checksum: 10c0/c0bc999206c3834c090e6559a6c8a55d7672d3573104e832223ebe7df99bd1b82fc850e15ba32f512c84b0db1cdb613b66fa60abe9abb9c7e8dcbff91649b356
1096
+ checksum: 10c0/6df7de7fce34117ca4b2fa07949b12274c03668cbfe21481c4037b6300796d50ae40f4f170527b61b70a67f26db906747797e30dbd0d9809a441b6e220b5728f
1097
1097
  languageName: node
1098
1098
  linkType: hard
1099
1099
 
1100
- "@babel/plugin-transform-modules-commonjs@npm:^7.25.7":
1101
- version: 7.25.7
1102
- resolution: "@babel/plugin-transform-modules-commonjs@npm:7.25.7"
1100
+ "@babel/plugin-transform-modules-commonjs@npm:^7.24.7, @babel/plugin-transform-modules-commonjs@npm:^7.24.8":
1101
+ version: 7.24.8
1102
+ resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.8"
1103
1103
  dependencies:
1104
- "@babel/helper-module-transforms": "npm:^7.25.7"
1105
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1106
- "@babel/helper-simple-access": "npm:^7.25.7"
1104
+ "@babel/helper-module-transforms": "npm:^7.24.8"
1105
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1106
+ "@babel/helper-simple-access": "npm:^7.24.7"
1107
1107
  peerDependencies:
1108
1108
  "@babel/core": ^7.0.0-0
1109
- checksum: 10c0/2f1c945fc3c9b690b0ddcf2c80156b2e4fbf2cf15aac43ac8fe6e4b34125869528839a53d07c564e62e4aed394ebdc1d2c3b796b547374455522581c11b7599c
1109
+ checksum: 10c0/f1cf552307ebfced20d3907c1dd8be941b277f0364aa655e2b5fee828c84c54065745183104dae86f1f93ea0406db970a463ef7ceaaed897623748e99640e5a7
1110
1110
  languageName: node
1111
1111
  linkType: hard
1112
1112
 
1113
- "@babel/plugin-transform-modules-systemjs@npm:^7.25.7":
1114
- version: 7.25.7
1115
- resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.7"
1113
+ "@babel/plugin-transform-modules-systemjs@npm:^7.25.0":
1114
+ version: 7.25.0
1115
+ resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.0"
1116
1116
  dependencies:
1117
- "@babel/helper-module-transforms": "npm:^7.25.7"
1118
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1119
- "@babel/helper-validator-identifier": "npm:^7.25.7"
1120
- "@babel/traverse": "npm:^7.25.7"
1117
+ "@babel/helper-module-transforms": "npm:^7.25.0"
1118
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1119
+ "@babel/helper-validator-identifier": "npm:^7.24.7"
1120
+ "@babel/traverse": "npm:^7.25.0"
1121
1121
  peerDependencies:
1122
1122
  "@babel/core": ^7.0.0-0
1123
- checksum: 10c0/95eaea7082636710c61e49e58b3907e85ec79db4327411d3784f28592509fbe94a53cc3d20a36a1cf245efc6d3f0017eae15b45ffd645c1ab949bb4e1670e6bb
1123
+ checksum: 10c0/fca6198da71237e4bb1274b3b67a0c81d56013c9535361242b6bfa87d70a9597854aadb45d4d8203369be4a655e158be2a5d20af0040b1f8d1bfc47db3ad7b68
1124
1124
  languageName: node
1125
1125
  linkType: hard
1126
1126
 
1127
- "@babel/plugin-transform-modules-umd@npm:^7.25.7":
1128
- version: 7.25.7
1129
- resolution: "@babel/plugin-transform-modules-umd@npm:7.25.7"
1127
+ "@babel/plugin-transform-modules-umd@npm:^7.24.7":
1128
+ version: 7.24.7
1129
+ resolution: "@babel/plugin-transform-modules-umd@npm:7.24.7"
1130
1130
  dependencies:
1131
- "@babel/helper-module-transforms": "npm:^7.25.7"
1132
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1131
+ "@babel/helper-module-transforms": "npm:^7.24.7"
1132
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1133
1133
  peerDependencies:
1134
1134
  "@babel/core": ^7.0.0-0
1135
- checksum: 10c0/8849ab04eecdb73cd37e2d7289449fa5256331832b0304c220b2a6aaa12e2d2dd87684f2813412d1fc5bdb3d6b55cc08c6386d3273fe05a65177c09bee5b6769
1135
+ checksum: 10c0/7791d290121db210e4338b94b4a069a1a79e4c7a8d7638d8159a97b281851bbed3048dac87a4ae718ad963005e6c14a5d28e6db2eeb2b04e031cee92fb312f85
1136
1136
  languageName: node
1137
1137
  linkType: hard
1138
1138
 
1139
- "@babel/plugin-transform-named-capturing-groups-regex@npm:^7.25.7":
1140
- version: 7.25.7
1141
- resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.25.7"
1139
+ "@babel/plugin-transform-named-capturing-groups-regex@npm:^7.24.7":
1140
+ version: 7.24.7
1141
+ resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.24.7"
1142
1142
  dependencies:
1143
- "@babel/helper-create-regexp-features-plugin": "npm:^7.25.7"
1144
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1143
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7"
1144
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1145
1145
  peerDependencies:
1146
1146
  "@babel/core": ^7.0.0
1147
- checksum: 10c0/eb55fec55dc930cd122911f3e4a421320fa8b1b4de85bfd7ef11b46c611ec69b0213c114a6e1c6bc224d6b954ff183a0caa7251267d5258ecc0f00d6d9ca1d52
1147
+ checksum: 10c0/41a0b0f2d0886318237440aa3b489f6d0305361d8671121777d9ff89f9f6de9d0c02ce93625049061426c8994064ef64deae8b819d1b14c00374a6a2336fb5d9
1148
1148
  languageName: node
1149
1149
  linkType: hard
1150
1150
 
1151
- "@babel/plugin-transform-new-target@npm:^7.25.7":
1152
- version: 7.25.7
1153
- resolution: "@babel/plugin-transform-new-target@npm:7.25.7"
1151
+ "@babel/plugin-transform-new-target@npm:^7.24.7":
1152
+ version: 7.24.7
1153
+ resolution: "@babel/plugin-transform-new-target@npm:7.24.7"
1154
1154
  dependencies:
1155
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1155
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1156
1156
  peerDependencies:
1157
1157
  "@babel/core": ^7.0.0-0
1158
- checksum: 10c0/8e5dce6d027e0f3fd394578ea1af7f515de157793a15c23a5aad7034a6d8a4005ef280238e67a232bb4dd4fafd3a264fed462deb149128ddd9ce59ff6f575cff
1158
+ checksum: 10c0/2540808a35e1a978e537334c43dab439cf24c93e7beb213a2e71902f6710e60e0184316643790c0a6644e7a8021e52f7ab8165e6b3e2d6651be07bdf517b67df
1159
1159
  languageName: node
1160
1160
  linkType: hard
1161
1161
 
1162
- "@babel/plugin-transform-nullish-coalescing-operator@npm:^7.25.7":
1163
- version: 7.25.7
1164
- resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.25.7"
1162
+ "@babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.7":
1163
+ version: 7.24.7
1164
+ resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.24.7"
1165
1165
  dependencies:
1166
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1166
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1167
1167
  "@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
1168
1168
  peerDependencies:
1169
1169
  "@babel/core": ^7.0.0-0
1170
- checksum: 10c0/b35a96a79ef4895b00e4f758d3185cb17e4fbfada311894ad5f0988a55fc2c21820dc789b26a3cb8fbd620434faa516e52acb6e2da105c2edbd29de8b6b0facf
1170
+ checksum: 10c0/7243c8ff734ed5ef759dd8768773c4b443c12e792727e759a1aec2c7fa2bfdd24f1ecb42e292a7b3d8bd3d7f7b861cf256a8eb4ba144fc9cc463892c303083d9
1171
1171
  languageName: node
1172
1172
  linkType: hard
1173
1173
 
1174
- "@babel/plugin-transform-numeric-separator@npm:^7.25.7":
1175
- version: 7.25.7
1176
- resolution: "@babel/plugin-transform-numeric-separator@npm:7.25.7"
1174
+ "@babel/plugin-transform-numeric-separator@npm:^7.24.7":
1175
+ version: 7.24.7
1176
+ resolution: "@babel/plugin-transform-numeric-separator@npm:7.24.7"
1177
1177
  dependencies:
1178
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1178
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1179
1179
  "@babel/plugin-syntax-numeric-separator": "npm:^7.10.4"
1180
1180
  peerDependencies:
1181
1181
  "@babel/core": ^7.0.0-0
1182
- checksum: 10c0/c028ae89e6b4e1d757f8f1ebcb3b420e6559bb35002728f6f5651d5f669fbf73764adf6e3597908fa12adf8dbae683e5f74b3a7f68e8774a9663c18c0f999539
1182
+ checksum: 10c0/e18e09ca5a6342645d00ede477731aa6e8714ff357efc9d7cda5934f1703b3b6fb7d3298dce3ce3ba53e9ff1158eab8f1aadc68874cc21a6099d33a1ca457789
1183
1183
  languageName: node
1184
1184
  linkType: hard
1185
1185
 
1186
- "@babel/plugin-transform-object-rest-spread@npm:^7.25.7":
1187
- version: 7.25.7
1188
- resolution: "@babel/plugin-transform-object-rest-spread@npm:7.25.7"
1186
+ "@babel/plugin-transform-object-rest-spread@npm:^7.24.7":
1187
+ version: 7.24.7
1188
+ resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.7"
1189
1189
  dependencies:
1190
- "@babel/helper-compilation-targets": "npm:^7.25.7"
1191
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1190
+ "@babel/helper-compilation-targets": "npm:^7.24.7"
1191
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1192
1192
  "@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3"
1193
- "@babel/plugin-transform-parameters": "npm:^7.25.7"
1193
+ "@babel/plugin-transform-parameters": "npm:^7.24.7"
1194
1194
  peerDependencies:
1195
1195
  "@babel/core": ^7.0.0-0
1196
- checksum: 10c0/e8b978d9d1020452da0d5d92f80fe57e302761dac20137bb8bf863478a4779fcd63d314db89e796125d9d76da2a38f64f012d6e0c4913815951b3eb3fba2feb6
1196
+ checksum: 10c0/9ad64bc003f583030f9da50614b485852f8edac93f8faf5d1cd855201a4852f37c5255ae4daf70dd4375bdd4874e16e39b91f680d4668ec219ba05441ce286eb
1197
1197
  languageName: node
1198
1198
  linkType: hard
1199
1199
 
1200
- "@babel/plugin-transform-object-super@npm:^7.25.7":
1201
- version: 7.25.7
1202
- resolution: "@babel/plugin-transform-object-super@npm:7.25.7"
1200
+ "@babel/plugin-transform-object-super@npm:^7.24.7":
1201
+ version: 7.24.7
1202
+ resolution: "@babel/plugin-transform-object-super@npm:7.24.7"
1203
1203
  dependencies:
1204
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1205
- "@babel/helper-replace-supers": "npm:^7.25.7"
1204
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1205
+ "@babel/helper-replace-supers": "npm:^7.24.7"
1206
1206
  peerDependencies:
1207
1207
  "@babel/core": ^7.0.0-0
1208
- checksum: 10c0/7f2968d4da997101b63fd3b74445c9b16f56bd32cd8a0a16c368af9d3e983e7675c1b05d18601f32307cb06e7d884ee11d13ff18a1f6830c0db243a9a852afab
1208
+ checksum: 10c0/770cebb4b4e1872c216b17069db9a13b87dfee747d359dc56d9fcdd66e7544f92dc6ab1861a4e7e0528196aaff2444e4f17dc84efd8eaf162d542b4ba0943869
1209
1209
  languageName: node
1210
1210
  linkType: hard
1211
1211
 
1212
- "@babel/plugin-transform-optional-catch-binding@npm:^7.25.7":
1213
- version: 7.25.7
1214
- resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.25.7"
1212
+ "@babel/plugin-transform-optional-catch-binding@npm:^7.24.7":
1213
+ version: 7.24.7
1214
+ resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.24.7"
1215
1215
  dependencies:
1216
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1216
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1217
1217
  "@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3"
1218
1218
  peerDependencies:
1219
1219
  "@babel/core": ^7.0.0-0
1220
- checksum: 10c0/bb609e5103780be0825a255ffe1fefbb5335aead88a46eecc2257053279ea2c45ff66b0ef1fb54302c8c8c57146e88e52f3ecb62b4c6f619218d7b3843b352d9
1220
+ checksum: 10c0/1e2f10a018f7d03b3bde6c0b70d063df8d5dd5209861d4467726cf834f5e3d354e2276079dc226aa8e6ece35f5c9b264d64b8229a8bb232829c01e561bcfb07a
1221
1221
  languageName: node
1222
1222
  linkType: hard
1223
1223
 
1224
- "@babel/plugin-transform-optional-chaining@npm:^7.25.7":
1225
- version: 7.25.7
1226
- resolution: "@babel/plugin-transform-optional-chaining@npm:7.25.7"
1224
+ "@babel/plugin-transform-optional-chaining@npm:^7.24.7, @babel/plugin-transform-optional-chaining@npm:^7.24.8":
1225
+ version: 7.24.8
1226
+ resolution: "@babel/plugin-transform-optional-chaining@npm:7.24.8"
1227
1227
  dependencies:
1228
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1229
- "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
1228
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1229
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
1230
1230
  "@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
1231
1231
  peerDependencies:
1232
1232
  "@babel/core": ^7.0.0-0
1233
- checksum: 10c0/887441ada6c2bc1b789984b7531d9bc585f335ece99642886d3d9fd8aee7e6b8d4f7ca61d76b5f23477f3aa607284d5056eadaa1eb17e7b39af6b0e834cbe878
1233
+ checksum: 10c0/4ffbe1aad7dec7c9aa2bf6ceb4b2f91f96815b2784f2879bde80e46934f59d64a12cb2c6262e40897c4754d77d2c35d8a5cfed63044fdebf94978b1ed3d14b17
1234
1234
  languageName: node
1235
1235
  linkType: hard
1236
1236
 
1237
- "@babel/plugin-transform-parameters@npm:^7.12.1, @babel/plugin-transform-parameters@npm:^7.20.7, @babel/plugin-transform-parameters@npm:^7.25.7":
1238
- version: 7.25.7
1239
- resolution: "@babel/plugin-transform-parameters@npm:7.25.7"
1237
+ "@babel/plugin-transform-parameters@npm:^7.12.1, @babel/plugin-transform-parameters@npm:^7.20.7, @babel/plugin-transform-parameters@npm:^7.24.7":
1238
+ version: 7.24.7
1239
+ resolution: "@babel/plugin-transform-parameters@npm:7.24.7"
1240
1240
  dependencies:
1241
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1241
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1242
1242
  peerDependencies:
1243
1243
  "@babel/core": ^7.0.0-0
1244
- checksum: 10c0/b40ba70278842ce1e800d7ab400df730994941550da547ef453780023bd61a9b8acf4b9fb8419c1b5bcbe09819a1146ff59369db11db07eb71870bef86a12422
1244
+ checksum: 10c0/53bf190d6926771545d5184f1f5f3f5144d0f04f170799ad46a43f683a01fab8d5fe4d2196cf246774530990c31fe1f2b9f0def39f0a5ddbb2340b924f5edf01
1245
1245
  languageName: node
1246
1246
  linkType: hard
1247
1247
 
1248
- "@babel/plugin-transform-private-methods@npm:^7.25.7":
1249
- version: 7.25.7
1250
- resolution: "@babel/plugin-transform-private-methods@npm:7.25.7"
1248
+ "@babel/plugin-transform-private-methods@npm:^7.25.4":
1249
+ version: 7.25.4
1250
+ resolution: "@babel/plugin-transform-private-methods@npm:7.25.4"
1251
1251
  dependencies:
1252
- "@babel/helper-create-class-features-plugin": "npm:^7.25.7"
1253
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1252
+ "@babel/helper-create-class-features-plugin": "npm:^7.25.4"
1253
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1254
1254
  peerDependencies:
1255
1255
  "@babel/core": ^7.0.0-0
1256
- checksum: 10c0/92e076f63f7c4696e1321dafdd56c4212eb41784cdadba0ebc39091f959a76d357c3df61a6c668be81d6b6ad8964ee458e85752ab0c6cfbbaf2066903edda732
1256
+ checksum: 10c0/7abdb427c3984a2c8a2e9d806297d8509b02f78a3501b7760e544be532446e9df328b876daa8fc38718f3dce7ccc45083016ee7aeaab169b81c142bc18700794
1257
1257
  languageName: node
1258
1258
  linkType: hard
1259
1259
 
1260
- "@babel/plugin-transform-private-property-in-object@npm:^7.25.7":
1261
- version: 7.25.7
1262
- resolution: "@babel/plugin-transform-private-property-in-object@npm:7.25.7"
1260
+ "@babel/plugin-transform-private-property-in-object@npm:^7.24.7":
1261
+ version: 7.24.7
1262
+ resolution: "@babel/plugin-transform-private-property-in-object@npm:7.24.7"
1263
1263
  dependencies:
1264
- "@babel/helper-annotate-as-pure": "npm:^7.25.7"
1265
- "@babel/helper-create-class-features-plugin": "npm:^7.25.7"
1266
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1264
+ "@babel/helper-annotate-as-pure": "npm:^7.24.7"
1265
+ "@babel/helper-create-class-features-plugin": "npm:^7.24.7"
1266
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1267
1267
  "@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5"
1268
1268
  peerDependencies:
1269
1269
  "@babel/core": ^7.0.0-0
1270
- checksum: 10c0/5ad8832ba54e2079c1f558b8680e170265e3f376424e5fbb75b17b7f08696fb0af6c96d23d92f7df3dcc559f5971a02587281fcec38a853174aa95478565f5fc
1270
+ checksum: 10c0/c6fa7defb90b1b0ed46f24ff94ff2e77f44c1f478d1090e81712f33cf992dda5ba347016f030082a2f770138bac6f4a9c2c1565e9f767a125901c77dd9c239ba
1271
1271
  languageName: node
1272
1272
  linkType: hard
1273
1273
 
1274
- "@babel/plugin-transform-property-literals@npm:^7.25.7":
1275
- version: 7.25.7
1276
- resolution: "@babel/plugin-transform-property-literals@npm:7.25.7"
1274
+ "@babel/plugin-transform-property-literals@npm:^7.24.7":
1275
+ version: 7.24.7
1276
+ resolution: "@babel/plugin-transform-property-literals@npm:7.24.7"
1277
1277
  dependencies:
1278
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1278
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1279
1279
  peerDependencies:
1280
1280
  "@babel/core": ^7.0.0-0
1281
- checksum: 10c0/6d5bccdc772207906666ad5201bd91e4e132e1d806dbcf4163a1d08e18c57cc3795578c4e10596514bcd6afaf9696f478ea4f0dea890176d93b9cb077b9e5c55
1281
+ checksum: 10c0/52564b58f3d111dc02d241d5892a4b01512e98dfdf6ef11b0ed62f8b11b0acacccef0fc229b44114fe8d1a57a8b70780b11bdd18b807d3754a781a07d8f57433
1282
1282
  languageName: node
1283
1283
  linkType: hard
1284
1284
 
1285
1285
  "@babel/plugin-transform-react-constant-elements@npm:^7.21.3":
1286
- version: 7.25.7
1287
- resolution: "@babel/plugin-transform-react-constant-elements@npm:7.25.7"
1286
+ version: 7.25.1
1287
+ resolution: "@babel/plugin-transform-react-constant-elements@npm:7.25.1"
1288
1288
  dependencies:
1289
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1289
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1290
1290
  peerDependencies:
1291
1291
  "@babel/core": ^7.0.0-0
1292
- checksum: 10c0/2261a793e65b4236ac256096ee8ad40e1149b4202d3d5d4464ca92e87980bc1886ccb2fe1282e668c82fd49db2afadfcea6e943a75fbe56ceb58c33245bac0dc
1292
+ checksum: 10c0/8e9a61e8d74804ad3e4c8051463b2d8c42be5aa1f381f7b0db3ac8696a5cb5faead54036b1e4bcd53f6ab74c0bb3e45e4d9a1a2f50b9a575a8d7965b77d89c28
1293
1293
  languageName: node
1294
1294
  linkType: hard
1295
1295
 
1296
- "@babel/plugin-transform-react-display-name@npm:^7.25.7":
1297
- version: 7.25.7
1298
- resolution: "@babel/plugin-transform-react-display-name@npm:7.25.7"
1296
+ "@babel/plugin-transform-react-display-name@npm:^7.24.7":
1297
+ version: 7.24.7
1298
+ resolution: "@babel/plugin-transform-react-display-name@npm:7.24.7"
1299
1299
  dependencies:
1300
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1300
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1301
1301
  peerDependencies:
1302
1302
  "@babel/core": ^7.0.0-0
1303
- checksum: 10c0/a0c537cc7c328ed7468d3b6a37bf0d9cb15d94afcdf3f2849ce6e5a68494fc61f0fa4fc529482a6b95b00f3c5c734f310bf18085293bff40702789f06c816f36
1303
+ checksum: 10c0/c14a07a9e75723c96f1a0a306b8a8e899ff1c6a0cc3d62bcda79bb1b54e4319127b258651c513a1a47da152cdc22e16525525a30ae5933a2980c7036fd0b4d24
1304
1304
  languageName: node
1305
1305
  linkType: hard
1306
1306
 
1307
- "@babel/plugin-transform-react-jsx-development@npm:^7.25.7":
1308
- version: 7.25.7
1309
- resolution: "@babel/plugin-transform-react-jsx-development@npm:7.25.7"
1307
+ "@babel/plugin-transform-react-jsx-development@npm:^7.24.7":
1308
+ version: 7.24.7
1309
+ resolution: "@babel/plugin-transform-react-jsx-development@npm:7.24.7"
1310
1310
  dependencies:
1311
- "@babel/plugin-transform-react-jsx": "npm:^7.25.7"
1311
+ "@babel/plugin-transform-react-jsx": "npm:^7.24.7"
1312
1312
  peerDependencies:
1313
1313
  "@babel/core": ^7.0.0-0
1314
- checksum: 10c0/a3dc14644d09a6d22875af7b5584393ab53e467e0531cd192fc6242504dacaffa421e89265ba7f84fd4edef2b7b100d2e2ebf092a4dce2b55cf9c5fe29390c18
1314
+ checksum: 10c0/fce647db50f90a5291681f0f97865d9dc76981262dff71d6d0332e724b85343de5860c26f9e9a79e448d61e1d70916b07ce91e8c7f2b80dceb4b16aee41794d8
1315
1315
  languageName: node
1316
1316
  linkType: hard
1317
1317
 
1318
1318
  "@babel/plugin-transform-react-jsx-self@npm:^7.24.5":
1319
- version: 7.25.7
1320
- resolution: "@babel/plugin-transform-react-jsx-self@npm:7.25.7"
1319
+ version: 7.24.7
1320
+ resolution: "@babel/plugin-transform-react-jsx-self@npm:7.24.7"
1321
1321
  dependencies:
1322
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1322
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1323
1323
  peerDependencies:
1324
1324
  "@babel/core": ^7.0.0-0
1325
- checksum: 10c0/51ab0302f808186b671722db40ef25d6f691f969aeaa8f7ef8565c5ca227c8b4dbd1002997478414d3f6984b1fd80a01303e98853fd8bd9606c35bcd72c94065
1325
+ checksum: 10c0/dcf3b732401f47f06bb29d6016e48066f66de00029a0ded98ddd9983c770a00a109d91cd04d2700d15ee0bcec3ae3027a5f12d69e15ec56efc0bcbfac65e92cb
1326
1326
  languageName: node
1327
1327
  linkType: hard
1328
1328
 
1329
1329
  "@babel/plugin-transform-react-jsx-source@npm:^7.24.1":
1330
- version: 7.25.7
1331
- resolution: "@babel/plugin-transform-react-jsx-source@npm:7.25.7"
1330
+ version: 7.24.7
1331
+ resolution: "@babel/plugin-transform-react-jsx-source@npm:7.24.7"
1332
1332
  dependencies:
1333
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1333
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1334
1334
  peerDependencies:
1335
1335
  "@babel/core": ^7.0.0-0
1336
- checksum: 10c0/c014de49a466c18ab77bea409542f40409a6a561afc8879ecbeca6a4618161b5aa71ab0825b733c5c87bebe09a19455a79bc1bed86488a84ef712e42e1ed2875
1336
+ checksum: 10c0/970ef1264c7c6c416ab11610665d5309aec2bd2b9086ae394e1132e65138d97b060a7dc9d31054e050d6dc475b5a213938c9707c0202a5022d55dcb4c5abe28f
1337
1337
  languageName: node
1338
1338
  linkType: hard
1339
1339
 
1340
- "@babel/plugin-transform-react-jsx@npm:^7.12.12, @babel/plugin-transform-react-jsx@npm:^7.25.7":
1341
- version: 7.25.7
1342
- resolution: "@babel/plugin-transform-react-jsx@npm:7.25.7"
1340
+ "@babel/plugin-transform-react-jsx@npm:^7.12.12, @babel/plugin-transform-react-jsx@npm:^7.24.7":
1341
+ version: 7.25.2
1342
+ resolution: "@babel/plugin-transform-react-jsx@npm:7.25.2"
1343
1343
  dependencies:
1344
- "@babel/helper-annotate-as-pure": "npm:^7.25.7"
1345
- "@babel/helper-module-imports": "npm:^7.25.7"
1346
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1347
- "@babel/plugin-syntax-jsx": "npm:^7.25.7"
1348
- "@babel/types": "npm:^7.25.7"
1344
+ "@babel/helper-annotate-as-pure": "npm:^7.24.7"
1345
+ "@babel/helper-module-imports": "npm:^7.24.7"
1346
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1347
+ "@babel/plugin-syntax-jsx": "npm:^7.24.7"
1348
+ "@babel/types": "npm:^7.25.2"
1349
1349
  peerDependencies:
1350
1350
  "@babel/core": ^7.0.0-0
1351
- checksum: 10c0/6766b0357b8bbfcb77fca5350f06cf822c89bbe75ddcaea24614601ef23957504da24e76597d743038ce8fa081373b0663c8ad0c86d7c7226e8185f0680b8b56
1351
+ checksum: 10c0/8c5b515f38118471197605e02bea54a8a4283010e3c55bad8cfb78de59ad63612b14d40baca63689afdc9d57b147aac4c7794fe5f7736c9e1ed6dd38784be624
1352
1352
  languageName: node
1353
1353
  linkType: hard
1354
1354
 
1355
- "@babel/plugin-transform-react-pure-annotations@npm:^7.25.7":
1356
- version: 7.25.7
1357
- resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.25.7"
1355
+ "@babel/plugin-transform-react-pure-annotations@npm:^7.24.7":
1356
+ version: 7.24.7
1357
+ resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.24.7"
1358
1358
  dependencies:
1359
- "@babel/helper-annotate-as-pure": "npm:^7.25.7"
1360
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1359
+ "@babel/helper-annotate-as-pure": "npm:^7.24.7"
1360
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1361
1361
  peerDependencies:
1362
1362
  "@babel/core": ^7.0.0-0
1363
- checksum: 10c0/d92c9b511850fb6dea71966a0d4f313d67e317db7fc3633a7ff2e27d6df2e95cbc91c4c25abdb6c8db651fcda842a0cb7433835a8a9d4a3fdc5d452068428101
1363
+ checksum: 10c0/fae517d293d9c93b7b920458c3e4b91cb0400513889af41ba184a5f3acc8bfef27242cc262741bb8f87870df376f1733a0d0f52b966d342e2aaaf5607af8f73d
1364
1364
  languageName: node
1365
1365
  linkType: hard
1366
1366
 
1367
- "@babel/plugin-transform-regenerator@npm:^7.25.7":
1368
- version: 7.25.7
1369
- resolution: "@babel/plugin-transform-regenerator@npm:7.25.7"
1367
+ "@babel/plugin-transform-regenerator@npm:^7.24.7":
1368
+ version: 7.24.7
1369
+ resolution: "@babel/plugin-transform-regenerator@npm:7.24.7"
1370
1370
  dependencies:
1371
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1371
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1372
1372
  regenerator-transform: "npm:^0.15.2"
1373
1373
  peerDependencies:
1374
1374
  "@babel/core": ^7.0.0-0
1375
- checksum: 10c0/7ee3a57c4050bc908ef7ac392d810826b294970a7182f4ec34a8ca93dbe36deb21bc862616d46a6f3d881d6b5749930e1679e875b638a00866d844a4250df212
1375
+ checksum: 10c0/d2dc2c788fdae9d97217e70d46ba8ca9db0035c398dc3e161552b0c437113719a75c04f201f9c91ddc8d28a1da60d0b0853f616dead98a396abb9c845c44892b
1376
1376
  languageName: node
1377
1377
  linkType: hard
1378
1378
 
1379
- "@babel/plugin-transform-reserved-words@npm:^7.25.7":
1380
- version: 7.25.7
1381
- resolution: "@babel/plugin-transform-reserved-words@npm:7.25.7"
1379
+ "@babel/plugin-transform-reserved-words@npm:^7.24.7":
1380
+ version: 7.24.7
1381
+ resolution: "@babel/plugin-transform-reserved-words@npm:7.24.7"
1382
1382
  dependencies:
1383
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1383
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1384
1384
  peerDependencies:
1385
1385
  "@babel/core": ^7.0.0-0
1386
- checksum: 10c0/920c98130daff6c1288fb13a9a2d2e45863bba93e619cb88d90e1f5b5cb358a3ee8880a425a3adb1b4bd5dbb6bd0500eea3370fc612633045eec851b08cc586c
1386
+ checksum: 10c0/2229de2768615e7f5dc0bbc55bc121b5678fd6d2febd46c74a58e42bb894d74cd5955c805880f4e02d0e1cf94f6886270eda7fafc1be9305a1ec3b9fd1d063f5
1387
1387
  languageName: node
1388
1388
  linkType: hard
1389
1389
 
1390
- "@babel/plugin-transform-shorthand-properties@npm:^7.12.1, @babel/plugin-transform-shorthand-properties@npm:^7.25.7":
1391
- version: 7.25.7
1392
- resolution: "@babel/plugin-transform-shorthand-properties@npm:7.25.7"
1390
+ "@babel/plugin-transform-shorthand-properties@npm:^7.12.1, @babel/plugin-transform-shorthand-properties@npm:^7.24.7":
1391
+ version: 7.24.7
1392
+ resolution: "@babel/plugin-transform-shorthand-properties@npm:7.24.7"
1393
1393
  dependencies:
1394
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1394
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1395
1395
  peerDependencies:
1396
1396
  "@babel/core": ^7.0.0-0
1397
- checksum: 10c0/4250f89a0072f0f400be7a2e3515227b8e2518737899bd57d497e5173284a0e05d812e4a3c219ffcd484e9fa9a01c19fce5acd77bbb898f4d594512c56701eb4
1397
+ checksum: 10c0/41b155bdbb3be66618358488bf7731b3b2e8fff2de3dbfd541847720a9debfcec14db06a117abedd03c9cd786db20a79e2a86509a4f19513f6e1b610520905cf
1398
1398
  languageName: node
1399
1399
  linkType: hard
1400
1400
 
1401
- "@babel/plugin-transform-spread@npm:^7.12.1, @babel/plugin-transform-spread@npm:^7.25.7":
1402
- version: 7.25.7
1403
- resolution: "@babel/plugin-transform-spread@npm:7.25.7"
1401
+ "@babel/plugin-transform-spread@npm:^7.12.1, @babel/plugin-transform-spread@npm:^7.24.7":
1402
+ version: 7.24.7
1403
+ resolution: "@babel/plugin-transform-spread@npm:7.24.7"
1404
1404
  dependencies:
1405
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1406
- "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
1405
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1406
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
1407
1407
  peerDependencies:
1408
1408
  "@babel/core": ^7.0.0-0
1409
- checksum: 10c0/258bd1b52388cd7425d0ae25fa39538734f7540ea503a1d8a72211d33f6f214cb4e3b73d6cd03016cbcff5d41169f1e578b9ea331965ad224d223591983e90a7
1409
+ checksum: 10c0/facba1553035f76b0d2930d4ada89a8cd0f45b79579afd35baefbfaf12e3b86096995f4b0c402cf9ee23b3f2ea0a4460c3b1ec0c192d340962c948bb223d4e66
1410
1410
  languageName: node
1411
1411
  linkType: hard
1412
1412
 
1413
- "@babel/plugin-transform-sticky-regex@npm:^7.25.7":
1414
- version: 7.25.7
1415
- resolution: "@babel/plugin-transform-sticky-regex@npm:7.25.7"
1413
+ "@babel/plugin-transform-sticky-regex@npm:^7.24.7":
1414
+ version: 7.24.7
1415
+ resolution: "@babel/plugin-transform-sticky-regex@npm:7.24.7"
1416
1416
  dependencies:
1417
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1417
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1418
1418
  peerDependencies:
1419
1419
  "@babel/core": ^7.0.0-0
1420
- checksum: 10c0/0e466cfc3ca1e0db4bb11eb630215b0e1f43066d7678325e5ddadcf5a118b2351a528f67205729c32ac5b78ab68ab7f40517dd33bcb1fb6b456509f5f54ce097
1420
+ checksum: 10c0/5a74ed2ed0a3ab51c3d15fcaf09d9e2fe915823535c7a4d7b019813177d559b69677090e189ec3d5d08b619483eb5ad371fbcfbbff5ace2a76ba33ee566a1109
1421
1421
  languageName: node
1422
1422
  linkType: hard
1423
1423
 
1424
- "@babel/plugin-transform-template-literals@npm:^7.12.1, @babel/plugin-transform-template-literals@npm:^7.25.7":
1425
- version: 7.25.7
1426
- resolution: "@babel/plugin-transform-template-literals@npm:7.25.7"
1424
+ "@babel/plugin-transform-template-literals@npm:^7.12.1, @babel/plugin-transform-template-literals@npm:^7.24.7":
1425
+ version: 7.24.7
1426
+ resolution: "@babel/plugin-transform-template-literals@npm:7.24.7"
1427
1427
  dependencies:
1428
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1428
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1429
1429
  peerDependencies:
1430
1430
  "@babel/core": ^7.0.0-0
1431
- checksum: 10c0/a3455303b6841cb536ac66d1a2d03c194b9f371519482d8d1e8edbd33bf5ca7cdd5db1586b2b0ea5f909ebf74a0eafacf0fb28d257e4905445282dcdccfa6139
1431
+ checksum: 10c0/3630f966257bcace122f04d3157416a09d40768c44c3a800855da81146b009187daa21859d1c3b7d13f4e19e8888e60613964b175b2275d451200fb6d8d6cfe6
1432
1432
  languageName: node
1433
1433
  linkType: hard
1434
1434
 
1435
- "@babel/plugin-transform-typeof-symbol@npm:^7.25.7":
1436
- version: 7.25.7
1437
- resolution: "@babel/plugin-transform-typeof-symbol@npm:7.25.7"
1435
+ "@babel/plugin-transform-typeof-symbol@npm:^7.24.8":
1436
+ version: 7.24.8
1437
+ resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.8"
1438
1438
  dependencies:
1439
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1439
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1440
1440
  peerDependencies:
1441
1441
  "@babel/core": ^7.0.0-0
1442
- checksum: 10c0/ce1a0744a900b05de1372a70508c4148f17eb941c482da26eb369b9f0347570dce45470c8a86d907bc3a0443190344da1e18489ecfecb30388ab6178e8a9916b
1442
+ checksum: 10c0/2f570a4fbbdc5fd85f48165a97452826560051e3b8efb48c3bb0a0a33ee8485633439e7b71bfe3ef705583a1df43f854f49125bd759abdedc195b2cf7e60012a
1443
1443
  languageName: node
1444
1444
  linkType: hard
1445
1445
 
1446
- "@babel/plugin-transform-typescript@npm:^7.25.7":
1447
- version: 7.25.7
1448
- resolution: "@babel/plugin-transform-typescript@npm:7.25.7"
1446
+ "@babel/plugin-transform-typescript@npm:^7.24.7":
1447
+ version: 7.25.2
1448
+ resolution: "@babel/plugin-transform-typescript@npm:7.25.2"
1449
1449
  dependencies:
1450
- "@babel/helper-annotate-as-pure": "npm:^7.25.7"
1451
- "@babel/helper-create-class-features-plugin": "npm:^7.25.7"
1452
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1453
- "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
1454
- "@babel/plugin-syntax-typescript": "npm:^7.25.7"
1450
+ "@babel/helper-annotate-as-pure": "npm:^7.24.7"
1451
+ "@babel/helper-create-class-features-plugin": "npm:^7.25.0"
1452
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1453
+ "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7"
1454
+ "@babel/plugin-syntax-typescript": "npm:^7.24.7"
1455
1455
  peerDependencies:
1456
1456
  "@babel/core": ^7.0.0-0
1457
- checksum: 10c0/5fa839b9560221698edff5e00b5cccc658c7875efaa7971c66d478f5b026770f12dd47b1be024463a44f9e29b4e14e8ddddbf4a2b324b0b94f58370dd5ae7195
1457
+ checksum: 10c0/b3c941da39ee7ecf72df1b78a01d4108160438245f2ab61befe182f51d17fd0034733c6d079b7efad81e03a66438aa3881a671cd68c5eb0fc775df86b88df996
1458
1458
  languageName: node
1459
1459
  linkType: hard
1460
1460
 
1461
- "@babel/plugin-transform-unicode-escapes@npm:^7.25.7":
1462
- version: 7.25.7
1463
- resolution: "@babel/plugin-transform-unicode-escapes@npm:7.25.7"
1461
+ "@babel/plugin-transform-unicode-escapes@npm:^7.24.7":
1462
+ version: 7.24.7
1463
+ resolution: "@babel/plugin-transform-unicode-escapes@npm:7.24.7"
1464
1464
  dependencies:
1465
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1465
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1466
1466
  peerDependencies:
1467
1467
  "@babel/core": ^7.0.0-0
1468
- checksum: 10c0/8b1f71fda0a832c6e26ba4c00f99e9033e6f9b36ced542a512921f4ad861a70e2fec2bd54a91a5ca2efa46aaa8c8893e4c602635c4ef172bd3ed6eef3178c70b
1468
+ checksum: 10c0/8b18e2e66af33471a6971289492beff5c240e56727331db1d34c4338a6a368a82a7ed6d57ec911001b6d65643aed76531e1e7cac93265fb3fb2717f54d845e69
1469
1469
  languageName: node
1470
1470
  linkType: hard
1471
1471
 
1472
- "@babel/plugin-transform-unicode-property-regex@npm:^7.25.7":
1473
- version: 7.25.7
1474
- resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.25.7"
1472
+ "@babel/plugin-transform-unicode-property-regex@npm:^7.24.7":
1473
+ version: 7.24.7
1474
+ resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.24.7"
1475
1475
  dependencies:
1476
- "@babel/helper-create-regexp-features-plugin": "npm:^7.25.7"
1477
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1476
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7"
1477
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1478
1478
  peerDependencies:
1479
1479
  "@babel/core": ^7.0.0-0
1480
- checksum: 10c0/b4bfcf7529138d00671bf5cdfe606603d52cfe57ec1be837da57683f404fc0b0c171834a02515eb03379e5c806121866d097b90e31cb437d21d0ea59368ad82b
1480
+ checksum: 10c0/bc57656eb94584d1b74a385d378818ac2b3fca642e3f649fead8da5fb3f9de22f8461185936915dfb33d5a9104e62e7a47828331248b09d28bb2d59e9276de3e
1481
1481
  languageName: node
1482
1482
  linkType: hard
1483
1483
 
1484
- "@babel/plugin-transform-unicode-regex@npm:^7.25.7":
1485
- version: 7.25.7
1486
- resolution: "@babel/plugin-transform-unicode-regex@npm:7.25.7"
1484
+ "@babel/plugin-transform-unicode-regex@npm:^7.24.7":
1485
+ version: 7.24.7
1486
+ resolution: "@babel/plugin-transform-unicode-regex@npm:7.24.7"
1487
1487
  dependencies:
1488
- "@babel/helper-create-regexp-features-plugin": "npm:^7.25.7"
1489
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1488
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7"
1489
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1490
1490
  peerDependencies:
1491
1491
  "@babel/core": ^7.0.0-0
1492
- checksum: 10c0/73ae34c02ea8b7ac7e4efa690f8c226089c074e3fef658d2a630ad898a93550d84146ce05e073c271c8b2bbba61cbbfd5a2002a7ea940dcad3274e5b5dcb6bcf
1492
+ checksum: 10c0/83f72a345b751566b601dc4d07e9f2c8f1bc0e0c6f7abb56ceb3095b3c9d304de73f85f2f477a09f8cc7edd5e65afd0ff9e376cdbcbea33bc0c28f3705b38fd9
1493
1493
  languageName: node
1494
1494
  linkType: hard
1495
1495
 
1496
- "@babel/plugin-transform-unicode-sets-regex@npm:^7.25.7":
1497
- version: 7.25.7
1498
- resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.25.7"
1496
+ "@babel/plugin-transform-unicode-sets-regex@npm:^7.25.4":
1497
+ version: 7.25.4
1498
+ resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.25.4"
1499
1499
  dependencies:
1500
- "@babel/helper-create-regexp-features-plugin": "npm:^7.25.7"
1501
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1500
+ "@babel/helper-create-regexp-features-plugin": "npm:^7.25.2"
1501
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1502
1502
  peerDependencies:
1503
1503
  "@babel/core": ^7.0.0
1504
- checksum: 10c0/39e45ae3db7adfc3457b1d6ba5608ffbace957ad019785967e5357a6639f261765bda12363f655d39265f5a2834af26327037751420191d0b73152ccc7ce3c35
1504
+ checksum: 10c0/f65749835a98d8d6242e961f9276bdcdb09020e791d151ccc145acaca9a66f025b2c7cb761104f139180d35eb066a429596ee6edece81f5fd9244e0edb97d7ec
1505
1505
  languageName: node
1506
1506
  linkType: hard
1507
1507
 
1508
1508
  "@babel/preset-env@npm:^7.12.11, @babel/preset-env@npm:^7.20.2":
1509
- version: 7.25.7
1510
- resolution: "@babel/preset-env@npm:7.25.7"
1511
- dependencies:
1512
- "@babel/compat-data": "npm:^7.25.7"
1513
- "@babel/helper-compilation-targets": "npm:^7.25.7"
1514
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1515
- "@babel/helper-validator-option": "npm:^7.25.7"
1516
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.7"
1517
- "@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.25.7"
1518
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.25.7"
1519
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.25.7"
1520
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.25.7"
1509
+ version: 7.25.4
1510
+ resolution: "@babel/preset-env@npm:7.25.4"
1511
+ dependencies:
1512
+ "@babel/compat-data": "npm:^7.25.4"
1513
+ "@babel/helper-compilation-targets": "npm:^7.25.2"
1514
+ "@babel/helper-plugin-utils": "npm:^7.24.8"
1515
+ "@babel/helper-validator-option": "npm:^7.24.8"
1516
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.3"
1517
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.25.0"
1518
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.25.0"
1519
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.24.7"
1520
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.25.0"
1521
1521
  "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2"
1522
1522
  "@babel/plugin-syntax-async-generators": "npm:^7.8.4"
1523
1523
  "@babel/plugin-syntax-class-properties": "npm:^7.12.13"
1524
1524
  "@babel/plugin-syntax-class-static-block": "npm:^7.14.5"
1525
1525
  "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
1526
1526
  "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3"
1527
- "@babel/plugin-syntax-import-assertions": "npm:^7.25.7"
1528
- "@babel/plugin-syntax-import-attributes": "npm:^7.25.7"
1527
+ "@babel/plugin-syntax-import-assertions": "npm:^7.24.7"
1528
+ "@babel/plugin-syntax-import-attributes": "npm:^7.24.7"
1529
1529
  "@babel/plugin-syntax-import-meta": "npm:^7.10.4"
1530
1530
  "@babel/plugin-syntax-json-strings": "npm:^7.8.3"
1531
1531
  "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4"
@@ -1537,77 +1537,77 @@ __metadata:
1537
1537
  "@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5"
1538
1538
  "@babel/plugin-syntax-top-level-await": "npm:^7.14.5"
1539
1539
  "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6"
1540
- "@babel/plugin-transform-arrow-functions": "npm:^7.25.7"
1541
- "@babel/plugin-transform-async-generator-functions": "npm:^7.25.7"
1542
- "@babel/plugin-transform-async-to-generator": "npm:^7.25.7"
1543
- "@babel/plugin-transform-block-scoped-functions": "npm:^7.25.7"
1544
- "@babel/plugin-transform-block-scoping": "npm:^7.25.7"
1545
- "@babel/plugin-transform-class-properties": "npm:^7.25.7"
1546
- "@babel/plugin-transform-class-static-block": "npm:^7.25.7"
1547
- "@babel/plugin-transform-classes": "npm:^7.25.7"
1548
- "@babel/plugin-transform-computed-properties": "npm:^7.25.7"
1549
- "@babel/plugin-transform-destructuring": "npm:^7.25.7"
1550
- "@babel/plugin-transform-dotall-regex": "npm:^7.25.7"
1551
- "@babel/plugin-transform-duplicate-keys": "npm:^7.25.7"
1552
- "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.7"
1553
- "@babel/plugin-transform-dynamic-import": "npm:^7.25.7"
1554
- "@babel/plugin-transform-exponentiation-operator": "npm:^7.25.7"
1555
- "@babel/plugin-transform-export-namespace-from": "npm:^7.25.7"
1556
- "@babel/plugin-transform-for-of": "npm:^7.25.7"
1557
- "@babel/plugin-transform-function-name": "npm:^7.25.7"
1558
- "@babel/plugin-transform-json-strings": "npm:^7.25.7"
1559
- "@babel/plugin-transform-literals": "npm:^7.25.7"
1560
- "@babel/plugin-transform-logical-assignment-operators": "npm:^7.25.7"
1561
- "@babel/plugin-transform-member-expression-literals": "npm:^7.25.7"
1562
- "@babel/plugin-transform-modules-amd": "npm:^7.25.7"
1563
- "@babel/plugin-transform-modules-commonjs": "npm:^7.25.7"
1564
- "@babel/plugin-transform-modules-systemjs": "npm:^7.25.7"
1565
- "@babel/plugin-transform-modules-umd": "npm:^7.25.7"
1566
- "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.25.7"
1567
- "@babel/plugin-transform-new-target": "npm:^7.25.7"
1568
- "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.25.7"
1569
- "@babel/plugin-transform-numeric-separator": "npm:^7.25.7"
1570
- "@babel/plugin-transform-object-rest-spread": "npm:^7.25.7"
1571
- "@babel/plugin-transform-object-super": "npm:^7.25.7"
1572
- "@babel/plugin-transform-optional-catch-binding": "npm:^7.25.7"
1573
- "@babel/plugin-transform-optional-chaining": "npm:^7.25.7"
1574
- "@babel/plugin-transform-parameters": "npm:^7.25.7"
1575
- "@babel/plugin-transform-private-methods": "npm:^7.25.7"
1576
- "@babel/plugin-transform-private-property-in-object": "npm:^7.25.7"
1577
- "@babel/plugin-transform-property-literals": "npm:^7.25.7"
1578
- "@babel/plugin-transform-regenerator": "npm:^7.25.7"
1579
- "@babel/plugin-transform-reserved-words": "npm:^7.25.7"
1580
- "@babel/plugin-transform-shorthand-properties": "npm:^7.25.7"
1581
- "@babel/plugin-transform-spread": "npm:^7.25.7"
1582
- "@babel/plugin-transform-sticky-regex": "npm:^7.25.7"
1583
- "@babel/plugin-transform-template-literals": "npm:^7.25.7"
1584
- "@babel/plugin-transform-typeof-symbol": "npm:^7.25.7"
1585
- "@babel/plugin-transform-unicode-escapes": "npm:^7.25.7"
1586
- "@babel/plugin-transform-unicode-property-regex": "npm:^7.25.7"
1587
- "@babel/plugin-transform-unicode-regex": "npm:^7.25.7"
1588
- "@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.7"
1540
+ "@babel/plugin-transform-arrow-functions": "npm:^7.24.7"
1541
+ "@babel/plugin-transform-async-generator-functions": "npm:^7.25.4"
1542
+ "@babel/plugin-transform-async-to-generator": "npm:^7.24.7"
1543
+ "@babel/plugin-transform-block-scoped-functions": "npm:^7.24.7"
1544
+ "@babel/plugin-transform-block-scoping": "npm:^7.25.0"
1545
+ "@babel/plugin-transform-class-properties": "npm:^7.25.4"
1546
+ "@babel/plugin-transform-class-static-block": "npm:^7.24.7"
1547
+ "@babel/plugin-transform-classes": "npm:^7.25.4"
1548
+ "@babel/plugin-transform-computed-properties": "npm:^7.24.7"
1549
+ "@babel/plugin-transform-destructuring": "npm:^7.24.8"
1550
+ "@babel/plugin-transform-dotall-regex": "npm:^7.24.7"
1551
+ "@babel/plugin-transform-duplicate-keys": "npm:^7.24.7"
1552
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.0"
1553
+ "@babel/plugin-transform-dynamic-import": "npm:^7.24.7"
1554
+ "@babel/plugin-transform-exponentiation-operator": "npm:^7.24.7"
1555
+ "@babel/plugin-transform-export-namespace-from": "npm:^7.24.7"
1556
+ "@babel/plugin-transform-for-of": "npm:^7.24.7"
1557
+ "@babel/plugin-transform-function-name": "npm:^7.25.1"
1558
+ "@babel/plugin-transform-json-strings": "npm:^7.24.7"
1559
+ "@babel/plugin-transform-literals": "npm:^7.25.2"
1560
+ "@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7"
1561
+ "@babel/plugin-transform-member-expression-literals": "npm:^7.24.7"
1562
+ "@babel/plugin-transform-modules-amd": "npm:^7.24.7"
1563
+ "@babel/plugin-transform-modules-commonjs": "npm:^7.24.8"
1564
+ "@babel/plugin-transform-modules-systemjs": "npm:^7.25.0"
1565
+ "@babel/plugin-transform-modules-umd": "npm:^7.24.7"
1566
+ "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7"
1567
+ "@babel/plugin-transform-new-target": "npm:^7.24.7"
1568
+ "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.7"
1569
+ "@babel/plugin-transform-numeric-separator": "npm:^7.24.7"
1570
+ "@babel/plugin-transform-object-rest-spread": "npm:^7.24.7"
1571
+ "@babel/plugin-transform-object-super": "npm:^7.24.7"
1572
+ "@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7"
1573
+ "@babel/plugin-transform-optional-chaining": "npm:^7.24.8"
1574
+ "@babel/plugin-transform-parameters": "npm:^7.24.7"
1575
+ "@babel/plugin-transform-private-methods": "npm:^7.25.4"
1576
+ "@babel/plugin-transform-private-property-in-object": "npm:^7.24.7"
1577
+ "@babel/plugin-transform-property-literals": "npm:^7.24.7"
1578
+ "@babel/plugin-transform-regenerator": "npm:^7.24.7"
1579
+ "@babel/plugin-transform-reserved-words": "npm:^7.24.7"
1580
+ "@babel/plugin-transform-shorthand-properties": "npm:^7.24.7"
1581
+ "@babel/plugin-transform-spread": "npm:^7.24.7"
1582
+ "@babel/plugin-transform-sticky-regex": "npm:^7.24.7"
1583
+ "@babel/plugin-transform-template-literals": "npm:^7.24.7"
1584
+ "@babel/plugin-transform-typeof-symbol": "npm:^7.24.8"
1585
+ "@babel/plugin-transform-unicode-escapes": "npm:^7.24.7"
1586
+ "@babel/plugin-transform-unicode-property-regex": "npm:^7.24.7"
1587
+ "@babel/plugin-transform-unicode-regex": "npm:^7.24.7"
1588
+ "@babel/plugin-transform-unicode-sets-regex": "npm:^7.25.4"
1589
1589
  "@babel/preset-modules": "npm:0.1.6-no-external-plugins"
1590
1590
  babel-plugin-polyfill-corejs2: "npm:^0.4.10"
1591
1591
  babel-plugin-polyfill-corejs3: "npm:^0.10.6"
1592
1592
  babel-plugin-polyfill-regenerator: "npm:^0.6.1"
1593
- core-js-compat: "npm:^3.38.1"
1593
+ core-js-compat: "npm:^3.37.1"
1594
1594
  semver: "npm:^6.3.1"
1595
1595
  peerDependencies:
1596
1596
  "@babel/core": ^7.0.0-0
1597
- checksum: 10c0/bf704a06a69420250c1de2b126cd5c859a851002c2fb2cce0910cd85a8e6755b9b31577021e94feb7e1e53519923726349aaf07580923928791583db61438fb8
1597
+ checksum: 10c0/ed210a1974b5a1e7f80a933c87253907ec869457cea900bc97892642fa9a690c47627a9bac08a7c9495deb992a2b15f308ffca2741e1876ba47172c96fa27e14
1598
1598
  languageName: node
1599
1599
  linkType: hard
1600
1600
 
1601
1601
  "@babel/preset-flow@npm:^7.12.1":
1602
- version: 7.25.7
1603
- resolution: "@babel/preset-flow@npm:7.25.7"
1602
+ version: 7.24.7
1603
+ resolution: "@babel/preset-flow@npm:7.24.7"
1604
1604
  dependencies:
1605
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1606
- "@babel/helper-validator-option": "npm:^7.25.7"
1607
- "@babel/plugin-transform-flow-strip-types": "npm:^7.25.7"
1605
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1606
+ "@babel/helper-validator-option": "npm:^7.24.7"
1607
+ "@babel/plugin-transform-flow-strip-types": "npm:^7.24.7"
1608
1608
  peerDependencies:
1609
1609
  "@babel/core": ^7.0.0-0
1610
- checksum: 10c0/c0d533628ea9e92558d705e1ecfec51e465e9f251b9dcbd2b4b8ec5007b3238feb1a5cd3e14739f12984a35ccd71a422c92696010b71e69216dfd9389c3cf51c
1610
+ checksum: 10c0/2a99333b9aac17033cefe17fb9d8c41b20c4f2cd3eab34f56c20d7c1c528cc1cca7e6d909de92fc700739a505b43166c9de62423f8a30b484161ebdf9474e217
1611
1611
  languageName: node
1612
1612
  linkType: hard
1613
1613
 
@@ -1625,39 +1625,39 @@ __metadata:
1625
1625
  linkType: hard
1626
1626
 
1627
1627
  "@babel/preset-react@npm:^7.12.10, @babel/preset-react@npm:^7.18.6":
1628
- version: 7.25.7
1629
- resolution: "@babel/preset-react@npm:7.25.7"
1628
+ version: 7.24.7
1629
+ resolution: "@babel/preset-react@npm:7.24.7"
1630
1630
  dependencies:
1631
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1632
- "@babel/helper-validator-option": "npm:^7.25.7"
1633
- "@babel/plugin-transform-react-display-name": "npm:^7.25.7"
1634
- "@babel/plugin-transform-react-jsx": "npm:^7.25.7"
1635
- "@babel/plugin-transform-react-jsx-development": "npm:^7.25.7"
1636
- "@babel/plugin-transform-react-pure-annotations": "npm:^7.25.7"
1631
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1632
+ "@babel/helper-validator-option": "npm:^7.24.7"
1633
+ "@babel/plugin-transform-react-display-name": "npm:^7.24.7"
1634
+ "@babel/plugin-transform-react-jsx": "npm:^7.24.7"
1635
+ "@babel/plugin-transform-react-jsx-development": "npm:^7.24.7"
1636
+ "@babel/plugin-transform-react-pure-annotations": "npm:^7.24.7"
1637
1637
  peerDependencies:
1638
1638
  "@babel/core": ^7.0.0-0
1639
- checksum: 10c0/b133b1a2f46c70a337d8b1ef442e09e3dbdaecb0d6bed8f1cb64dfddc31c16e248b017385ab909caeebd8462111c9c0e1c5409deb10f2be5cb5bcfdaa4d27718
1639
+ checksum: 10c0/9658b685b25cedaadd0b65c4e663fbc7f57394b5036ddb4c99b1a75b0711fb83292c1c625d605c05b73413fc7a6dc20e532627f6a39b6dc8d4e00415479b054c
1640
1640
  languageName: node
1641
1641
  linkType: hard
1642
1642
 
1643
1643
  "@babel/preset-typescript@npm:^7.12.7, @babel/preset-typescript@npm:^7.21.0":
1644
- version: 7.25.7
1645
- resolution: "@babel/preset-typescript@npm:7.25.7"
1644
+ version: 7.24.7
1645
+ resolution: "@babel/preset-typescript@npm:7.24.7"
1646
1646
  dependencies:
1647
- "@babel/helper-plugin-utils": "npm:^7.25.7"
1648
- "@babel/helper-validator-option": "npm:^7.25.7"
1649
- "@babel/plugin-syntax-jsx": "npm:^7.25.7"
1650
- "@babel/plugin-transform-modules-commonjs": "npm:^7.25.7"
1651
- "@babel/plugin-transform-typescript": "npm:^7.25.7"
1647
+ "@babel/helper-plugin-utils": "npm:^7.24.7"
1648
+ "@babel/helper-validator-option": "npm:^7.24.7"
1649
+ "@babel/plugin-syntax-jsx": "npm:^7.24.7"
1650
+ "@babel/plugin-transform-modules-commonjs": "npm:^7.24.7"
1651
+ "@babel/plugin-transform-typescript": "npm:^7.24.7"
1652
1652
  peerDependencies:
1653
1653
  "@babel/core": ^7.0.0-0
1654
- checksum: 10c0/8dc1258e3c5230bbe42ff9811f08924509238e6bd32fa0b7b0c0a6c5e1419512a8e1f733e1b114454d367b7c164beca2cf33acf2ed9e0d99be010c1c5cdbef0c
1654
+ checksum: 10c0/986bc0978eedb4da33aba8e1e13a3426dd1829515313b7e8f4ba5d8c18aff1663b468939d471814e7acf4045d326ae6cff37239878d169ac3fe53a8fde71f8ee
1655
1655
  languageName: node
1656
1656
  linkType: hard
1657
1657
 
1658
1658
  "@babel/register@npm:^7.12.1":
1659
- version: 7.25.7
1660
- resolution: "@babel/register@npm:7.25.7"
1659
+ version: 7.24.6
1660
+ resolution: "@babel/register@npm:7.24.6"
1661
1661
  dependencies:
1662
1662
  clone-deep: "npm:^4.0.1"
1663
1663
  find-cache-dir: "npm:^2.0.0"
@@ -1666,63 +1666,70 @@ __metadata:
1666
1666
  source-map-support: "npm:^0.5.16"
1667
1667
  peerDependencies:
1668
1668
  "@babel/core": ^7.0.0-0
1669
- checksum: 10c0/af32db39edb2ed0c46d05bcb09cb2c14f8ee452d112f08a96a2e2daeaddc127d4f2269354aa968d0c01cd286523ad7e865b0abed1da9229833fd440ee6831199
1669
+ checksum: 10c0/e0c6d6c8945dd792f83dc7bd6be468246b3aedd62b32620e56a3f3328389b577a6261d4338a9de9519f4eadddfef5aa0fdc1f92082c778dedddcc5854e357f09
1670
+ languageName: node
1671
+ linkType: hard
1672
+
1673
+ "@babel/regjsgen@npm:^0.8.0":
1674
+ version: 0.8.0
1675
+ resolution: "@babel/regjsgen@npm:0.8.0"
1676
+ checksum: 10c0/4f3ddd8c7c96d447e05c8304c1d5ba3a83fcabd8a716bc1091c2f31595cdd43a3a055fff7cb5d3042b8cb7d402d78820fcb4e05d896c605a7d8bcf30f2424c4a
1670
1677
  languageName: node
1671
1678
  linkType: hard
1672
1679
 
1673
1680
  "@babel/runtime-corejs3@npm:^7.10.2":
1674
- version: 7.25.7
1675
- resolution: "@babel/runtime-corejs3@npm:7.25.7"
1681
+ version: 7.25.6
1682
+ resolution: "@babel/runtime-corejs3@npm:7.25.6"
1676
1683
  dependencies:
1677
1684
  core-js-pure: "npm:^3.30.2"
1678
1685
  regenerator-runtime: "npm:^0.14.0"
1679
- checksum: 10c0/37217edf5f02c0e7ccb78af380b26b06dadc9b031a1bcec22a9cfb540d85470b61ebe1e5cd7e32689a6c0f786015c2ee1a73a16852574c3a46341105e457a87c
1686
+ checksum: 10c0/46bf23aca2c9095289136177dab2e7b8516fc21dfeae14ed3309d919cd8044b8a2cd629b06c999a4faaa3bd0c5af27ad41ee41ec3ef855d7c8ec309f4cd600c0
1680
1687
  languageName: node
1681
1688
  linkType: hard
1682
1689
 
1683
1690
  "@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.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":
1684
- version: 7.25.7
1685
- resolution: "@babel/runtime@npm:7.25.7"
1691
+ version: 7.25.6
1692
+ resolution: "@babel/runtime@npm:7.25.6"
1686
1693
  dependencies:
1687
1694
  regenerator-runtime: "npm:^0.14.0"
1688
- checksum: 10c0/86b7829d2fc9343714a9afe92757cf96c4dc799006ca61d73cda62f4b9e29bfa1ce36794955bc6cb4c188f5b10db832c949339895e1bbe81a69022d9d578ce29
1695
+ checksum: 10c0/d6143adf5aa1ce79ed374e33fdfd74fa975055a80bc6e479672ab1eadc4e4bfd7484444e17dd063a1d180e051f3ec62b357c7a2b817e7657687b47313158c3d2
1689
1696
  languageName: node
1690
1697
  linkType: hard
1691
1698
 
1692
- "@babel/template@npm:^7.12.7, @babel/template@npm:^7.25.7":
1693
- version: 7.25.7
1694
- resolution: "@babel/template@npm:7.25.7"
1699
+ "@babel/template@npm:^7.12.7, @babel/template@npm:^7.24.7, @babel/template@npm:^7.25.0":
1700
+ version: 7.25.0
1701
+ resolution: "@babel/template@npm:7.25.0"
1695
1702
  dependencies:
1696
- "@babel/code-frame": "npm:^7.25.7"
1697
- "@babel/parser": "npm:^7.25.7"
1698
- "@babel/types": "npm:^7.25.7"
1699
- checksum: 10c0/8ae9e36e4330ee83d4832531d1d9bec7dc2ef6a2a8afa1ef1229506fd60667abcb17f306d1c3d7e582251270597022990c845d5d69e7add70a5aea66720decb9
1703
+ "@babel/code-frame": "npm:^7.24.7"
1704
+ "@babel/parser": "npm:^7.25.0"
1705
+ "@babel/types": "npm:^7.25.0"
1706
+ checksum: 10c0/4e31afd873215744c016e02b04f43b9fa23205d6d0766fb2e93eb4091c60c1b88897936adb895fb04e3c23de98dfdcbe31bc98daaa1a4e0133f78bb948e1209b
1700
1707
  languageName: node
1701
1708
  linkType: hard
1702
1709
 
1703
- "@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.7":
1704
- version: 7.25.7
1705
- resolution: "@babel/traverse@npm:7.25.7"
1710
+ "@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.24.7, @babel/traverse@npm:^7.24.8, @babel/traverse@npm:^7.25.0, @babel/traverse@npm:^7.25.1, @babel/traverse@npm:^7.25.2, @babel/traverse@npm:^7.25.3, @babel/traverse@npm:^7.25.4":
1711
+ version: 7.25.6
1712
+ resolution: "@babel/traverse@npm:7.25.6"
1706
1713
  dependencies:
1707
- "@babel/code-frame": "npm:^7.25.7"
1708
- "@babel/generator": "npm:^7.25.7"
1709
- "@babel/parser": "npm:^7.25.7"
1710
- "@babel/template": "npm:^7.25.7"
1711
- "@babel/types": "npm:^7.25.7"
1714
+ "@babel/code-frame": "npm:^7.24.7"
1715
+ "@babel/generator": "npm:^7.25.6"
1716
+ "@babel/parser": "npm:^7.25.6"
1717
+ "@babel/template": "npm:^7.25.0"
1718
+ "@babel/types": "npm:^7.25.6"
1712
1719
  debug: "npm:^4.3.1"
1713
1720
  globals: "npm:^11.1.0"
1714
- checksum: 10c0/75d73e52c507a7a7a4c7971d6bf4f8f26fdd094e0d3a0193d77edf6a5efa36fc3db91ec5cc48e8b94e6eb5d5ad21af0a1040e71309172851209415fd105efb1a
1721
+ checksum: 10c0/964304c6fa46bd705428ba380bf73177eeb481c3f26d82ea3d0661242b59e0dd4329d23886035e9ca9a4ceb565c03a76fd615109830687a27bcd350059d6377e
1715
1722
  languageName: node
1716
1723
  linkType: hard
1717
1724
 
1718
- "@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.7, @babel/types@npm:^7.4.4":
1719
- version: 7.25.7
1720
- resolution: "@babel/types@npm:7.25.7"
1725
+ "@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.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.6, @babel/types@npm:^7.4.4":
1726
+ version: 7.25.6
1727
+ resolution: "@babel/types@npm:7.25.6"
1721
1728
  dependencies:
1722
- "@babel/helper-string-parser": "npm:^7.25.7"
1723
- "@babel/helper-validator-identifier": "npm:^7.25.7"
1729
+ "@babel/helper-string-parser": "npm:^7.24.8"
1730
+ "@babel/helper-validator-identifier": "npm:^7.24.7"
1724
1731
  to-fast-properties: "npm:^2.0.0"
1725
- checksum: 10c0/e03e1e2e08600fa1e8eb90632ac9c253dd748176c8d670d85f85b0dc83a0573b26ae748a1cbcb81f401903a3d95f43c3f4f8d516a5ed779929db27de56289633
1732
+ checksum: 10c0/89d45fbee24e27a05dca2d08300a26b905bd384a480448823f6723c72d3a30327c517476389b7280ce8cb9a2c48ef8f47da7f9f6d326faf6f53fd6b68237bdc4
1726
1733
  languageName: node
1727
1734
  linkType: hard
1728
1735
 
@@ -2398,6 +2405,18 @@ __metadata:
2398
2405
  languageName: node
2399
2406
  linkType: hard
2400
2407
 
2408
+ "@fortawesome/react-fontawesome@npm:0.1.9":
2409
+ version: 0.1.9
2410
+ resolution: "@fortawesome/react-fontawesome@npm:0.1.9"
2411
+ dependencies:
2412
+ prop-types: "npm:^15.7.2"
2413
+ peerDependencies:
2414
+ "@fortawesome/fontawesome-svg-core": ^1.2.20
2415
+ react: 16.x
2416
+ checksum: 10c0/063d93c40704a3f4dc7818c3bfbd07b2a55c2c68f1cd50e6ea2c54a90ce259ce58d45deb9b000ca6e5bbf64d7d026f4a57766b404cbb0aa36c7dcfc167f02233
2417
+ languageName: node
2418
+ linkType: hard
2419
+
2401
2420
  "@gar/promisify@npm:^1.0.1":
2402
2421
  version: 1.1.3
2403
2422
  resolution: "@gar/promisify@npm:1.1.3"
@@ -2554,14 +2573,14 @@ __metadata:
2554
2573
  languageName: node
2555
2574
  linkType: hard
2556
2575
 
2557
- "@licklist/core@npm:0.29.1-dev.2":
2558
- version: 0.29.1-dev.2
2559
- resolution: "@licklist/core@npm:0.29.1-dev.2"
2576
+ "@licklist/core@npm:0.29.0":
2577
+ version: 0.29.0
2578
+ resolution: "@licklist/core@npm:0.29.0"
2560
2579
  dependencies:
2561
2580
  "@sentry/browser": "npm:6.2.0"
2562
2581
  axios: "npm:0.26.0"
2563
2582
  i18next: "npm:19.4.5"
2564
- luxon: "npm:3.5.0"
2583
+ luxon: "npm:1.26.0"
2565
2584
  react: "npm:17.0.2"
2566
2585
  react-dom: "npm:17.0.2"
2567
2586
  react-i18next: "npm:11.8.8"
@@ -2571,23 +2590,23 @@ __metadata:
2571
2590
  peerDependencies:
2572
2591
  "@licklist/eslint-config": 0.5.5
2573
2592
  axios: 0.26.0
2574
- luxon: 3.5.0
2593
+ luxon: 1.26.0
2575
2594
  react: 17.0.2
2576
2595
  react-dom: 17.0.2
2577
2596
  react-i18next: 11.8.8
2578
2597
  react-intl: 6.6.8
2579
- checksum: 10c0/cacb058eb075b8e42fe9135877aa90f5104b661a0a99addbadfe916604ee35d468d07f9ce4e349fad573015044977bf77821b92dc385bab23393bc4d72677c4f
2598
+ checksum: 10c0/bf197dd2f2c63f720fd7d8329c1dc02be894d356b749e0e05522bb4b9cb6ff76eeebb37c95ccea395e2f7d34b36f3eab14ecaba9d5c4c005abe1057901f0bedb
2580
2599
  languageName: node
2581
2600
  linkType: hard
2582
2601
 
2583
- "@licklist/core@npm:0.29.1-dev.3":
2584
- version: 0.29.1-dev.3
2585
- resolution: "@licklist/core@npm:0.29.1-dev.3"
2602
+ "@licklist/core@npm:0.29.3":
2603
+ version: 0.29.3
2604
+ resolution: "@licklist/core@npm:0.29.3"
2586
2605
  dependencies:
2587
2606
  "@sentry/browser": "npm:6.2.0"
2588
2607
  axios: "npm:0.26.0"
2589
2608
  i18next: "npm:19.4.5"
2590
- luxon: "npm:3.5.0"
2609
+ luxon: "npm:1.26.0"
2591
2610
  react: "npm:17.0.2"
2592
2611
  react-dom: "npm:17.0.2"
2593
2612
  react-i18next: "npm:11.8.8"
@@ -2597,12 +2616,12 @@ __metadata:
2597
2616
  peerDependencies:
2598
2617
  "@licklist/eslint-config": 0.5.5
2599
2618
  axios: 0.26.0
2600
- luxon: 3.5.0
2619
+ luxon: 1.26.0
2601
2620
  react: 17.0.2
2602
2621
  react-dom: 17.0.2
2603
2622
  react-i18next: 11.8.8
2604
2623
  react-intl: 6.6.8
2605
- checksum: 10c0/8a31309e88f15d193557a93c875d1fceeedde7be0e6a870b3a4d80a25dca7a445b23e1dd7878ca6ffd5b65cc71aa8a53127131e719bd4f37178833c83fc3b22e
2624
+ checksum: 10c0/203fcc6bb4752d0df83f6e3c96255abb3636543717e51e7b70d50e179b0526b70269b82db5dd89283e907900bdbc7f2ee39f2828af2ebdb54f8fc0e7734df53d
2606
2625
  languageName: node
2607
2626
  linkType: hard
2608
2627
 
@@ -2617,9 +2636,10 @@ __metadata:
2617
2636
  "@dnd-kit/utilities": "npm:2.0.0"
2618
2637
  "@fortawesome/fontawesome-svg-core": "npm:1.2.34"
2619
2638
  "@fortawesome/free-solid-svg-icons": "npm:5.15.2"
2620
- "@licklist/core": "npm:0.29.1-dev.3"
2639
+ "@fortawesome/react-fontawesome": "npm:0.1.9"
2640
+ "@licklist/core": "npm:0.29.3"
2621
2641
  "@licklist/eslint-config": "npm:0.5.5"
2622
- "@licklist/plugins": "npm:0.32.0-dev.3"
2642
+ "@licklist/plugins": "npm:0.32.0"
2623
2643
  "@mdx-js/react": "npm:1.6.22"
2624
2644
  "@popperjs/core": "npm:2.11.8"
2625
2645
  "@react-aria/utils": "npm:3.9.0"
@@ -2658,7 +2678,7 @@ __metadata:
2658
2678
  "@tiptap/react": "npm:2.0.0-beta.109"
2659
2679
  "@tiptap/suggestion": "npm:2.0.0-beta.92"
2660
2680
  "@types/lodash": "npm:4.17.5"
2661
- "@types/luxon": "npm:3.4.2"
2681
+ "@types/luxon": "npm:1.26.2"
2662
2682
  "@types/mdx-js__react": "npm:1.5.3"
2663
2683
  "@types/node": "npm:20.9.0"
2664
2684
  "@types/react": "npm:17.0.80"
@@ -2695,7 +2715,7 @@ __metadata:
2695
2715
  konva: "npm:6.0.0"
2696
2716
  lint-staged: "npm:12.3.2"
2697
2717
  lodash: "npm:4.17.21"
2698
- luxon: "npm:3.5.0"
2718
+ luxon: "npm:1.26.0"
2699
2719
  moment: "npm:2.29.1"
2700
2720
  prettier: "npm:3.3.3"
2701
2721
  react: "npm:17.0.2"
@@ -2741,11 +2761,11 @@ __metadata:
2741
2761
  vite-plugin-svgr: "npm:4.2.0"
2742
2762
  vite-tsconfig-paths: "npm:5.0.1"
2743
2763
  peerDependencies:
2744
- "@licklist/core": 0.29.1-dev.3
2764
+ "@licklist/core": 0.29.3
2745
2765
  "@licklist/eslint-config": 0.5.5
2746
- "@licklist/plugins": 0.32.0-dev.3
2766
+ "@licklist/plugins": 0.32.0
2747
2767
  lodash: 4.17.21
2748
- luxon: 3.5.0
2768
+ luxon: 1.26.0
2749
2769
  react: 17.0.2
2750
2770
  react-dom: 17.0.2
2751
2771
  react-hook-form: 7.52.2
@@ -2774,17 +2794,17 @@ __metadata:
2774
2794
  languageName: node
2775
2795
  linkType: hard
2776
2796
 
2777
- "@licklist/plugins@npm:0.32.0-dev.3":
2778
- version: 0.32.0-dev.3
2779
- resolution: "@licklist/plugins@npm:0.32.0-dev.3"
2797
+ "@licklist/plugins@npm:0.32.0":
2798
+ version: 0.32.0
2799
+ resolution: "@licklist/plugins@npm:0.32.0"
2780
2800
  dependencies:
2781
- "@licklist/core": "npm:0.29.1-dev.2"
2801
+ "@licklist/core": "npm:0.29.0"
2782
2802
  "@ungap/url-search-params": "npm:0.2.2"
2783
2803
  axios: "npm:0.26.0"
2784
2804
  history: "npm:4.10.1"
2785
2805
  laravel-echo: "npm:1.15.1"
2786
2806
  lodash: "npm:4.17.21"
2787
- luxon: "npm:3.5.0"
2807
+ luxon: "npm:1.26.0"
2788
2808
  moment: "npm:2.27.0"
2789
2809
  pusher-js: "npm:8.2.0"
2790
2810
  react: "npm:17.0.2"
@@ -2799,11 +2819,11 @@ __metadata:
2799
2819
  rrule: "npm:2.6.8"
2800
2820
  use-debounce: "npm:7.0.1"
2801
2821
  peerDependencies:
2802
- "@licklist/core": 0.29.1-dev.2
2822
+ "@licklist/core": 0.29.0
2803
2823
  "@licklist/eslint-config": 0.5.5
2804
2824
  axios: 0.26.0
2805
2825
  lodash: 4.17.21
2806
- luxon: 3.5.0
2826
+ luxon: 1.26.0
2807
2827
  react: 17.0.2
2808
2828
  react-dom: 17.0.2
2809
2829
  react-hook-form: 7.52.2
@@ -2811,7 +2831,7 @@ __metadata:
2811
2831
  react-loader: 2.4.7
2812
2832
  react-query: 3.34.12
2813
2833
  react-router-dom: 5.2.0
2814
- checksum: 10c0/a713a713d8f6d481245243a938f74874eb2ee531890807e1d5a1781a6150ddfac1c9558bc056bc809bbdb64f312129dec93dfac527a89037f6bf69eb6770fd4a
2834
+ checksum: 10c0/b5fc01110148f64bcb819b7eb71cd716464342e9b81efe8668c7cd7ab6025590f9abcd8d007ec32be2512a7c09f4ca10d7db8ba56b374e0d12fc70199cf21d77
2815
2835
  languageName: node
2816
2836
  linkType: hard
2817
2837
 
@@ -3219,114 +3239,114 @@ __metadata:
3219
3239
  languageName: node
3220
3240
  linkType: hard
3221
3241
 
3222
- "@rollup/rollup-android-arm-eabi@npm:4.24.0":
3223
- version: 4.24.0
3224
- resolution: "@rollup/rollup-android-arm-eabi@npm:4.24.0"
3242
+ "@rollup/rollup-android-arm-eabi@npm:4.23.0":
3243
+ version: 4.23.0
3244
+ resolution: "@rollup/rollup-android-arm-eabi@npm:4.23.0"
3225
3245
  conditions: os=android & cpu=arm
3226
3246
  languageName: node
3227
3247
  linkType: hard
3228
3248
 
3229
- "@rollup/rollup-android-arm64@npm:4.24.0":
3230
- version: 4.24.0
3231
- resolution: "@rollup/rollup-android-arm64@npm:4.24.0"
3249
+ "@rollup/rollup-android-arm64@npm:4.23.0":
3250
+ version: 4.23.0
3251
+ resolution: "@rollup/rollup-android-arm64@npm:4.23.0"
3232
3252
  conditions: os=android & cpu=arm64
3233
3253
  languageName: node
3234
3254
  linkType: hard
3235
3255
 
3236
- "@rollup/rollup-darwin-arm64@npm:4.24.0":
3237
- version: 4.24.0
3238
- resolution: "@rollup/rollup-darwin-arm64@npm:4.24.0"
3256
+ "@rollup/rollup-darwin-arm64@npm:4.23.0":
3257
+ version: 4.23.0
3258
+ resolution: "@rollup/rollup-darwin-arm64@npm:4.23.0"
3239
3259
  conditions: os=darwin & cpu=arm64
3240
3260
  languageName: node
3241
3261
  linkType: hard
3242
3262
 
3243
- "@rollup/rollup-darwin-x64@npm:4.24.0":
3244
- version: 4.24.0
3245
- resolution: "@rollup/rollup-darwin-x64@npm:4.24.0"
3263
+ "@rollup/rollup-darwin-x64@npm:4.23.0":
3264
+ version: 4.23.0
3265
+ resolution: "@rollup/rollup-darwin-x64@npm:4.23.0"
3246
3266
  conditions: os=darwin & cpu=x64
3247
3267
  languageName: node
3248
3268
  linkType: hard
3249
3269
 
3250
- "@rollup/rollup-linux-arm-gnueabihf@npm:4.24.0":
3251
- version: 4.24.0
3252
- resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.24.0"
3270
+ "@rollup/rollup-linux-arm-gnueabihf@npm:4.23.0":
3271
+ version: 4.23.0
3272
+ resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.23.0"
3253
3273
  conditions: os=linux & cpu=arm & libc=glibc
3254
3274
  languageName: node
3255
3275
  linkType: hard
3256
3276
 
3257
- "@rollup/rollup-linux-arm-musleabihf@npm:4.24.0":
3258
- version: 4.24.0
3259
- resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.24.0"
3277
+ "@rollup/rollup-linux-arm-musleabihf@npm:4.23.0":
3278
+ version: 4.23.0
3279
+ resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.23.0"
3260
3280
  conditions: os=linux & cpu=arm & libc=musl
3261
3281
  languageName: node
3262
3282
  linkType: hard
3263
3283
 
3264
- "@rollup/rollup-linux-arm64-gnu@npm:4.24.0":
3265
- version: 4.24.0
3266
- resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.24.0"
3284
+ "@rollup/rollup-linux-arm64-gnu@npm:4.23.0":
3285
+ version: 4.23.0
3286
+ resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.23.0"
3267
3287
  conditions: os=linux & cpu=arm64 & libc=glibc
3268
3288
  languageName: node
3269
3289
  linkType: hard
3270
3290
 
3271
- "@rollup/rollup-linux-arm64-musl@npm:4.24.0":
3272
- version: 4.24.0
3273
- resolution: "@rollup/rollup-linux-arm64-musl@npm:4.24.0"
3291
+ "@rollup/rollup-linux-arm64-musl@npm:4.23.0":
3292
+ version: 4.23.0
3293
+ resolution: "@rollup/rollup-linux-arm64-musl@npm:4.23.0"
3274
3294
  conditions: os=linux & cpu=arm64 & libc=musl
3275
3295
  languageName: node
3276
3296
  linkType: hard
3277
3297
 
3278
- "@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.0":
3279
- version: 4.24.0
3280
- resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.0"
3298
+ "@rollup/rollup-linux-powerpc64le-gnu@npm:4.23.0":
3299
+ version: 4.23.0
3300
+ resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.23.0"
3281
3301
  conditions: os=linux & cpu=ppc64 & libc=glibc
3282
3302
  languageName: node
3283
3303
  linkType: hard
3284
3304
 
3285
- "@rollup/rollup-linux-riscv64-gnu@npm:4.24.0":
3286
- version: 4.24.0
3287
- resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.24.0"
3305
+ "@rollup/rollup-linux-riscv64-gnu@npm:4.23.0":
3306
+ version: 4.23.0
3307
+ resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.23.0"
3288
3308
  conditions: os=linux & cpu=riscv64 & libc=glibc
3289
3309
  languageName: node
3290
3310
  linkType: hard
3291
3311
 
3292
- "@rollup/rollup-linux-s390x-gnu@npm:4.24.0":
3293
- version: 4.24.0
3294
- resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.24.0"
3312
+ "@rollup/rollup-linux-s390x-gnu@npm:4.23.0":
3313
+ version: 4.23.0
3314
+ resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.23.0"
3295
3315
  conditions: os=linux & cpu=s390x & libc=glibc
3296
3316
  languageName: node
3297
3317
  linkType: hard
3298
3318
 
3299
- "@rollup/rollup-linux-x64-gnu@npm:4.24.0":
3300
- version: 4.24.0
3301
- resolution: "@rollup/rollup-linux-x64-gnu@npm:4.24.0"
3319
+ "@rollup/rollup-linux-x64-gnu@npm:4.23.0":
3320
+ version: 4.23.0
3321
+ resolution: "@rollup/rollup-linux-x64-gnu@npm:4.23.0"
3302
3322
  conditions: os=linux & cpu=x64 & libc=glibc
3303
3323
  languageName: node
3304
3324
  linkType: hard
3305
3325
 
3306
- "@rollup/rollup-linux-x64-musl@npm:4.24.0":
3307
- version: 4.24.0
3308
- resolution: "@rollup/rollup-linux-x64-musl@npm:4.24.0"
3326
+ "@rollup/rollup-linux-x64-musl@npm:4.23.0":
3327
+ version: 4.23.0
3328
+ resolution: "@rollup/rollup-linux-x64-musl@npm:4.23.0"
3309
3329
  conditions: os=linux & cpu=x64 & libc=musl
3310
3330
  languageName: node
3311
3331
  linkType: hard
3312
3332
 
3313
- "@rollup/rollup-win32-arm64-msvc@npm:4.24.0":
3314
- version: 4.24.0
3315
- resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.24.0"
3333
+ "@rollup/rollup-win32-arm64-msvc@npm:4.23.0":
3334
+ version: 4.23.0
3335
+ resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.23.0"
3316
3336
  conditions: os=win32 & cpu=arm64
3317
3337
  languageName: node
3318
3338
  linkType: hard
3319
3339
 
3320
- "@rollup/rollup-win32-ia32-msvc@npm:4.24.0":
3321
- version: 4.24.0
3322
- resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.24.0"
3340
+ "@rollup/rollup-win32-ia32-msvc@npm:4.23.0":
3341
+ version: 4.23.0
3342
+ resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.23.0"
3323
3343
  conditions: os=win32 & cpu=ia32
3324
3344
  languageName: node
3325
3345
  linkType: hard
3326
3346
 
3327
- "@rollup/rollup-win32-x64-msvc@npm:4.24.0":
3328
- version: 4.24.0
3329
- resolution: "@rollup/rollup-win32-x64-msvc@npm:4.24.0"
3347
+ "@rollup/rollup-win32-x64-msvc@npm:4.23.0":
3348
+ version: 4.23.0
3349
+ resolution: "@rollup/rollup-win32-x64-msvc@npm:4.23.0"
3330
3350
  conditions: os=win32 & cpu=x64
3331
3351
  languageName: node
3332
3352
  linkType: hard
@@ -5509,10 +5529,10 @@ __metadata:
5509
5529
  languageName: node
5510
5530
  linkType: hard
5511
5531
 
5512
- "@types/luxon@npm:3.4.2":
5513
- version: 3.4.2
5514
- resolution: "@types/luxon@npm:3.4.2"
5515
- checksum: 10c0/d835467de3daf7e17ba78b50bb5a14efd94272439ca067990d71332a54b311544459c69623eddd243b511b28d70194c9591a9ee8cf9c038962c965f991affd7e
5532
+ "@types/luxon@npm:1.26.2":
5533
+ version: 1.26.2
5534
+ resolution: "@types/luxon@npm:1.26.2"
5535
+ checksum: 10c0/7526b265d0b93ab8e1a01ec8e1e9940addac2ef75ebc14fb9c17fa0c6150bed9f3715fc05198b500d6c80a8cb2dece882b30ea9173fa229c5df8b2dc44a8398f
5516
5536
  languageName: node
5517
5537
  linkType: hard
5518
5538
 
@@ -5859,12 +5879,12 @@ __metadata:
5859
5879
  linkType: hard
5860
5880
 
5861
5881
  "@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11":
5862
- version: 18.3.11
5863
- resolution: "@types/react@npm:18.3.11"
5882
+ version: 18.3.10
5883
+ resolution: "@types/react@npm:18.3.10"
5864
5884
  dependencies:
5865
5885
  "@types/prop-types": "npm:*"
5866
5886
  csstype: "npm:^3.0.2"
5867
- checksum: 10c0/ce80512246ca5bda69db85b9f4f1835189334acfb6b2c4f3eda8cabff1ff1a3ea9ce4f3b895bdbc18c94140aa45592331aa3fdeb557f525c1b048de7ce84fc0e
5887
+ checksum: 10c0/f5be1de1b0331c1fdb33d577f4cf7f1b949d4bded5347b2351a537f03c51dade5be115e21b161dcf1b37061954d320f6a0bdf8d7b70e24eda51071fdd614383d
5868
5888
  languageName: node
5869
5889
  linkType: hard
5870
5890
 
@@ -7678,7 +7698,7 @@ __metadata:
7678
7698
  languageName: node
7679
7699
  linkType: hard
7680
7700
 
7681
- "browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0":
7701
+ "browserslist@npm:^4.12.0, browserslist@npm:^4.23.1, browserslist@npm:^4.23.3":
7682
7702
  version: 4.24.0
7683
7703
  resolution: "browserslist@npm:4.24.0"
7684
7704
  dependencies:
@@ -8553,7 +8573,7 @@ __metadata:
8553
8573
  languageName: node
8554
8574
  linkType: hard
8555
8575
 
8556
- "core-js-compat@npm:^3.38.0, core-js-compat@npm:^3.38.1, core-js-compat@npm:^3.8.1":
8576
+ "core-js-compat@npm:^3.37.1, core-js-compat@npm:^3.38.0, core-js-compat@npm:^3.8.1":
8557
8577
  version: 3.38.1
8558
8578
  resolution: "core-js-compat@npm:3.38.1"
8559
8579
  dependencies:
@@ -13218,12 +13238,21 @@ __metadata:
13218
13238
  languageName: node
13219
13239
  linkType: hard
13220
13240
 
13221
- "jsesc@npm:^3.0.2, jsesc@npm:~3.0.2":
13222
- version: 3.0.2
13223
- resolution: "jsesc@npm:3.0.2"
13241
+ "jsesc@npm:^2.5.1":
13242
+ version: 2.5.2
13243
+ resolution: "jsesc@npm:2.5.2"
13244
+ bin:
13245
+ jsesc: bin/jsesc
13246
+ checksum: 10c0/dbf59312e0ebf2b4405ef413ec2b25abb5f8f4d9bc5fb8d9f90381622ebca5f2af6a6aa9a8578f65903f9e33990a6dc798edd0ce5586894bf0e9e31803a1de88
13247
+ languageName: node
13248
+ linkType: hard
13249
+
13250
+ "jsesc@npm:~0.5.0":
13251
+ version: 0.5.0
13252
+ resolution: "jsesc@npm:0.5.0"
13224
13253
  bin:
13225
13254
  jsesc: bin/jsesc
13226
- checksum: 10c0/ef22148f9e793180b14d8a145ee6f9f60f301abf443288117b4b6c53d0ecd58354898dc506ccbb553a5f7827965cd38bc5fb726575aae93c5e8915e2de8290e1
13255
+ checksum: 10c0/f93792440ae1d80f091b65f8ceddf8e55c4bb7f1a09dee5dcbdb0db5612c55c0f6045625aa6b7e8edb2e0a4feabd80ee48616dbe2d37055573a84db3d24f96d9
13227
13256
  languageName: node
13228
13257
  linkType: hard
13229
13258
 
@@ -13743,10 +13772,10 @@ __metadata:
13743
13772
  languageName: node
13744
13773
  linkType: hard
13745
13774
 
13746
- "luxon@npm:3.5.0":
13747
- version: 3.5.0
13748
- resolution: "luxon@npm:3.5.0"
13749
- checksum: 10c0/335789bba95077db831ef99894edadeb23023b3eb2137a1b56acd0d290082b691cf793143d69e30bc069ec95f0b49f36419f48e951c68014f19ffe12045e3494
13775
+ "luxon@npm:1.26.0":
13776
+ version: 1.26.0
13777
+ resolution: "luxon@npm:1.26.0"
13778
+ checksum: 10c0/06e7db9ab9e39069554ce12f84be7246e2e0948d3790ad991e7be676a263be137547ccd9911239b66cee6d8ef2bee6030a5400e0214494a7ea33a7fa4305dc62
13750
13779
  languageName: node
13751
13780
  linkType: hard
13752
13781
 
@@ -17379,7 +17408,7 @@ __metadata:
17379
17408
  languageName: node
17380
17409
  linkType: hard
17381
17410
 
17382
- "regenerate-unicode-properties@npm:^10.2.0":
17411
+ "regenerate-unicode-properties@npm:^10.1.0":
17383
17412
  version: 10.2.0
17384
17413
  resolution: "regenerate-unicode-properties@npm:10.2.0"
17385
17414
  dependencies:
@@ -17447,35 +17476,28 @@ __metadata:
17447
17476
  languageName: node
17448
17477
  linkType: hard
17449
17478
 
17450
- "regexpu-core@npm:^6.1.1":
17451
- version: 6.1.1
17452
- resolution: "regexpu-core@npm:6.1.1"
17479
+ "regexpu-core@npm:^5.3.1":
17480
+ version: 5.3.2
17481
+ resolution: "regexpu-core@npm:5.3.2"
17453
17482
  dependencies:
17483
+ "@babel/regjsgen": "npm:^0.8.0"
17454
17484
  regenerate: "npm:^1.4.2"
17455
- regenerate-unicode-properties: "npm:^10.2.0"
17456
- regjsgen: "npm:^0.8.0"
17457
- regjsparser: "npm:^0.11.0"
17485
+ regenerate-unicode-properties: "npm:^10.1.0"
17486
+ regjsparser: "npm:^0.9.1"
17458
17487
  unicode-match-property-ecmascript: "npm:^2.0.0"
17459
17488
  unicode-match-property-value-ecmascript: "npm:^2.1.0"
17460
- checksum: 10c0/07d49697e20f9b65977535abba4858b7f5171c13f7c366be53ec1886d3d5f69f1b98cc6a6e63cf271adda077c3366a4c851c7473c28bbd69cf5a6b6b008efc3e
17489
+ checksum: 10c0/7945d5ab10c8bbed3ca383d4274687ea825aee4ab93a9c51c6e31e1365edd5ea807f6908f800ba017b66c462944ba68011164e7055207747ab651f8111ef3770
17461
17490
  languageName: node
17462
17491
  linkType: hard
17463
17492
 
17464
- "regjsgen@npm:^0.8.0":
17465
- version: 0.8.0
17466
- resolution: "regjsgen@npm:0.8.0"
17467
- checksum: 10c0/44f526c4fdbf0b29286101a282189e4dbb303f4013cf3fea058668d96d113b9180d3d03d1e13f6d4cbde38b7728bf951aecd9dc199938c080093a9a6f0d7a6bd
17468
- languageName: node
17469
- linkType: hard
17470
-
17471
- "regjsparser@npm:^0.11.0":
17472
- version: 0.11.0
17473
- resolution: "regjsparser@npm:0.11.0"
17493
+ "regjsparser@npm:^0.9.1":
17494
+ version: 0.9.1
17495
+ resolution: "regjsparser@npm:0.9.1"
17474
17496
  dependencies:
17475
- jsesc: "npm:~3.0.2"
17497
+ jsesc: "npm:~0.5.0"
17476
17498
  bin:
17477
17499
  regjsparser: bin/parser
17478
- checksum: 10c0/155143a8f2c95e3170df4fff10ddf3f16a351b5d2b8cbb257e9f4a50abb9a980a28af0936b5bf850fee767537ffa8eb77c6b211fe8be19834dbe584dfd950c62
17500
+ checksum: 10c0/fe44fcf19a99fe4f92809b0b6179530e5ef313ff7f87df143b08ce9a2eb3c4b6189b43735d645be6e8f4033bfb015ed1ca54f0583bc7561bed53fd379feb8225
17479
17501
  languageName: node
17480
17502
  linkType: hard
17481
17503
 
@@ -17908,25 +17930,25 @@ __metadata:
17908
17930
  linkType: hard
17909
17931
 
17910
17932
  "rollup@npm:^4.13.0":
17911
- version: 4.24.0
17912
- resolution: "rollup@npm:4.24.0"
17913
- dependencies:
17914
- "@rollup/rollup-android-arm-eabi": "npm:4.24.0"
17915
- "@rollup/rollup-android-arm64": "npm:4.24.0"
17916
- "@rollup/rollup-darwin-arm64": "npm:4.24.0"
17917
- "@rollup/rollup-darwin-x64": "npm:4.24.0"
17918
- "@rollup/rollup-linux-arm-gnueabihf": "npm:4.24.0"
17919
- "@rollup/rollup-linux-arm-musleabihf": "npm:4.24.0"
17920
- "@rollup/rollup-linux-arm64-gnu": "npm:4.24.0"
17921
- "@rollup/rollup-linux-arm64-musl": "npm:4.24.0"
17922
- "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.24.0"
17923
- "@rollup/rollup-linux-riscv64-gnu": "npm:4.24.0"
17924
- "@rollup/rollup-linux-s390x-gnu": "npm:4.24.0"
17925
- "@rollup/rollup-linux-x64-gnu": "npm:4.24.0"
17926
- "@rollup/rollup-linux-x64-musl": "npm:4.24.0"
17927
- "@rollup/rollup-win32-arm64-msvc": "npm:4.24.0"
17928
- "@rollup/rollup-win32-ia32-msvc": "npm:4.24.0"
17929
- "@rollup/rollup-win32-x64-msvc": "npm:4.24.0"
17933
+ version: 4.23.0
17934
+ resolution: "rollup@npm:4.23.0"
17935
+ dependencies:
17936
+ "@rollup/rollup-android-arm-eabi": "npm:4.23.0"
17937
+ "@rollup/rollup-android-arm64": "npm:4.23.0"
17938
+ "@rollup/rollup-darwin-arm64": "npm:4.23.0"
17939
+ "@rollup/rollup-darwin-x64": "npm:4.23.0"
17940
+ "@rollup/rollup-linux-arm-gnueabihf": "npm:4.23.0"
17941
+ "@rollup/rollup-linux-arm-musleabihf": "npm:4.23.0"
17942
+ "@rollup/rollup-linux-arm64-gnu": "npm:4.23.0"
17943
+ "@rollup/rollup-linux-arm64-musl": "npm:4.23.0"
17944
+ "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.23.0"
17945
+ "@rollup/rollup-linux-riscv64-gnu": "npm:4.23.0"
17946
+ "@rollup/rollup-linux-s390x-gnu": "npm:4.23.0"
17947
+ "@rollup/rollup-linux-x64-gnu": "npm:4.23.0"
17948
+ "@rollup/rollup-linux-x64-musl": "npm:4.23.0"
17949
+ "@rollup/rollup-win32-arm64-msvc": "npm:4.23.0"
17950
+ "@rollup/rollup-win32-ia32-msvc": "npm:4.23.0"
17951
+ "@rollup/rollup-win32-x64-msvc": "npm:4.23.0"
17930
17952
  "@types/estree": "npm:1.0.6"
17931
17953
  fsevents: "npm:~2.3.2"
17932
17954
  dependenciesMeta:
@@ -17966,7 +17988,7 @@ __metadata:
17966
17988
  optional: true
17967
17989
  bin:
17968
17990
  rollup: dist/bin/rollup
17969
- checksum: 10c0/77fb549c1de8afd1142d2da765adbb0cdab9f13c47df5217f00b5cf40b74219caa48c6ba2157f6249313ee81b6fa4c4fa8b3d2a0347ad6220739e00e580a808d
17991
+ checksum: 10c0/bae754b79f157c8ae6f63f2ca72adb1ea4ccc7734f5ff349d6231d4cab200605246883226b2c04592a77844aa369abd85fa63788602c916bb475cf887c8a1a49
17970
17992
  languageName: node
17971
17993
  linkType: hard
17972
17994