@gooddata/sdk-ui-dashboard 10.43.0 → 10.44.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/NOTICE +814 -521
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.d.ts.map +1 -1
  4. package/esm/__version.js +1 -1
  5. package/esm/__version.js.map +1 -1
  6. package/esm/_staging/dateFilterConfig/dateFilterConfigConverters.d.ts.map +1 -1
  7. package/esm/_staging/dateFilterConfig/dateFilterConfigConverters.js +1 -4
  8. package/esm/_staging/dateFilterConfig/dateFilterConfigConverters.js.map +1 -1
  9. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
  10. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +3 -4
  11. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
  12. package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts.map +1 -1
  13. package/esm/presentation/automationFilters/components/AutomationDateFilter.js +27 -14
  14. package/esm/presentation/automationFilters/components/AutomationDateFilter.js.map +1 -1
  15. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.d.ts +23 -0
  16. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.d.ts.map +1 -0
  17. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.js +20 -0
  18. package/esm/presentation/automationFilters/components/AutomationDateFilterContext.js.map +1 -0
  19. package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
  20. package/esm/presentation/dashboard/components/DashboardRenderer.js +1 -1
  21. package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
  22. package/esm/presentation/dragAndDrop/DragLayerPreview/types.d.ts +1 -1
  23. package/esm/presentation/dragAndDrop/DragLayerPreview/types.d.ts.map +1 -1
  24. package/esm/presentation/dragAndDrop/DragLayerPreview/types.js +1 -0
  25. package/esm/presentation/dragAndDrop/DragLayerPreview/types.js.map +1 -1
  26. package/esm/presentation/dragAndDrop/LayoutResizeContext.d.ts +1 -1
  27. package/esm/presentation/dragAndDrop/LayoutResizeContext.d.ts.map +1 -1
  28. package/esm/presentation/dragAndDrop/LayoutResizeContext.js.map +1 -1
  29. package/esm/presentation/dragAndDrop/Resize/useScrollCorrection.d.ts +1 -1
  30. package/esm/presentation/dragAndDrop/Resize/useScrollCorrection.d.ts.map +1 -1
  31. package/esm/presentation/dragAndDrop/useDashboardDrag.d.ts +1 -1
  32. package/esm/presentation/dragAndDrop/useDashboardDrag.d.ts.map +1 -1
  33. package/esm/presentation/dragAndDrop/useDashboardDrag.js +1 -1
  34. package/esm/presentation/dragAndDrop/useDashboardDrag.js.map +1 -1
  35. package/esm/presentation/dragAndDrop/useDashboardDragScroll.d.ts.map +1 -1
  36. package/esm/presentation/dragAndDrop/useDashboardDragScroll.js +1 -1
  37. package/esm/presentation/dragAndDrop/useDashboardDragScroll.js.map +1 -1
  38. package/esm/presentation/dragAndDrop/useDashboardDrop.d.ts +3 -3
  39. package/esm/presentation/dragAndDrop/useDashboardDrop.d.ts.map +1 -1
  40. package/esm/presentation/dragAndDrop/useDashboardDrop.js +1 -1
  41. package/esm/presentation/dragAndDrop/useDashboardDrop.js.map +1 -1
  42. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.d.ts.map +1 -1
  43. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js +42 -21
  44. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js.map +1 -1
  45. package/esm/presentation/filterBar/filterBar/hooks/useFilterExpansionByDragAndDrop.d.ts +1 -1
  46. package/esm/presentation/filterBar/filterBar/hooks/useFilterExpansionByDragAndDrop.d.ts.map +1 -1
  47. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayer.d.ts.map +1 -1
  48. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayer.js +1 -1
  49. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayer.js.map +1 -1
  50. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +1 -1
  51. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +1 -1
  52. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts.map +1 -1
  53. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js.map +1 -1
  54. package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.d.ts +2 -2
  55. package/esm/presentation/layout/dragAndDrop/DragLayer.d.ts.map +1 -1
  56. package/esm/presentation/layout/dragAndDrop/DragLayer.js +1 -1
  57. package/esm/presentation/layout/dragAndDrop/DragLayer.js.map +1 -1
  58. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +1 -1
  59. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +1 -1
  60. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts +1 -1
  61. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts.map +1 -1
  62. package/esm/presentation/layout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js.map +1 -1
  63. package/esm/presentation/localization/bundles/en-US.json +20 -0
  64. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +5 -0
  65. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  66. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +5 -0
  67. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  68. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +4 -4
  69. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  70. package/esm/presentation/scheduledEmail/utils/date.d.ts.map +1 -1
  71. package/esm/presentation/scheduledEmail/utils/date.js +1 -1
  72. package/esm/presentation/scheduledEmail/utils/date.js.map +1 -1
  73. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
  74. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +1 -1
  75. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
  76. package/package.json +24 -24
  77. package/styles/css/dashboard.css +17 -8
  78. package/styles/css/dashboard.css.map +1 -1
  79. package/styles/css/filterBar.css +14 -10
  80. package/styles/css/filterBar.css.map +1 -1
  81. package/styles/css/grouped-navigation.css +3 -1
  82. package/styles/css/grouped-navigation.css.map +1 -1
  83. package/styles/css/main.css +398 -261
  84. package/styles/css/main.css.map +1 -1
  85. package/styles/css/notifications_channels_dialog.css +0 -3
  86. package/styles/css/notifications_channels_dialog.css.map +1 -1
  87. package/styles/css/visualization.css +3 -1
  88. package/styles/css/visualization.css.map +1 -1
  89. package/styles/scss/filterBar.scss +21 -13
  90. package/styles/scss/notifications_channels_dialog.scss +0 -4
package/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2025-9-8
10
+ Date generated: 2025-9-12
11
11
 
12
- Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
12
+ Revision ID: b682a551a55d8f8f27bc02133e6cd00edbed7a61
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -144,6 +144,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
144
144
  - @codemirror/lint (6.8.5) [MIT]
145
145
  - @codemirror/state (6.5.2) [MIT]
146
146
  - @codemirror/view (6.36.5) [MIT]
147
+ - @date-fns/tz (1.4.1) [MIT]
147
148
  - @discoveryjs/json-ext (0.5.7) [MIT]
148
149
  - @discoveryjs/json-ext (0.6.3) [MIT]
149
150
  - @emotion/babel-plugin (11.13.5) [MIT]
@@ -157,6 +158,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
157
158
  - @emotion/use-insertion-effect-with-fallbacks (1.2.0) [MIT]
158
159
  - @emotion/utils (1.4.2) [MIT]
159
160
  - @emotion/weak-memoize (0.4.0) [MIT]
161
+ - @evil-internetmann/react-dnd (16.2.1) [MIT]
160
162
  - @floating-ui/core (1.7.1) [MIT]
161
163
  - @floating-ui/dom (1.6.13) [MIT]
162
164
  - @floating-ui/react (0.27.12) [MIT]
@@ -172,9 +174,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
172
174
  - @formatjs/icu-messageformat-parser (2.9.4) [MIT]
173
175
  - @formatjs/icu-skeleton-parser (1.8.14) [MIT]
174
176
  - @formatjs/icu-skeleton-parser (1.8.8) [MIT]
175
- - @formatjs/intl (2.10.15) [MIT]
176
- - @formatjs/intl-displaynames (6.8.5) [MIT]
177
- - @formatjs/intl-listformat (7.7.5) [MIT]
177
+ - @formatjs/intl (3.1.6) [MIT]
178
178
  - @formatjs/intl-localematcher (0.5.8) [MIT]
179
179
  - @formatjs/intl-localematcher (0.6.1) [MIT]
180
180
  - @formatjs/ts-transformer (3.13.23) [MIT]
@@ -213,8 +213,10 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
213
213
  - @react-aria/ssr (3.9.9) [Apache-2.0]
214
214
  - @react-aria/utils (3.29.1) [Apache-2.0]
215
215
  - @react-dnd/asap (4.0.1) [MIT]
216
+ - @react-dnd/asap (5.0.2) [MIT]
216
217
  - @react-dnd/invariant (2.0.0) [MIT]
217
- - @react-dnd/shallowequal (2.0.0) [MIT]
218
+ - @react-dnd/invariant (4.0.2) [MIT]
219
+ - @react-dnd/shallowequal (4.0.2) [MIT]
218
220
  - @react-stately/flags (3.1.2) [Apache-2.0]
219
221
  - @react-stately/utils (3.10.7) [Apache-2.0]
220
222
  - @react-types/shared (3.30.0) [Apache-2.0]
@@ -224,10 +226,12 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
224
226
  - @redux-saga/is (1.1.3) [MIT]
225
227
  - @redux-saga/symbols (1.1.3) [MIT]
226
228
  - @redux-saga/types (1.2.1) [MIT]
227
- - @reduxjs/toolkit (2.6.1) [MIT]
229
+ - @reduxjs/toolkit (2.9.0) [MIT]
228
230
  - @seznam/compose-react-refs (1.0.6) [ISC]
229
231
  - @sidvind/better-ajv-errors (4.0.0) [Apache-2.0]
230
232
  - @sindresorhus/is (4.6.0) [MIT]
233
+ - @standard-schema/spec (1.0.0) [MIT]
234
+ - @standard-schema/utils (0.3.0) [MIT]
231
235
  - @swc/helpers (0.5.17) [Apache-2.0]
232
236
  - @tanstack/react-virtual (3.11.1) [MIT]
233
237
  - @tanstack/virtual-core (3.10.9) [MIT]
@@ -241,7 +245,6 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
241
245
  - @types/deep-eql (4.0.2) [MIT]
242
246
  - @types/eslint (8.44.9) [MIT]
243
247
  - @types/eslint-scope (3.7.7) [MIT]
244
- - @types/estree (1.0.5) [MIT]
245
248
  - @types/estree (1.0.8) [MIT]
246
249
  - @types/estree-jsx (1.0.3) [MIT]
247
250
  - @types/express (4.17.21) [MIT]
@@ -418,8 +421,9 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
418
421
  - csscolorparser (1.0.3) [MIT]
419
422
  - csstype (3.1.2) [MIT]
420
423
  - currently-unhandled (0.4.1) [MIT]
421
- - date-fns (2.30.0) [MIT]
422
- - date-fns-tz (2.0.0) [MIT]
424
+ - date-fns (4.1.0) [MIT]
425
+ - date-fns-jalali (4.1.0-0) [MIT]
426
+ - date-fns-tz (3.2.0) [MIT]
423
427
  - debounce (1.2.1) [MIT]
424
428
  - debounce-promise (3.1.2) [MIT]
425
429
  - debug (2.6.9) [MIT]
@@ -441,6 +445,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
441
445
  - detect-node (2.1.0) [MIT]
442
446
  - devlop (1.1.0) [MIT]
443
447
  - dnd-core (14.0.1) [MIT]
448
+ - dnd-core (16.0.1) [MIT]
444
449
  - dns-packet (5.6.1) [MIT]
445
450
  - dom-helpers (5.2.1) [MIT]
446
451
  - dotenv (16.0.3) [BSD-2-Clause]
@@ -466,7 +471,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
466
471
  - es-module-lexer (1.7.0) [MIT]
467
472
  - es-object-atoms (1.1.1) [MIT]
468
473
  - es-set-tostringtag (2.1.0) [MIT]
469
- - esbuild (0.21.5) [MIT]
474
+ - esbuild (0.25.9) [MIT]
470
475
  - escalade (3.2.0) [MIT]
471
476
  - escape-html (1.0.3) [MIT]
472
477
  - escape-string-regexp (1.0.5) [MIT]
@@ -571,7 +576,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
571
576
  - inline-style-parser (0.2.2) [MIT]
572
577
  - inquirer (8.2.6) [MIT]
573
578
  - interpret (3.1.1) [MIT]
574
- - intl-messageformat (10.7.7) [BSD-3-Clause]
579
+ - intl-messageformat (10.7.16) [BSD-3-Clause]
575
580
  - ipaddr.js (1.9.1) [MIT]
576
581
  - ipaddr.js (2.1.0) [MIT]
577
582
  - is-alphabetical (2.0.1) [MIT]
@@ -711,6 +716,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
711
716
  - multicast-dns (7.2.5) [MIT]
712
717
  - murmurhash-js (1.0.0) [MIT]
713
718
  - mute-stream (0.0.8) [ISC]
719
+ - nanoid (3.3.11) [MIT]
714
720
  - nanoid (3.3.7) [MIT]
715
721
  - negotiator (0.6.3) [MIT]
716
722
  - neo-async (2.6.2) [MIT]
@@ -761,6 +767,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
761
767
  - pkg-dir (4.2.0) [MIT]
762
768
  - polished (3.7.2) [MIT, OFL-1.1]
763
769
  - postcss (8.4.49) [MIT]
770
+ - postcss (8.5.6) [MIT]
764
771
  - postcss-value-parser (4.2.0) [MIT]
765
772
  - potpack (2.0.0) [ISC]
766
773
  - prettier (3.6.2) [MIT, Apache-2.0, MPL-2.0]
@@ -781,28 +788,27 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
781
788
  - raw-body (2.5.2) [MIT]
782
789
  - react (18.3.1) [MIT]
783
790
  - react-content-loader (7.1.1) [MIT, Apache-2.0]
784
- - react-day-picker (8.9.1) [MIT]
785
- - react-dnd (14.0.5) [MIT, BSD-3-Clause]
791
+ - react-day-picker (9.9.0) [MIT]
786
792
  - react-dnd-html5-backend (14.1.0) [MIT]
787
793
  - react-dom (18.3.1) [MIT]
788
794
  - react-fast-compare (3.2.2) [MIT]
789
795
  - react-grid-system (8.1.9) [MIT]
790
- - react-intl (6.8.9) [BSD-3-Clause]
796
+ - react-intl (7.1.11) [BSD-3-Clause]
791
797
  - react-is (16.13.1) [MIT]
792
798
  - react-is (17.0.2) [MIT]
793
799
  - react-lifecycles-compat (3.0.4) [MIT]
794
- - react-lines-ellipsis (0.15.4) [MIT]
800
+ - react-lines-ellipsis (0.16.1) [MIT]
795
801
  - react-loading-skeleton (3.4.0) [MIT]
796
- - react-markdown (9.0.1) [MIT]
802
+ - react-markdown (9.1.0) [MIT]
797
803
  - react-measure (2.5.2) [MIT]
798
804
  - react-portal (4.3.0) [MIT]
799
805
  - react-redux (7.2.9) [MIT]
800
806
  - react-responsive (10.0.1) [MIT, BSD-3-Clause]
801
807
  - react-select (5.10.2) [MIT]
802
808
  - react-select-async-paginate (0.7.11) [MIT]
803
- - react-textarea-autosize (8.4.0) [MIT]
809
+ - react-textarea-autosize (8.5.6) [MIT]
804
810
  - react-transition-group (4.4.5) [BSD-3-Clause]
805
- - react-window (1.8.10) [MIT]
811
+ - react-window (1.8.11) [MIT]
806
812
  - readable-stream (2.3.8) [MIT]
807
813
  - readable-stream (3.6.2) [MIT]
808
814
  - readdirp (3.6.0) [MIT]
@@ -835,7 +841,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
835
841
  - retry (0.13.1) [MIT]
836
842
  - reusify (1.0.4) [MIT]
837
843
  - rimraf (3.0.2) [ISC]
838
- - rollup (4.21.2) [MIT, ISC, Apache-2.0]
844
+ - rollup (4.48.0) [MIT, ISC, Apache-2.0]
839
845
  - run-applescript (7.0.0) [MIT]
840
846
  - run-async (2.4.1) [MIT]
841
847
  - run-parallel (1.2.0) [MIT]
@@ -844,7 +850,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
844
850
  - safe-buffer (5.1.2) [MIT]
845
851
  - safe-buffer (5.2.1) [MIT]
846
852
  - safer-buffer (2.1.2) [MIT]
847
- - sass (1.69.5) [MIT, BSD-3-Clause, Apache-2.0, Zlib, bzip2-1.0.6]
853
+ - sass (1.66.1) [MIT, BSD-3-Clause, Apache-2.0, Zlib, bzip2-1.0.6]
848
854
  - scheduler (0.23.2) [MIT]
849
855
  - schema-utils (3.3.0) [MIT]
850
856
  - schema-utils (4.2.0) [MIT]
@@ -972,7 +978,7 @@ Revision ID: 3564fa65c7b5b7cb77e9f819ad8b9412537c26f4
972
978
  - vary (1.1.2) [MIT]
973
979
  - vfile (6.0.1) [MIT]
974
980
  - vfile-message (4.0.2) [MIT]
975
- - vite (5.4.3) [MIT, ISC, CC0-1.0, BSD-2-Clause, Apache-2.0]
981
+ - vite (6.3.6) [MIT, ISC, CC0-1.0, BSD-2-Clause, Apache-2.0]
976
982
  - vite-node (3.2.4) [MIT]
977
983
  - vitest (3.2.4) [MIT, ISC, BSD-3-Clause, Apache-2.0]
978
984
  - vt-pbf (3.1.3) [MIT, BSD-3-Clause]
@@ -6334,6 +6340,36 @@ Authors: mail@adrianheine.de, marijn@haverbeke.berlin
6334
6340
 
6335
6341
  Package Download URL: https://registry.npmjs.org/@codemirror/view/-/view-6.36.5.tgz
6336
6342
 
6343
+ --------------------------------------------------------------------------------
6344
+ Package Title: @date-fns/tz (1.4.1)
6345
+
6346
+ Package Locator: npm+@date-fns/tz$1.4.1
6347
+
6348
+ Package Depth: Transitive
6349
+ --------------------------------------------------------------------------------
6350
+
6351
+ * Declared Licenses *
6352
+ MIT
6353
+
6354
+
6355
+ MIT License
6356
+
6357
+ Copyright © 2024 Sasha Koss
6358
+
6359
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6360
+
6361
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6362
+
6363
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6364
+
6365
+
6366
+
6367
+ * Package Info *
6368
+
6369
+ Authors: koss@nocorp.me
6370
+
6371
+ Package Download URL: https://registry.npmjs.org/@date-fns/tz/-/tz-1.4.1.tgz
6372
+
6337
6373
  --------------------------------------------------------------------------------
6338
6374
  Package Title: @discoveryjs/json-ext (0.5.7)
6339
6375
 
@@ -6880,6 +6916,49 @@ Authors: npm@emmas.town, kye.hohenberger@gmail.com, emotion-release-bot@hamil.to
6880
6916
 
6881
6917
  Package Download URL: https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz
6882
6918
 
6919
+ --------------------------------------------------------------------------------
6920
+ Package Title: @evil-internetmann/react-dnd (16.2.1)
6921
+
6922
+ Package Locator: npm+@evil-internetmann/react-dnd$16.2.1
6923
+
6924
+ Package Depth: Direct
6925
+ --------------------------------------------------------------------------------
6926
+
6927
+ * Declared Licenses *
6928
+ MIT
6929
+
6930
+
6931
+ The MIT License (MIT)
6932
+
6933
+ Copyright (c) 2016 Dan Abramov
6934
+
6935
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6936
+ of this software and associated documentation files (the "Software"), to deal
6937
+ in the Software without restriction, including without limitation the rights
6938
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6939
+ copies of the Software, and to permit persons to whom the Software is
6940
+ furnished to do so, subject to the following conditions:
6941
+
6942
+ The above copyright notice and this permission notice shall be included in all
6943
+ copies or substantial portions of the Software.
6944
+
6945
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6946
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6947
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6948
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6949
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6950
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6951
+ SOFTWARE.
6952
+
6953
+
6954
+
6955
+
6956
+ * Package Info *
6957
+
6958
+ Authors: evil-internetman@proton.me
6959
+
6960
+ Package Download URL: https://registry.npmjs.org/@evil-internetmann/react-dnd/-/react-dnd-16.2.1.tgz
6961
+
6883
6962
  --------------------------------------------------------------------------------
6884
6963
  Package Title: @floating-ui/core (1.7.1)
6885
6964
 
@@ -7397,9 +7476,9 @@ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
7397
7476
  Package Download URL: https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.8.tgz
7398
7477
 
7399
7478
  --------------------------------------------------------------------------------
7400
- Package Title: @formatjs/intl (2.10.15)
7479
+ Package Title: @formatjs/intl (3.1.6)
7401
7480
 
7402
- Package Locator: npm+@formatjs/intl$2.10.15
7481
+ Package Locator: npm+@formatjs/intl$3.1.6
7403
7482
 
7404
7483
  Package Depth: Transitive
7405
7484
  --------------------------------------------------------------------------------
@@ -7424,67 +7503,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
7424
7503
 
7425
7504
  Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
7426
7505
 
7427
- Package Download URL: https://registry.npmjs.org/@formatjs/intl/-/intl-2.10.15.tgz
7428
-
7429
- --------------------------------------------------------------------------------
7430
- Package Title: @formatjs/intl-displaynames (6.8.5)
7431
-
7432
- Package Locator: npm+@formatjs/intl-displaynames$6.8.5
7433
-
7434
- Package Depth: Transitive
7435
- --------------------------------------------------------------------------------
7436
-
7437
- * Declared Licenses *
7438
- MIT
7439
-
7440
-
7441
- MIT License
7442
-
7443
- Copyright (c) 2019 FormatJS
7444
-
7445
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7446
-
7447
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7448
-
7449
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7450
-
7451
-
7452
-
7453
- * Package Info *
7454
-
7455
- Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
7456
-
7457
- Package Download URL: https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-6.8.5.tgz
7458
-
7459
- --------------------------------------------------------------------------------
7460
- Package Title: @formatjs/intl-listformat (7.7.5)
7461
-
7462
- Package Locator: npm+@formatjs/intl-listformat$7.7.5
7463
-
7464
- Package Depth: Transitive
7465
- --------------------------------------------------------------------------------
7466
-
7467
- * Declared Licenses *
7468
- MIT
7469
-
7470
-
7471
- MIT License
7472
-
7473
- Copyright (c) 2019 FormatJS
7474
-
7475
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7476
-
7477
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7478
-
7479
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7480
-
7481
-
7482
-
7483
- * Package Info *
7484
-
7485
- Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
7486
-
7487
- Package Download URL: https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.7.5.tgz
7506
+ Package Download URL: https://registry.npmjs.org/@formatjs/intl/-/intl-3.1.6.tgz
7488
7507
 
7489
7508
  --------------------------------------------------------------------------------
7490
7509
  Package Title: @formatjs/intl-localematcher (0.5.8)
@@ -10206,6 +10225,46 @@ Authors: darthtrevino@gmail.com
10206
10225
 
10207
10226
  Package Download URL: https://registry.npmjs.org/@react-dnd/asap/-/asap-4.0.1.tgz
10208
10227
 
10228
+ --------------------------------------------------------------------------------
10229
+ Package Title: @react-dnd/asap (5.0.2)
10230
+
10231
+ Package Locator: npm+@react-dnd/asap$5.0.2
10232
+
10233
+ Package Depth: Transitive
10234
+ --------------------------------------------------------------------------------
10235
+
10236
+ * Declared Licenses *
10237
+ MIT
10238
+
10239
+
10240
+ Copyright 2009–2014 Contributors. All rights reserved.
10241
+
10242
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10243
+ of this software and associated documentation files (the "Software"), to
10244
+ deal in the Software without restriction, including without limitation the
10245
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10246
+ sell copies of the Software, and to permit persons to whom the Software is
10247
+ furnished to do so, subject to the following conditions:
10248
+
10249
+ The above copyright notice and this permission notice shall be included in
10250
+ all copies or substantial portions of the Software.
10251
+
10252
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10253
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10254
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10255
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10256
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
10257
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
10258
+ IN THE SOFTWARE.
10259
+
10260
+
10261
+
10262
+ * Package Info *
10263
+
10264
+ Authors: darthtrevino@gmail.com
10265
+
10266
+ Package Download URL: https://registry.npmjs.org/@react-dnd/asap/-/asap-5.0.2.tgz
10267
+
10209
10268
  --------------------------------------------------------------------------------
10210
10269
  Package Title: @react-dnd/invariant (2.0.0)
10211
10270
 
@@ -10249,9 +10308,9 @@ Authors: darthtrevino@gmail.com
10249
10308
  Package Download URL: https://registry.npmjs.org/@react-dnd/invariant/-/invariant-2.0.0.tgz
10250
10309
 
10251
10310
  --------------------------------------------------------------------------------
10252
- Package Title: @react-dnd/shallowequal (2.0.0)
10311
+ Package Title: @react-dnd/invariant (4.0.2)
10253
10312
 
10254
- Package Locator: npm+@react-dnd/shallowequal$2.0.0
10313
+ Package Locator: npm+@react-dnd/invariant$4.0.2
10255
10314
 
10256
10315
  Package Depth: Transitive
10257
10316
  --------------------------------------------------------------------------------
@@ -10260,10 +10319,45 @@ Package Depth: Transitive
10260
10319
  MIT
10261
10320
 
10262
10321
 
10263
- MIT License
10322
+ Copyright (c) <year> <copyright holders>
10323
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10324
+ of this software and associated documentation files (the "Software"), to deal
10325
+ in the Software without restriction, including without limitation the rights
10326
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10327
+ copies of the Software, and to permit persons to whom the Software is
10328
+ furnished to do so, subject to the following conditions:
10329
+
10330
+ The above copyright notice and this permission notice shall be included in all
10331
+ copies or substantial portions of the Software.
10332
+
10333
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10334
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10335
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10336
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10337
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10338
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10339
+ SOFTWARE.
10340
+
10341
+
10342
+ * Package Info *
10343
+
10344
+ Authors: darthtrevino@gmail.com
10345
+
10346
+ Package Download URL: https://registry.npmjs.org/@react-dnd/invariant/-/invariant-4.0.2.tgz
10347
+
10348
+ --------------------------------------------------------------------------------
10349
+ Package Title: @react-dnd/shallowequal (4.0.2)
10264
10350
 
10265
- Copyright (c) 2017 Alberto Leal <mailforalberto@gmail.com> (github.com/dashed)
10351
+ Package Locator: npm+@react-dnd/shallowequal$4.0.2
10266
10352
 
10353
+ Package Depth: Transitive
10354
+ --------------------------------------------------------------------------------
10355
+
10356
+ * Declared Licenses *
10357
+ MIT
10358
+
10359
+
10360
+ Copyright (c) <year> <copyright holders>
10267
10361
  Permission is hereby granted, free of charge, to any person obtaining a copy
10268
10362
  of this software and associated documentation files (the "Software"), to deal
10269
10363
  in the Software without restriction, including without limitation the rights
@@ -10283,12 +10377,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10283
10377
  SOFTWARE.
10284
10378
 
10285
10379
 
10286
-
10287
10380
  * Package Info *
10288
10381
 
10289
10382
  Authors: darthtrevino@gmail.com
10290
10383
 
10291
- Package Download URL: https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-2.0.0.tgz
10384
+ Package Download URL: https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-4.0.2.tgz
10292
10385
 
10293
10386
  --------------------------------------------------------------------------------
10294
10387
  Package Title: @react-stately/flags (3.1.2)
@@ -11209,9 +11302,9 @@ Authors: yelouafi@gmail.com, mateuszburzynski@gmail.com, mateuszburzynski+redux-
11209
11302
  Package Download URL: https://registry.npmjs.org/@redux-saga/types/-/types-1.2.1.tgz
11210
11303
 
11211
11304
  --------------------------------------------------------------------------------
11212
- Package Title: @reduxjs/toolkit (2.6.1)
11305
+ Package Title: @reduxjs/toolkit (2.9.0)
11213
11306
 
11214
- Package Locator: npm+@reduxjs/toolkit$2.6.1
11307
+ Package Locator: npm+@reduxjs/toolkit$2.9.0
11215
11308
 
11216
11309
  Package Depth: Direct
11217
11310
  --------------------------------------------------------------------------------
@@ -11248,7 +11341,7 @@ SOFTWARE.
11248
11341
 
11249
11342
  Authors: mark.erikson@gmail.com, timdorr@timdorr.com, dan.abramov@gmail.com, mail@lenzw.de, crutchcorn@gmail.com, ben.j.durrant@gmail.com
11250
11343
 
11251
- Package Download URL: https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.6.1.tgz
11344
+ Package Download URL: https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.9.0.tgz
11252
11345
 
11253
11346
  --------------------------------------------------------------------------------
11254
11347
  Package Title: @seznam/compose-react-refs (1.0.6)
@@ -11356,6 +11449,88 @@ Authors: sindresorhus@gmail.com
11356
11449
 
11357
11450
  Package Download URL: https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz
11358
11451
 
11452
+ --------------------------------------------------------------------------------
11453
+ Package Title: @standard-schema/spec (1.0.0)
11454
+
11455
+ Package Locator: npm+@standard-schema/spec$1.0.0
11456
+
11457
+ Package Depth: Transitive
11458
+ --------------------------------------------------------------------------------
11459
+
11460
+ * Declared Licenses *
11461
+ MIT
11462
+
11463
+
11464
+ MIT License
11465
+
11466
+ Copyright (c) 2024 Colin McDonnell
11467
+
11468
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11469
+ of this software and associated documentation files (the "Software"), to deal
11470
+ in the Software without restriction, including without limitation the rights
11471
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11472
+ copies of the Software, and to permit persons to whom the Software is
11473
+ furnished to do so, subject to the following conditions:
11474
+
11475
+ The above copyright notice and this permission notice shall be included in all
11476
+ copies or substantial portions of the Software.
11477
+
11478
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11479
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11480
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11481
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11482
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11483
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11484
+ SOFTWARE.
11485
+
11486
+
11487
+ * Package Info *
11488
+
11489
+ Authors: hillerfabian11@gmail.com, colinmcd94@gmail.com
11490
+
11491
+ Package Download URL: https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz
11492
+
11493
+ --------------------------------------------------------------------------------
11494
+ Package Title: @standard-schema/utils (0.3.0)
11495
+
11496
+ Package Locator: npm+@standard-schema/utils$0.3.0
11497
+
11498
+ Package Depth: Transitive
11499
+ --------------------------------------------------------------------------------
11500
+
11501
+ * Declared Licenses *
11502
+ MIT
11503
+
11504
+
11505
+ MIT License
11506
+
11507
+ Copyright (c) 2024 Fabian Hiller
11508
+
11509
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11510
+ of this software and associated documentation files (the "Software"), to deal
11511
+ in the Software without restriction, including without limitation the rights
11512
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11513
+ copies of the Software, and to permit persons to whom the Software is
11514
+ furnished to do so, subject to the following conditions:
11515
+
11516
+ The above copyright notice and this permission notice shall be included in all
11517
+ copies or substantial portions of the Software.
11518
+
11519
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11520
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11521
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11522
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11523
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11524
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11525
+ SOFTWARE.
11526
+
11527
+
11528
+ * Package Info *
11529
+
11530
+ Authors: hillerfabian11@gmail.com, colinmcd94@gmail.com
11531
+
11532
+ Package Download URL: https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz
11533
+
11359
11534
  --------------------------------------------------------------------------------
11360
11535
  Package Title: @swc/helpers (0.5.17)
11361
11536
 
@@ -12099,48 +12274,6 @@ Authors: ts-npm-types@microsoft.com
12099
12274
 
12100
12275
  Package Download URL: https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz
12101
12276
 
12102
- --------------------------------------------------------------------------------
12103
- Package Title: @types/estree (1.0.5)
12104
-
12105
- Package Locator: npm+@types/estree$1.0.5
12106
-
12107
- Package Depth: Transitive
12108
- --------------------------------------------------------------------------------
12109
-
12110
- * Declared Licenses *
12111
- MIT
12112
-
12113
-
12114
- MIT License
12115
-
12116
- Copyright (c) Microsoft Corporation.
12117
-
12118
- Permission is hereby granted, free of charge, to any person obtaining a copy
12119
- of this software and associated documentation files (the "Software"), to deal
12120
- in the Software without restriction, including without limitation the rights
12121
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12122
- copies of the Software, and to permit persons to whom the Software is
12123
- furnished to do so, subject to the following conditions:
12124
-
12125
- The above copyright notice and this permission notice shall be included in all
12126
- copies or substantial portions of the Software.
12127
-
12128
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12129
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12130
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12131
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12132
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12133
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12134
- SOFTWARE
12135
-
12136
-
12137
-
12138
- * Package Info *
12139
-
12140
- Authors: ts-npm-types@microsoft.com
12141
-
12142
- Package Download URL: https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz
12143
-
12144
12277
  --------------------------------------------------------------------------------
12145
12278
  Package Title: @types/estree (1.0.8)
12146
12279
 
@@ -15897,7 +16030,7 @@ SOFTWARE.
15897
16030
 
15898
16031
  * Package Info *
15899
16032
 
15900
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
16033
+ Authors: sindresorhus@gmail.com
15901
16034
 
15902
16035
  Package Download URL: https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz
15903
16036
 
@@ -15935,7 +16068,7 @@ SOFTWARE.
15935
16068
 
15936
16069
  * Package Info *
15937
16070
 
15938
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
16071
+ Authors: sindresorhus@gmail.com
15939
16072
 
15940
16073
  Package Download URL: https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz
15941
16074
 
@@ -15973,7 +16106,7 @@ SOFTWARE.
15973
16106
 
15974
16107
  * Package Info *
15975
16108
 
15976
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
16109
+ Authors: sindresorhus@gmail.com
15977
16110
 
15978
16111
  Package Download URL: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz
15979
16112
 
@@ -16011,7 +16144,7 @@ SOFTWARE.
16011
16144
 
16012
16145
  * Package Info *
16013
16146
 
16014
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
16147
+ Authors: sindresorhus@gmail.com
16015
16148
 
16016
16149
  Package Download URL: https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz
16017
16150
 
@@ -18284,7 +18417,7 @@ SOFTWARE.
18284
18417
 
18285
18418
  * Package Info *
18286
18419
 
18287
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
18420
+ Authors: sindresorhus@gmail.com
18288
18421
 
18289
18422
  Package Download URL: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz
18290
18423
 
@@ -20389,9 +20522,9 @@ Authors: james@talmage.io
20389
20522
  Package Download URL: https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz
20390
20523
 
20391
20524
  --------------------------------------------------------------------------------
20392
- Package Title: date-fns (2.30.0)
20525
+ Package Title: date-fns (4.1.0)
20393
20526
 
20394
- Package Locator: npm+date-fns$2.30.0
20527
+ Package Locator: npm+date-fns$4.1.0
20395
20528
 
20396
20529
  Package Depth: Direct
20397
20530
  --------------------------------------------------------------------------------
@@ -20428,12 +20561,54 @@ SOFTWARE.
20428
20561
 
20429
20562
  Authors: koss@nocorp.me
20430
20563
 
20431
- Package Download URL: https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz
20564
+ Package Download URL: https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz
20565
+
20566
+ --------------------------------------------------------------------------------
20567
+ Package Title: date-fns-jalali (4.1.0-0)
20568
+
20569
+ Package Locator: npm+date-fns-jalali$4.1.0-0
20432
20570
 
20571
+ Package Depth: Transitive
20433
20572
  --------------------------------------------------------------------------------
20434
- Package Title: date-fns-tz (2.0.0)
20435
20573
 
20436
- Package Locator: npm+date-fns-tz$2.0.0
20574
+ * Declared Licenses *
20575
+ MIT
20576
+
20577
+
20578
+ MIT License
20579
+
20580
+ Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org
20581
+
20582
+ Permission is hereby granted, free of charge, to any person obtaining a copy
20583
+ of this software and associated documentation files (the "Software"), to deal
20584
+ in the Software without restriction, including without limitation the rights
20585
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20586
+ copies of the Software, and to permit persons to whom the Software is
20587
+ furnished to do so, subject to the following conditions:
20588
+
20589
+ The above copyright notice and this permission notice shall be included in all
20590
+ copies or substantial portions of the Software.
20591
+
20592
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20593
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20594
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20595
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20596
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20597
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20598
+ SOFTWARE.
20599
+
20600
+
20601
+
20602
+ * Package Info *
20603
+
20604
+ Authors: se.mo.moosavi@gmail.com
20605
+
20606
+ Package Download URL: https://registry.npmjs.org/date-fns-jalali/-/date-fns-jalali-4.1.0-0.tgz
20607
+
20608
+ --------------------------------------------------------------------------------
20609
+ Package Title: date-fns-tz (3.2.0)
20610
+
20611
+ Package Locator: npm+date-fns-tz$3.2.0
20437
20612
 
20438
20613
  Package Depth: Direct
20439
20614
  --------------------------------------------------------------------------------
@@ -20470,7 +20645,7 @@ DEALINGS IN THE SOFTWARE.
20470
20645
 
20471
20646
  Authors: marnusw@gmail.com
20472
20647
 
20473
- Package Download URL: https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-2.0.0.tgz
20648
+ Package Download URL: https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-3.2.0.tgz
20474
20649
 
20475
20650
  --------------------------------------------------------------------------------
20476
20651
  Package Title: debounce (1.2.1)
@@ -21315,6 +21490,49 @@ Authors: jordangens@gmail.com, dan.abramov@gmail.com, darthtrevino@gmail.com, ni
21315
21490
 
21316
21491
  Package Download URL: https://registry.npmjs.org/dnd-core/-/dnd-core-14.0.1.tgz
21317
21492
 
21493
+ --------------------------------------------------------------------------------
21494
+ Package Title: dnd-core (16.0.1)
21495
+
21496
+ Package Locator: npm+dnd-core$16.0.1
21497
+
21498
+ Package Depth: Transitive
21499
+ --------------------------------------------------------------------------------
21500
+
21501
+ * Declared Licenses *
21502
+ MIT
21503
+
21504
+
21505
+ The MIT License (MIT)
21506
+
21507
+ Copyright (c) 2015 Dan Abramov
21508
+
21509
+ Permission is hereby granted, free of charge, to any person obtaining a copy
21510
+ of this software and associated documentation files (the "Software"), to deal
21511
+ in the Software without restriction, including without limitation the rights
21512
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21513
+ copies of the Software, and to permit persons to whom the Software is
21514
+ furnished to do so, subject to the following conditions:
21515
+
21516
+ The above copyright notice and this permission notice shall be included in all
21517
+ copies or substantial portions of the Software.
21518
+
21519
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21520
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21521
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21522
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21523
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21524
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21525
+ SOFTWARE.
21526
+
21527
+
21528
+
21529
+
21530
+ * Package Info *
21531
+
21532
+ Authors: jordangens@gmail.com, dan.abramov@gmail.com, darthtrevino@gmail.com, nirice@microsoft.com, santoshg.dev@gmail.com
21533
+
21534
+ Package Download URL: https://registry.npmjs.org/dnd-core/-/dnd-core-16.0.1.tgz
21535
+
21318
21536
  --------------------------------------------------------------------------------
21319
21537
  Package Title: dns-packet (5.6.1)
21320
21538
 
@@ -22325,9 +22543,9 @@ Authors: ljharb@gmail.com
22325
22543
  Package Download URL: https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz
22326
22544
 
22327
22545
  --------------------------------------------------------------------------------
22328
- Package Title: esbuild (0.21.5)
22546
+ Package Title: esbuild (0.25.9)
22329
22547
 
22330
- Package Locator: npm+esbuild$0.21.5
22548
+ Package Locator: npm+esbuild$0.25.9
22331
22549
 
22332
22550
  Package Depth: Transitive
22333
22551
  --------------------------------------------------------------------------------
@@ -22364,7 +22582,7 @@ SOFTWARE.
22364
22582
 
22365
22583
  Authors: evan.exe@gmail.com, evan.exe+esbuild@gmail.com
22366
22584
 
22367
- Package Download URL: https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz
22585
+ Package Download URL: https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz
22368
22586
 
22369
22587
  --------------------------------------------------------------------------------
22370
22588
  Package Title: escalade (3.2.0)
@@ -27401,9 +27619,9 @@ Authors: sttk.xslet@gmail.com, blaine.bublitz@gmail.com, yo@contra.io, tyler@sle
27401
27619
  Package Download URL: https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz
27402
27620
 
27403
27621
  --------------------------------------------------------------------------------
27404
- Package Title: intl-messageformat (10.7.7)
27622
+ Package Title: intl-messageformat (10.7.16)
27405
27623
 
27406
- Package Locator: npm+intl-messageformat$10.7.7
27624
+ Package Locator: npm+intl-messageformat$10.7.16
27407
27625
 
27408
27626
  Package Depth: Transitive
27409
27627
  --------------------------------------------------------------------------------
@@ -27452,7 +27670,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27452
27670
 
27453
27671
  Authors: a.pipkin@yahoo.com, caridy@gmail.com, contact@clarle.com, davglass@gmail.com, drew@folta.net, eferraiuolo@gmail.com, imalberto@gmail.com, holevietlong@gmail.com, lzhan@yahoo-inc.com, okuryu@okuryu.com, dinglinjie+npm@gmail.com, seth@bertalotto.net
27454
27672
 
27455
- Package Download URL: https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.7.7.tgz
27673
+ Package Download URL: https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.7.16.tgz
27456
27674
 
27457
27675
  --------------------------------------------------------------------------------
27458
27676
  Package Title: ipaddr.js (1.9.1)
@@ -33155,6 +33373,47 @@ Authors: me@re-becca.org, i@izs.me, ogd@aoaioxxysz.net, kzm@sykosomatic.org
33155
33373
 
33156
33374
  Package Download URL: https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz
33157
33375
 
33376
+ --------------------------------------------------------------------------------
33377
+ Package Title: nanoid (3.3.11)
33378
+
33379
+ Package Locator: npm+nanoid$3.3.11
33380
+
33381
+ Package Depth: Transitive
33382
+ --------------------------------------------------------------------------------
33383
+
33384
+ * Declared Licenses *
33385
+ MIT
33386
+
33387
+
33388
+ The MIT License (MIT)
33389
+
33390
+ Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
33391
+
33392
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
33393
+ this software and associated documentation files (the "Software"), to deal in
33394
+ the Software without restriction, including without limitation the rights to
33395
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
33396
+ the Software, and to permit persons to whom the Software is furnished to do so,
33397
+ subject to the following conditions:
33398
+
33399
+ The above copyright notice and this permission notice shall be included in all
33400
+ copies or substantial portions of the Software.
33401
+
33402
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33403
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
33404
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
33405
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
33406
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
33407
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33408
+
33409
+
33410
+
33411
+ * Package Info *
33412
+
33413
+ Authors: andrey@sitnik.ru
33414
+
33415
+ Package Download URL: https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz
33416
+
33158
33417
  --------------------------------------------------------------------------------
33159
33418
  Package Title: nanoid (3.3.7)
33160
33419
 
@@ -35824,6 +36083,47 @@ Authors: andrey@sitnik.ru
35824
36083
 
35825
36084
  Package Download URL: https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz
35826
36085
 
36086
+ --------------------------------------------------------------------------------
36087
+ Package Title: postcss (8.5.6)
36088
+
36089
+ Package Locator: npm+postcss$8.5.6
36090
+
36091
+ Package Depth: Transitive
36092
+ --------------------------------------------------------------------------------
36093
+
36094
+ * Declared Licenses *
36095
+ MIT
36096
+
36097
+
36098
+ The MIT License (MIT)
36099
+
36100
+ Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
36101
+
36102
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
36103
+ this software and associated documentation files (the "Software"), to deal in
36104
+ the Software without restriction, including without limitation the rights to
36105
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
36106
+ the Software, and to permit persons to whom the Software is furnished to do so,
36107
+ subject to the following conditions:
36108
+
36109
+ The above copyright notice and this permission notice shall be included in all
36110
+ copies or substantial portions of the Software.
36111
+
36112
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36113
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
36114
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
36115
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
36116
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
36117
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36118
+
36119
+
36120
+
36121
+ * Package Info *
36122
+
36123
+ Authors: andrey@sitnik.ru
36124
+
36125
+ Package Download URL: https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz
36126
+
35827
36127
  --------------------------------------------------------------------------------
35828
36128
  Package Title: postcss-value-parser (4.2.0)
35829
36129
 
@@ -36731,9 +37031,9 @@ Authors: danilowoz@gmail.com
36731
37031
  Package Download URL: https://registry.npmjs.org/react-content-loader/-/react-content-loader-7.1.1.tgz
36732
37032
 
36733
37033
  --------------------------------------------------------------------------------
36734
- Package Title: react-day-picker (8.9.1)
37034
+ Package Title: react-day-picker (9.9.0)
36735
37035
 
36736
- Package Locator: npm+react-day-picker$8.9.1
37036
+ Package Locator: npm+react-day-picker$9.9.0
36737
37037
 
36738
37038
  Package Depth: Direct
36739
37039
  --------------------------------------------------------------------------------
@@ -36771,58 +37071,7 @@ SOFTWARE.
36771
37071
 
36772
37072
  Authors: io@gpbl.dev
36773
37073
 
36774
- Package Download URL: https://registry.npmjs.org/react-day-picker/-/react-day-picker-8.9.1.tgz
36775
-
36776
- --------------------------------------------------------------------------------
36777
- Package Title: react-dnd (14.0.5)
36778
-
36779
- Package Locator: npm+react-dnd$14.0.5
36780
-
36781
- Package Depth: Direct
36782
- --------------------------------------------------------------------------------
36783
-
36784
- * Declared Licenses *
36785
- MIT
36786
-
36787
-
36788
- The MIT License (MIT)
36789
-
36790
- Copyright (c) 2016 Dan Abramov
36791
-
36792
- Permission is hereby granted, free of charge, to any person obtaining a copy
36793
- of this software and associated documentation files (the "Software"), to deal
36794
- in the Software without restriction, including without limitation the rights
36795
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36796
- copies of the Software, and to permit persons to whom the Software is
36797
- furnished to do so, subject to the following conditions:
36798
-
36799
- The above copyright notice and this permission notice shall be included in all
36800
- copies or substantial portions of the Software.
36801
-
36802
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36803
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36804
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36805
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36806
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36807
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36808
- SOFTWARE.
36809
-
36810
- ---------------------
36811
- Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.
36812
-
36813
-
36814
- * Other Licenses *
36815
- BSD-3-Clause
36816
-
36817
-
36818
- Copyright 2015, Yahoo! Inc.\n * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms
36819
-
36820
-
36821
- * Package Info *
36822
-
36823
- Authors: jordangens@gmail.com, dan.abramov@gmail.com, darthtrevino@gmail.com, nirice@microsoft.com, santoshg.dev@gmail.com
36824
-
36825
- Package Download URL: https://registry.npmjs.org/react-dnd/-/react-dnd-14.0.5.tgz
37074
+ Package Download URL: https://registry.npmjs.org/react-day-picker/-/react-day-picker-9.9.0.tgz
36826
37075
 
36827
37076
  --------------------------------------------------------------------------------
36828
37077
  Package Title: react-dnd-html5-backend (14.1.0)
@@ -36995,9 +37244,9 @@ Authors: gerben.meyer@gmail.com, mbmbrk@gmail.com
36995
37244
  Package Download URL: https://registry.npmjs.org/react-grid-system/-/react-grid-system-8.1.9.tgz
36996
37245
 
36997
37246
  --------------------------------------------------------------------------------
36998
- Package Title: react-intl (6.8.9)
37247
+ Package Title: react-intl (7.1.11)
36999
37248
 
37000
- Package Locator: npm+react-intl$6.8.9
37249
+ Package Locator: npm+react-intl$7.1.11
37001
37250
 
37002
37251
  Package Depth: Direct
37003
37252
  --------------------------------------------------------------------------------
@@ -37040,7 +37289,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37040
37289
 
37041
37290
  Authors: caridy@gmail.com, contact@clarle.com, eferraiuolo@gmail.com, juan@dopazo.me, holevietlong@gmail.com, okuryu@okuryu.com, dinglinjie+npm@gmail.com, seth@bertalotto.net
37042
37291
 
37043
- Package Download URL: https://registry.npmjs.org/react-intl/-/react-intl-6.8.9.tgz
37292
+ Package Download URL: https://registry.npmjs.org/react-intl/-/react-intl-7.1.11.tgz
37044
37293
 
37045
37294
  --------------------------------------------------------------------------------
37046
37295
  Package Title: react-is (16.13.1)
@@ -37168,9 +37417,9 @@ Authors: acdlite@me.com, briandavidvaughn@gmail.com, opensource+npm@fb.com, flar
37168
37417
  Package Download URL: https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz
37169
37418
 
37170
37419
  --------------------------------------------------------------------------------
37171
- Package Title: react-lines-ellipsis (0.15.4)
37420
+ Package Title: react-lines-ellipsis (0.16.1)
37172
37421
 
37173
- Package Locator: npm+react-lines-ellipsis$0.15.4
37422
+ Package Locator: npm+react-lines-ellipsis$0.16.1
37174
37423
 
37175
37424
  Package Depth: Direct
37176
37425
  --------------------------------------------------------------------------------
@@ -37207,7 +37456,7 @@ SOFTWARE.
37207
37456
 
37208
37457
  Authors: youyounaihe@gmail.com
37209
37458
 
37210
- Package Download URL: https://registry.npmjs.org/react-lines-ellipsis/-/react-lines-ellipsis-0.15.4.tgz
37459
+ Package Download URL: https://registry.npmjs.org/react-lines-ellipsis/-/react-lines-ellipsis-0.16.1.tgz
37211
37460
 
37212
37461
  --------------------------------------------------------------------------------
37213
37462
  Package Title: react-loading-skeleton (3.4.0)
@@ -37238,9 +37487,9 @@ Authors: tang.ddt@gmail.com
37238
37487
  Package Download URL: https://registry.npmjs.org/react-loading-skeleton/-/react-loading-skeleton-3.4.0.tgz
37239
37488
 
37240
37489
  --------------------------------------------------------------------------------
37241
- Package Title: react-markdown (9.0.1)
37490
+ Package Title: react-markdown (9.1.0)
37242
37491
 
37243
- Package Locator: npm+react-markdown$9.0.1
37492
+ Package Locator: npm+react-markdown$9.1.0
37244
37493
 
37245
37494
  Package Depth: Direct
37246
37495
  --------------------------------------------------------------------------------
@@ -37249,7 +37498,7 @@ Package Depth: Direct
37249
37498
  MIT
37250
37499
 
37251
37500
 
37252
- Copyright (c) 2015 Espen Hovlandsdal
37501
+ Copyright (c) Espen Hovlandsdal
37253
37502
  Permission is hereby granted, free of charge, to any person obtaining a copy
37254
37503
  of this software and associated documentation files (the "Software"), to deal
37255
37504
  in the Software without restriction, including without limitation the rights
@@ -37273,7 +37522,7 @@ SOFTWARE.
37273
37522
 
37274
37523
  Authors: johnotander@gmail.com, tituswormer@gmail.com, remcohaszing@gmail.com
37275
37524
 
37276
- Package Download URL: https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.1.tgz
37525
+ Package Download URL: https://registry.npmjs.org/react-markdown/-/react-markdown-9.1.0.tgz
37277
37526
 
37278
37527
  --------------------------------------------------------------------------------
37279
37528
  Package Title: react-measure (2.5.2)
@@ -37554,9 +37803,9 @@ Authors: taizvadim@gmail.com
37554
37803
  Package Download URL: https://registry.npmjs.org/react-select-async-paginate/-/react-select-async-paginate-0.7.11.tgz
37555
37804
 
37556
37805
  --------------------------------------------------------------------------------
37557
- Package Title: react-textarea-autosize (8.4.0)
37806
+ Package Title: react-textarea-autosize (8.5.6)
37558
37807
 
37559
- Package Locator: npm+react-textarea-autosize$8.4.0
37808
+ Package Locator: npm+react-textarea-autosize$8.5.6
37560
37809
 
37561
37810
  Package Depth: Direct
37562
37811
  --------------------------------------------------------------------------------
@@ -37592,7 +37841,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37592
37841
 
37593
37842
  Authors: 8mayday@gmail.com, mateuszburzynski@gmail.com, mateuszburzynski+react-textarea-autosize-release-bot@gmail.com
37594
37843
 
37595
- Package Download URL: https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.4.0.tgz
37844
+ Package Download URL: https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.6.tgz
37596
37845
 
37597
37846
  --------------------------------------------------------------------------------
37598
37847
  Package Title: react-transition-group (4.4.5)
@@ -37641,9 +37890,9 @@ Authors: monastic.panic@gmail.com
37641
37890
  Package Download URL: https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz
37642
37891
 
37643
37892
  --------------------------------------------------------------------------------
37644
- Package Title: react-window (1.8.10)
37893
+ Package Title: react-window (1.8.11)
37645
37894
 
37646
- Package Locator: npm+react-window$1.8.10
37895
+ Package Locator: npm+react-window$1.8.11
37647
37896
 
37648
37897
  Package Depth: Direct
37649
37898
  --------------------------------------------------------------------------------
@@ -37680,7 +37929,7 @@ SOFTWARE.
37680
37929
 
37681
37930
  Authors: briandavidvaughn@gmail.com
37682
37931
 
37683
- Package Download URL: https://registry.npmjs.org/react-window/-/react-window-1.8.10.tgz
37932
+ Package Download URL: https://registry.npmjs.org/react-window/-/react-window-1.8.11.tgz
37684
37933
 
37685
37934
  --------------------------------------------------------------------------------
37686
37935
  Package Title: readable-stream (2.3.8)
@@ -39060,9 +39309,9 @@ Authors: i@izs.me
39060
39309
  Package Download URL: https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz
39061
39310
 
39062
39311
  --------------------------------------------------------------------------------
39063
- Package Title: rollup (4.21.2)
39312
+ Package Title: rollup (4.48.0)
39064
39313
 
39065
- Package Locator: npm+rollup$4.21.2
39314
+ Package Locator: npm+rollup$4.48.0
39066
39315
 
39067
39316
  Package Depth: Transitive
39068
39317
  --------------------------------------------------------------------------------
@@ -39682,7 +39931,7 @@ See the License for the specific language governing permissions and limitations
39682
39931
 
39683
39932
  Authors: brian@donovans.cc, trysound@yandex.ru, richard.a.harris@gmail.com, victorystick@gmail.com, lukas.taegert@tngtech.com
39684
39933
 
39685
- Package Download URL: https://registry.npmjs.org/rollup/-/rollup-4.21.2.tgz
39934
+ Package Download URL: https://registry.npmjs.org/rollup/-/rollup-4.48.0.tgz
39686
39935
 
39687
39936
  --------------------------------------------------------------------------------
39688
39937
  Package Title: run-applescript (7.0.0)
@@ -40045,9 +40294,9 @@ Authors: chalkerx@gmail.com
40045
40294
  Package Download URL: https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz
40046
40295
 
40047
40296
  --------------------------------------------------------------------------------
40048
- Package Title: sass (1.69.5)
40297
+ Package Title: sass (1.66.1)
40049
40298
 
40050
- Package Locator: npm+sass$1.69.5
40299
+ Package Locator: npm+sass$1.66.1
40051
40300
 
40052
40301
  Package Depth: Transitive
40053
40302
  --------------------------------------------------------------------------------
@@ -41550,7 +41799,7 @@ Julian Seward, jseward@bzip.org bzip2/libbzip2 version 1.0.6 of 6 September 2010
41550
41799
 
41551
41800
  Authors: nex342@gmail.com, xzyfer@gmail.com, hcatlin@gmail.com, sass.bot.beep.boop@gmail.com
41552
41801
 
41553
- Package Download URL: https://registry.npmjs.org/sass/-/sass-1.69.5.tgz
41802
+ Package Download URL: https://registry.npmjs.org/sass/-/sass-1.66.1.tgz
41554
41803
 
41555
41804
  --------------------------------------------------------------------------------
41556
41805
  Package Title: scheduler (0.23.2)
@@ -43755,7 +44004,7 @@ SOFTWARE.
43755
44004
 
43756
44005
  * Package Info *
43757
44006
 
43758
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
44007
+ Authors: sindresorhus@gmail.com
43759
44008
 
43760
44009
  Package Download URL: https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz
43761
44010
 
@@ -43793,7 +44042,7 @@ SOFTWARE.
43793
44042
 
43794
44043
  * Package Info *
43795
44044
 
43796
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
44045
+ Authors: sindresorhus@gmail.com
43797
44046
 
43798
44047
  Package Download URL: https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz
43799
44048
 
@@ -44058,7 +44307,7 @@ SOFTWARE.
44058
44307
 
44059
44308
  * Package Info *
44060
44309
 
44061
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
44310
+ Authors: sindresorhus@gmail.com
44062
44311
 
44063
44312
  Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz
44064
44313
 
@@ -44096,7 +44345,7 @@ SOFTWARE.
44096
44345
 
44097
44346
  * Package Info *
44098
44347
 
44099
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
44348
+ Authors: sindresorhus@gmail.com
44100
44349
 
44101
44350
  Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz
44102
44351
 
@@ -47627,9 +47876,9 @@ Authors: tituswormer@gmail.com
47627
47876
  Package Download URL: https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz
47628
47877
 
47629
47878
  --------------------------------------------------------------------------------
47630
- Package Title: vite (5.4.3)
47879
+ Package Title: vite (6.3.6)
47631
47880
 
47632
- Package Locator: npm+vite$5.4.3
47881
+ Package Locator: npm+vite$6.3.6
47633
47882
 
47634
47883
  Package Depth: Transitive
47635
47884
  --------------------------------------------------------------------------------
@@ -55458,7 +55707,7 @@ Repository: github:eemeli/yaml
55458
55707
 
55459
55708
  Authors: npm@haoqun.me, vitejs.twitter@gmail.com, yyx990803@gmail.com, matias.capeletto@gmail.com, anthonyfu117@hotmail.com
55460
55709
 
55461
- Package Download URL: https://registry.npmjs.org/vite/-/vite-5.4.3.tgz
55710
+ Package Download URL: https://registry.npmjs.org/vite/-/vite-6.3.6.tgz
55462
55711
 
55463
55712
  --------------------------------------------------------------------------------
55464
55713
  Package Title: vite-node (3.2.4)
@@ -59415,7 +59664,7 @@ SOFTWARE.
59415
59664
 
59416
59665
  * Package Info *
59417
59666
 
59418
- Authors: sindresorhus@gmail.com, josh@junon.me
59667
+ Authors: sindresorhus@gmail.com
59419
59668
 
59420
59669
  Package Download URL: https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz
59421
59670
 
@@ -59453,7 +59702,7 @@ SOFTWARE.
59453
59702
 
59454
59703
  * Package Info *
59455
59704
 
59456
- Authors: sindresorhus@gmail.com, josh@junon.me
59705
+ Authors: sindresorhus@gmail.com
59457
59706
 
59458
59707
  Package Download URL: https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz
59459
59708
 
@@ -59491,7 +59740,7 @@ SOFTWARE.
59491
59740
 
59492
59741
  * Package Info *
59493
59742
 
59494
- Authors: sindresorhus@gmail.com, josh@junon.me
59743
+ Authors: sindresorhus@gmail.com
59495
59744
 
59496
59745
  Package Download URL: https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz
59497
59746
 
@@ -72255,10 +72504,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
72255
72504
  OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
72256
72505
  PERFORMANCE OF THIS SOFTWARE.
72257
72506
 
72258
- * BSD-3-Clause *
72259
-
72260
- Copyright 2015, Yahoo! Inc.\n * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms
72261
-
72262
72507
  * MIT *
72263
72508
 
72264
72509
  Copyright 2017 Kat Marchán
@@ -75214,59 +75459,134 @@ SOFTWARE.
75214
75459
 
75215
75460
  MIT License
75216
75461
 
75217
- Copyright (c) 2014-present Nicolò Ribaudo and other contributors
75462
+ Copyright (c) 2014-present Nicolò Ribaudo and other contributors
75463
+
75464
+ Permission is hereby granted, free of charge, to any person obtaining
75465
+ a copy of this software and associated documentation files (the
75466
+ "Software"), to deal in the Software without restriction, including
75467
+ without limitation the rights to use, copy, modify, merge, publish,
75468
+ distribute, sublicense, and/or sell copies of the Software, and to
75469
+ permit persons to whom the Software is furnished to do so, subject to
75470
+ the following conditions:
75471
+
75472
+ The above copyright notice and this permission notice shall be
75473
+ included in all copies or substantial portions of the Software.
75474
+
75475
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
75476
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
75477
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
75478
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
75479
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
75480
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
75481
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75482
+
75483
+
75484
+ * MIT *
75485
+
75486
+ MIT License
75487
+
75488
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
75489
+
75490
+ Permission is hereby granted, free of charge, to any person obtaining
75491
+ a copy of this software and associated documentation files (the
75492
+ "Software"), to deal in the Software without restriction, including
75493
+ without limitation the rights to use, copy, modify, merge, publish,
75494
+ distribute, sublicense, and/or sell copies of the Software, and to
75495
+ permit persons to whom the Software is furnished to do so, subject to
75496
+ the following conditions:
75497
+
75498
+ The above copyright notice and this permission notice shall be
75499
+ included in all copies or substantial portions of the Software.
75500
+
75501
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
75502
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
75503
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
75504
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
75505
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
75506
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
75507
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75508
+
75509
+
75510
+ * MIT *
75511
+
75512
+ MIT License
75513
+
75514
+ Copyright (c) 2014-present, Facebook, Inc.
75515
+
75516
+ Permission is hereby granted, free of charge, to any person obtaining a copy
75517
+ of this software and associated documentation files (the "Software"), to deal
75518
+ in the Software without restriction, including without limitation the rights
75519
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75520
+ copies of the Software, and to permit persons to whom the Software is
75521
+ furnished to do so, subject to the following conditions:
75522
+
75523
+ The above copyright notice and this permission notice shall be included in all
75524
+ copies or substantial portions of the Software.
75525
+
75526
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
75527
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
75528
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75529
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
75530
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75531
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75532
+ SOFTWARE.
75533
+
75534
+
75535
+ * MIT *
75536
+
75537
+ MIT License
75538
+
75539
+ Copyright (c) 2014-present, Lee Byron and other contributors.
75218
75540
 
75219
- Permission is hereby granted, free of charge, to any person obtaining
75220
- a copy of this software and associated documentation files (the
75221
- "Software"), to deal in the Software without restriction, including
75222
- without limitation the rights to use, copy, modify, merge, publish,
75223
- distribute, sublicense, and/or sell copies of the Software, and to
75224
- permit persons to whom the Software is furnished to do so, subject to
75225
- the following conditions:
75541
+ Permission is hereby granted, free of charge, to any person obtaining a copy
75542
+ of this software and associated documentation files (the "Software"), to deal
75543
+ in the Software without restriction, including without limitation the rights
75544
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75545
+ copies of the Software, and to permit persons to whom the Software is
75546
+ furnished to do so, subject to the following conditions:
75226
75547
 
75227
- The above copyright notice and this permission notice shall be
75228
- included in all copies or substantial portions of the Software.
75548
+ The above copyright notice and this permission notice shall be included in all
75549
+ copies or substantial portions of the Software.
75229
75550
 
75230
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
75231
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
75232
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
75233
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
75234
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
75235
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
75236
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75551
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
75552
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
75553
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75554
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
75555
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75556
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75557
+ SOFTWARE.
75237
75558
 
75238
75559
 
75239
75560
  * MIT *
75240
75561
 
75241
75562
  MIT License
75242
75563
 
75243
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
75564
+ Copyright (c) 2016 - 2021 Brian Hough and Maximilian Stoiber
75244
75565
 
75245
- Permission is hereby granted, free of charge, to any person obtaining
75246
- a copy of this software and associated documentation files (the
75247
- "Software"), to deal in the Software without restriction, including
75248
- without limitation the rights to use, copy, modify, merge, publish,
75249
- distribute, sublicense, and/or sell copies of the Software, and to
75250
- permit persons to whom the Software is furnished to do so, subject to
75251
- the following conditions:
75566
+ Permission is hereby granted, free of charge, to any person obtaining a copy
75567
+ of this software and associated documentation files (the "Software"), to deal
75568
+ in the Software without restriction, including without limitation the rights
75569
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75570
+ copies of the Software, and to permit persons to whom the Software is
75571
+ furnished to do so, subject to the following conditions:
75252
75572
 
75253
- The above copyright notice and this permission notice shall be
75254
- included in all copies or substantial portions of the Software.
75573
+ The above copyright notice and this permission notice shall be included in all
75574
+ copies or substantial portions of the Software.
75255
75575
 
75256
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
75257
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
75258
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
75259
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
75260
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
75261
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
75262
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75576
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
75577
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
75578
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75579
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
75580
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75581
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75582
+ SOFTWARE.
75263
75583
 
75264
75584
 
75265
75585
  * MIT *
75266
75586
 
75267
75587
  MIT License
75268
75588
 
75269
- Copyright (c) 2014-present, Facebook, Inc.
75589
+ Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
75270
75590
 
75271
75591
  Permission is hereby granted, free of charge, to any person obtaining a copy
75272
75592
  of this software and associated documentation files (the "Software"), to deal
@@ -75291,7 +75611,7 @@ SOFTWARE.
75291
75611
 
75292
75612
  MIT License
75293
75613
 
75294
- Copyright (c) 2014-present, Lee Byron and other contributors.
75614
+ Copyright (c) 2016 Jordan Harband
75295
75615
 
75296
75616
  Permission is hereby granted, free of charge, to any person obtaining a copy
75297
75617
  of this software and associated documentation files (the "Software"), to deal
@@ -75316,7 +75636,7 @@ SOFTWARE.
75316
75636
 
75317
75637
  MIT License
75318
75638
 
75319
- Copyright (c) 2016 - 2021 Brian Hough and Maximilian Stoiber
75639
+ Copyright (c) 2016 Tim Shelburne
75320
75640
 
75321
75641
  Permission is hereby granted, free of charge, to any person obtaining a copy
75322
75642
  of this software and associated documentation files (the "Software"), to deal
@@ -75341,7 +75661,7 @@ SOFTWARE.
75341
75661
 
75342
75662
  MIT License
75343
75663
 
75344
- Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
75664
+ Copyright (c) 2016 xiaody
75345
75665
 
75346
75666
  Permission is hereby granted, free of charge, to any person obtaining a copy
75347
75667
  of this software and associated documentation files (the "Software"), to deal
@@ -75366,7 +75686,7 @@ SOFTWARE.
75366
75686
 
75367
75687
  MIT License
75368
75688
 
75369
- Copyright (c) 2016 Jordan Harband
75689
+ Copyright (c) 2016, 2018 Linus Unnebäck
75370
75690
 
75371
75691
  Permission is hereby granted, free of charge, to any person obtaining a copy
75372
75692
  of this software and associated documentation files (the "Software"), to deal
@@ -75391,7 +75711,7 @@ SOFTWARE.
75391
75711
 
75392
75712
  MIT License
75393
75713
 
75394
- Copyright (c) 2016 Tim Shelburne
75714
+ Copyright (c) 2016-present Sultan Tarimo
75395
75715
 
75396
75716
  Permission is hereby granted, free of charge, to any person obtaining a copy
75397
75717
  of this software and associated documentation files (the "Software"), to deal
@@ -75416,7 +75736,7 @@ SOFTWARE.
75416
75736
 
75417
75737
  MIT License
75418
75738
 
75419
- Copyright (c) 2016 xiaody
75739
+ Copyright (c) 2017 Braintree
75420
75740
 
75421
75741
  Permission is hereby granted, free of charge, to any person obtaining a copy
75422
75742
  of this software and associated documentation files (the "Software"), to deal
@@ -75441,7 +75761,7 @@ SOFTWARE.
75441
75761
 
75442
75762
  MIT License
75443
75763
 
75444
- Copyright (c) 2016, 2018 Linus Unnebäck
75764
+ Copyright (c) 2017 Chai.js Assertion Library
75445
75765
 
75446
75766
  Permission is hereby granted, free of charge, to any person obtaining a copy
75447
75767
  of this software and associated documentation files (the "Software"), to deal
@@ -75466,7 +75786,31 @@ SOFTWARE.
75466
75786
 
75467
75787
  MIT License
75468
75788
 
75469
- Copyright (c) 2016-present Sultan Tarimo
75789
+ Copyright (c) 2017 David Sveningsson <ext@sidvind.com>
75790
+
75791
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
75792
+ this software and associated documentation files (the "Software"), to deal in
75793
+ the Software without restriction, including without limitation the rights to
75794
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
75795
+ the Software, and to permit persons to whom the Software is furnished to do so,
75796
+ subject to the following conditions:
75797
+
75798
+ The above copyright notice and this permission notice shall be included in all
75799
+ copies or substantial portions of the Software.
75800
+
75801
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
75802
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
75803
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
75804
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
75805
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
75806
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75807
+
75808
+
75809
+ * MIT *
75810
+
75811
+ MIT License
75812
+
75813
+ Copyright (c) 2017 Evgeny Poberezkin
75470
75814
 
75471
75815
  Permission is hereby granted, free of charge, to any person obtaining a copy
75472
75816
  of this software and associated documentation files (the "Software"), to deal
@@ -75491,7 +75835,7 @@ SOFTWARE.
75491
75835
 
75492
75836
  MIT License
75493
75837
 
75494
- Copyright (c) 2017 Alberto Leal <mailforalberto@gmail.com> (github.com/dashed)
75838
+ Copyright (c) 2017 Ilya Kantor
75495
75839
 
75496
75840
  Permission is hereby granted, free of charge, to any person obtaining a copy
75497
75841
  of this software and associated documentation files (the "Software"), to deal
@@ -75516,7 +75860,7 @@ SOFTWARE.
75516
75860
 
75517
75861
  MIT License
75518
75862
 
75519
- Copyright (c) 2017 Braintree
75863
+ Copyright (c) 2017 JS Foundation and other contributors
75520
75864
 
75521
75865
  Permission is hereby granted, free of charge, to any person obtaining a copy
75522
75866
  of this software and associated documentation files (the "Software"), to deal
@@ -75541,7 +75885,7 @@ SOFTWARE.
75541
75885
 
75542
75886
  MIT License
75543
75887
 
75544
- Copyright (c) 2017 Chai.js Assertion Library
75888
+ Copyright (c) 2017 Michel Weststrate
75545
75889
 
75546
75890
  Permission is hereby granted, free of charge, to any person obtaining a copy
75547
75891
  of this software and associated documentation files (the "Software"), to deal
@@ -75566,31 +75910,32 @@ SOFTWARE.
75566
75910
 
75567
75911
  MIT License
75568
75912
 
75569
- Copyright (c) 2017 David Sveningsson <ext@sidvind.com>
75913
+ Copyright (c) 2017 Tony Quetano
75570
75914
 
75571
- Permission is hereby granted, free of charge, to any person obtaining a copy of
75572
- this software and associated documentation files (the "Software"), to deal in
75573
- the Software without restriction, including without limitation the rights to
75574
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
75575
- the Software, and to permit persons to whom the Software is furnished to do so,
75576
- subject to the following conditions:
75915
+ Permission is hereby granted, free of charge, to any person obtaining a copy
75916
+ of this software and associated documentation files (the "Software"), to deal
75917
+ in the Software without restriction, including without limitation the rights
75918
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
75919
+ copies of the Software, and to permit persons to whom the Software is
75920
+ furnished to do so, subject to the following conditions:
75577
75921
 
75578
75922
  The above copyright notice and this permission notice shall be included in all
75579
75923
  copies or substantial portions of the Software.
75580
75924
 
75581
75925
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
75582
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
75583
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
75584
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
75585
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
75586
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75926
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
75927
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75928
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
75929
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75930
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75931
+ SOFTWARE.
75587
75932
 
75588
75933
 
75589
75934
  * MIT *
75590
75935
 
75591
75936
  MIT License
75592
75937
 
75593
- Copyright (c) 2017 Evgeny Poberezkin
75938
+ Copyright (c) 2017 crypto-browserify
75594
75939
 
75595
75940
  Permission is hereby granted, free of charge, to any person obtaining a copy
75596
75941
  of this software and associated documentation files (the "Software"), to deal
@@ -75615,7 +75960,7 @@ SOFTWARE.
75615
75960
 
75616
75961
  MIT License
75617
75962
 
75618
- Copyright (c) 2017 Ilya Kantor
75963
+ Copyright (c) 2017 emailJS
75619
75964
 
75620
75965
  Permission is hereby granted, free of charge, to any person obtaining a copy
75621
75966
  of this software and associated documentation files (the "Software"), to deal
@@ -75635,12 +75980,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75635
75980
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75636
75981
  SOFTWARE.
75637
75982
 
75983
+ Base64 encoding code from [base64-js]{@link https://github.com/beatgammit/base64-js}, released under MIT license.
75984
+ Base64 decoding code from MDN docs, released under MIT license.
75985
+
75638
75986
 
75639
75987
  * MIT *
75640
75988
 
75641
75989
  MIT License
75642
75990
 
75643
- Copyright (c) 2017 JS Foundation and other contributors
75991
+ Copyright (c) 2017 sudodoki <smd.deluzion@gmail.com>
75644
75992
 
75645
75993
  Permission is hereby granted, free of charge, to any person obtaining a copy
75646
75994
  of this software and associated documentation files (the "Software"), to deal
@@ -75665,7 +76013,8 @@ SOFTWARE.
75665
76013
 
75666
76014
  MIT License
75667
76015
 
75668
- Copyright (c) 2017 Michel Weststrate
76016
+ Copyright (c) 2018 Formidable Labs
76017
+ Copyright (c) 2017 Evgeny Poberezkin
75669
76018
 
75670
76019
  Permission is hereby granted, free of charge, to any person obtaining a copy
75671
76020
  of this software and associated documentation files (the "Software"), to deal
@@ -75690,7 +76039,7 @@ SOFTWARE.
75690
76039
 
75691
76040
  MIT License
75692
76041
 
75693
- Copyright (c) 2017 Tony Quetano
76042
+ Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
75694
76043
 
75695
76044
  Permission is hereby granted, free of charge, to any person obtaining a copy
75696
76045
  of this software and associated documentation files (the "Software"), to deal
@@ -75715,7 +76064,7 @@ SOFTWARE.
75715
76064
 
75716
76065
  MIT License
75717
76066
 
75718
- Copyright (c) 2017 crypto-browserify
76067
+ Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>
75719
76068
 
75720
76069
  Permission is hereby granted, free of charge, to any person obtaining a copy
75721
76070
  of this software and associated documentation files (the "Software"), to deal
@@ -75740,7 +76089,7 @@ SOFTWARE.
75740
76089
 
75741
76090
  MIT License
75742
76091
 
75743
- Copyright (c) 2017 emailJS
76092
+ Copyright (c) 2018 Trevor Brindle
75744
76093
 
75745
76094
  Permission is hereby granted, free of charge, to any person obtaining a copy
75746
76095
  of this software and associated documentation files (the "Software"), to deal
@@ -75760,15 +76109,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75760
76109
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75761
76110
  SOFTWARE.
75762
76111
 
75763
- Base64 encoding code from [base64-js]{@link https://github.com/beatgammit/base64-js}, released under MIT license.
75764
- Base64 decoding code from MDN docs, released under MIT license.
75765
-
75766
76112
 
75767
76113
  * MIT *
75768
76114
 
75769
76115
  MIT License
75770
76116
 
75771
- Copyright (c) 2017 sudodoki <smd.deluzion@gmail.com>
76117
+ Copyright (c) 2018 vtaits
75772
76118
 
75773
76119
  Permission is hereby granted, free of charge, to any person obtaining a copy
75774
76120
  of this software and associated documentation files (the "Software"), to deal
@@ -75793,8 +76139,7 @@ SOFTWARE.
75793
76139
 
75794
76140
  MIT License
75795
76141
 
75796
- Copyright (c) 2018 Formidable Labs
75797
- Copyright (c) 2017 Evgeny Poberezkin
76142
+ Copyright (c) 2019 Aaron Hayes
75798
76143
 
75799
76144
  Permission is hereby granted, free of charge, to any person obtaining a copy
75800
76145
  of this software and associated documentation files (the "Software"), to deal
@@ -75819,7 +76164,7 @@ SOFTWARE.
75819
76164
 
75820
76165
  MIT License
75821
76166
 
75822
- Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
76167
+ Copyright (c) 2019 Alexander Reardon
75823
76168
 
75824
76169
  Permission is hereby granted, free of charge, to any person obtaining a copy
75825
76170
  of this software and associated documentation files (the "Software"), to deal
@@ -75839,12 +76184,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75839
76184
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75840
76185
  SOFTWARE.
75841
76186
 
75842
-
75843
76187
  * MIT *
75844
76188
 
75845
76189
  MIT License
75846
76190
 
75847
- Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>
76191
+ Copyright (c) 2019 Apollo GraphQL
75848
76192
 
75849
76193
  Permission is hereby granted, free of charge, to any person obtaining a copy
75850
76194
  of this software and associated documentation files (the "Software"), to deal
@@ -75869,7 +76213,7 @@ SOFTWARE.
75869
76213
 
75870
76214
  MIT License
75871
76215
 
75872
- Copyright (c) 2018 Trevor Brindle
76216
+ Copyright (c) 2019 David Ortner (capricorn86)
75873
76217
 
75874
76218
  Permission is hereby granted, free of charge, to any person obtaining a copy
75875
76219
  of this software and associated documentation files (the "Software"), to deal
@@ -75894,7 +76238,7 @@ SOFTWARE.
75894
76238
 
75895
76239
  MIT License
75896
76240
 
75897
- Copyright (c) 2018 vtaits
76241
+ Copyright (c) 2019 Jordan Harband
75898
76242
 
75899
76243
  Permission is hereby granted, free of charge, to any person obtaining a copy
75900
76244
  of this software and associated documentation files (the "Software"), to deal
@@ -75919,7 +76263,7 @@ SOFTWARE.
75919
76263
 
75920
76264
  MIT License
75921
76265
 
75922
- Copyright (c) 2019 Aaron Hayes
76266
+ Copyright (c) 2019 Sealninja
75923
76267
 
75924
76268
  Permission is hereby granted, free of charge, to any person obtaining a copy
75925
76269
  of this software and associated documentation files (the "Software"), to deal
@@ -75944,7 +76288,7 @@ SOFTWARE.
75944
76288
 
75945
76289
  MIT License
75946
76290
 
75947
- Copyright (c) 2019 Alexander Reardon
76291
+ Copyright (c) 2020 Babel
75948
76292
 
75949
76293
  Permission is hereby granted, free of charge, to any person obtaining a copy
75950
76294
  of this software and associated documentation files (the "Software"), to deal
@@ -75964,11 +76308,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75964
76308
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75965
76309
  SOFTWARE.
75966
76310
 
76311
+
75967
76312
  * MIT *
75968
76313
 
75969
76314
  MIT License
75970
76315
 
75971
- Copyright (c) 2019 Apollo GraphQL
76316
+ Copyright (c) 2020 Evan Wallace
75972
76317
 
75973
76318
  Permission is hereby granted, free of charge, to any person obtaining a copy
75974
76319
  of this software and associated documentation files (the "Software"), to deal
@@ -75993,7 +76338,7 @@ SOFTWARE.
75993
76338
 
75994
76339
  MIT License
75995
76340
 
75996
- Copyright (c) 2019 David Ortner (capricorn86)
76341
+ Copyright (c) 2020 Evgeny Poberezkin
75997
76342
 
75998
76343
  Permission is hereby granted, free of charge, to any person obtaining a copy
75999
76344
  of this software and associated documentation files (the "Software"), to deal
@@ -76018,20 +76363,32 @@ SOFTWARE.
76018
76363
 
76019
76364
  MIT License
76020
76365
 
76021
- Copyright (c) 2019 FormatJS
76366
+ Copyright (c) 2020 Helder Burato Berto - use-is-mounted-ref
76022
76367
 
76023
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
76368
+ Permission is hereby granted, free of charge, to any person obtaining a copy
76369
+ of this software and associated documentation files (the "Software"), to deal
76370
+ in the Software without restriction, including without limitation the rights
76371
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
76372
+ copies of the Software, and to permit persons to whom the Software is
76373
+ furnished to do so, subject to the following conditions:
76024
76374
 
76025
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
76375
+ The above copyright notice and this permission notice shall be included in all
76376
+ copies or substantial portions of the Software.
76026
76377
 
76027
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
76378
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76379
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76380
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
76381
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76382
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76383
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76384
+ SOFTWARE.
76028
76385
 
76029
76386
 
76030
76387
  * MIT *
76031
76388
 
76032
76389
  MIT License
76033
76390
 
76034
- Copyright (c) 2019 Jordan Harband
76391
+ Copyright (c) 2020 Inspect JS
76035
76392
 
76036
76393
  Permission is hereby granted, free of charge, to any person obtaining a copy
76037
76394
  of this software and associated documentation files (the "Software"), to deal
@@ -76056,7 +76413,7 @@ SOFTWARE.
76056
76413
 
76057
76414
  MIT License
76058
76415
 
76059
- Copyright (c) 2019 Sealninja
76416
+ Copyright (c) 2020 Jordan Harband
76060
76417
 
76061
76418
  Permission is hereby granted, free of charge, to any person obtaining a copy
76062
76419
  of this software and associated documentation files (the "Software"), to deal
@@ -76081,7 +76438,31 @@ SOFTWARE.
76081
76438
 
76082
76439
  MIT License
76083
76440
 
76084
- Copyright (c) 2020 Babel
76441
+ Copyright (c) 2020 Kasper Unn Weihe
76442
+
76443
+ Permission is hereby granted, free of charge, to any person obtaining a copy
76444
+ of this software and associated documentation files (the "Software"), to deal
76445
+ in the Software without restriction, including without limitation the rights
76446
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
76447
+ copies of the Software, and to permit persons to whom the Software is
76448
+ furnished to do so, subject to the following conditions:
76449
+
76450
+ The above copyright notice and this permission notice shall be included in all
76451
+ copies or substantial portions of the Software.
76452
+
76453
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76454
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76455
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
76456
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76457
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76458
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76459
+ SOFTWARE.
76460
+
76461
+ * MIT *
76462
+
76463
+ MIT License
76464
+
76465
+ Copyright (c) 2020 Roman Dvornov <rdvornov@gmail.com>
76085
76466
 
76086
76467
  Permission is hereby granted, free of charge, to any person obtaining a copy
76087
76468
  of this software and associated documentation files (the "Software"), to deal
@@ -76106,7 +76487,7 @@ SOFTWARE.
76106
76487
 
76107
76488
  MIT License
76108
76489
 
76109
- Copyright (c) 2020 Evan Wallace
76490
+ Copyright (c) 2020 Vadim @streamich Dalecky
76110
76491
 
76111
76492
  Permission is hereby granted, free of charge, to any person obtaining a copy
76112
76493
  of this software and associated documentation files (the "Software"), to deal
@@ -76131,7 +76512,31 @@ SOFTWARE.
76131
76512
 
76132
76513
  MIT License
76133
76514
 
76134
- Copyright (c) 2020 Evgeny Poberezkin
76515
+ Copyright (c) 2020-2022 David Sveningsson <ext@sidvind.com>
76516
+
76517
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
76518
+ this software and associated documentation files (the "Software"), to deal in
76519
+ the Software without restriction, including without limitation the rights to
76520
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
76521
+ the Software, and to permit persons to whom the Software is furnished to do so,
76522
+ subject to the following conditions:
76523
+
76524
+ The above copyright notice and this permission notice shall be included in all
76525
+ copies or substantial portions of the Software.
76526
+
76527
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76528
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
76529
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
76530
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
76531
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
76532
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
76533
+
76534
+
76535
+ * MIT *
76536
+
76537
+ MIT License
76538
+
76539
+ Copyright (c) 2020-2024 Roman Dvornov <rdvornov@gmail.com>
76135
76540
 
76136
76541
  Permission is hereby granted, free of charge, to any person obtaining a copy
76137
76542
  of this software and associated documentation files (the "Software"), to deal
@@ -76156,7 +76561,7 @@ SOFTWARE.
76156
76561
 
76157
76562
  MIT License
76158
76563
 
76159
- Copyright (c) 2020 Helder Burato Berto - use-is-mounted-ref
76564
+ Copyright (c) 2021 Inspect JS
76160
76565
 
76161
76566
  Permission is hereby granted, free of charge, to any person obtaining a copy
76162
76567
  of this software and associated documentation files (the "Software"), to deal
@@ -76181,7 +76586,7 @@ SOFTWARE.
76181
76586
 
76182
76587
  MIT License
76183
76588
 
76184
- Copyright (c) 2020 Inspect JS
76589
+ Copyright (c) 2021 Martin Heidegger
76185
76590
 
76186
76591
  Permission is hereby granted, free of charge, to any person obtaining a copy
76187
76592
  of this software and associated documentation files (the "Software"), to deal
@@ -76206,7 +76611,7 @@ SOFTWARE.
76206
76611
 
76207
76612
  MIT License
76208
76613
 
76209
- Copyright (c) 2020 Jordan Harband
76614
+ Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org
76210
76615
 
76211
76616
  Permission is hereby granted, free of charge, to any person obtaining a copy
76212
76617
  of this software and associated documentation files (the "Software"), to deal
@@ -76231,31 +76636,7 @@ SOFTWARE.
76231
76636
 
76232
76637
  MIT License
76233
76638
 
76234
- Copyright (c) 2020 Kasper Unn Weihe
76235
-
76236
- Permission is hereby granted, free of charge, to any person obtaining a copy
76237
- of this software and associated documentation files (the "Software"), to deal
76238
- in the Software without restriction, including without limitation the rights
76239
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
76240
- copies of the Software, and to permit persons to whom the Software is
76241
- furnished to do so, subject to the following conditions:
76242
-
76243
- The above copyright notice and this permission notice shall be included in all
76244
- copies or substantial portions of the Software.
76245
-
76246
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76247
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76248
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
76249
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76250
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76251
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76252
- SOFTWARE.
76253
-
76254
- * MIT *
76255
-
76256
- MIT License
76257
-
76258
- Copyright (c) 2020 Roman Dvornov <rdvornov@gmail.com>
76639
+ Copyright (c) 2021-Present Vitest Team
76259
76640
 
76260
76641
  Permission is hereby granted, free of charge, to any person obtaining a copy
76261
76642
  of this software and associated documentation files (the "Software"), to deal
@@ -76280,32 +76661,30 @@ SOFTWARE.
76280
76661
 
76281
76662
  MIT License
76282
76663
 
76283
- Copyright (c) 2020 Vadim @streamich Dalecky
76664
+ Copyright (c) 2021-present Arthur Fiorette & Contributors
76284
76665
 
76285
- Permission is hereby granted, free of charge, to any person obtaining a copy
76286
- of this software and associated documentation files (the "Software"), to deal
76287
- in the Software without restriction, including without limitation the rights
76288
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
76289
- copies of the Software, and to permit persons to whom the Software is
76290
- furnished to do so, subject to the following conditions:
76666
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this
76667
+ software and associated documentation files (the "Software"), to deal in the Software
76668
+ without restriction, including without limitation the rights to use, copy, modify, merge,
76669
+ publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
76670
+ to whom the Software is furnished to do so, subject to the following conditions:
76291
76671
 
76292
- The above copyright notice and this permission notice shall be included in all
76293
- copies or substantial portions of the Software.
76672
+ The above copyright notice and this permission notice shall be included in all copies or
76673
+ substantial portions of the Software.
76294
76674
 
76295
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76296
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76297
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
76298
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76299
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76300
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76301
- SOFTWARE.
76675
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
76676
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
76677
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
76678
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
76679
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
76680
+ DEALINGS IN THE SOFTWARE.
76302
76681
 
76303
76682
 
76304
76683
  * MIT *
76305
76684
 
76306
76685
  MIT License
76307
76686
 
76308
- Copyright (c) 2020-2022 David Sveningsson <ext@sidvind.com>
76687
+ Copyright (c) 2021-present Floating UI contributors
76309
76688
 
76310
76689
  Permission is hereby granted, free of charge, to any person obtaining a copy of
76311
76690
  this software and associated documentation files (the "Software"), to deal in
@@ -76329,57 +76708,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
76329
76708
 
76330
76709
  MIT License
76331
76710
 
76332
- Copyright (c) 2020-2024 Roman Dvornov <rdvornov@gmail.com>
76333
-
76334
- Permission is hereby granted, free of charge, to any person obtaining a copy
76335
- of this software and associated documentation files (the "Software"), to deal
76336
- in the Software without restriction, including without limitation the rights
76337
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
76338
- copies of the Software, and to permit persons to whom the Software is
76339
- furnished to do so, subject to the following conditions:
76340
-
76341
- The above copyright notice and this permission notice shall be included in all
76342
- copies or substantial portions of the Software.
76343
-
76344
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76345
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76346
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
76347
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76348
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76349
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76350
- SOFTWARE.
76351
-
76352
-
76353
- * MIT *
76354
-
76355
- MIT License
76356
-
76357
- Copyright (c) 2021 Inspect JS
76358
-
76359
- Permission is hereby granted, free of charge, to any person obtaining a copy
76360
- of this software and associated documentation files (the "Software"), to deal
76361
- in the Software without restriction, including without limitation the rights
76362
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
76363
- copies of the Software, and to permit persons to whom the Software is
76364
- furnished to do so, subject to the following conditions:
76365
-
76366
- The above copyright notice and this permission notice shall be included in all
76367
- copies or substantial portions of the Software.
76368
-
76369
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76370
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76371
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
76372
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76373
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76374
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76375
- SOFTWARE.
76376
-
76377
-
76378
- * MIT *
76379
-
76380
- MIT License
76381
-
76382
- Copyright (c) 2021 Martin Heidegger
76711
+ Copyright (c) 2021-present Tanner Linsley
76383
76712
 
76384
76713
  Permission is hereby granted, free of charge, to any person obtaining a copy
76385
76714
  of this software and associated documentation files (the "Software"), to deal
@@ -76404,7 +76733,7 @@ SOFTWARE.
76404
76733
 
76405
76734
  MIT License
76406
76735
 
76407
- Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org
76736
+ Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
76408
76737
 
76409
76738
  Permission is hereby granted, free of charge, to any person obtaining a copy
76410
76739
  of this software and associated documentation files (the "Software"), to deal
@@ -76429,7 +76758,7 @@ SOFTWARE.
76429
76758
 
76430
76759
  MIT License
76431
76760
 
76432
- Copyright (c) 2021-Present Vitest Team
76761
+ Copyright (c) 2022 Cody Olsen
76433
76762
 
76434
76763
  Permission is hereby granted, free of charge, to any person obtaining a copy
76435
76764
  of this software and associated documentation files (the "Software"), to deal
@@ -76454,54 +76783,7 @@ SOFTWARE.
76454
76783
 
76455
76784
  MIT License
76456
76785
 
76457
- Copyright (c) 2021-present Arthur Fiorette & Contributors
76458
-
76459
- Permission is hereby granted, free of charge, to any person obtaining a copy of this
76460
- software and associated documentation files (the "Software"), to deal in the Software
76461
- without restriction, including without limitation the rights to use, copy, modify, merge,
76462
- publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
76463
- to whom the Software is furnished to do so, subject to the following conditions:
76464
-
76465
- The above copyright notice and this permission notice shall be included in all copies or
76466
- substantial portions of the Software.
76467
-
76468
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
76469
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
76470
- PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
76471
- FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
76472
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
76473
- DEALINGS IN THE SOFTWARE.
76474
-
76475
-
76476
- * MIT *
76477
-
76478
- MIT License
76479
-
76480
- Copyright (c) 2021-present Floating UI contributors
76481
-
76482
- Permission is hereby granted, free of charge, to any person obtaining a copy of
76483
- this software and associated documentation files (the "Software"), to deal in
76484
- the Software without restriction, including without limitation the rights to
76485
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
76486
- the Software, and to permit persons to whom the Software is furnished to do so,
76487
- subject to the following conditions:
76488
-
76489
- The above copyright notice and this permission notice shall be included in all
76490
- copies or substantial portions of the Software.
76491
-
76492
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76493
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
76494
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
76495
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
76496
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
76497
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
76498
-
76499
-
76500
- * MIT *
76501
-
76502
- MIT License
76503
-
76504
- Copyright (c) 2021-present Tanner Linsley
76786
+ Copyright (c) 2022 ECMAScript Shims
76505
76787
 
76506
76788
  Permission is hereby granted, free of charge, to any person obtaining a copy
76507
76789
  of this software and associated documentation files (the "Software"), to deal
@@ -76526,7 +76808,7 @@ SOFTWARE.
76526
76808
 
76527
76809
  MIT License
76528
76810
 
76529
- Copyright (c) 2022 Anthony Fu <https://github.com/antfu>
76811
+ Copyright (c) 2022 Inspect JS
76530
76812
 
76531
76813
  Permission is hereby granted, free of charge, to any person obtaining a copy
76532
76814
  of this software and associated documentation files (the "Software"), to deal
@@ -76551,7 +76833,7 @@ SOFTWARE.
76551
76833
 
76552
76834
  MIT License
76553
76835
 
76554
- Copyright (c) 2022 Cody Olsen
76836
+ Copyright (c) 2022 Jacob Ley
76555
76837
 
76556
76838
  Permission is hereby granted, free of charge, to any person obtaining a copy
76557
76839
  of this software and associated documentation files (the "Software"), to deal
@@ -76576,7 +76858,7 @@ SOFTWARE.
76576
76858
 
76577
76859
  MIT License
76578
76860
 
76579
- Copyright (c) 2022 ECMAScript Shims
76861
+ Copyright (c) 2022 Jordan Harband
76580
76862
 
76581
76863
  Permission is hereby granted, free of charge, to any person obtaining a copy
76582
76864
  of this software and associated documentation files (the "Software"), to deal
@@ -76601,7 +76883,7 @@ SOFTWARE.
76601
76883
 
76602
76884
  MIT License
76603
76885
 
76604
- Copyright (c) 2022 Inspect JS
76886
+ Copyright (c) 2022 Tinylibs
76605
76887
 
76606
76888
  Permission is hereby granted, free of charge, to any person obtaining a copy
76607
76889
  of this software and associated documentation files (the "Software"), to deal
@@ -76626,32 +76908,20 @@ SOFTWARE.
76626
76908
 
76627
76909
  MIT License
76628
76910
 
76629
- Copyright (c) 2022 Jacob Ley
76911
+ Copyright (c) 2023 FormatJS
76630
76912
 
76631
- Permission is hereby granted, free of charge, to any person obtaining a copy
76632
- of this software and associated documentation files (the "Software"), to deal
76633
- in the Software without restriction, including without limitation the rights
76634
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
76635
- copies of the Software, and to permit persons to whom the Software is
76636
- furnished to do so, subject to the following conditions:
76913
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
76637
76914
 
76638
- The above copyright notice and this permission notice shall be included in all
76639
- copies or substantial portions of the Software.
76915
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
76640
76916
 
76641
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76642
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76643
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
76644
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76645
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76646
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76647
- SOFTWARE.
76917
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
76648
76918
 
76649
76919
 
76650
76920
  * MIT *
76651
76921
 
76652
76922
  MIT License
76653
76923
 
76654
- Copyright (c) 2022 Jordan Harband
76924
+ Copyright (c) 2023 Jordan Harband
76655
76925
 
76656
76926
  Permission is hereby granted, free of charge, to any person obtaining a copy
76657
76927
  of this software and associated documentation files (the "Software"), to deal
@@ -76676,7 +76946,7 @@ SOFTWARE.
76676
76946
 
76677
76947
  MIT License
76678
76948
 
76679
- Copyright (c) 2022 Tinylibs
76949
+ Copyright (c) 2024 Colin McDonnell
76680
76950
 
76681
76951
  Permission is hereby granted, free of charge, to any person obtaining a copy
76682
76952
  of this software and associated documentation files (the "Software"), to deal
@@ -76696,25 +76966,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76696
76966
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76697
76967
  SOFTWARE.
76698
76968
 
76699
-
76700
- * MIT *
76701
-
76702
- MIT License
76703
-
76704
- Copyright (c) 2023 FormatJS
76705
-
76706
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
76707
-
76708
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
76709
-
76710
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
76711
-
76712
-
76713
76969
  * MIT *
76714
76970
 
76715
76971
  MIT License
76716
76972
 
76717
- Copyright (c) 2023 Jordan Harband
76973
+ Copyright (c) 2024 ECMAScript Shims
76718
76974
 
76719
76975
  Permission is hereby granted, free of charge, to any person obtaining a copy
76720
76976
  of this software and associated documentation files (the "Software"), to deal
@@ -76739,7 +76995,7 @@ SOFTWARE.
76739
76995
 
76740
76996
  MIT License
76741
76997
 
76742
- Copyright (c) 2024 ECMAScript Shims
76998
+ Copyright (c) 2024 Espen Hovlandsdal <espen@hovlandsdal.com>
76743
76999
 
76744
77000
  Permission is hereby granted, free of charge, to any person obtaining a copy
76745
77001
  of this software and associated documentation files (the "Software"), to deal
@@ -76764,7 +77020,7 @@ SOFTWARE.
76764
77020
 
76765
77021
  MIT License
76766
77022
 
76767
- Copyright (c) 2024 Espen Hovlandsdal <espen@hovlandsdal.com>
77023
+ Copyright (c) 2024 Fabian Hiller
76768
77024
 
76769
77025
  Permission is hereby granted, free of charge, to any person obtaining a copy
76770
77026
  of this software and associated documentation files (the "Software"), to deal
@@ -76784,7 +77040,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76784
77040
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76785
77041
  SOFTWARE.
76786
77042
 
76787
-
76788
77043
  * MIT *
76789
77044
 
76790
77045
  MIT License
@@ -77185,6 +77440,19 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
77185
77440
  SOFTWARE.
77186
77441
 
77187
77442
 
77443
+ * MIT *
77444
+
77445
+ MIT License
77446
+
77447
+ Copyright © 2024 Sasha Koss
77448
+
77449
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77450
+
77451
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
77452
+
77453
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
77454
+
77455
+
77188
77456
  * MIT *
77189
77457
 
77190
77458
  MIT License
@@ -79042,6 +79310,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
79042
79310
  THE SOFTWARE.
79043
79311
 
79044
79312
 
79313
+ * MIT *
79314
+
79315
+ The MIT License (MIT)
79316
+
79317
+ Copyright (c) 2015 Dan Abramov
79318
+
79319
+ Permission is hereby granted, free of charge, to any person obtaining a copy
79320
+ of this software and associated documentation files (the "Software"), to deal
79321
+ in the Software without restriction, including without limitation the rights
79322
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
79323
+ copies of the Software, and to permit persons to whom the Software is
79324
+ furnished to do so, subject to the following conditions:
79325
+
79326
+ The above copyright notice and this permission notice shall be included in all
79327
+ copies or substantial portions of the Software.
79328
+
79329
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
79330
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79331
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
79332
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
79333
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
79334
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
79335
+ SOFTWARE.
79336
+
79337
+
79338
+
79045
79339
  * MIT *
79046
79340
 
79047
79341
  The MIT License (MIT)
@@ -79786,8 +80080,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
79786
80080
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
79787
80081
  SOFTWARE.
79788
80082
 
79789
- ---------------------
79790
- Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.
80083
+
79791
80084
 
79792
80085
  * MIT *
79793
80086
 
@@ -81717,4 +82010,4 @@ POSSIBILITY OF SUCH DAMAGE.
81717
82010
  --------------------------------------------------------------------------------
81718
82011
  --------------------------------------------------------------------------------
81719
82012
 
81720
- Report Generated by FOSSA on 2025-9-8
82013
+ Report Generated by FOSSA on 2025-9-12