@gooddata/sdk-ui-charts 10.32.0-alpha.8 → 10.32.0

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 (25) hide show
  1. package/NOTICE +466 -431
  2. package/esm/highcharts/adapter/HighChartsRenderer.js +1 -1
  3. package/esm/highcharts/adapter/HighChartsRenderer.js.map +1 -1
  4. package/esm/highcharts/adapter/plugins/autohideLabels/autohideBarLabels.d.ts +1 -1
  5. package/esm/highcharts/adapter/plugins/autohideLabels/autohideBarLabels.d.ts.map +1 -1
  6. package/esm/highcharts/adapter/plugins/autohideLabels/autohideBarLabels.js +15 -11
  7. package/esm/highcharts/adapter/plugins/autohideLabels/autohideBarLabels.js.map +1 -1
  8. package/esm/highcharts/adapter/plugins/autohideLabels/autohideColumnLabels.d.ts.map +1 -1
  9. package/esm/highcharts/adapter/plugins/autohideLabels/autohideColumnLabels.js +14 -10
  10. package/esm/highcharts/adapter/plugins/autohideLabels/autohideColumnLabels.js.map +1 -1
  11. package/esm/highcharts/adapter/plugins/autohideLabels/autohideLabelsOverlappingItsShape.d.ts.map +1 -1
  12. package/esm/highcharts/adapter/plugins/autohideLabels/autohideLabelsOverlappingItsShape.js +8 -3
  13. package/esm/highcharts/adapter/plugins/autohideLabels/autohideLabelsOverlappingItsShape.js.map +1 -1
  14. package/esm/highcharts/chartTypes/_chartCreators/customConfiguration.d.ts.map +1 -1
  15. package/esm/highcharts/chartTypes/_chartCreators/customConfiguration.js +0 -1
  16. package/esm/highcharts/chartTypes/_chartCreators/customConfiguration.js.map +1 -1
  17. package/esm/highcharts/chartTypes/_chartCreators/dataLabelsHelpers.d.ts +2 -2
  18. package/esm/highcharts/chartTypes/_chartCreators/dataLabelsHelpers.d.ts.map +1 -1
  19. package/esm/highcharts/chartTypes/_chartCreators/dataLabelsHelpers.js +9 -8
  20. package/esm/highcharts/chartTypes/_chartCreators/dataLabelsHelpers.js.map +1 -1
  21. package/esm/highcharts/chartTypes/_chartCreators/helpers.d.ts +6 -0
  22. package/esm/highcharts/chartTypes/_chartCreators/helpers.d.ts.map +1 -1
  23. package/esm/highcharts/chartTypes/_chartCreators/helpers.js +45 -0
  24. package/esm/highcharts/chartTypes/_chartCreators/helpers.js.map +1 -1
  25. package/package.json +17 -16
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-6-19
10
+ Date generated: 2025-6-26
11
11
 
12
- Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
12
+ Revision ID: 2ed1e7653fddc3e0296fd015f45590ea238d6c2d
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -28,8 +28,8 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
28
28
  - @ampproject/remapping (2.2.1) [Apache-2.0]
29
29
  - @asamuzakjp/css-color (3.1.1) [MIT]
30
30
  - @babel/cli (7.23.4) [MIT]
31
- - @babel/code-frame (7.24.7) [MIT]
32
31
  - @babel/code-frame (7.26.2) [MIT]
32
+ - @babel/code-frame (7.27.1) [MIT]
33
33
  - @babel/compat-data (7.23.5) [MIT]
34
34
  - @babel/compat-data (7.26.8) [MIT]
35
35
  - @babel/core (7.26.10) [MIT]
@@ -62,14 +62,12 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
62
62
  - @babel/helper-string-parser (7.25.9) [MIT]
63
63
  - @babel/helper-string-parser (7.27.1) [MIT]
64
64
  - @babel/helper-validator-identifier (7.22.20) [MIT]
65
- - @babel/helper-validator-identifier (7.24.7) [MIT]
66
65
  - @babel/helper-validator-identifier (7.25.9) [MIT]
67
66
  - @babel/helper-validator-identifier (7.27.1) [MIT]
68
67
  - @babel/helper-validator-option (7.23.5) [MIT]
69
68
  - @babel/helper-validator-option (7.25.9) [MIT]
70
69
  - @babel/helper-wrap-function (7.22.20) [MIT]
71
70
  - @babel/helpers (7.26.10) [MIT]
72
- - @babel/highlight (7.24.7) [MIT]
73
71
  - @babel/parser (7.26.10) [MIT]
74
72
  - @babel/parser (7.27.2) [MIT]
75
73
  - @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression (7.23.3) [MIT]
@@ -183,20 +181,27 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
183
181
  - @emotion/use-insertion-effect-with-fallbacks (1.0.1) [MIT]
184
182
  - @emotion/utils (1.2.1) [MIT]
185
183
  - @emotion/weak-memoize (0.3.1) [MIT]
186
- - @floating-ui/core (1.5.2) [MIT]
187
- - @floating-ui/dom (1.5.3) [MIT]
188
- - @floating-ui/utils (0.1.6) [MIT]
184
+ - @floating-ui/core (1.7.1) [MIT]
185
+ - @floating-ui/dom (1.6.13) [MIT]
186
+ - @floating-ui/react (0.27.12) [MIT]
187
+ - @floating-ui/react-dom (2.1.2) [MIT]
188
+ - @floating-ui/react-dom (2.1.3) [MIT]
189
+ - @floating-ui/utils (0.2.9) [MIT]
189
190
  - @formatjs/cli-lib (6.3.3) [MIT]
190
191
  - @formatjs/ecma402-abstract (1.18.0) [MIT]
191
- - @formatjs/fast-memoize (2.2.0) [MIT]
192
+ - @formatjs/ecma402-abstract (2.2.4) [MIT]
193
+ - @formatjs/fast-memoize (2.2.3) [MIT]
192
194
  - @formatjs/icu-messageformat-parser (2.7.3) [MIT]
195
+ - @formatjs/icu-messageformat-parser (2.9.4) [MIT]
193
196
  - @formatjs/icu-skeleton-parser (1.7.0) [MIT]
194
- - @formatjs/intl (2.9.9) [MIT]
195
- - @formatjs/intl-displaynames (6.6.4) [MIT]
196
- - @formatjs/intl-listformat (7.5.3) [MIT]
197
+ - @formatjs/icu-skeleton-parser (1.8.8) [MIT]
198
+ - @formatjs/intl (2.10.15) [MIT]
199
+ - @formatjs/intl-displaynames (6.8.5) [MIT]
200
+ - @formatjs/intl-listformat (7.7.5) [MIT]
197
201
  - @formatjs/intl-localematcher (0.5.2) [MIT]
202
+ - @formatjs/intl-localematcher (0.5.8) [MIT]
198
203
  - @formatjs/ts-transformer (3.13.9) [MIT]
199
- - @gooddata/number-formatter (1.0.6) [GOODDATA LICENSE FOR GOODDATA FORMATTER, Python-2.0, PSF-2.0, mit-nagy, MIT, ISC, CNRI-Python, BSD-2-Clause, BSD-3-Clause, Apache-2.0]
204
+ - @gooddata/number-formatter (1.0.6) [GOODDATA LICENSE FOR GOODDATA FORMATTER, Python-2.0, PSF-2.0, MIT, mit-nagy, ISC, CNRI-Python, BSD-2-Clause, BSD-3-Clause, Apache-2.0]
200
205
  - @html-validate/stylish (4.2.0) [MIT]
201
206
  - @isaacs/cliui (8.0.2) [ISC]
202
207
  - @jridgewell/gen-mapping (0.3.3) [MIT]
@@ -279,17 +284,17 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
279
284
  - @types/prop-types (15.7.11) [MIT]
280
285
  - @types/qs (6.9.10) [MIT]
281
286
  - @types/range-parser (1.2.7) [MIT]
282
- - @types/react (18.2.45) [MIT]
283
- - @types/react-redux (7.1.33) [MIT]
287
+ - @types/react (18.3.23) [MIT]
288
+ - @types/react-dom (18.3.7) [MIT]
284
289
  - @types/react-transition-group (4.4.10) [MIT]
285
290
  - @types/retry (0.12.0) [MIT]
286
- - @types/scheduler (0.16.8) [MIT]
287
291
  - @types/send (0.17.4) [MIT]
288
292
  - @types/serve-index (1.9.4) [MIT]
289
293
  - @types/serve-static (1.15.5) [MIT]
290
294
  - @types/sockjs (0.3.36) [MIT]
291
295
  - @types/unist (3.0.3) [MIT]
292
296
  - @types/unist (2.0.10) [MIT]
297
+ - @types/use-sync-external-store (0.0.3) [MIT]
293
298
  - @types/ws (8.5.10) [MIT]
294
299
  - @ungap/structured-clone (1.2.0) [ISC]
295
300
  - @vitest/expect (3.0.8) [MIT]
@@ -339,7 +344,6 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
339
344
  - ansi-html-community (0.0.8) [Apache-2.0]
340
345
  - ansi-regex (5.0.1) [MIT]
341
346
  - ansi-regex (6.0.1) [MIT]
342
- - ansi-styles (3.2.1) [MIT]
343
347
  - ansi-styles (4.3.0) [MIT]
344
348
  - ansi-styles (6.2.1) [MIT]
345
349
  - anymatch (3.1.3) [ISC]
@@ -383,7 +387,6 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
383
387
  - ccount (2.0.1) [MIT]
384
388
  - chai (5.2.0) [MIT]
385
389
  - chalk (4.1.2) [MIT]
386
- - chalk (2.4.2) [MIT]
387
390
  - char-regex (1.0.2) [MIT]
388
391
  - character-entities (2.0.2) [MIT]
389
392
  - character-entities-html4 (2.1.0) [MIT]
@@ -403,9 +406,7 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
403
406
  - clone-deep (4.0.1) [MIT]
404
407
  - clsx (2.1.1) [MIT]
405
408
  - code-block-writer (11.0.3) [MIT]
406
- - color-convert (1.9.3) [MIT]
407
409
  - color-convert (2.0.1) [MIT]
408
- - color-name (1.1.3) [MIT]
409
410
  - color-name (1.1.4) [MIT]
410
411
  - colorette (2.0.20) [MIT]
411
412
  - columnify (1.6.0) [MIT]
@@ -560,7 +561,6 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
560
561
  - grid-index (1.1.0) [ISC]
561
562
  - gzip-size (6.0.0) [MIT]
562
563
  - handle-thing (2.0.1) [MIT]
563
- - has-flag (3.0.0) [MIT]
564
564
  - has-flag (4.0.0) [MIT]
565
565
  - has-property-descriptors (1.0.1) [MIT]
566
566
  - has-proto (1.0.1) [MIT]
@@ -606,7 +606,7 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
606
606
  - inline-style-parser (0.2.2) [MIT]
607
607
  - inquirer (8.2.6) [MIT]
608
608
  - interpret (2.2.0) [MIT]
609
- - intl-messageformat (10.5.8) [BSD-3-Clause]
609
+ - intl-messageformat (10.7.7) [BSD-3-Clause]
610
610
  - ipaddr.js (1.9.1) [MIT]
611
611
  - ipaddr.js (2.1.0) [MIT]
612
612
  - is-alphabetical (2.0.1) [MIT]
@@ -816,18 +816,18 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
816
816
  - randombytes (2.1.0) [MIT]
817
817
  - range-parser (1.2.1) [MIT]
818
818
  - raw-body (2.5.1) [MIT]
819
- - react (18.2.0) [MIT]
819
+ - react (18.3.1) [MIT]
820
820
  - react-content-loader (6.2.1) [MIT, Apache-2.0]
821
821
  - react-day-picker (8.9.1) [MIT]
822
822
  - react-dnd (14.0.5) [MIT, BSD-3-Clause]
823
823
  - react-dnd-html5-backend (14.1.0) [MIT]
824
- - react-dom (18.2.0) [MIT]
824
+ - react-dom (18.3.1) [MIT]
825
825
  - react-fast-compare (3.2.2) [MIT]
826
826
  - react-grid-system (8.1.9) [MIT]
827
827
  - react-helmet (6.1.0) [MIT]
828
- - react-intl (6.5.5) [BSD-3-Clause]
828
+ - react-intl (6.8.9) [BSD-3-Clause]
829
829
  - react-is (16.13.1) [MIT]
830
- - react-is (17.0.2) [MIT]
830
+ - react-is (18.1.0) [MIT]
831
831
  - react-lifecycles-compat (3.0.4) [MIT]
832
832
  - react-lines-ellipsis (0.15.4) [MIT]
833
833
  - react-loading-skeleton (3.4.0) [MIT]
@@ -835,7 +835,7 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
835
835
  - react-measure (2.5.2) [MIT]
836
836
  - react-native-listener (1.1.0) [MIT, Apache-2.0]
837
837
  - react-portal (4.2.2) [MIT]
838
- - react-redux (7.2.9) [MIT]
838
+ - react-redux (8.1.3) [MIT]
839
839
  - react-responsive (10.0.1) [MIT, BSD-3-Clause]
840
840
  - react-select (5.7.3) [MIT]
841
841
  - react-select-async-paginate (0.7.3) [MIT]
@@ -884,7 +884,7 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
884
884
  - safer-buffer (2.1.2) [MIT]
885
885
  - sass (1.69.5) [MIT, BSD-3-Clause, Apache-2.0, Zlib, bzip2-1.0.6]
886
886
  - saxes (6.0.0) [ISC]
887
- - scheduler (0.23.0) [MIT]
887
+ - scheduler (0.23.2) [MIT]
888
888
  - schema-utils (3.3.0) [MIT]
889
889
  - schema-utils (4.2.0) [MIT]
890
890
  - select-hose (2.0.0) [MIT]
@@ -942,11 +942,11 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
942
942
  - style-to-object (1.0.5) [MIT]
943
943
  - stylis (4.2.0) [MIT]
944
944
  - supercluster (8.0.1) [ISC]
945
- - supports-color (5.5.0) [MIT]
946
945
  - supports-color (7.2.0) [MIT]
947
946
  - supports-color (8.1.1) [MIT]
948
947
  - supports-preserve-symlinks-flag (1.0.0) [MIT]
949
948
  - symbol-tree (3.2.4) [MIT]
949
+ - tabbable (6.2.0) [MIT]
950
950
  - tapable (2.2.1) [MIT]
951
951
  - tar (6.2.1) [ISC]
952
952
  - terser (5.26.0) [BSD-2-Clause]
@@ -1004,6 +1004,7 @@ Revision ID: df957305d8dede754d931b97f7b077b95f6ad4e2
1004
1004
  - use-is-mounted-ref (1.5.0) [MIT]
1005
1005
  - use-isomorphic-layout-effect (1.1.2) [MIT]
1006
1006
  - use-latest (1.2.1) [MIT]
1007
+ - use-sync-external-store (1.5.0) [MIT]
1007
1008
  - util (0.12.5) [MIT]
1008
1009
  - util-deprecate (1.0.2) [MIT]
1009
1010
  - utils-merge (1.0.1) [MIT]
@@ -1404,9 +1405,9 @@ Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gm
1404
1405
  Package Download URL: https://registry.npmjs.org/@babel/cli/-/cli-7.23.4.tgz
1405
1406
 
1406
1407
  --------------------------------------------------------------------------------
1407
- Package Title: @babel/code-frame (7.24.7)
1408
+ Package Title: @babel/code-frame (7.26.2)
1408
1409
 
1409
- Package Locator: npm+@babel/code-frame$7.24.7
1410
+ Package Locator: npm+@babel/code-frame$7.26.2
1410
1411
 
1411
1412
  Package Depth: Transitive
1412
1413
  --------------------------------------------------------------------------------
@@ -1444,12 +1445,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1444
1445
 
1445
1446
  Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gmail.com
1446
1447
 
1447
- Package Download URL: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz
1448
+ Package Download URL: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz
1448
1449
 
1449
1450
  --------------------------------------------------------------------------------
1450
- Package Title: @babel/code-frame (7.26.2)
1451
+ Package Title: @babel/code-frame (7.27.1)
1451
1452
 
1452
- Package Locator: npm+@babel/code-frame$7.26.2
1453
+ Package Locator: npm+@babel/code-frame$7.27.1
1453
1454
 
1454
1455
  Package Depth: Transitive
1455
1456
  --------------------------------------------------------------------------------
@@ -1487,7 +1488,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1487
1488
 
1488
1489
  Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gmail.com
1489
1490
 
1490
- Package Download URL: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz
1491
+ Package Download URL: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz
1491
1492
 
1492
1493
  --------------------------------------------------------------------------------
1493
1494
  Package Title: @babel/compat-data (7.23.5)
@@ -2865,49 +2866,6 @@ Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gm
2865
2866
 
2866
2867
  Package Download URL: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz
2867
2868
 
2868
- --------------------------------------------------------------------------------
2869
- Package Title: @babel/helper-validator-identifier (7.24.7)
2870
-
2871
- Package Locator: npm+@babel/helper-validator-identifier$7.24.7
2872
-
2873
- Package Depth: Transitive
2874
- --------------------------------------------------------------------------------
2875
-
2876
- * Declared Licenses *
2877
- MIT
2878
-
2879
-
2880
- MIT License
2881
-
2882
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
2883
-
2884
- Permission is hereby granted, free of charge, to any person obtaining
2885
- a copy of this software and associated documentation files (the
2886
- "Software"), to deal in the Software without restriction, including
2887
- without limitation the rights to use, copy, modify, merge, publish,
2888
- distribute, sublicense, and/or sell copies of the Software, and to
2889
- permit persons to whom the Software is furnished to do so, subject to
2890
- the following conditions:
2891
-
2892
- The above copyright notice and this permission notice shall be
2893
- included in all copies or substantial portions of the Software.
2894
-
2895
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2896
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2897
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2898
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2899
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2900
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2901
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2902
-
2903
-
2904
-
2905
- * Package Info *
2906
-
2907
- Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gmail.com
2908
-
2909
- Package Download URL: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz
2910
-
2911
2869
  --------------------------------------------------------------------------------
2912
2870
  Package Title: @babel/helper-validator-identifier (7.25.9)
2913
2871
 
@@ -3166,49 +3124,6 @@ Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gm
3166
3124
 
3167
3125
  Package Download URL: https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.10.tgz
3168
3126
 
3169
- --------------------------------------------------------------------------------
3170
- Package Title: @babel/highlight (7.24.7)
3171
-
3172
- Package Locator: npm+@babel/highlight$7.24.7
3173
-
3174
- Package Depth: Transitive
3175
- --------------------------------------------------------------------------------
3176
-
3177
- * Declared Licenses *
3178
- MIT
3179
-
3180
-
3181
- MIT License
3182
-
3183
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
3184
-
3185
- Permission is hereby granted, free of charge, to any person obtaining
3186
- a copy of this software and associated documentation files (the
3187
- "Software"), to deal in the Software without restriction, including
3188
- without limitation the rights to use, copy, modify, merge, publish,
3189
- distribute, sublicense, and/or sell copies of the Software, and to
3190
- permit persons to whom the Software is furnished to do so, subject to
3191
- the following conditions:
3192
-
3193
- The above copyright notice and this permission notice shall be
3194
- included in all copies or substantial portions of the Software.
3195
-
3196
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3197
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3198
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3199
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3200
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3201
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3202
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3203
-
3204
-
3205
-
3206
- * Package Info *
3207
-
3208
- Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gmail.com
3209
-
3210
- Package Download URL: https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz
3211
-
3212
3127
  --------------------------------------------------------------------------------
3213
3128
  Package Title: @babel/parser (7.26.10)
3214
3129
 
@@ -8030,9 +7945,9 @@ Authors: npm@emmas.town, kye.hohenberger@gmail.com, emotion-release-bot@hamil.to
8030
7945
  Package Download URL: https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz
8031
7946
 
8032
7947
  --------------------------------------------------------------------------------
8033
- Package Title: @floating-ui/core (1.5.2)
7948
+ Package Title: @floating-ui/core (1.7.1)
8034
7949
 
8035
- Package Locator: npm+@floating-ui/core$1.5.2
7950
+ Package Locator: npm+@floating-ui/core$1.7.1
8036
7951
 
8037
7952
  Package Depth: Transitive
8038
7953
  --------------------------------------------------------------------------------
@@ -8068,12 +7983,135 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8068
7983
 
8069
7984
  Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8070
7985
 
8071
- Package Download URL: https://registry.npmjs.org/@floating-ui/core/-/core-1.5.2.tgz
7986
+ Package Download URL: https://registry.npmjs.org/@floating-ui/core/-/core-1.7.1.tgz
7987
+
7988
+ --------------------------------------------------------------------------------
7989
+ Package Title: @floating-ui/dom (1.6.13)
7990
+
7991
+ Package Locator: npm+@floating-ui/dom$1.6.13
7992
+
7993
+ Package Depth: Direct
7994
+ --------------------------------------------------------------------------------
7995
+
7996
+ * Declared Licenses *
7997
+ MIT
7998
+
7999
+
8000
+ MIT License
8001
+
8002
+ Copyright (c) 2021-present Floating UI contributors
8003
+
8004
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
8005
+ this software and associated documentation files (the "Software"), to deal in
8006
+ the Software without restriction, including without limitation the rights to
8007
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8008
+ the Software, and to permit persons to whom the Software is furnished to do so,
8009
+ subject to the following conditions:
8010
+
8011
+ The above copyright notice and this permission notice shall be included in all
8012
+ copies or substantial portions of the Software.
8013
+
8014
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8015
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
8016
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
8017
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
8018
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
8019
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8020
+
8021
+
8022
+
8023
+ * Package Info *
8024
+
8025
+ Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8026
+
8027
+ Package Download URL: https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.13.tgz
8072
8028
 
8073
8029
  --------------------------------------------------------------------------------
8074
- Package Title: @floating-ui/dom (1.5.3)
8030
+ Package Title: @floating-ui/react (0.27.12)
8031
+
8032
+ Package Locator: npm+@floating-ui/react$0.27.12
8075
8033
 
8076
- Package Locator: npm+@floating-ui/dom$1.5.3
8034
+ Package Depth: Direct
8035
+ --------------------------------------------------------------------------------
8036
+
8037
+ * Declared Licenses *
8038
+ MIT
8039
+
8040
+
8041
+ MIT License
8042
+
8043
+ Copyright (c) 2021-present Floating UI contributors
8044
+
8045
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
8046
+ this software and associated documentation files (the "Software"), to deal in
8047
+ the Software without restriction, including without limitation the rights to
8048
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8049
+ the Software, and to permit persons to whom the Software is furnished to do so,
8050
+ subject to the following conditions:
8051
+
8052
+ The above copyright notice and this permission notice shall be included in all
8053
+ copies or substantial portions of the Software.
8054
+
8055
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8056
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
8057
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
8058
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
8059
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
8060
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8061
+
8062
+
8063
+
8064
+ * Package Info *
8065
+
8066
+ Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8067
+
8068
+ Package Download URL: https://registry.npmjs.org/@floating-ui/react/-/react-0.27.12.tgz
8069
+
8070
+ --------------------------------------------------------------------------------
8071
+ Package Title: @floating-ui/react-dom (2.1.2)
8072
+
8073
+ Package Locator: npm+@floating-ui/react-dom$2.1.2
8074
+
8075
+ Package Depth: Direct
8076
+ --------------------------------------------------------------------------------
8077
+
8078
+ * Declared Licenses *
8079
+ MIT
8080
+
8081
+
8082
+ MIT License
8083
+
8084
+ Copyright (c) 2021-present Floating UI contributors
8085
+
8086
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
8087
+ this software and associated documentation files (the "Software"), to deal in
8088
+ the Software without restriction, including without limitation the rights to
8089
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8090
+ the Software, and to permit persons to whom the Software is furnished to do so,
8091
+ subject to the following conditions:
8092
+
8093
+ The above copyright notice and this permission notice shall be included in all
8094
+ copies or substantial portions of the Software.
8095
+
8096
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8097
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
8098
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
8099
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
8100
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
8101
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8102
+
8103
+
8104
+
8105
+ * Package Info *
8106
+
8107
+ Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8108
+
8109
+ Package Download URL: https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.2.tgz
8110
+
8111
+ --------------------------------------------------------------------------------
8112
+ Package Title: @floating-ui/react-dom (2.1.3)
8113
+
8114
+ Package Locator: npm+@floating-ui/react-dom$2.1.3
8077
8115
 
8078
8116
  Package Depth: Transitive
8079
8117
  --------------------------------------------------------------------------------
@@ -8109,12 +8147,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8109
8147
 
8110
8148
  Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8111
8149
 
8112
- Package Download URL: https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.3.tgz
8150
+ Package Download URL: https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.3.tgz
8113
8151
 
8114
8152
  --------------------------------------------------------------------------------
8115
- Package Title: @floating-ui/utils (0.1.6)
8153
+ Package Title: @floating-ui/utils (0.2.9)
8116
8154
 
8117
- Package Locator: npm+@floating-ui/utils$0.1.6
8155
+ Package Locator: npm+@floating-ui/utils$0.2.9
8118
8156
 
8119
8157
  Package Depth: Transitive
8120
8158
  --------------------------------------------------------------------------------
@@ -8150,7 +8188,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8150
8188
 
8151
8189
  Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8152
8190
 
8153
- Package Download URL: https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz
8191
+ Package Download URL: https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz
8154
8192
 
8155
8193
  --------------------------------------------------------------------------------
8156
8194
  Package Title: @formatjs/cli-lib (6.3.3)
@@ -8213,9 +8251,39 @@ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8213
8251
  Package Download URL: https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.18.0.tgz
8214
8252
 
8215
8253
  --------------------------------------------------------------------------------
8216
- Package Title: @formatjs/fast-memoize (2.2.0)
8254
+ Package Title: @formatjs/ecma402-abstract (2.2.4)
8255
+
8256
+ Package Locator: npm+@formatjs/ecma402-abstract$2.2.4
8257
+
8258
+ Package Depth: Transitive
8259
+ --------------------------------------------------------------------------------
8260
+
8261
+ * Declared Licenses *
8262
+ MIT
8263
+
8264
+
8265
+ MIT License
8266
+
8267
+ Copyright (c) 2023 FormatJS
8268
+
8269
+ 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:
8270
+
8271
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8272
+
8273
+ 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.
8274
+
8275
+
8276
+
8277
+ * Package Info *
8278
+
8279
+ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8280
+
8281
+ Package Download URL: https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.4.tgz
8282
+
8283
+ --------------------------------------------------------------------------------
8284
+ Package Title: @formatjs/fast-memoize (2.2.3)
8217
8285
 
8218
- Package Locator: npm+@formatjs/fast-memoize$2.2.0
8286
+ Package Locator: npm+@formatjs/fast-memoize$2.2.3
8219
8287
 
8220
8288
  Package Depth: Transitive
8221
8289
  --------------------------------------------------------------------------------
@@ -8226,7 +8294,7 @@ MIT
8226
8294
 
8227
8295
  MIT License
8228
8296
 
8229
- Copyright (c) 2021 FormatJS
8297
+ Copyright (c) 2023 FormatJS
8230
8298
 
8231
8299
  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:
8232
8300
 
@@ -8240,7 +8308,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8240
8308
 
8241
8309
  Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8242
8310
 
8243
- Package Download URL: https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.0.tgz
8311
+ Package Download URL: https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.3.tgz
8244
8312
 
8245
8313
  --------------------------------------------------------------------------------
8246
8314
  Package Title: @formatjs/icu-messageformat-parser (2.7.3)
@@ -8272,6 +8340,36 @@ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8272
8340
 
8273
8341
  Package Download URL: https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.3.tgz
8274
8342
 
8343
+ --------------------------------------------------------------------------------
8344
+ Package Title: @formatjs/icu-messageformat-parser (2.9.4)
8345
+
8346
+ Package Locator: npm+@formatjs/icu-messageformat-parser$2.9.4
8347
+
8348
+ Package Depth: Transitive
8349
+ --------------------------------------------------------------------------------
8350
+
8351
+ * Declared Licenses *
8352
+ MIT
8353
+
8354
+
8355
+ MIT License
8356
+
8357
+ Copyright (c) 2023 FormatJS
8358
+
8359
+ 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:
8360
+
8361
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8362
+
8363
+ 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.
8364
+
8365
+
8366
+
8367
+ * Package Info *
8368
+
8369
+ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8370
+
8371
+ Package Download URL: https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.9.4.tgz
8372
+
8275
8373
  --------------------------------------------------------------------------------
8276
8374
  Package Title: @formatjs/icu-skeleton-parser (1.7.0)
8277
8375
 
@@ -8303,9 +8401,9 @@ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8303
8401
  Package Download URL: https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.7.0.tgz
8304
8402
 
8305
8403
  --------------------------------------------------------------------------------
8306
- Package Title: @formatjs/intl (2.9.9)
8404
+ Package Title: @formatjs/icu-skeleton-parser (1.8.8)
8307
8405
 
8308
- Package Locator: npm+@formatjs/intl$2.9.9
8406
+ Package Locator: npm+@formatjs/icu-skeleton-parser$1.8.8
8309
8407
 
8310
8408
  Package Depth: Transitive
8311
8409
  --------------------------------------------------------------------------------
@@ -8330,12 +8428,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8330
8428
 
8331
8429
  Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8332
8430
 
8333
- Package Download URL: https://registry.npmjs.org/@formatjs/intl/-/intl-2.9.9.tgz
8431
+ Package Download URL: https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.8.tgz
8334
8432
 
8335
8433
  --------------------------------------------------------------------------------
8336
- Package Title: @formatjs/intl-displaynames (6.6.4)
8434
+ Package Title: @formatjs/intl (2.10.15)
8337
8435
 
8338
- Package Locator: npm+@formatjs/intl-displaynames$6.6.4
8436
+ Package Locator: npm+@formatjs/intl$2.10.15
8339
8437
 
8340
8438
  Package Depth: Transitive
8341
8439
  --------------------------------------------------------------------------------
@@ -8346,7 +8444,7 @@ MIT
8346
8444
 
8347
8445
  MIT License
8348
8446
 
8349
- Copyright (c) 2019 FormatJS
8447
+ Copyright (c) 2023 FormatJS
8350
8448
 
8351
8449
  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:
8352
8450
 
@@ -8360,12 +8458,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8360
8458
 
8361
8459
  Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8362
8460
 
8363
- Package Download URL: https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-6.6.4.tgz
8461
+ Package Download URL: https://registry.npmjs.org/@formatjs/intl/-/intl-2.10.15.tgz
8364
8462
 
8365
8463
  --------------------------------------------------------------------------------
8366
- Package Title: @formatjs/intl-listformat (7.5.3)
8464
+ Package Title: @formatjs/intl-displaynames (6.8.5)
8367
8465
 
8368
- Package Locator: npm+@formatjs/intl-listformat$7.5.3
8466
+ Package Locator: npm+@formatjs/intl-displaynames$6.8.5
8369
8467
 
8370
8468
  Package Depth: Transitive
8371
8469
  --------------------------------------------------------------------------------
@@ -8390,7 +8488,37 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8390
8488
 
8391
8489
  Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8392
8490
 
8393
- Package Download URL: https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.5.3.tgz
8491
+ Package Download URL: https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-6.8.5.tgz
8492
+
8493
+ --------------------------------------------------------------------------------
8494
+ Package Title: @formatjs/intl-listformat (7.7.5)
8495
+
8496
+ Package Locator: npm+@formatjs/intl-listformat$7.7.5
8497
+
8498
+ Package Depth: Transitive
8499
+ --------------------------------------------------------------------------------
8500
+
8501
+ * Declared Licenses *
8502
+ MIT
8503
+
8504
+
8505
+ MIT License
8506
+
8507
+ Copyright (c) 2019 FormatJS
8508
+
8509
+ 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:
8510
+
8511
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8512
+
8513
+ 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.
8514
+
8515
+
8516
+
8517
+ * Package Info *
8518
+
8519
+ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8520
+
8521
+ Package Download URL: https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.7.5.tgz
8394
8522
 
8395
8523
  --------------------------------------------------------------------------------
8396
8524
  Package Title: @formatjs/intl-localematcher (0.5.2)
@@ -8422,6 +8550,36 @@ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8422
8550
 
8423
8551
  Package Download URL: https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.2.tgz
8424
8552
 
8553
+ --------------------------------------------------------------------------------
8554
+ Package Title: @formatjs/intl-localematcher (0.5.8)
8555
+
8556
+ Package Locator: npm+@formatjs/intl-localematcher$0.5.8
8557
+
8558
+ Package Depth: Transitive
8559
+ --------------------------------------------------------------------------------
8560
+
8561
+ * Declared Licenses *
8562
+ MIT
8563
+
8564
+
8565
+ MIT License
8566
+
8567
+ Copyright (c) 2023 FormatJS
8568
+
8569
+ 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:
8570
+
8571
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8572
+
8573
+ 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.
8574
+
8575
+
8576
+
8577
+ * Package Info *
8578
+
8579
+ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8580
+
8581
+ Package Download URL: https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.8.tgz
8582
+
8425
8583
  --------------------------------------------------------------------------------
8426
8584
  Package Title: @formatjs/ts-transformer (3.13.9)
8427
8585
 
@@ -8465,7 +8623,7 @@ GOODDATA LICENSE FOR GOODDATA FORMATTER
8465
8623
 
8466
8624
 
8467
8625
  * Other Licenses *
8468
- Python-2.0, PSF-2.0, mit-nagy, MIT, ISC, CNRI-Python, BSD-2-Clause, BSD-3-Clause, Apache-2.0
8626
+ Python-2.0, PSF-2.0, MIT, mit-nagy, ISC, CNRI-Python, BSD-2-Clause, BSD-3-Clause, Apache-2.0
8469
8627
 
8470
8628
  * Python-2.0 *
8471
8629
 
@@ -8510,12 +8668,6 @@ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
8510
8668
  7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.
8511
8669
  8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License Agreement.
8512
8670
 
8513
- * mit-nagy *
8514
-
8515
- Permission to use, copy, modify, and/or distribute this code
8516
- for any purpose with or without fee is hereby granted.
8517
- There is no warranty.
8518
-
8519
8671
  * MIT *
8520
8672
 
8521
8673
  Copyright (c) 2017 GoodData Corporation
@@ -8537,6 +8689,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8537
8689
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8538
8690
  SOFTWARE.
8539
8691
 
8692
+ * mit-nagy *
8693
+
8694
+ Permission to use, copy, modify, and/or distribute this code
8695
+ for any purpose with or without fee is hereby granted.
8696
+ There is no warranty.
8697
+
8540
8698
  * ISC *
8541
8699
 
8542
8700
  Copyright (c) 2017 GoodData Corporation
@@ -8634,6 +8792,8 @@ See the License for the specific language governing permissions and limitations
8634
8792
 
8635
8793
  Authors: lucy.doan@gooddata.com, khuong.nguyen@gooddata.com, ondrej.velisek@gooddata.com, ondrej.kvinta@gooddata.com, kadlino98@seznam.cz, vaclav.zmrhal@gooddata.com, davidzoufaly@gmail.com, mya.lehoai@gmail.com, andrew.milieta@gooddata.com, kirill.kazakov@gooddata.com, ivan.nejezchleb@seznam.cz, Miroslav.Koldus@gmail.com, bich.nguyen@gooddata.com, andrii.chumak@gooddata.com, jiranek35@gmail.com, phong.nguyen@gooddata.com, martin.milicka@gooddata.com, hung.cao@gooddata.com, me@rodri360.com, jan.soubusta@gooddata.com, ivan.mjartan@gooddata.com, lubomir.slivka@gooddata.com, tomas.kratochvil@gooddata.com, stanislav.hacker@gooddata.com, vojtech.tollar@gmail.com, petr.benes@gooddata.com, rail@gooddata.com, nikola.cech@gooddata.com, petr.janu@gooddata.com, petr.dolejsi@gooddata.com, dan.homola@hotmail.cz, matyas.kandl@gooddata.com, tu.bui@gooddata.com, my.duong@gooddata.com, hang.ngo@gooddata.com, jakub.scavnicky@gooddata.com, thao.luong@gooddata.com, thuong.nguyen@gooddata.com, huyen.nguyen@gooddata.com, xesto05@gmail.com, tomas.muchka@gooddata.com, jan.kruza@gooddata.com, tuan.tran@gooddata.com
8636
8794
 
8795
+ Package Download URL: https://registry.npmjs.org/@gooddata/number-formatter/-/number-formatter-1.0.6.tgz
8796
+
8637
8797
  --------------------------------------------------------------------------------
8638
8798
  Package Title: @html-validate/stylish (4.2.0)
8639
8799
 
@@ -13265,9 +13425,9 @@ Authors: ts-npm-types@microsoft.com
13265
13425
  Package Download URL: https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz
13266
13426
 
13267
13427
  --------------------------------------------------------------------------------
13268
- Package Title: @types/react (18.2.45)
13428
+ Package Title: @types/react (18.3.23)
13269
13429
 
13270
- Package Locator: npm+@types/react$18.2.45
13430
+ Package Locator: npm+@types/react$18.3.23
13271
13431
 
13272
13432
  Package Depth: Direct
13273
13433
  --------------------------------------------------------------------------------
@@ -13304,12 +13464,12 @@ MIT
13304
13464
 
13305
13465
  Authors: ts-npm-types@microsoft.com
13306
13466
 
13307
- Package Download URL: https://registry.npmjs.org/@types/react/-/react-18.2.45.tgz
13467
+ Package Download URL: https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz
13308
13468
 
13309
13469
  --------------------------------------------------------------------------------
13310
- Package Title: @types/react-redux (7.1.33)
13470
+ Package Title: @types/react-dom (18.3.7)
13311
13471
 
13312
- Package Locator: npm+@types/react-redux$7.1.33
13472
+ Package Locator: npm+@types/react-dom$18.3.7
13313
13473
 
13314
13474
  Package Depth: Direct
13315
13475
  --------------------------------------------------------------------------------
@@ -13346,7 +13506,7 @@ MIT
13346
13506
 
13347
13507
  Authors: ts-npm-types@microsoft.com
13348
13508
 
13349
- Package Download URL: https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.33.tgz
13509
+ Package Download URL: https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz
13350
13510
 
13351
13511
  --------------------------------------------------------------------------------
13352
13512
  Package Title: @types/react-transition-group (4.4.10)
@@ -13433,9 +13593,9 @@ Authors: ts-npm-types@microsoft.com
13433
13593
  Package Download URL: https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz
13434
13594
 
13435
13595
  --------------------------------------------------------------------------------
13436
- Package Title: @types/scheduler (0.16.8)
13596
+ Package Title: @types/send (0.17.4)
13437
13597
 
13438
- Package Locator: npm+@types/scheduler$0.16.8
13598
+ Package Locator: npm+@types/send$0.17.4
13439
13599
 
13440
13600
  Package Depth: Transitive
13441
13601
  --------------------------------------------------------------------------------
@@ -13472,12 +13632,12 @@ MIT
13472
13632
 
13473
13633
  Authors: ts-npm-types@microsoft.com
13474
13634
 
13475
- Package Download URL: https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz
13635
+ Package Download URL: https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz
13476
13636
 
13477
13637
  --------------------------------------------------------------------------------
13478
- Package Title: @types/send (0.17.4)
13638
+ Package Title: @types/serve-index (1.9.4)
13479
13639
 
13480
- Package Locator: npm+@types/send$0.17.4
13640
+ Package Locator: npm+@types/serve-index$1.9.4
13481
13641
 
13482
13642
  Package Depth: Transitive
13483
13643
  --------------------------------------------------------------------------------
@@ -13514,12 +13674,12 @@ MIT
13514
13674
 
13515
13675
  Authors: ts-npm-types@microsoft.com
13516
13676
 
13517
- Package Download URL: https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz
13677
+ Package Download URL: https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz
13518
13678
 
13519
13679
  --------------------------------------------------------------------------------
13520
- Package Title: @types/serve-index (1.9.4)
13680
+ Package Title: @types/serve-static (1.15.5)
13521
13681
 
13522
- Package Locator: npm+@types/serve-index$1.9.4
13682
+ Package Locator: npm+@types/serve-static$1.15.5
13523
13683
 
13524
13684
  Package Depth: Transitive
13525
13685
  --------------------------------------------------------------------------------
@@ -13556,12 +13716,12 @@ MIT
13556
13716
 
13557
13717
  Authors: ts-npm-types@microsoft.com
13558
13718
 
13559
- Package Download URL: https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz
13719
+ Package Download URL: https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz
13560
13720
 
13561
13721
  --------------------------------------------------------------------------------
13562
- Package Title: @types/serve-static (1.15.5)
13722
+ Package Title: @types/sockjs (0.3.36)
13563
13723
 
13564
- Package Locator: npm+@types/serve-static$1.15.5
13724
+ Package Locator: npm+@types/sockjs$0.3.36
13565
13725
 
13566
13726
  Package Depth: Transitive
13567
13727
  --------------------------------------------------------------------------------
@@ -13598,14 +13758,14 @@ MIT
13598
13758
 
13599
13759
  Authors: ts-npm-types@microsoft.com
13600
13760
 
13601
- Package Download URL: https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz
13761
+ Package Download URL: https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz
13602
13762
 
13603
13763
  --------------------------------------------------------------------------------
13604
- Package Title: @types/sockjs (0.3.36)
13764
+ Package Title: @types/unist (3.0.3)
13605
13765
 
13606
- Package Locator: npm+@types/sockjs$0.3.36
13766
+ Package Locator: npm+@types/unist$3.0.3
13607
13767
 
13608
- Package Depth: Transitive
13768
+ Package Depth: Direct
13609
13769
  --------------------------------------------------------------------------------
13610
13770
 
13611
13771
  * Declared Licenses *
@@ -13640,14 +13800,14 @@ MIT
13640
13800
 
13641
13801
  Authors: ts-npm-types@microsoft.com
13642
13802
 
13643
- Package Download URL: https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz
13803
+ Package Download URL: https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz
13644
13804
 
13645
13805
  --------------------------------------------------------------------------------
13646
- Package Title: @types/unist (3.0.3)
13806
+ Package Title: @types/unist (2.0.10)
13647
13807
 
13648
- Package Locator: npm+@types/unist$3.0.3
13808
+ Package Locator: npm+@types/unist$2.0.10
13649
13809
 
13650
- Package Depth: Direct
13810
+ Package Depth: Transitive
13651
13811
  --------------------------------------------------------------------------------
13652
13812
 
13653
13813
  * Declared Licenses *
@@ -13682,12 +13842,12 @@ MIT
13682
13842
 
13683
13843
  Authors: ts-npm-types@microsoft.com
13684
13844
 
13685
- Package Download URL: https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz
13845
+ Package Download URL: https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz
13686
13846
 
13687
13847
  --------------------------------------------------------------------------------
13688
- Package Title: @types/unist (2.0.10)
13848
+ Package Title: @types/use-sync-external-store (0.0.3)
13689
13849
 
13690
- Package Locator: npm+@types/unist$2.0.10
13850
+ Package Locator: npm+@types/use-sync-external-store$0.0.3
13691
13851
 
13692
13852
  Package Depth: Transitive
13693
13853
  --------------------------------------------------------------------------------
@@ -13724,7 +13884,7 @@ MIT
13724
13884
 
13725
13885
  Authors: ts-npm-types@microsoft.com
13726
13886
 
13727
- Package Download URL: https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz
13887
+ Package Download URL: https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz
13728
13888
 
13729
13889
  --------------------------------------------------------------------------------
13730
13890
  Package Title: @types/ws (8.5.10)
@@ -16180,44 +16340,6 @@ Authors: sindresorhus@gmail.com, npm@josh.junon.me
16180
16340
 
16181
16341
  Package Download URL: https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz
16182
16342
 
16183
- --------------------------------------------------------------------------------
16184
- Package Title: ansi-styles (3.2.1)
16185
-
16186
- Package Locator: npm+ansi-styles$3.2.1
16187
-
16188
- Package Depth: Transitive
16189
- --------------------------------------------------------------------------------
16190
-
16191
- * Declared Licenses *
16192
- MIT
16193
-
16194
-
16195
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
16196
- Permission is hereby granted, free of charge, to any person obtaining a copy
16197
- of this software and associated documentation files (the "Software"), to deal
16198
- in the Software without restriction, including without limitation the rights
16199
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16200
- copies of the Software, and to permit persons to whom the Software is
16201
- furnished to do so, subject to the following conditions:
16202
-
16203
- The above copyright notice and this permission notice shall be included in all
16204
- copies or substantial portions of the Software.
16205
-
16206
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16207
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16208
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16209
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16210
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16211
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16212
- SOFTWARE.
16213
-
16214
-
16215
- * Package Info *
16216
-
16217
- Authors: sindresorhus@gmail.com, josh@junon.me
16218
-
16219
- Package Download URL: https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz
16220
-
16221
16343
  --------------------------------------------------------------------------------
16222
16344
  Package Title: ansi-styles (4.3.0)
16223
16345
 
@@ -18571,44 +18693,6 @@ Authors: sindresorhus@gmail.com, npm@josh.junon.me
18571
18693
 
18572
18694
  Package Download URL: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz
18573
18695
 
18574
- --------------------------------------------------------------------------------
18575
- Package Title: chalk (2.4.2)
18576
-
18577
- Package Locator: npm+chalk$2.4.2
18578
-
18579
- Package Depth: Transitive
18580
- --------------------------------------------------------------------------------
18581
-
18582
- * Declared Licenses *
18583
- MIT
18584
-
18585
-
18586
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
18587
- Permission is hereby granted, free of charge, to any person obtaining a copy
18588
- of this software and associated documentation files (the "Software"), to deal
18589
- in the Software without restriction, including without limitation the rights
18590
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18591
- copies of the Software, and to permit persons to whom the Software is
18592
- furnished to do so, subject to the following conditions:
18593
-
18594
- The above copyright notice and this permission notice shall be included in all
18595
- copies or substantial portions of the Software.
18596
-
18597
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18598
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18599
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18600
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18601
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18602
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18603
- SOFTWARE.
18604
-
18605
-
18606
- * Package Info *
18607
-
18608
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
18609
-
18610
- Package Download URL: https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz
18611
-
18612
18696
  --------------------------------------------------------------------------------
18613
18697
  Package Title: char-regex (1.0.2)
18614
18698
 
@@ -19357,48 +19441,6 @@ Authors: dsherret@gmail.com
19357
19441
 
19358
19442
  Package Download URL: https://registry.npmjs.org/code-block-writer/-/code-block-writer-11.0.3.tgz
19359
19443
 
19360
- --------------------------------------------------------------------------------
19361
- Package Title: color-convert (1.9.3)
19362
-
19363
- Package Locator: npm+color-convert$1.9.3
19364
-
19365
- Package Depth: Transitive
19366
- --------------------------------------------------------------------------------
19367
-
19368
- * Declared Licenses *
19369
- MIT
19370
-
19371
-
19372
- Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
19373
-
19374
- Permission is hereby granted, free of charge, to any person obtaining
19375
- a copy of this software and associated documentation files (the
19376
- "Software"), to deal in the Software without restriction, including
19377
- without limitation the rights to use, copy, modify, merge, publish,
19378
- distribute, sublicense, and/or sell copies of the Software, and to
19379
- permit persons to whom the Software is furnished to do so, subject to
19380
- the following conditions:
19381
-
19382
- The above copyright notice and this permission notice shall be
19383
- included in all copies or substantial portions of the Software.
19384
-
19385
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19386
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19387
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19388
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19389
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19390
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
19391
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19392
-
19393
-
19394
-
19395
-
19396
- * Package Info *
19397
-
19398
- Authors: npm@josh.junon.me
19399
-
19400
- Package Download URL: https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz
19401
-
19402
19444
  --------------------------------------------------------------------------------
19403
19445
  Package Title: color-convert (2.0.1)
19404
19446
 
@@ -19441,34 +19483,6 @@ Authors: npm@josh.junon.me
19441
19483
 
19442
19484
  Package Download URL: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz
19443
19485
 
19444
- --------------------------------------------------------------------------------
19445
- Package Title: color-name (1.1.3)
19446
-
19447
- Package Locator: npm+color-name$1.1.3
19448
-
19449
- Package Depth: Transitive
19450
- --------------------------------------------------------------------------------
19451
-
19452
- * Declared Licenses *
19453
- MIT
19454
-
19455
-
19456
- The MIT License (MIT)
19457
- Copyright (c) 2015 Dmitry Ivanov
19458
-
19459
- 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:
19460
-
19461
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
19462
-
19463
- 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.
19464
-
19465
-
19466
- * Package Info *
19467
-
19468
- Authors: josh@junon.me, df.creative@gmail.com, npm@moox.io
19469
-
19470
- Package Download URL: https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz
19471
-
19472
19486
  --------------------------------------------------------------------------------
19473
19487
  Package Title: color-name (1.1.4)
19474
19488
 
@@ -26083,44 +26097,6 @@ Authors: daviddias.p@gmail.com, fedor@indutny.com
26083
26097
 
26084
26098
  Package Download URL: https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz
26085
26099
 
26086
- --------------------------------------------------------------------------------
26087
- Package Title: has-flag (3.0.0)
26088
-
26089
- Package Locator: npm+has-flag$3.0.0
26090
-
26091
- Package Depth: Transitive
26092
- --------------------------------------------------------------------------------
26093
-
26094
- * Declared Licenses *
26095
- MIT
26096
-
26097
-
26098
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
26099
- Permission is hereby granted, free of charge, to any person obtaining a copy
26100
- of this software and associated documentation files (the "Software"), to deal
26101
- in the Software without restriction, including without limitation the rights
26102
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26103
- copies of the Software, and to permit persons to whom the Software is
26104
- furnished to do so, subject to the following conditions:
26105
-
26106
- The above copyright notice and this permission notice shall be included in all
26107
- copies or substantial portions of the Software.
26108
-
26109
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26110
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26111
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26112
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26113
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26114
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26115
- SOFTWARE.
26116
-
26117
-
26118
- * Package Info *
26119
-
26120
- Authors: sindresorhus@gmail.com
26121
-
26122
- Package Download URL: https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz
26123
-
26124
26100
  --------------------------------------------------------------------------------
26125
26101
  Package Title: has-flag (4.0.0)
26126
26102
 
@@ -28556,9 +28532,9 @@ Authors: sttk.xslet@gmail.com, blaine.bublitz@gmail.com, yo@contra.io, tyler@sle
28556
28532
  Package Download URL: https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz
28557
28533
 
28558
28534
  --------------------------------------------------------------------------------
28559
- Package Title: intl-messageformat (10.5.8)
28535
+ Package Title: intl-messageformat (10.7.7)
28560
28536
 
28561
- Package Locator: npm+intl-messageformat$10.5.8
28537
+ Package Locator: npm+intl-messageformat$10.7.7
28562
28538
 
28563
28539
  Package Depth: Transitive
28564
28540
  --------------------------------------------------------------------------------
@@ -28607,7 +28583,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28607
28583
 
28608
28584
  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
28609
28585
 
28610
- Package Download URL: https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.5.8.tgz
28586
+ Package Download URL: https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.7.7.tgz
28611
28587
 
28612
28588
  --------------------------------------------------------------------------------
28613
28589
  Package Title: ipaddr.js (1.9.1)
@@ -36686,7 +36662,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH
36686
36662
 
36687
36663
  * Package Info *
36688
36664
 
36689
- Authors: chaijs@keithcirkel.co.uk, npm@keithcirkel.co.uk
36665
+ Authors: chaijs@keithcirkel.co.uk
36690
36666
 
36691
36667
  Package Download URL: https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz
36692
36668
 
@@ -37852,9 +37828,9 @@ Authors: doug@somethingdoug.com, jonathanrichardong@gmail.com
37852
37828
  Package Download URL: https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz
37853
37829
 
37854
37830
  --------------------------------------------------------------------------------
37855
- Package Title: react (18.2.0)
37831
+ Package Title: react (18.3.1)
37856
37832
 
37857
- Package Locator: npm+react$18.2.0
37833
+ Package Locator: npm+react$18.3.1
37858
37834
 
37859
37835
  Package Depth: Direct
37860
37836
  --------------------------------------------------------------------------------
@@ -37891,7 +37867,7 @@ SOFTWARE.
37891
37867
 
37892
37868
  Authors: opensource+npm@fb.com, react-core@meta.com
37893
37869
 
37894
- Package Download URL: https://registry.npmjs.org/react/-/react-18.2.0.tgz
37870
+ Package Download URL: https://registry.npmjs.org/react/-/react-18.3.1.tgz
37895
37871
 
37896
37872
  --------------------------------------------------------------------------------
37897
37873
  Package Title: react-content-loader (6.2.1)
@@ -38117,9 +38093,9 @@ Authors: jordangens@gmail.com, dan.abramov@gmail.com, darthtrevino@gmail.com, ni
38117
38093
  Package Download URL: https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-14.1.0.tgz
38118
38094
 
38119
38095
  --------------------------------------------------------------------------------
38120
- Package Title: react-dom (18.2.0)
38096
+ Package Title: react-dom (18.3.1)
38121
38097
 
38122
- Package Locator: npm+react-dom$18.2.0
38098
+ Package Locator: npm+react-dom$18.3.1
38123
38099
 
38124
38100
  Package Depth: Direct
38125
38101
  --------------------------------------------------------------------------------
@@ -38156,7 +38132,7 @@ SOFTWARE.
38156
38132
 
38157
38133
  Authors: opensource+npm@fb.com, react-core@meta.com
38158
38134
 
38159
- Package Download URL: https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz
38135
+ Package Download URL: https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz
38160
38136
 
38161
38137
  --------------------------------------------------------------------------------
38162
38138
  Package Title: react-fast-compare (3.2.2)
@@ -38284,9 +38260,9 @@ Authors: cara.kuei@nfl.com, chris.welch@nfl.com, darren.wiebe@nfl.com, michael.b
38284
38260
  Package Download URL: https://registry.npmjs.org/react-helmet/-/react-helmet-6.1.0.tgz
38285
38261
 
38286
38262
  --------------------------------------------------------------------------------
38287
- Package Title: react-intl (6.5.5)
38263
+ Package Title: react-intl (6.8.9)
38288
38264
 
38289
- Package Locator: npm+react-intl$6.5.5
38265
+ Package Locator: npm+react-intl$6.8.9
38290
38266
 
38291
38267
  Package Depth: Direct
38292
38268
  --------------------------------------------------------------------------------
@@ -38329,7 +38305,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38329
38305
 
38330
38306
  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
38331
38307
 
38332
- Package Download URL: https://registry.npmjs.org/react-intl/-/react-intl-6.5.5.tgz
38308
+ Package Download URL: https://registry.npmjs.org/react-intl/-/react-intl-6.8.9.tgz
38333
38309
 
38334
38310
  --------------------------------------------------------------------------------
38335
38311
  Package Title: react-is (16.13.1)
@@ -38374,9 +38350,9 @@ Authors: opensource+npm@fb.com, react-core@meta.com
38374
38350
  Package Download URL: https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz
38375
38351
 
38376
38352
  --------------------------------------------------------------------------------
38377
- Package Title: react-is (17.0.2)
38353
+ Package Title: react-is (18.1.0)
38378
38354
 
38379
- Package Locator: npm+react-is$17.0.2
38355
+ Package Locator: npm+react-is$18.1.0
38380
38356
 
38381
38357
  Package Depth: Transitive
38382
38358
  --------------------------------------------------------------------------------
@@ -38413,7 +38389,7 @@ SOFTWARE.
38413
38389
 
38414
38390
  Authors: opensource+npm@fb.com, react-core@meta.com
38415
38391
 
38416
- Package Download URL: https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz
38392
+ Package Download URL: https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz
38417
38393
 
38418
38394
  --------------------------------------------------------------------------------
38419
38395
  Package Title: react-lifecycles-compat (3.0.4)
@@ -38711,9 +38687,9 @@ Authors: vojtech@miksu.cz
38711
38687
  Package Download URL: https://registry.npmjs.org/react-portal/-/react-portal-4.2.2.tgz
38712
38688
 
38713
38689
  --------------------------------------------------------------------------------
38714
- Package Title: react-redux (7.2.9)
38690
+ Package Title: react-redux (8.1.3)
38715
38691
 
38716
- Package Locator: npm+react-redux$7.2.9
38692
+ Package Locator: npm+react-redux$8.1.3
38717
38693
 
38718
38694
  Package Depth: Direct
38719
38695
  --------------------------------------------------------------------------------
@@ -38750,7 +38726,7 @@ SOFTWARE.
38750
38726
 
38751
38727
  Authors: dan.abramov@gmail.com, timdorr@timdorr.com, mark.erikson@gmail.com
38752
38728
 
38753
- Package Download URL: https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz
38729
+ Package Download URL: https://registry.npmjs.org/react-redux/-/react-redux-8.1.3.tgz
38754
38730
 
38755
38731
  --------------------------------------------------------------------------------
38756
38732
  Package Title: react-responsive (10.0.1)
@@ -42955,9 +42931,9 @@ Authors: ldd@lddubeau.com
42955
42931
  Package Download URL: https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz
42956
42932
 
42957
42933
  --------------------------------------------------------------------------------
42958
- Package Title: scheduler (0.23.0)
42934
+ Package Title: scheduler (0.23.2)
42959
42935
 
42960
- Package Locator: npm+scheduler$0.23.0
42936
+ Package Locator: npm+scheduler$0.23.2
42961
42937
 
42962
42938
  Package Depth: Transitive
42963
42939
  --------------------------------------------------------------------------------
@@ -42994,7 +42970,7 @@ SOFTWARE.
42994
42970
 
42995
42971
  Authors: opensource+npm@fb.com, react-core@meta.com
42996
42972
 
42997
- Package Download URL: https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz
42973
+ Package Download URL: https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz
42998
42974
 
42999
42975
  --------------------------------------------------------------------------------
43000
42976
  Package Title: schema-utils (3.3.0)
@@ -45346,9 +45322,9 @@ Authors: accounts+npmjs-01@mapbox.com, accounts+npmjs-02@mapbox.com, accounts+np
45346
45322
  Package Download URL: https://registry.npmjs.org/supercluster/-/supercluster-8.0.1.tgz
45347
45323
 
45348
45324
  --------------------------------------------------------------------------------
45349
- Package Title: supports-color (5.5.0)
45325
+ Package Title: supports-color (7.2.0)
45350
45326
 
45351
- Package Locator: npm+supports-color$5.5.0
45327
+ Package Locator: npm+supports-color$7.2.0
45352
45328
 
45353
45329
  Package Depth: Transitive
45354
45330
  --------------------------------------------------------------------------------
@@ -45381,12 +45357,12 @@ SOFTWARE.
45381
45357
 
45382
45358
  Authors: sindresorhus@gmail.com, npm@josh.junon.me
45383
45359
 
45384
- Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz
45360
+ Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz
45385
45361
 
45386
45362
  --------------------------------------------------------------------------------
45387
- Package Title: supports-color (7.2.0)
45363
+ Package Title: supports-color (8.1.1)
45388
45364
 
45389
- Package Locator: npm+supports-color$7.2.0
45365
+ Package Locator: npm+supports-color$8.1.1
45390
45366
 
45391
45367
  Package Depth: Transitive
45392
45368
  --------------------------------------------------------------------------------
@@ -45395,7 +45371,7 @@ Package Depth: Transitive
45395
45371
  MIT
45396
45372
 
45397
45373
 
45398
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
45374
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
45399
45375
  Permission is hereby granted, free of charge, to any person obtaining a copy
45400
45376
  of this software and associated documentation files (the "Software"), to deal
45401
45377
  in the Software without restriction, including without limitation the rights
@@ -45419,12 +45395,12 @@ SOFTWARE.
45419
45395
 
45420
45396
  Authors: sindresorhus@gmail.com, npm@josh.junon.me
45421
45397
 
45422
- Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz
45398
+ Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz
45423
45399
 
45424
45400
  --------------------------------------------------------------------------------
45425
- Package Title: supports-color (8.1.1)
45401
+ Package Title: supports-preserve-symlinks-flag (1.0.0)
45426
45402
 
45427
- Package Locator: npm+supports-color$8.1.1
45403
+ Package Locator: npm+supports-preserve-symlinks-flag$1.0.0
45428
45404
 
45429
45405
  Package Depth: Transitive
45430
45406
  --------------------------------------------------------------------------------
@@ -45433,7 +45409,10 @@ Package Depth: Transitive
45433
45409
  MIT
45434
45410
 
45435
45411
 
45436
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
45412
+ MIT License
45413
+
45414
+ Copyright (c) 2022 Inspect JS
45415
+
45437
45416
  Permission is hereby granted, free of charge, to any person obtaining a copy
45438
45417
  of this software and associated documentation files (the "Software"), to deal
45439
45418
  in the Software without restriction, including without limitation the rights
@@ -45453,16 +45432,17 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45453
45432
  SOFTWARE.
45454
45433
 
45455
45434
 
45435
+
45456
45436
  * Package Info *
45457
45437
 
45458
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
45438
+ Authors: ljharb@gmail.com
45459
45439
 
45460
- Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz
45440
+ Package Download URL: https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz
45461
45441
 
45462
45442
  --------------------------------------------------------------------------------
45463
- Package Title: supports-preserve-symlinks-flag (1.0.0)
45443
+ Package Title: symbol-tree (3.2.4)
45464
45444
 
45465
- Package Locator: npm+supports-preserve-symlinks-flag$1.0.0
45445
+ Package Locator: npm+symbol-tree$3.2.4
45466
45446
 
45467
45447
  Package Depth: Transitive
45468
45448
  --------------------------------------------------------------------------------
@@ -45471,9 +45451,9 @@ Package Depth: Transitive
45471
45451
  MIT
45472
45452
 
45473
45453
 
45474
- MIT License
45454
+ The MIT License (MIT)
45475
45455
 
45476
- Copyright (c) 2022 Inspect JS
45456
+ Copyright (c) 2015 Joris van der Wel
45477
45457
 
45478
45458
  Permission is hereby granted, free of charge, to any person obtaining a copy
45479
45459
  of this software and associated documentation files (the "Software"), to deal
@@ -45482,29 +45462,29 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45482
45462
  copies of the Software, and to permit persons to whom the Software is
45483
45463
  furnished to do so, subject to the following conditions:
45484
45464
 
45485
- The above copyright notice and this permission notice shall be included in all
45486
- copies or substantial portions of the Software.
45465
+ The above copyright notice and this permission notice shall be included in
45466
+ all copies or substantial portions of the Software.
45487
45467
 
45488
45468
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45489
45469
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45490
45470
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45491
45471
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45492
45472
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45493
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45494
- SOFTWARE.
45473
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
45474
+ THE SOFTWARE.
45495
45475
 
45496
45476
 
45497
45477
 
45498
45478
  * Package Info *
45499
45479
 
45500
- Authors: ljharb@gmail.com
45480
+ Authors: joris@jorisvanderwel.com
45501
45481
 
45502
- Package Download URL: https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz
45482
+ Package Download URL: https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz
45503
45483
 
45504
45484
  --------------------------------------------------------------------------------
45505
- Package Title: symbol-tree (3.2.4)
45485
+ Package Title: tabbable (6.2.0)
45506
45486
 
45507
- Package Locator: npm+symbol-tree$3.2.4
45487
+ Package Locator: npm+tabbable$6.2.0
45508
45488
 
45509
45489
  Package Depth: Transitive
45510
45490
  --------------------------------------------------------------------------------
@@ -45515,7 +45495,7 @@ MIT
45515
45495
 
45516
45496
  The MIT License (MIT)
45517
45497
 
45518
- Copyright (c) 2015 Joris van der Wel
45498
+ Copyright (c) 2015 David Clark
45519
45499
 
45520
45500
  Permission is hereby granted, free of charge, to any person obtaining a copy
45521
45501
  of this software and associated documentation files (the "Software"), to deal
@@ -45524,24 +45504,25 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45524
45504
  copies of the Software, and to permit persons to whom the Software is
45525
45505
  furnished to do so, subject to the following conditions:
45526
45506
 
45527
- The above copyright notice and this permission notice shall be included in
45528
- all copies or substantial portions of the Software.
45507
+ The above copyright notice and this permission notice shall be included in all
45508
+ copies or substantial portions of the Software.
45529
45509
 
45530
45510
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45531
45511
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45532
45512
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45533
45513
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45534
45514
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45535
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
45536
- THE SOFTWARE.
45515
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45516
+ SOFTWARE.
45517
+
45537
45518
 
45538
45519
 
45539
45520
 
45540
45521
  * Package Info *
45541
45522
 
45542
- Authors: joris@jorisvanderwel.com
45523
+ Authors: david.dave.clark@gmail.com, stefan@stefcameron.com
45543
45524
 
45544
- Package Download URL: https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz
45525
+ Package Download URL: https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz
45545
45526
 
45546
45527
  --------------------------------------------------------------------------------
45547
45528
  Package Title: tapable (2.2.1)
@@ -48943,6 +48924,48 @@ Authors: mateuszburzynski@gmail.com
48943
48924
 
48944
48925
  Package Download URL: https://registry.npmjs.org/use-latest/-/use-latest-1.2.1.tgz
48945
48926
 
48927
+ --------------------------------------------------------------------------------
48928
+ Package Title: use-sync-external-store (1.5.0)
48929
+
48930
+ Package Locator: npm+use-sync-external-store$1.5.0
48931
+
48932
+ Package Depth: Transitive
48933
+ --------------------------------------------------------------------------------
48934
+
48935
+ * Declared Licenses *
48936
+ MIT
48937
+
48938
+
48939
+ MIT License
48940
+
48941
+ Copyright (c) Meta Platforms, Inc. and affiliates.
48942
+
48943
+ Permission is hereby granted, free of charge, to any person obtaining a copy
48944
+ of this software and associated documentation files (the "Software"), to deal
48945
+ in the Software without restriction, including without limitation the rights
48946
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48947
+ copies of the Software, and to permit persons to whom the Software is
48948
+ furnished to do so, subject to the following conditions:
48949
+
48950
+ The above copyright notice and this permission notice shall be included in all
48951
+ copies or substantial portions of the Software.
48952
+
48953
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
48954
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48955
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48956
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48957
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48958
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48959
+ SOFTWARE.
48960
+
48961
+
48962
+
48963
+ * Package Info *
48964
+
48965
+ Authors: react-core@meta.com
48966
+
48967
+ Package Download URL: https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz
48968
+
48946
48969
  --------------------------------------------------------------------------------
48947
48970
  Package Title: util (0.12.5)
48948
48971
 
@@ -78388,19 +78411,6 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
78388
78411
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
78389
78412
 
78390
78413
 
78391
- * MIT *
78392
-
78393
- MIT License
78394
-
78395
- Copyright (c) 2021 FormatJS
78396
-
78397
- 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:
78398
-
78399
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
78400
-
78401
- 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.
78402
-
78403
-
78404
78414
  * MIT *
78405
78415
 
78406
78416
  MIT License
@@ -78986,6 +78996,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
78986
78996
  SOFTWARE.
78987
78997
 
78988
78998
 
78999
+ * MIT *
79000
+
79001
+ MIT License
79002
+
79003
+ Copyright (c) Meta Platforms, Inc. and affiliates.
79004
+
79005
+ Permission is hereby granted, free of charge, to any person obtaining a copy
79006
+ of this software and associated documentation files (the "Software"), to deal
79007
+ in the Software without restriction, including without limitation the rights
79008
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
79009
+ copies of the Software, and to permit persons to whom the Software is
79010
+ furnished to do so, subject to the following conditions:
79011
+
79012
+ The above copyright notice and this permission notice shall be included in all
79013
+ copies or substantial portions of the Software.
79014
+
79015
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
79016
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79017
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
79018
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
79019
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
79020
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
79021
+ SOFTWARE.
79022
+
79023
+
78989
79024
  * MIT *
78990
79025
 
78991
79026
  MIT License
@@ -83789,4 +83824,4 @@ POSSIBILITY OF SUCH DAMAGE.
83789
83824
  --------------------------------------------------------------------------------
83790
83825
  --------------------------------------------------------------------------------
83791
83826
 
83792
- Report Generated by FOSSA on 2025-6-19
83827
+ Report Generated by FOSSA on 2025-6-26