@gooddata/sdk-ui-charts 10.32.0-alpha.3 → 10.32.0-alpha.31

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 (23) hide show
  1. package/NOTICE +351 -429
  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.map +1 -1
  5. package/esm/highcharts/adapter/plugins/autohideLabels/autohideBarLabels.js +6 -4
  6. package/esm/highcharts/adapter/plugins/autohideLabels/autohideBarLabels.js.map +1 -1
  7. package/esm/highcharts/adapter/plugins/autohideLabels/autohideColumnLabels.d.ts.map +1 -1
  8. package/esm/highcharts/adapter/plugins/autohideLabels/autohideColumnLabels.js +5 -3
  9. package/esm/highcharts/adapter/plugins/autohideLabels/autohideColumnLabels.js.map +1 -1
  10. package/esm/highcharts/adapter/plugins/autohideLabels/autohideLabelsOverlappingItsShape.d.ts.map +1 -1
  11. package/esm/highcharts/adapter/plugins/autohideLabels/autohideLabelsOverlappingItsShape.js +8 -3
  12. package/esm/highcharts/adapter/plugins/autohideLabels/autohideLabelsOverlappingItsShape.js.map +1 -1
  13. package/esm/highcharts/chartTypes/_chartCreators/customConfiguration.d.ts.map +1 -1
  14. package/esm/highcharts/chartTypes/_chartCreators/customConfiguration.js +0 -1
  15. package/esm/highcharts/chartTypes/_chartCreators/customConfiguration.js.map +1 -1
  16. package/esm/highcharts/chartTypes/_chartCreators/dataLabelsHelpers.d.ts.map +1 -1
  17. package/esm/highcharts/chartTypes/_chartCreators/dataLabelsHelpers.js +3 -0
  18. package/esm/highcharts/chartTypes/_chartCreators/dataLabelsHelpers.js.map +1 -1
  19. package/esm/highcharts/chartTypes/_chartCreators/helpers.d.ts +5 -0
  20. package/esm/highcharts/chartTypes/_chartCreators/helpers.d.ts.map +1 -1
  21. package/esm/highcharts/chartTypes/_chartCreators/helpers.js +31 -0
  22. package/esm/highcharts/chartTypes/_chartCreators/helpers.js.map +1 -1
  23. 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-13
10
+ Date generated: 2025-6-24
11
11
 
12
- Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
12
+ Revision ID: 87866b0442711836c3b30eafb4d7b7b10e9fc0b1
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -28,8 +28,8 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
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: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
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,18 +181,25 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
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
204
  - @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]
200
205
  - @html-validate/stylish (4.2.0) [MIT]
@@ -279,11 +284,10 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
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]
287
+ - @types/react (18.3.23) [MIT]
283
288
  - @types/react-redux (7.1.33) [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]
@@ -339,7 +343,6 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
339
343
  - ansi-html-community (0.0.8) [Apache-2.0]
340
344
  - ansi-regex (5.0.1) [MIT]
341
345
  - ansi-regex (6.0.1) [MIT]
342
- - ansi-styles (3.2.1) [MIT]
343
346
  - ansi-styles (4.3.0) [MIT]
344
347
  - ansi-styles (6.2.1) [MIT]
345
348
  - anymatch (3.1.3) [ISC]
@@ -383,7 +386,6 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
383
386
  - ccount (2.0.1) [MIT]
384
387
  - chai (5.2.0) [MIT]
385
388
  - chalk (4.1.2) [MIT]
386
- - chalk (2.4.2) [MIT]
387
389
  - char-regex (1.0.2) [MIT]
388
390
  - character-entities (2.0.2) [MIT]
389
391
  - character-entities-html4 (2.1.0) [MIT]
@@ -403,9 +405,7 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
403
405
  - clone-deep (4.0.1) [MIT]
404
406
  - clsx (2.1.1) [MIT]
405
407
  - code-block-writer (11.0.3) [MIT]
406
- - color-convert (1.9.3) [MIT]
407
408
  - color-convert (2.0.1) [MIT]
408
- - color-name (1.1.3) [MIT]
409
409
  - color-name (1.1.4) [MIT]
410
410
  - colorette (2.0.20) [MIT]
411
411
  - columnify (1.6.0) [MIT]
@@ -560,7 +560,6 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
560
560
  - grid-index (1.1.0) [ISC]
561
561
  - gzip-size (6.0.0) [MIT]
562
562
  - handle-thing (2.0.1) [MIT]
563
- - has-flag (3.0.0) [MIT]
564
563
  - has-flag (4.0.0) [MIT]
565
564
  - has-property-descriptors (1.0.1) [MIT]
566
565
  - has-proto (1.0.1) [MIT]
@@ -606,7 +605,7 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
606
605
  - inline-style-parser (0.2.2) [MIT]
607
606
  - inquirer (8.2.6) [MIT]
608
607
  - interpret (2.2.0) [MIT]
609
- - intl-messageformat (10.5.8) [BSD-3-Clause]
608
+ - intl-messageformat (10.7.7) [BSD-3-Clause]
610
609
  - ipaddr.js (1.9.1) [MIT]
611
610
  - ipaddr.js (2.1.0) [MIT]
612
611
  - is-alphabetical (2.0.1) [MIT]
@@ -816,16 +815,16 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
816
815
  - randombytes (2.1.0) [MIT]
817
816
  - range-parser (1.2.1) [MIT]
818
817
  - raw-body (2.5.1) [MIT]
819
- - react (18.2.0) [MIT]
818
+ - react (18.3.1) [MIT]
820
819
  - react-content-loader (6.2.1) [MIT, Apache-2.0]
821
820
  - react-day-picker (8.9.1) [MIT]
822
821
  - react-dnd (14.0.5) [MIT, BSD-3-Clause]
823
822
  - react-dnd-html5-backend (14.1.0) [MIT]
824
- - react-dom (18.2.0) [MIT]
823
+ - react-dom (18.3.1) [MIT]
825
824
  - react-fast-compare (3.2.2) [MIT]
826
825
  - react-grid-system (8.1.9) [MIT]
827
826
  - react-helmet (6.1.0) [MIT]
828
- - react-intl (6.5.5) [BSD-3-Clause]
827
+ - react-intl (6.8.9) [BSD-3-Clause]
829
828
  - react-is (16.13.1) [MIT]
830
829
  - react-is (17.0.2) [MIT]
831
830
  - react-lifecycles-compat (3.0.4) [MIT]
@@ -884,7 +883,7 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
884
883
  - safer-buffer (2.1.2) [MIT]
885
884
  - sass (1.69.5) [MIT, BSD-3-Clause, Apache-2.0, Zlib, bzip2-1.0.6]
886
885
  - saxes (6.0.0) [ISC]
887
- - scheduler (0.23.0) [MIT]
886
+ - scheduler (0.23.2) [MIT]
888
887
  - schema-utils (3.3.0) [MIT]
889
888
  - schema-utils (4.2.0) [MIT]
890
889
  - select-hose (2.0.0) [MIT]
@@ -942,11 +941,11 @@ Revision ID: 87c9e9ba9a0f178d89274d9fd7f7b0d0fcfee553
942
941
  - style-to-object (1.0.5) [MIT]
943
942
  - stylis (4.2.0) [MIT]
944
943
  - supercluster (8.0.1) [ISC]
945
- - supports-color (5.5.0) [MIT]
946
944
  - supports-color (7.2.0) [MIT]
947
945
  - supports-color (8.1.1) [MIT]
948
946
  - supports-preserve-symlinks-flag (1.0.0) [MIT]
949
947
  - symbol-tree (3.2.4) [MIT]
948
+ - tabbable (6.2.0) [MIT]
950
949
  - tapable (2.2.1) [MIT]
951
950
  - tar (6.2.1) [ISC]
952
951
  - terser (5.26.0) [BSD-2-Clause]
@@ -1404,9 +1403,9 @@ Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gm
1404
1403
  Package Download URL: https://registry.npmjs.org/@babel/cli/-/cli-7.23.4.tgz
1405
1404
 
1406
1405
  --------------------------------------------------------------------------------
1407
- Package Title: @babel/code-frame (7.24.7)
1406
+ Package Title: @babel/code-frame (7.26.2)
1408
1407
 
1409
- Package Locator: npm+@babel/code-frame$7.24.7
1408
+ Package Locator: npm+@babel/code-frame$7.26.2
1410
1409
 
1411
1410
  Package Depth: Transitive
1412
1411
  --------------------------------------------------------------------------------
@@ -1444,12 +1443,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1444
1443
 
1445
1444
  Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gmail.com
1446
1445
 
1447
- Package Download URL: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz
1446
+ Package Download URL: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz
1448
1447
 
1449
1448
  --------------------------------------------------------------------------------
1450
- Package Title: @babel/code-frame (7.26.2)
1449
+ Package Title: @babel/code-frame (7.27.1)
1451
1450
 
1452
- Package Locator: npm+@babel/code-frame$7.26.2
1451
+ Package Locator: npm+@babel/code-frame$7.27.1
1453
1452
 
1454
1453
  Package Depth: Transitive
1455
1454
  --------------------------------------------------------------------------------
@@ -1487,7 +1486,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1487
1486
 
1488
1487
  Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gmail.com
1489
1488
 
1490
- Package Download URL: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz
1489
+ Package Download URL: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz
1491
1490
 
1492
1491
  --------------------------------------------------------------------------------
1493
1492
  Package Title: @babel/compat-data (7.23.5)
@@ -2865,49 +2864,6 @@ Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gm
2865
2864
 
2866
2865
  Package Download URL: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz
2867
2866
 
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
2867
  --------------------------------------------------------------------------------
2912
2868
  Package Title: @babel/helper-validator-identifier (7.25.9)
2913
2869
 
@@ -3166,49 +3122,6 @@ Authors: hi@henryzoo.com, bng412@gmail.com, nicolo.ribaudo@gmail.com, jlhwung@gm
3166
3122
 
3167
3123
  Package Download URL: https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.10.tgz
3168
3124
 
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
3125
  --------------------------------------------------------------------------------
3213
3126
  Package Title: @babel/parser (7.26.10)
3214
3127
 
@@ -8030,9 +7943,9 @@ Authors: npm@emmas.town, kye.hohenberger@gmail.com, emotion-release-bot@hamil.to
8030
7943
  Package Download URL: https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz
8031
7944
 
8032
7945
  --------------------------------------------------------------------------------
8033
- Package Title: @floating-ui/core (1.5.2)
7946
+ Package Title: @floating-ui/core (1.7.1)
8034
7947
 
8035
- Package Locator: npm+@floating-ui/core$1.5.2
7948
+ Package Locator: npm+@floating-ui/core$1.7.1
8036
7949
 
8037
7950
  Package Depth: Transitive
8038
7951
  --------------------------------------------------------------------------------
@@ -8068,12 +7981,135 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8068
7981
 
8069
7982
  Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8070
7983
 
8071
- Package Download URL: https://registry.npmjs.org/@floating-ui/core/-/core-1.5.2.tgz
7984
+ Package Download URL: https://registry.npmjs.org/@floating-ui/core/-/core-1.7.1.tgz
7985
+
7986
+ --------------------------------------------------------------------------------
7987
+ Package Title: @floating-ui/dom (1.6.13)
7988
+
7989
+ Package Locator: npm+@floating-ui/dom$1.6.13
7990
+
7991
+ Package Depth: Direct
7992
+ --------------------------------------------------------------------------------
7993
+
7994
+ * Declared Licenses *
7995
+ MIT
7996
+
7997
+
7998
+ MIT License
7999
+
8000
+ Copyright (c) 2021-present Floating UI contributors
8001
+
8002
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
8003
+ this software and associated documentation files (the "Software"), to deal in
8004
+ the Software without restriction, including without limitation the rights to
8005
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8006
+ the Software, and to permit persons to whom the Software is furnished to do so,
8007
+ subject to the following conditions:
8008
+
8009
+ The above copyright notice and this permission notice shall be included in all
8010
+ copies or substantial portions of the Software.
8011
+
8012
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8013
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
8014
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
8015
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
8016
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
8017
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8018
+
8019
+
8020
+
8021
+ * Package Info *
8022
+
8023
+ Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8024
+
8025
+ Package Download URL: https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.13.tgz
8072
8026
 
8073
8027
  --------------------------------------------------------------------------------
8074
- Package Title: @floating-ui/dom (1.5.3)
8028
+ Package Title: @floating-ui/react (0.27.12)
8029
+
8030
+ Package Locator: npm+@floating-ui/react$0.27.12
8075
8031
 
8076
- Package Locator: npm+@floating-ui/dom$1.5.3
8032
+ Package Depth: Direct
8033
+ --------------------------------------------------------------------------------
8034
+
8035
+ * Declared Licenses *
8036
+ MIT
8037
+
8038
+
8039
+ MIT License
8040
+
8041
+ Copyright (c) 2021-present Floating UI contributors
8042
+
8043
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
8044
+ this software and associated documentation files (the "Software"), to deal in
8045
+ the Software without restriction, including without limitation the rights to
8046
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8047
+ the Software, and to permit persons to whom the Software is furnished to do so,
8048
+ subject to the following conditions:
8049
+
8050
+ The above copyright notice and this permission notice shall be included in all
8051
+ copies or substantial portions of the Software.
8052
+
8053
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8054
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
8055
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
8056
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
8057
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
8058
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8059
+
8060
+
8061
+
8062
+ * Package Info *
8063
+
8064
+ Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8065
+
8066
+ Package Download URL: https://registry.npmjs.org/@floating-ui/react/-/react-0.27.12.tgz
8067
+
8068
+ --------------------------------------------------------------------------------
8069
+ Package Title: @floating-ui/react-dom (2.1.2)
8070
+
8071
+ Package Locator: npm+@floating-ui/react-dom$2.1.2
8072
+
8073
+ Package Depth: Direct
8074
+ --------------------------------------------------------------------------------
8075
+
8076
+ * Declared Licenses *
8077
+ MIT
8078
+
8079
+
8080
+ MIT License
8081
+
8082
+ Copyright (c) 2021-present Floating UI contributors
8083
+
8084
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
8085
+ this software and associated documentation files (the "Software"), to deal in
8086
+ the Software without restriction, including without limitation the rights to
8087
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8088
+ the Software, and to permit persons to whom the Software is furnished to do so,
8089
+ subject to the following conditions:
8090
+
8091
+ The above copyright notice and this permission notice shall be included in all
8092
+ copies or substantial portions of the Software.
8093
+
8094
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8095
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
8096
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
8097
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
8098
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
8099
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8100
+
8101
+
8102
+
8103
+ * Package Info *
8104
+
8105
+ Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8106
+
8107
+ Package Download URL: https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.2.tgz
8108
+
8109
+ --------------------------------------------------------------------------------
8110
+ Package Title: @floating-ui/react-dom (2.1.3)
8111
+
8112
+ Package Locator: npm+@floating-ui/react-dom$2.1.3
8077
8113
 
8078
8114
  Package Depth: Transitive
8079
8115
  --------------------------------------------------------------------------------
@@ -8109,12 +8145,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8109
8145
 
8110
8146
  Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8111
8147
 
8112
- Package Download URL: https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.3.tgz
8148
+ Package Download URL: https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.3.tgz
8113
8149
 
8114
8150
  --------------------------------------------------------------------------------
8115
- Package Title: @floating-ui/utils (0.1.6)
8151
+ Package Title: @floating-ui/utils (0.2.9)
8116
8152
 
8117
- Package Locator: npm+@floating-ui/utils$0.1.6
8153
+ Package Locator: npm+@floating-ui/utils$0.2.9
8118
8154
 
8119
8155
  Package Depth: Transitive
8120
8156
  --------------------------------------------------------------------------------
@@ -8150,7 +8186,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8150
8186
 
8151
8187
  Authors: federico.zivolo@gmail.com, cc.glows@gmail.com
8152
8188
 
8153
- Package Download URL: https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz
8189
+ Package Download URL: https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz
8154
8190
 
8155
8191
  --------------------------------------------------------------------------------
8156
8192
  Package Title: @formatjs/cli-lib (6.3.3)
@@ -8213,9 +8249,39 @@ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8213
8249
  Package Download URL: https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.18.0.tgz
8214
8250
 
8215
8251
  --------------------------------------------------------------------------------
8216
- Package Title: @formatjs/fast-memoize (2.2.0)
8252
+ Package Title: @formatjs/ecma402-abstract (2.2.4)
8253
+
8254
+ Package Locator: npm+@formatjs/ecma402-abstract$2.2.4
8255
+
8256
+ Package Depth: Transitive
8257
+ --------------------------------------------------------------------------------
8258
+
8259
+ * Declared Licenses *
8260
+ MIT
8261
+
8262
+
8263
+ MIT License
8264
+
8265
+ Copyright (c) 2023 FormatJS
8266
+
8267
+ 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:
8268
+
8269
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8270
+
8271
+ 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.
8272
+
8273
+
8274
+
8275
+ * Package Info *
8276
+
8277
+ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8278
+
8279
+ Package Download URL: https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.4.tgz
8280
+
8281
+ --------------------------------------------------------------------------------
8282
+ Package Title: @formatjs/fast-memoize (2.2.3)
8217
8283
 
8218
- Package Locator: npm+@formatjs/fast-memoize$2.2.0
8284
+ Package Locator: npm+@formatjs/fast-memoize$2.2.3
8219
8285
 
8220
8286
  Package Depth: Transitive
8221
8287
  --------------------------------------------------------------------------------
@@ -8226,7 +8292,7 @@ MIT
8226
8292
 
8227
8293
  MIT License
8228
8294
 
8229
- Copyright (c) 2021 FormatJS
8295
+ Copyright (c) 2023 FormatJS
8230
8296
 
8231
8297
  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
8298
 
@@ -8240,7 +8306,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8240
8306
 
8241
8307
  Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8242
8308
 
8243
- Package Download URL: https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.0.tgz
8309
+ Package Download URL: https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.3.tgz
8244
8310
 
8245
8311
  --------------------------------------------------------------------------------
8246
8312
  Package Title: @formatjs/icu-messageformat-parser (2.7.3)
@@ -8272,6 +8338,36 @@ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8272
8338
 
8273
8339
  Package Download URL: https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.3.tgz
8274
8340
 
8341
+ --------------------------------------------------------------------------------
8342
+ Package Title: @formatjs/icu-messageformat-parser (2.9.4)
8343
+
8344
+ Package Locator: npm+@formatjs/icu-messageformat-parser$2.9.4
8345
+
8346
+ Package Depth: Transitive
8347
+ --------------------------------------------------------------------------------
8348
+
8349
+ * Declared Licenses *
8350
+ MIT
8351
+
8352
+
8353
+ MIT License
8354
+
8355
+ Copyright (c) 2023 FormatJS
8356
+
8357
+ 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:
8358
+
8359
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8360
+
8361
+ 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.
8362
+
8363
+
8364
+
8365
+ * Package Info *
8366
+
8367
+ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8368
+
8369
+ Package Download URL: https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.9.4.tgz
8370
+
8275
8371
  --------------------------------------------------------------------------------
8276
8372
  Package Title: @formatjs/icu-skeleton-parser (1.7.0)
8277
8373
 
@@ -8303,9 +8399,9 @@ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8303
8399
  Package Download URL: https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.7.0.tgz
8304
8400
 
8305
8401
  --------------------------------------------------------------------------------
8306
- Package Title: @formatjs/intl (2.9.9)
8402
+ Package Title: @formatjs/icu-skeleton-parser (1.8.8)
8307
8403
 
8308
- Package Locator: npm+@formatjs/intl$2.9.9
8404
+ Package Locator: npm+@formatjs/icu-skeleton-parser$1.8.8
8309
8405
 
8310
8406
  Package Depth: Transitive
8311
8407
  --------------------------------------------------------------------------------
@@ -8330,12 +8426,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8330
8426
 
8331
8427
  Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8332
8428
 
8333
- Package Download URL: https://registry.npmjs.org/@formatjs/intl/-/intl-2.9.9.tgz
8429
+ Package Download URL: https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.8.tgz
8334
8430
 
8335
8431
  --------------------------------------------------------------------------------
8336
- Package Title: @formatjs/intl-displaynames (6.6.4)
8432
+ Package Title: @formatjs/intl (2.10.15)
8337
8433
 
8338
- Package Locator: npm+@formatjs/intl-displaynames$6.6.4
8434
+ Package Locator: npm+@formatjs/intl$2.10.15
8339
8435
 
8340
8436
  Package Depth: Transitive
8341
8437
  --------------------------------------------------------------------------------
@@ -8346,7 +8442,7 @@ MIT
8346
8442
 
8347
8443
  MIT License
8348
8444
 
8349
- Copyright (c) 2019 FormatJS
8445
+ Copyright (c) 2023 FormatJS
8350
8446
 
8351
8447
  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
8448
 
@@ -8360,12 +8456,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8360
8456
 
8361
8457
  Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8362
8458
 
8363
- Package Download URL: https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-6.6.4.tgz
8459
+ Package Download URL: https://registry.npmjs.org/@formatjs/intl/-/intl-2.10.15.tgz
8364
8460
 
8365
8461
  --------------------------------------------------------------------------------
8366
- Package Title: @formatjs/intl-listformat (7.5.3)
8462
+ Package Title: @formatjs/intl-displaynames (6.8.5)
8367
8463
 
8368
- Package Locator: npm+@formatjs/intl-listformat$7.5.3
8464
+ Package Locator: npm+@formatjs/intl-displaynames$6.8.5
8369
8465
 
8370
8466
  Package Depth: Transitive
8371
8467
  --------------------------------------------------------------------------------
@@ -8390,7 +8486,37 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8390
8486
 
8391
8487
  Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8392
8488
 
8393
- Package Download URL: https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.5.3.tgz
8489
+ Package Download URL: https://registry.npmjs.org/@formatjs/intl-displaynames/-/intl-displaynames-6.8.5.tgz
8490
+
8491
+ --------------------------------------------------------------------------------
8492
+ Package Title: @formatjs/intl-listformat (7.7.5)
8493
+
8494
+ Package Locator: npm+@formatjs/intl-listformat$7.7.5
8495
+
8496
+ Package Depth: Transitive
8497
+ --------------------------------------------------------------------------------
8498
+
8499
+ * Declared Licenses *
8500
+ MIT
8501
+
8502
+
8503
+ MIT License
8504
+
8505
+ Copyright (c) 2019 FormatJS
8506
+
8507
+ 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:
8508
+
8509
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8510
+
8511
+ 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.
8512
+
8513
+
8514
+
8515
+ * Package Info *
8516
+
8517
+ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8518
+
8519
+ Package Download URL: https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.7.5.tgz
8394
8520
 
8395
8521
  --------------------------------------------------------------------------------
8396
8522
  Package Title: @formatjs/intl-localematcher (0.5.2)
@@ -8422,6 +8548,36 @@ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8422
8548
 
8423
8549
  Package Download URL: https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.2.tgz
8424
8550
 
8551
+ --------------------------------------------------------------------------------
8552
+ Package Title: @formatjs/intl-localematcher (0.5.8)
8553
+
8554
+ Package Locator: npm+@formatjs/intl-localematcher$0.5.8
8555
+
8556
+ Package Depth: Transitive
8557
+ --------------------------------------------------------------------------------
8558
+
8559
+ * Declared Licenses *
8560
+ MIT
8561
+
8562
+
8563
+ MIT License
8564
+
8565
+ Copyright (c) 2023 FormatJS
8566
+
8567
+ 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:
8568
+
8569
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8570
+
8571
+ 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.
8572
+
8573
+
8574
+
8575
+ * Package Info *
8576
+
8577
+ Authors: holevietlong@gmail.com, seth@bertalotto.net, dinglinjie+npm@gmail.com
8578
+
8579
+ Package Download URL: https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.8.tgz
8580
+
8425
8581
  --------------------------------------------------------------------------------
8426
8582
  Package Title: @formatjs/ts-transformer (3.13.9)
8427
8583
 
@@ -13265,9 +13421,9 @@ Authors: ts-npm-types@microsoft.com
13265
13421
  Package Download URL: https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz
13266
13422
 
13267
13423
  --------------------------------------------------------------------------------
13268
- Package Title: @types/react (18.2.45)
13424
+ Package Title: @types/react (18.3.23)
13269
13425
 
13270
- Package Locator: npm+@types/react$18.2.45
13426
+ Package Locator: npm+@types/react$18.3.23
13271
13427
 
13272
13428
  Package Depth: Direct
13273
13429
  --------------------------------------------------------------------------------
@@ -13304,7 +13460,7 @@ MIT
13304
13460
 
13305
13461
  Authors: ts-npm-types@microsoft.com
13306
13462
 
13307
- Package Download URL: https://registry.npmjs.org/@types/react/-/react-18.2.45.tgz
13463
+ Package Download URL: https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz
13308
13464
 
13309
13465
  --------------------------------------------------------------------------------
13310
13466
  Package Title: @types/react-redux (7.1.33)
@@ -13432,48 +13588,6 @@ Authors: ts-npm-types@microsoft.com
13432
13588
 
13433
13589
  Package Download URL: https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz
13434
13590
 
13435
- --------------------------------------------------------------------------------
13436
- Package Title: @types/scheduler (0.16.8)
13437
-
13438
- Package Locator: npm+@types/scheduler$0.16.8
13439
-
13440
- Package Depth: Transitive
13441
- --------------------------------------------------------------------------------
13442
-
13443
- * Declared Licenses *
13444
- MIT
13445
-
13446
-
13447
- MIT License
13448
-
13449
- Copyright (c) Microsoft Corporation.
13450
-
13451
- Permission is hereby granted, free of charge, to any person obtaining a copy
13452
- of this software and associated documentation files (the "Software"), to deal
13453
- in the Software without restriction, including without limitation the rights
13454
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13455
- copies of the Software, and to permit persons to whom the Software is
13456
- furnished to do so, subject to the following conditions:
13457
-
13458
- The above copyright notice and this permission notice shall be included in all
13459
- copies or substantial portions of the Software.
13460
-
13461
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13462
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13463
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13464
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13465
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13466
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13467
- SOFTWARE
13468
-
13469
-
13470
-
13471
- * Package Info *
13472
-
13473
- Authors: ts-npm-types@microsoft.com
13474
-
13475
- Package Download URL: https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz
13476
-
13477
13591
  --------------------------------------------------------------------------------
13478
13592
  Package Title: @types/send (0.17.4)
13479
13593
 
@@ -16180,44 +16294,6 @@ Authors: sindresorhus@gmail.com, npm@josh.junon.me
16180
16294
 
16181
16295
  Package Download URL: https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz
16182
16296
 
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
16297
  --------------------------------------------------------------------------------
16222
16298
  Package Title: ansi-styles (4.3.0)
16223
16299
 
@@ -18571,44 +18647,6 @@ Authors: sindresorhus@gmail.com, npm@josh.junon.me
18571
18647
 
18572
18648
  Package Download URL: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz
18573
18649
 
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
18650
  --------------------------------------------------------------------------------
18613
18651
  Package Title: char-regex (1.0.2)
18614
18652
 
@@ -19357,48 +19395,6 @@ Authors: dsherret@gmail.com
19357
19395
 
19358
19396
  Package Download URL: https://registry.npmjs.org/code-block-writer/-/code-block-writer-11.0.3.tgz
19359
19397
 
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
19398
  --------------------------------------------------------------------------------
19403
19399
  Package Title: color-convert (2.0.1)
19404
19400
 
@@ -19441,34 +19437,6 @@ Authors: npm@josh.junon.me
19441
19437
 
19442
19438
  Package Download URL: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz
19443
19439
 
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
19440
  --------------------------------------------------------------------------------
19473
19441
  Package Title: color-name (1.1.4)
19474
19442
 
@@ -26083,44 +26051,6 @@ Authors: daviddias.p@gmail.com, fedor@indutny.com
26083
26051
 
26084
26052
  Package Download URL: https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz
26085
26053
 
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
26054
  --------------------------------------------------------------------------------
26125
26055
  Package Title: has-flag (4.0.0)
26126
26056
 
@@ -28556,9 +28486,9 @@ Authors: sttk.xslet@gmail.com, blaine.bublitz@gmail.com, yo@contra.io, tyler@sle
28556
28486
  Package Download URL: https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz
28557
28487
 
28558
28488
  --------------------------------------------------------------------------------
28559
- Package Title: intl-messageformat (10.5.8)
28489
+ Package Title: intl-messageformat (10.7.7)
28560
28490
 
28561
- Package Locator: npm+intl-messageformat$10.5.8
28491
+ Package Locator: npm+intl-messageformat$10.7.7
28562
28492
 
28563
28493
  Package Depth: Transitive
28564
28494
  --------------------------------------------------------------------------------
@@ -28607,7 +28537,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28607
28537
 
28608
28538
  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
28539
 
28610
- Package Download URL: https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.5.8.tgz
28540
+ Package Download URL: https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.7.7.tgz
28611
28541
 
28612
28542
  --------------------------------------------------------------------------------
28613
28543
  Package Title: ipaddr.js (1.9.1)
@@ -37852,9 +37782,9 @@ Authors: doug@somethingdoug.com, jonathanrichardong@gmail.com
37852
37782
  Package Download URL: https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz
37853
37783
 
37854
37784
  --------------------------------------------------------------------------------
37855
- Package Title: react (18.2.0)
37785
+ Package Title: react (18.3.1)
37856
37786
 
37857
- Package Locator: npm+react$18.2.0
37787
+ Package Locator: npm+react$18.3.1
37858
37788
 
37859
37789
  Package Depth: Direct
37860
37790
  --------------------------------------------------------------------------------
@@ -37891,7 +37821,7 @@ SOFTWARE.
37891
37821
 
37892
37822
  Authors: opensource+npm@fb.com, react-core@meta.com
37893
37823
 
37894
- Package Download URL: https://registry.npmjs.org/react/-/react-18.2.0.tgz
37824
+ Package Download URL: https://registry.npmjs.org/react/-/react-18.3.1.tgz
37895
37825
 
37896
37826
  --------------------------------------------------------------------------------
37897
37827
  Package Title: react-content-loader (6.2.1)
@@ -38117,9 +38047,9 @@ Authors: jordangens@gmail.com, dan.abramov@gmail.com, darthtrevino@gmail.com, ni
38117
38047
  Package Download URL: https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-14.1.0.tgz
38118
38048
 
38119
38049
  --------------------------------------------------------------------------------
38120
- Package Title: react-dom (18.2.0)
38050
+ Package Title: react-dom (18.3.1)
38121
38051
 
38122
- Package Locator: npm+react-dom$18.2.0
38052
+ Package Locator: npm+react-dom$18.3.1
38123
38053
 
38124
38054
  Package Depth: Direct
38125
38055
  --------------------------------------------------------------------------------
@@ -38156,7 +38086,7 @@ SOFTWARE.
38156
38086
 
38157
38087
  Authors: opensource+npm@fb.com, react-core@meta.com
38158
38088
 
38159
- Package Download URL: https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz
38089
+ Package Download URL: https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz
38160
38090
 
38161
38091
  --------------------------------------------------------------------------------
38162
38092
  Package Title: react-fast-compare (3.2.2)
@@ -38284,9 +38214,9 @@ Authors: cara.kuei@nfl.com, chris.welch@nfl.com, darren.wiebe@nfl.com, michael.b
38284
38214
  Package Download URL: https://registry.npmjs.org/react-helmet/-/react-helmet-6.1.0.tgz
38285
38215
 
38286
38216
  --------------------------------------------------------------------------------
38287
- Package Title: react-intl (6.5.5)
38217
+ Package Title: react-intl (6.8.9)
38288
38218
 
38289
- Package Locator: npm+react-intl$6.5.5
38219
+ Package Locator: npm+react-intl$6.8.9
38290
38220
 
38291
38221
  Package Depth: Direct
38292
38222
  --------------------------------------------------------------------------------
@@ -38329,7 +38259,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38329
38259
 
38330
38260
  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
38261
 
38332
- Package Download URL: https://registry.npmjs.org/react-intl/-/react-intl-6.5.5.tgz
38262
+ Package Download URL: https://registry.npmjs.org/react-intl/-/react-intl-6.8.9.tgz
38333
38263
 
38334
38264
  --------------------------------------------------------------------------------
38335
38265
  Package Title: react-is (16.13.1)
@@ -42955,9 +42885,9 @@ Authors: ldd@lddubeau.com
42955
42885
  Package Download URL: https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz
42956
42886
 
42957
42887
  --------------------------------------------------------------------------------
42958
- Package Title: scheduler (0.23.0)
42888
+ Package Title: scheduler (0.23.2)
42959
42889
 
42960
- Package Locator: npm+scheduler$0.23.0
42890
+ Package Locator: npm+scheduler$0.23.2
42961
42891
 
42962
42892
  Package Depth: Transitive
42963
42893
  --------------------------------------------------------------------------------
@@ -42994,7 +42924,7 @@ SOFTWARE.
42994
42924
 
42995
42925
  Authors: opensource+npm@fb.com, react-core@meta.com
42996
42926
 
42997
- Package Download URL: https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz
42927
+ Package Download URL: https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz
42998
42928
 
42999
42929
  --------------------------------------------------------------------------------
43000
42930
  Package Title: schema-utils (3.3.0)
@@ -45346,9 +45276,9 @@ Authors: accounts+npmjs-01@mapbox.com, accounts+npmjs-02@mapbox.com, accounts+np
45346
45276
  Package Download URL: https://registry.npmjs.org/supercluster/-/supercluster-8.0.1.tgz
45347
45277
 
45348
45278
  --------------------------------------------------------------------------------
45349
- Package Title: supports-color (5.5.0)
45279
+ Package Title: supports-color (7.2.0)
45350
45280
 
45351
- Package Locator: npm+supports-color$5.5.0
45281
+ Package Locator: npm+supports-color$7.2.0
45352
45282
 
45353
45283
  Package Depth: Transitive
45354
45284
  --------------------------------------------------------------------------------
@@ -45381,12 +45311,12 @@ SOFTWARE.
45381
45311
 
45382
45312
  Authors: sindresorhus@gmail.com, npm@josh.junon.me
45383
45313
 
45384
- Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz
45314
+ Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz
45385
45315
 
45386
45316
  --------------------------------------------------------------------------------
45387
- Package Title: supports-color (7.2.0)
45317
+ Package Title: supports-color (8.1.1)
45388
45318
 
45389
- Package Locator: npm+supports-color$7.2.0
45319
+ Package Locator: npm+supports-color$8.1.1
45390
45320
 
45391
45321
  Package Depth: Transitive
45392
45322
  --------------------------------------------------------------------------------
@@ -45395,7 +45325,7 @@ Package Depth: Transitive
45395
45325
  MIT
45396
45326
 
45397
45327
 
45398
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
45328
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
45399
45329
  Permission is hereby granted, free of charge, to any person obtaining a copy
45400
45330
  of this software and associated documentation files (the "Software"), to deal
45401
45331
  in the Software without restriction, including without limitation the rights
@@ -45419,12 +45349,12 @@ SOFTWARE.
45419
45349
 
45420
45350
  Authors: sindresorhus@gmail.com, npm@josh.junon.me
45421
45351
 
45422
- Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz
45352
+ Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz
45423
45353
 
45424
45354
  --------------------------------------------------------------------------------
45425
- Package Title: supports-color (8.1.1)
45355
+ Package Title: supports-preserve-symlinks-flag (1.0.0)
45426
45356
 
45427
- Package Locator: npm+supports-color$8.1.1
45357
+ Package Locator: npm+supports-preserve-symlinks-flag$1.0.0
45428
45358
 
45429
45359
  Package Depth: Transitive
45430
45360
  --------------------------------------------------------------------------------
@@ -45433,7 +45363,10 @@ Package Depth: Transitive
45433
45363
  MIT
45434
45364
 
45435
45365
 
45436
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
45366
+ MIT License
45367
+
45368
+ Copyright (c) 2022 Inspect JS
45369
+
45437
45370
  Permission is hereby granted, free of charge, to any person obtaining a copy
45438
45371
  of this software and associated documentation files (the "Software"), to deal
45439
45372
  in the Software without restriction, including without limitation the rights
@@ -45453,16 +45386,17 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45453
45386
  SOFTWARE.
45454
45387
 
45455
45388
 
45389
+
45456
45390
  * Package Info *
45457
45391
 
45458
- Authors: sindresorhus@gmail.com, npm@josh.junon.me
45392
+ Authors: ljharb@gmail.com
45459
45393
 
45460
- Package Download URL: https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz
45394
+ Package Download URL: https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz
45461
45395
 
45462
45396
  --------------------------------------------------------------------------------
45463
- Package Title: supports-preserve-symlinks-flag (1.0.0)
45397
+ Package Title: symbol-tree (3.2.4)
45464
45398
 
45465
- Package Locator: npm+supports-preserve-symlinks-flag$1.0.0
45399
+ Package Locator: npm+symbol-tree$3.2.4
45466
45400
 
45467
45401
  Package Depth: Transitive
45468
45402
  --------------------------------------------------------------------------------
@@ -45471,9 +45405,9 @@ Package Depth: Transitive
45471
45405
  MIT
45472
45406
 
45473
45407
 
45474
- MIT License
45408
+ The MIT License (MIT)
45475
45409
 
45476
- Copyright (c) 2022 Inspect JS
45410
+ Copyright (c) 2015 Joris van der Wel
45477
45411
 
45478
45412
  Permission is hereby granted, free of charge, to any person obtaining a copy
45479
45413
  of this software and associated documentation files (the "Software"), to deal
@@ -45482,29 +45416,29 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45482
45416
  copies of the Software, and to permit persons to whom the Software is
45483
45417
  furnished to do so, subject to the following conditions:
45484
45418
 
45485
- The above copyright notice and this permission notice shall be included in all
45486
- copies or substantial portions of the Software.
45419
+ The above copyright notice and this permission notice shall be included in
45420
+ all copies or substantial portions of the Software.
45487
45421
 
45488
45422
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45489
45423
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45490
45424
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45491
45425
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45492
45426
  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.
45427
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
45428
+ THE SOFTWARE.
45495
45429
 
45496
45430
 
45497
45431
 
45498
45432
  * Package Info *
45499
45433
 
45500
- Authors: ljharb@gmail.com
45434
+ Authors: joris@jorisvanderwel.com
45501
45435
 
45502
- Package Download URL: https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz
45436
+ Package Download URL: https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz
45503
45437
 
45504
45438
  --------------------------------------------------------------------------------
45505
- Package Title: symbol-tree (3.2.4)
45439
+ Package Title: tabbable (6.2.0)
45506
45440
 
45507
- Package Locator: npm+symbol-tree$3.2.4
45441
+ Package Locator: npm+tabbable$6.2.0
45508
45442
 
45509
45443
  Package Depth: Transitive
45510
45444
  --------------------------------------------------------------------------------
@@ -45515,7 +45449,7 @@ MIT
45515
45449
 
45516
45450
  The MIT License (MIT)
45517
45451
 
45518
- Copyright (c) 2015 Joris van der Wel
45452
+ Copyright (c) 2015 David Clark
45519
45453
 
45520
45454
  Permission is hereby granted, free of charge, to any person obtaining a copy
45521
45455
  of this software and associated documentation files (the "Software"), to deal
@@ -45524,24 +45458,25 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45524
45458
  copies of the Software, and to permit persons to whom the Software is
45525
45459
  furnished to do so, subject to the following conditions:
45526
45460
 
45527
- The above copyright notice and this permission notice shall be included in
45528
- all copies or substantial portions of the Software.
45461
+ The above copyright notice and this permission notice shall be included in all
45462
+ copies or substantial portions of the Software.
45529
45463
 
45530
45464
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45531
45465
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45532
45466
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45533
45467
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45534
45468
  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.
45469
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45470
+ SOFTWARE.
45471
+
45537
45472
 
45538
45473
 
45539
45474
 
45540
45475
  * Package Info *
45541
45476
 
45542
- Authors: joris@jorisvanderwel.com
45477
+ Authors: david.dave.clark@gmail.com, stefan@stefcameron.com
45543
45478
 
45544
- Package Download URL: https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz
45479
+ Package Download URL: https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz
45545
45480
 
45546
45481
  --------------------------------------------------------------------------------
45547
45482
  Package Title: tapable (2.2.1)
@@ -78388,19 +78323,6 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
78388
78323
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
78389
78324
 
78390
78325
 
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
78326
  * MIT *
78405
78327
 
78406
78328
  MIT License
@@ -83789,4 +83711,4 @@ POSSIBILITY OF SUCH DAMAGE.
83789
83711
  --------------------------------------------------------------------------------
83790
83712
  --------------------------------------------------------------------------------
83791
83713
 
83792
- Report Generated by FOSSA on 2025-6-13
83714
+ Report Generated by FOSSA on 2025-6-24