@aws/nx-plugin 0.104.1 → 0.106.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 (51) hide show
  1. package/LICENSE-THIRD-PARTY +406 -436
  2. package/package.json +12 -12
  3. package/src/infra/app/__snapshots__/generator.spec.ts.snap +21 -21
  4. package/src/mcp-server/tools/create-workspace-command.js +9 -5
  5. package/src/mcp-server/tools/create-workspace-command.js.map +1 -1
  6. package/src/open-api/ts-client/__snapshots__/generator.composite-types.spec.ts.snap +438 -0
  7. package/src/open-api/ts-client/files/client.gen.ts.template +20 -0
  8. package/src/open-api/utils/codegen-data/languages.js +7 -3
  9. package/src/open-api/utils/codegen-data/languages.js.map +1 -1
  10. package/src/open-api/utils/normalise.js +17 -0
  11. package/src/open-api/utils/normalise.js.map +1 -1
  12. package/src/preset/__snapshots__/generator.spec.ts.snap +4 -4
  13. package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +4 -4
  14. package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +9 -9
  15. package/src/py/strands-agent/react-connection/__snapshots__/generator.spec.ts.snap +129 -4
  16. package/src/py/strands-agent/react-connection/serve-local.js +1 -1
  17. package/src/py/strands-agent/react-connection/serve-local.js.map +1 -1
  18. package/src/trpc/react/__snapshots__/generator.spec.ts.snap +4 -1
  19. package/src/ts/lib/__snapshots__/generator.spec.ts.snap +3 -1
  20. package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
  21. package/src/ts/mcp-server/generator.js +1 -0
  22. package/src/ts/mcp-server/generator.js.map +1 -1
  23. package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/CloudscapeAssistantMessage.tsx.template +71 -0
  24. package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/CloudscapeChatInput.tsx.template +65 -0
  25. package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/CloudscapeCursor.tsx.template +10 -0
  26. package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/CloudscapeUserMessage.tsx.template +42 -0
  27. package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/copilot.css.template +128 -0
  28. package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/index.tsx.template +46 -0
  29. package/src/ts/react-website/agui/files/{src → common/src}/components/AguiProvider.tsx.template +10 -2
  30. package/src/ts/react-website/agui/files/default/src/components/copilot/index.tsx.template +5 -0
  31. package/src/ts/react-website/agui/files/shadcn/src/components/copilot/ShadcnAssistantMessage.tsx.template +71 -0
  32. package/src/ts/react-website/agui/files/shadcn/src/components/copilot/ShadcnChatInput.tsx.template +117 -0
  33. package/src/ts/react-website/agui/files/shadcn/src/components/copilot/ShadcnCursor.tsx.template +23 -0
  34. package/src/ts/react-website/agui/files/shadcn/src/components/copilot/ShadcnUserMessage.tsx.template +49 -0
  35. package/src/ts/react-website/agui/files/shadcn/src/components/copilot/copilot.css.template +116 -0
  36. package/src/ts/react-website/agui/files/shadcn/src/components/copilot/index.tsx.template +46 -0
  37. package/src/ts/react-website/agui/generator.d.ts +3 -0
  38. package/src/ts/react-website/agui/generator.js +28 -1
  39. package/src/ts/react-website/agui/generator.js.map +1 -1
  40. package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +42 -38
  41. package/src/ts/strands-agent/__snapshots__/generator.spec.ts.snap +1 -1
  42. package/src/ts/strands-agent/generator.js +1 -0
  43. package/src/ts/strands-agent/generator.js.map +1 -1
  44. package/src/utils/agent-core-constructs/files/terraform/core/agent-core/runtime.tf.template +1 -1
  45. package/src/utils/files/common/shadcn/src/components/ui/avatar.tsx.template +53 -0
  46. package/src/utils/files/common/shadcn/src/components/ui/textarea.tsx.template +18 -0
  47. package/src/utils/files/website/hooks/sigv4/useSigV4.tsx.template +4 -1
  48. package/src/utils/versions.d.ts +59 -58
  49. package/src/utils/versions.js +58 -57
  50. package/src/utils/versions.js.map +1 -1
  51. /package/src/ts/react-website/agui/files/{src → common/src}/hooks/useAgui__agentNameClassName__.tsx.template +0 -0
@@ -124,7 +124,7 @@ THE SOFTWARE.
124
124
 
125
125
  ---
126
126
 
127
- The following software may be included in this product: @asamuzakjp/css-color (5.1.10)
127
+ The following software may be included in this product: @asamuzakjp/css-color (5.1.11)
128
128
  This software contains the following license and notice below:
129
129
 
130
130
  MIT License
@@ -151,7 +151,7 @@ SOFTWARE.
151
151
 
152
152
  ---
153
153
 
154
- The following software may be included in this product: @asamuzakjp/dom-selector (7.0.9)
154
+ The following software may be included in this product: @asamuzakjp/dom-selector (7.1.1)
155
155
  This software contains the following license and notice below:
156
156
 
157
157
  MIT License
@@ -178,6 +178,33 @@ SOFTWARE.
178
178
 
179
179
  ---
180
180
 
181
+ The following software may be included in this product: @asamuzakjp/generational-cache (1.0.1)
182
+ This software contains the following license and notice below:
183
+
184
+ MIT License
185
+
186
+ Copyright (c) 2026 asamuzaK (Kazz)
187
+
188
+ Permission is hereby granted, free of charge, to any person obtaining a copy
189
+ of this software and associated documentation files (the "Software"), to deal
190
+ in the Software without restriction, including without limitation the rights
191
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
192
+ copies of the Software, and to permit persons to whom the Software is
193
+ furnished to do so, subject to the following conditions:
194
+
195
+ The above copyright notice and this permission notice shall be included in all
196
+ copies or substantial portions of the Software.
197
+
198
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
199
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
200
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
201
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
202
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
203
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
204
+ SOFTWARE.
205
+
206
+ ---
207
+
181
208
  The following software may be included in this product: @asamuzakjp/nwsapi (2.3.9)
182
209
  This software contains the following license and notice below:
183
210
 
@@ -3140,7 +3167,7 @@ THE SOFTWARE.
3140
3167
 
3141
3168
  ---
3142
3169
 
3143
- The following software may be included in this product: @csstools/css-calc (3.1.1)
3170
+ The following software may be included in this product: @csstools/css-calc (3.2.0)
3144
3171
  This software contains the following license and notice below:
3145
3172
 
3146
3173
  The MIT License (MIT)
@@ -3166,7 +3193,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3166
3193
 
3167
3194
  ---
3168
3195
 
3169
- The following software may be included in this product: @csstools/css-color-parser (4.0.2)
3196
+ The following software may be included in this product: @csstools/css-color-parser (4.1.0)
3170
3197
  This software contains the following license and notice below:
3171
3198
 
3172
3199
  The MIT License (MIT)
@@ -3244,6 +3271,33 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3244
3271
 
3245
3272
  ---
3246
3273
 
3274
+ The following software may be included in this product: @emnapi/core (1.4.5)
3275
+ This software contains the following license and notice below:
3276
+
3277
+ MIT License
3278
+
3279
+ Copyright (c) 2021-present Toyobayashi
3280
+
3281
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3282
+ of this software and associated documentation files (the "Software"), to deal
3283
+ in the Software without restriction, including without limitation the rights
3284
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3285
+ copies of the Software, and to permit persons to whom the Software is
3286
+ furnished to do so, subject to the following conditions:
3287
+
3288
+ The above copyright notice and this permission notice shall be included in all
3289
+ copies or substantial portions of the Software.
3290
+
3291
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3292
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3293
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3294
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3295
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3296
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3297
+ SOFTWARE.
3298
+
3299
+ ---
3300
+
3247
3301
  The following software may be included in this product: @emnapi/core (1.9.2)
3248
3302
  This software contains the following license and notice below:
3249
3303
 
@@ -3271,6 +3325,33 @@ SOFTWARE.
3271
3325
 
3272
3326
  ---
3273
3327
 
3328
+ The following software may be included in this product: @emnapi/runtime (1.4.5)
3329
+ This software contains the following license and notice below:
3330
+
3331
+ MIT License
3332
+
3333
+ Copyright (c) 2021-present Toyobayashi
3334
+
3335
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3336
+ of this software and associated documentation files (the "Software"), to deal
3337
+ in the Software without restriction, including without limitation the rights
3338
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3339
+ copies of the Software, and to permit persons to whom the Software is
3340
+ furnished to do so, subject to the following conditions:
3341
+
3342
+ The above copyright notice and this permission notice shall be included in all
3343
+ copies or substantial portions of the Software.
3344
+
3345
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3346
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3347
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3348
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3349
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3350
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3351
+ SOFTWARE.
3352
+
3353
+ ---
3354
+
3274
3355
  The following software may be included in this product: @emnapi/runtime (1.9.2)
3275
3356
  This software contains the following license and notice below:
3276
3357
 
@@ -3298,6 +3379,33 @@ SOFTWARE.
3298
3379
 
3299
3380
  ---
3300
3381
 
3382
+ The following software may be included in this product: @emnapi/wasi-threads (1.0.4)
3383
+ This software contains the following license and notice below:
3384
+
3385
+ MIT License
3386
+
3387
+ Copyright (c) 2021-present Toyobayashi
3388
+
3389
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3390
+ of this software and associated documentation files (the "Software"), to deal
3391
+ in the Software without restriction, including without limitation the rights
3392
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3393
+ copies of the Software, and to permit persons to whom the Software is
3394
+ furnished to do so, subject to the following conditions:
3395
+
3396
+ The above copyright notice and this permission notice shall be included in all
3397
+ copies or substantial portions of the Software.
3398
+
3399
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3400
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3401
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3402
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3403
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3404
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3405
+ SOFTWARE.
3406
+
3407
+ ---
3408
+
3301
3409
  The following software may be included in this product: @emnapi/wasi-threads (1.2.1)
3302
3410
  This software contains the following license and notice below:
3303
3411
 
@@ -3658,62 +3766,6 @@ SOFTWARE.
3658
3766
 
3659
3767
  ---
3660
3768
 
3661
- The following software may be included in this product: @jest/get-type (30.1.0)
3662
- This software contains the following license and notice below:
3663
-
3664
- MIT License
3665
-
3666
- Copyright (c) Meta Platforms, Inc. and affiliates.
3667
- Copyright Contributors to the Jest project.
3668
-
3669
- Permission is hereby granted, free of charge, to any person obtaining a copy
3670
- of this software and associated documentation files (the "Software"), to deal
3671
- in the Software without restriction, including without limitation the rights
3672
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3673
- copies of the Software, and to permit persons to whom the Software is
3674
- furnished to do so, subject to the following conditions:
3675
-
3676
- The above copyright notice and this permission notice shall be included in all
3677
- copies or substantial portions of the Software.
3678
-
3679
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3680
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3681
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3682
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3683
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3684
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3685
- SOFTWARE.
3686
-
3687
- ---
3688
-
3689
- The following software may be included in this product: @jest/schemas (30.0.5)
3690
- This software contains the following license and notice below:
3691
-
3692
- MIT License
3693
-
3694
- Copyright (c) Meta Platforms, Inc. and affiliates.
3695
- Copyright Contributors to the Jest project.
3696
-
3697
- Permission is hereby granted, free of charge, to any person obtaining a copy
3698
- of this software and associated documentation files (the "Software"), to deal
3699
- in the Software without restriction, including without limitation the rights
3700
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3701
- copies of the Software, and to permit persons to whom the Software is
3702
- furnished to do so, subject to the following conditions:
3703
-
3704
- The above copyright notice and this permission notice shall be included in all
3705
- copies or substantial portions of the Software.
3706
-
3707
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3708
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3709
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3710
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3711
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3712
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3713
- SOFTWARE.
3714
-
3715
- ---
3716
-
3717
3769
  The following software may be included in this product: @jridgewell/gen-mapping (0.3.13)
3718
3770
  This software contains the following license and notice below:
3719
3771
 
@@ -3947,7 +3999,7 @@ SOFTWARE.
3947
3999
 
3948
4000
  ---
3949
4001
 
3950
- The following software may be included in this product: @module-federation/bridge-react-webpack-plugin (2.2.3)
4002
+ The following software may be included in this product: @module-federation/bridge-react-webpack-plugin (2.3.3)
3951
4003
  This software contains the following license and notice below:
3952
4004
 
3953
4005
  MIT License
@@ -4001,7 +4053,7 @@ SOFTWARE.
4001
4053
 
4002
4054
  ---
4003
4055
 
4004
- The following software may be included in this product: @module-federation/cli (2.2.3)
4056
+ The following software may be included in this product: @module-federation/cli (2.3.3)
4005
4057
  This software contains the following license and notice below:
4006
4058
 
4007
4059
  MIT License
@@ -4055,7 +4107,7 @@ SOFTWARE.
4055
4107
 
4056
4108
  ---
4057
4109
 
4058
- The following software may be included in this product: @module-federation/data-prefetch (2.2.3)
4110
+ The following software may be included in this product: @module-federation/data-prefetch (2.3.3)
4059
4111
  This software contains the following license and notice below:
4060
4112
 
4061
4113
  MIT License
@@ -4109,7 +4161,7 @@ SOFTWARE.
4109
4161
 
4110
4162
  ---
4111
4163
 
4112
- The following software may be included in this product: @module-federation/dts-plugin (2.2.3)
4164
+ The following software may be included in this product: @module-federation/dts-plugin (2.3.3)
4113
4165
  This software contains the following license and notice below:
4114
4166
 
4115
4167
  MIT License
@@ -4163,7 +4215,7 @@ SOFTWARE.
4163
4215
 
4164
4216
  ---
4165
4217
 
4166
- The following software may be included in this product: @module-federation/enhanced (2.2.3)
4218
+ The following software may be included in this product: @module-federation/enhanced (2.3.3)
4167
4219
  This software contains the following license and notice below:
4168
4220
 
4169
4221
  MIT License
@@ -4217,7 +4269,7 @@ SOFTWARE.
4217
4269
 
4218
4270
  ---
4219
4271
 
4220
- The following software may be included in this product: @module-federation/error-codes (2.2.3)
4272
+ The following software may be included in this product: @module-federation/error-codes (2.3.3)
4221
4273
  This software contains the following license and notice below:
4222
4274
 
4223
4275
  MIT License
@@ -4271,7 +4323,7 @@ SOFTWARE.
4271
4323
 
4272
4324
  ---
4273
4325
 
4274
- The following software may be included in this product: @module-federation/inject-external-runtime-core-plugin (2.2.3)
4326
+ The following software may be included in this product: @module-federation/inject-external-runtime-core-plugin (2.3.3)
4275
4327
  This software contains the following license and notice below:
4276
4328
 
4277
4329
  MIT License
@@ -4325,7 +4377,7 @@ SOFTWARE.
4325
4377
 
4326
4378
  ---
4327
4379
 
4328
- The following software may be included in this product: @module-federation/managers (2.2.3)
4380
+ The following software may be included in this product: @module-federation/managers (2.3.3)
4329
4381
  This software contains the following license and notice below:
4330
4382
 
4331
4383
  MIT License
@@ -4379,7 +4431,7 @@ SOFTWARE.
4379
4431
 
4380
4432
  ---
4381
4433
 
4382
- The following software may be included in this product: @module-federation/manifest (2.2.3)
4434
+ The following software may be included in this product: @module-federation/manifest (2.3.3)
4383
4435
  This software contains the following license and notice below:
4384
4436
 
4385
4437
  MIT License
@@ -4460,7 +4512,7 @@ SOFTWARE.
4460
4512
 
4461
4513
  ---
4462
4514
 
4463
- The following software may be included in this product: @module-federation/rspack (2.2.3)
4515
+ The following software may be included in this product: @module-federation/rspack (2.3.3)
4464
4516
  This software contains the following license and notice below:
4465
4517
 
4466
4518
  MIT License
@@ -4514,7 +4566,7 @@ SOFTWARE.
4514
4566
 
4515
4567
  ---
4516
4568
 
4517
- The following software may be included in this product: @module-federation/runtime (2.2.3)
4569
+ The following software may be included in this product: @module-federation/runtime (2.3.3)
4518
4570
  This software contains the following license and notice below:
4519
4571
 
4520
4572
  MIT License
@@ -4568,7 +4620,7 @@ SOFTWARE.
4568
4620
 
4569
4621
  ---
4570
4622
 
4571
- The following software may be included in this product: @module-federation/runtime-core (2.2.3)
4623
+ The following software may be included in this product: @module-federation/runtime-core (2.3.3)
4572
4624
  This software contains the following license and notice below:
4573
4625
 
4574
4626
  MIT License
@@ -4622,7 +4674,7 @@ SOFTWARE.
4622
4674
 
4623
4675
  ---
4624
4676
 
4625
- The following software may be included in this product: @module-federation/runtime-tools (2.2.3)
4677
+ The following software may be included in this product: @module-federation/runtime-tools (2.3.3)
4626
4678
  This software contains the following license and notice below:
4627
4679
 
4628
4680
  MIT License
@@ -4703,6 +4755,33 @@ SOFTWARE.
4703
4755
 
4704
4756
  ---
4705
4757
 
4758
+ The following software may be included in this product: @module-federation/sdk (2.3.3)
4759
+ This software contains the following license and notice below:
4760
+
4761
+ MIT License
4762
+
4763
+ Copyright (c) 2023-present zhanghang(2heal1)
4764
+
4765
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4766
+ of this software and associated documentation files (the "Software"), to deal
4767
+ in the Software without restriction, including without limitation the rights
4768
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4769
+ copies of the Software, and to permit persons to whom the Software is
4770
+ furnished to do so, subject to the following conditions:
4771
+
4772
+ The above copyright notice and this permission notice shall be included in all
4773
+ copies or substantial portions of the Software.
4774
+
4775
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4776
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4777
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4778
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4779
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4780
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4781
+ SOFTWARE.
4782
+
4783
+ ---
4784
+
4706
4785
  The following software may be included in this product: @module-federation/third-party-dts-extractor (0.21.6)
4707
4786
  This software contains the following license and notice below:
4708
4787
 
@@ -4730,7 +4809,7 @@ SOFTWARE.
4730
4809
 
4731
4810
  ---
4732
4811
 
4733
- The following software may be included in this product: @module-federation/third-party-dts-extractor (2.2.3)
4812
+ The following software may be included in this product: @module-federation/third-party-dts-extractor (2.3.3)
4734
4813
  This software contains the following license and notice below:
4735
4814
 
4736
4815
  MIT License
@@ -4784,7 +4863,7 @@ SOFTWARE.
4784
4863
 
4785
4864
  ---
4786
4865
 
4787
- The following software may be included in this product: @module-federation/webpack-bundler-runtime (2.2.3)
4866
+ The following software may be included in this product: @module-federation/webpack-bundler-runtime (2.3.3)
4788
4867
  This software contains the following license and notice below:
4789
4868
 
4790
4869
  MIT License
@@ -4941,7 +5020,7 @@ SOFTWARE.
4941
5020
 
4942
5021
  ---
4943
5022
 
4944
- The following software may be included in this product: @nx/devkit (22.6.5)
5023
+ The following software may be included in this product: @nx/devkit (22.7.0)
4945
5024
  This software contains the following license and notice below:
4946
5025
 
4947
5026
  (The MIT License)
@@ -4969,7 +5048,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4969
5048
 
4970
5049
  ---
4971
5050
 
4972
- The following software may be included in this product: @nx/eslint (22.6.5)
5051
+ The following software may be included in this product: @nx/eslint (22.7.0)
4973
5052
  This software contains the following license and notice below:
4974
5053
 
4975
5054
  (The MIT License)
@@ -4997,7 +5076,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4997
5076
 
4998
5077
  ---
4999
5078
 
5000
- The following software may be included in this product: @nx/js (22.6.5)
5079
+ The following software may be included in this product: @nx/js (22.7.0)
5001
5080
  This software contains the following license and notice below:
5002
5081
 
5003
5082
  (The MIT License)
@@ -5025,7 +5104,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5025
5104
 
5026
5105
  ---
5027
5106
 
5028
- The following software may be included in this product: @nx/module-federation (22.6.5)
5107
+ The following software may be included in this product: @nx/module-federation (22.7.0)
5029
5108
  This software contains the following license and notice below:
5030
5109
 
5031
5110
  (The MIT License)
@@ -5053,7 +5132,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5053
5132
 
5054
5133
  ---
5055
5134
 
5056
- The following software may be included in this product: @nx/nx-linux-x64-gnu (22.6.5)
5135
+ The following software may be included in this product: @nx/nx-linux-x64-gnu (22.7.0)
5057
5136
  This software contains the following license and notice below:
5058
5137
 
5059
5138
  (The MIT License)
@@ -5081,7 +5160,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5081
5160
 
5082
5161
  ---
5083
5162
 
5084
- The following software may be included in this product: @nx/react (22.6.5)
5163
+ The following software may be included in this product: @nx/playwright (22.7.0)
5085
5164
  This software contains the following license and notice below:
5086
5165
 
5087
5166
  (The MIT License)
@@ -5109,7 +5188,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5109
5188
 
5110
5189
  ---
5111
5190
 
5112
- The following software may be included in this product: @nx/rollup (22.6.5)
5191
+ The following software may be included in this product: @nx/react (22.7.0)
5113
5192
  This software contains the following license and notice below:
5114
5193
 
5115
5194
  (The MIT License)
@@ -5137,7 +5216,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5137
5216
 
5138
5217
  ---
5139
5218
 
5140
- The following software may be included in this product: @nx/vite (22.6.5)
5219
+ The following software may be included in this product: @nx/rollup (22.7.0)
5141
5220
  This software contains the following license and notice below:
5142
5221
 
5143
5222
  (The MIT License)
@@ -5165,7 +5244,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5165
5244
 
5166
5245
  ---
5167
5246
 
5168
- The following software may be included in this product: @nx/vitest (22.6.5)
5247
+ The following software may be included in this product: @nx/vite (22.7.0)
5169
5248
  This software contains the following license and notice below:
5170
5249
 
5171
5250
  (The MIT License)
@@ -5193,7 +5272,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5193
5272
 
5194
5273
  ---
5195
5274
 
5196
- The following software may be included in this product: @nx/web (22.6.5)
5275
+ The following software may be included in this product: @nx/vitest (22.7.0)
5197
5276
  This software contains the following license and notice below:
5198
5277
 
5199
5278
  (The MIT License)
@@ -5221,7 +5300,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5221
5300
 
5222
5301
  ---
5223
5302
 
5224
- The following software may be included in this product: @nx/workspace (22.6.5)
5303
+ The following software may be included in this product: @nx/web (22.7.0)
5225
5304
  This software contains the following license and notice below:
5226
5305
 
5227
5306
  (The MIT License)
@@ -5249,7 +5328,35 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5249
5328
 
5250
5329
  ---
5251
5330
 
5252
- The following software may be included in this product: @nxlv/python (22.1.1)
5331
+ The following software may be included in this product: @nx/workspace (22.7.0)
5332
+ This software contains the following license and notice below:
5333
+
5334
+ (The MIT License)
5335
+
5336
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
5337
+
5338
+ Permission is hereby granted, free of charge, to any person obtaining
5339
+ a copy of this software and associated documentation files (the
5340
+ 'Software'), to deal in the Software without restriction, including
5341
+ without limitation the rights to use, copy, modify, merge, publish,
5342
+ distribute, sublicense, and/or sell copies of the Software, and to
5343
+ permit persons to whom the Software is furnished to do so, subject to
5344
+ the following conditions:
5345
+
5346
+ The above copyright notice and this permission notice shall be
5347
+ included in all copies or substantial portions of the Software.
5348
+
5349
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
5350
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
5351
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
5352
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5353
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
5354
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
5355
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5356
+
5357
+ ---
5358
+
5359
+ The following software may be included in this product: @nxlv/python (22.1.3)
5253
5360
  This software contains the following license and notice below:
5254
5361
 
5255
5362
  MIT License
@@ -5276,7 +5383,7 @@ SOFTWARE.
5276
5383
 
5277
5384
  ---
5278
5385
 
5279
- The following software may be included in this product: @oxc-project/types (0.124.0)
5386
+ The following software may be included in this product: @oxc-project/types (0.127.0)
5280
5387
  This software contains the following license and notice below:
5281
5388
 
5282
5389
  MIT License
@@ -5640,7 +5747,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
5640
5747
 
5641
5748
  ---
5642
5749
 
5643
- The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.0-rc.15)
5750
+ The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.0.0-rc.17)
5644
5751
  This software contains the following license and notice below:
5645
5752
 
5646
5753
  MIT License
@@ -5664,7 +5771,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
5664
5771
 
5665
5772
  ---
5666
5773
 
5667
- The following software may be included in this product: @rolldown/pluginutils (1.0.0-rc.15)
5774
+ The following software may be included in this product: @rolldown/pluginutils (1.0.0-rc.17)
5668
5775
  This software contains the following license and notice below:
5669
5776
 
5670
5777
  MIT License
@@ -6040,37 +6147,6 @@ SOFTWARE.
6040
6147
 
6041
6148
  ---
6042
6149
 
6043
- The following software may be included in this product: @sinclair/typebox (0.34.41)
6044
- This software contains the following license and notice below:
6045
-
6046
- TypeBox
6047
-
6048
- Json Schema Type Builder with Static Type Resolution for TypeScript
6049
-
6050
- The MIT License (MIT)
6051
-
6052
- Copyright (c) 2017-2025 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
6053
-
6054
- Permission is hereby granted, free of charge, to any person obtaining a copy
6055
- of this software and associated documentation files (the "Software"), to deal
6056
- in the Software without restriction, including without limitation the rights
6057
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6058
- copies of the Software, and to permit persons to whom the Software is
6059
- furnished to do so, subject to the following conditions:
6060
-
6061
- The above copyright notice and this permission notice shall be included in
6062
- all copies or substantial portions of the Software.
6063
-
6064
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6065
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6066
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6067
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6068
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6069
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
6070
- THE SOFTWARE.
6071
-
6072
- ---
6073
-
6074
6150
  The following software may be included in this product: @sindresorhus/is (4.6.0)
6075
6151
  This software contains the following license and notice below:
6076
6152
 
@@ -7372,7 +7448,7 @@ SOFTWARE.
7372
7448
 
7373
7449
  ---
7374
7450
 
7375
- The following software may be included in this product: @verdaccio/ui-theme (9.0.0-next-9.10)
7451
+ The following software may be included in this product: @verdaccio/ui-theme (9.0.0-next-9.14)
7376
7452
  This software contains the following license and notice below:
7377
7453
 
7378
7454
  MIT License
@@ -7453,7 +7529,7 @@ SOFTWARE.
7453
7529
 
7454
7530
  ---
7455
7531
 
7456
- The following software may be included in this product: @vitest/coverage-v8 (4.1.4)
7532
+ The following software may be included in this product: @vitest/coverage-v8 (4.1.5)
7457
7533
  This software contains the following license and notice below:
7458
7534
 
7459
7535
  MIT License
@@ -7480,7 +7556,7 @@ SOFTWARE.
7480
7556
 
7481
7557
  ---
7482
7558
 
7483
- The following software may be included in this product: @vitest/expect (4.1.4)
7559
+ The following software may be included in this product: @vitest/expect (4.1.5)
7484
7560
  This software contains the following license and notice below:
7485
7561
 
7486
7562
  MIT License
@@ -7507,7 +7583,7 @@ SOFTWARE.
7507
7583
 
7508
7584
  ---
7509
7585
 
7510
- The following software may be included in this product: @vitest/mocker (4.1.4)
7586
+ The following software may be included in this product: @vitest/mocker (4.1.5)
7511
7587
  This software contains the following license and notice below:
7512
7588
 
7513
7589
  MIT License
@@ -7534,7 +7610,7 @@ SOFTWARE.
7534
7610
 
7535
7611
  ---
7536
7612
 
7537
- The following software may be included in this product: @vitest/pretty-format (4.1.4)
7613
+ The following software may be included in this product: @vitest/pretty-format (4.1.5)
7538
7614
  This software contains the following license and notice below:
7539
7615
 
7540
7616
  MIT License
@@ -7561,7 +7637,7 @@ SOFTWARE.
7561
7637
 
7562
7638
  ---
7563
7639
 
7564
- The following software may be included in this product: @vitest/runner (4.1.4)
7640
+ The following software may be included in this product: @vitest/runner (4.1.5)
7565
7641
  This software contains the following license and notice below:
7566
7642
 
7567
7643
  MIT License
@@ -7588,7 +7664,7 @@ SOFTWARE.
7588
7664
 
7589
7665
  ---
7590
7666
 
7591
- The following software may be included in this product: @vitest/snapshot (4.1.4)
7667
+ The following software may be included in this product: @vitest/snapshot (4.1.5)
7592
7668
  This software contains the following license and notice below:
7593
7669
 
7594
7670
  MIT License
@@ -7615,7 +7691,7 @@ SOFTWARE.
7615
7691
 
7616
7692
  ---
7617
7693
 
7618
- The following software may be included in this product: @vitest/spy (4.1.4)
7694
+ The following software may be included in this product: @vitest/spy (4.1.5)
7619
7695
  This software contains the following license and notice below:
7620
7696
 
7621
7697
  MIT License
@@ -7642,7 +7718,7 @@ SOFTWARE.
7642
7718
 
7643
7719
  ---
7644
7720
 
7645
- The following software may be included in this product: @vitest/ui (4.1.4)
7721
+ The following software may be included in this product: @vitest/ui (4.1.5)
7646
7722
  This software contains the following license and notice below:
7647
7723
 
7648
7724
  MIT License
@@ -7669,7 +7745,7 @@ SOFTWARE.
7669
7745
 
7670
7746
  ---
7671
7747
 
7672
- The following software may be included in this product: @vitest/utils (4.1.4)
7748
+ The following software may be included in this product: @vitest/utils (4.1.5)
7673
7749
  This software contains the following license and notice below:
7674
7750
 
7675
7751
  MIT License
@@ -8293,6 +8369,33 @@ THE SOFTWARE.
8293
8369
 
8294
8370
  ---
8295
8371
 
8372
+ The following software may be included in this product: adm-zip (0.5.10)
8373
+ This software contains the following license and notice below:
8374
+
8375
+ MIT License
8376
+
8377
+ Copyright (c) 2012 Another-D-Mention Software and other contributors
8378
+
8379
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8380
+ of this software and associated documentation files (the "Software"), to deal
8381
+ in the Software without restriction, including without limitation the rights
8382
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8383
+ copies of the Software, and to permit persons to whom the Software is
8384
+ furnished to do so, subject to the following conditions:
8385
+
8386
+ The above copyright notice and this permission notice shall be included in all
8387
+ copies or substantial portions of the Software.
8388
+
8389
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8390
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8391
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8392
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8393
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8394
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8395
+ SOFTWARE.
8396
+
8397
+ ---
8398
+
8296
8399
  The following software may be included in this product: adm-zip (0.5.16)
8297
8400
  This software contains the following license and notice below:
8298
8401
 
@@ -8605,21 +8708,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
8605
8708
 
8606
8709
  ---
8607
8710
 
8608
- The following software may be included in this product: ansi-styles (5.2.0)
8609
- This software contains the following license and notice below:
8610
-
8611
- MIT License
8612
-
8613
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
8614
-
8615
- 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:
8616
-
8617
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8618
-
8619
- 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.
8620
-
8621
- ---
8622
-
8623
8711
  The following software may be included in this product: ansi-styles (6.2.3)
8624
8712
  This software contains the following license and notice below:
8625
8713
 
@@ -8717,33 +8805,6 @@ OTHER DEALINGS IN THE SOFTWARE.
8717
8805
 
8718
8806
  ---
8719
8807
 
8720
- The following software may be included in this product: argparse (1.0.10)
8721
- This software contains the following license and notice below:
8722
-
8723
- (The MIT License)
8724
-
8725
- Copyright (C) 2012 by Vitaly Puzrin
8726
-
8727
- Permission is hereby granted, free of charge, to any person obtaining a copy
8728
- of this software and associated documentation files (the "Software"), to deal
8729
- in the Software without restriction, including without limitation the rights
8730
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8731
- copies of the Software, and to permit persons to whom the Software is
8732
- furnished to do so, subject to the following conditions:
8733
-
8734
- The above copyright notice and this permission notice shall be included in
8735
- all copies or substantial portions of the Software.
8736
-
8737
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8738
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8739
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8740
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8741
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8742
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8743
- THE SOFTWARE.
8744
-
8745
- ---
8746
-
8747
8808
  The following software may be included in this product: array-flatten (1.1.1)
8748
8809
  This software contains the following license and notice below:
8749
8810
 
@@ -9183,6 +9244,35 @@ SOFTWARE.
9183
9244
 
9184
9245
  ---
9185
9246
 
9247
+ The following software may be included in this product: balanced-match (4.0.3)
9248
+ This software contains the following license and notice below:
9249
+
9250
+ (MIT)
9251
+
9252
+ Original code Copyright Julian Gruber <julian@juliangruber.com>
9253
+
9254
+ Port to TypeScript Copyright Isaac Z. Schlueter <i@izs.me>
9255
+
9256
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
9257
+ this software and associated documentation files (the "Software"), to deal in
9258
+ the Software without restriction, including without limitation the rights to
9259
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9260
+ of the Software, and to permit persons to whom the Software is furnished to do
9261
+ so, subject to the following conditions:
9262
+
9263
+ The above copyright notice and this permission notice shall be included in all
9264
+ copies or substantial portions of the Software.
9265
+
9266
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9267
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9268
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9269
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9270
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9271
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9272
+ SOFTWARE.
9273
+
9274
+ ---
9275
+
9186
9276
  The following software may be included in this product: balanced-match (4.0.4)
9187
9277
  This software contains the following license and notice below:
9188
9278
 
@@ -9484,7 +9574,7 @@ SOFTWARE.
9484
9574
 
9485
9575
  ---
9486
9576
 
9487
- The following software may be included in this product: brace-expansion (5.0.3)
9577
+ The following software may be included in this product: brace-expansion (5.0.2)
9488
9578
  This software contains the following license and notice below:
9489
9579
 
9490
9580
  MIT License
@@ -13879,21 +13969,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13879
13969
 
13880
13970
  ---
13881
13971
 
13882
- The following software may be included in this product: front-matter (4.0.2)
13883
- This software contains the following license and notice below:
13884
-
13885
- # The MIT License (MIT)
13886
-
13887
- Copyright (c) Jason Campbell ("Author")
13888
-
13889
- 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:
13890
-
13891
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13892
-
13893
- 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.
13894
-
13895
- ---
13896
-
13897
13972
  The following software may be included in this product: fs-constants (1.0.0)
13898
13973
  This software contains the following license and notice below:
13899
13974
 
@@ -15782,34 +15857,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
15782
15857
 
15783
15858
  ---
15784
15859
 
15785
- The following software may be included in this product: jest-diff (30.1.2)
15786
- This software contains the following license and notice below:
15787
-
15788
- MIT License
15789
-
15790
- Copyright (c) Meta Platforms, Inc. and affiliates.
15791
- Copyright Contributors to the Jest project.
15792
-
15793
- Permission is hereby granted, free of charge, to any person obtaining a copy
15794
- of this software and associated documentation files (the "Software"), to deal
15795
- in the Software without restriction, including without limitation the rights
15796
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15797
- copies of the Software, and to permit persons to whom the Software is
15798
- furnished to do so, subject to the following conditions:
15799
-
15800
- The above copyright notice and this permission notice shall be included in all
15801
- copies or substantial portions of the Software.
15802
-
15803
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15804
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15805
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15806
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15807
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15808
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15809
- SOFTWARE.
15810
-
15811
- ---
15812
-
15813
15860
  The following software may be included in this product: jest-worker (27.5.1)
15814
15861
  This software contains the following license and notice below:
15815
15862
 
@@ -15999,33 +16046,6 @@ THE SOFTWARE.
15999
16046
 
16000
16047
  ---
16001
16048
 
16002
- The following software may be included in this product: js-yaml (3.14.2)
16003
- This software contains the following license and notice below:
16004
-
16005
- (The MIT License)
16006
-
16007
- Copyright (C) 2011-2015 by Vitaly Puzrin
16008
-
16009
- Permission is hereby granted, free of charge, to any person obtaining a copy
16010
- of this software and associated documentation files (the "Software"), to deal
16011
- in the Software without restriction, including without limitation the rights
16012
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16013
- copies of the Software, and to permit persons to whom the Software is
16014
- furnished to do so, subject to the following conditions:
16015
-
16016
- The above copyright notice and this permission notice shall be included in
16017
- all copies or substantial portions of the Software.
16018
-
16019
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16020
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16021
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16022
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16023
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16024
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
16025
- THE SOFTWARE.
16026
-
16027
- ---
16028
-
16029
16049
  The following software may be included in this product: js-yaml (4.1.1)
16030
16050
  This software contains the following license and notice below:
16031
16051
 
@@ -16099,7 +16119,7 @@ Address all questions regarding this license to:
16099
16119
 
16100
16120
  ---
16101
16121
 
16102
- The following software may be included in this product: jsdom (29.0.2)
16122
+ The following software may be included in this product: jsdom (29.1.0)
16103
16123
  This software contains the following license and notice below:
16104
16124
 
16105
16125
  Copyright (c) 2010 Elijah Insua
@@ -19152,7 +19172,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
19152
19172
 
19153
19173
  ---
19154
19174
 
19155
- The following software may be included in this product: nx (22.6.5)
19175
+ The following software may be included in this product: nx (22.7.0)
19156
19176
  This software contains the following license and notice below:
19157
19177
 
19158
19178
  (The MIT License)
@@ -19753,7 +19773,7 @@ SOFTWARE.
19753
19773
 
19754
19774
  ---
19755
19775
 
19756
- The following software may be included in this product: parse5 (8.0.0)
19776
+ The following software may be included in this product: parse5 (8.0.1)
19757
19777
  This software contains the following license and notice below:
19758
19778
 
19759
19779
  Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
@@ -20153,33 +20173,6 @@ THE SOFTWARE.
20153
20173
 
20154
20174
  ---
20155
20175
 
20156
- The following software may be included in this product: picomatch (4.0.3)
20157
- This software contains the following license and notice below:
20158
-
20159
- The MIT License (MIT)
20160
-
20161
- Copyright (c) 2017-present, Jon Schlinkert.
20162
-
20163
- Permission is hereby granted, free of charge, to any person obtaining a copy
20164
- of this software and associated documentation files (the "Software"), to deal
20165
- in the Software without restriction, including without limitation the rights
20166
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20167
- copies of the Software, and to permit persons to whom the Software is
20168
- furnished to do so, subject to the following conditions:
20169
-
20170
- The above copyright notice and this permission notice shall be included in
20171
- all copies or substantial portions of the Software.
20172
-
20173
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20174
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20175
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20176
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20177
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20178
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20179
- THE SOFTWARE.
20180
-
20181
- ---
20182
-
20183
20176
  The following software may be included in this product: picomatch (4.0.4)
20184
20177
  This software contains the following license and notice below:
20185
20178
 
@@ -20504,6 +20497,32 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20504
20497
 
20505
20498
  ---
20506
20499
 
20500
+ The following software may be included in this product: postcss (8.5.12)
20501
+ This software contains the following license and notice below:
20502
+
20503
+ The MIT License (MIT)
20504
+
20505
+ Copyright 2013 Andrey Sitnik <andrey@sitnik.es>
20506
+
20507
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
20508
+ this software and associated documentation files (the "Software"), to deal in
20509
+ the Software without restriction, including without limitation the rights to
20510
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
20511
+ the Software, and to permit persons to whom the Software is furnished to do so,
20512
+ subject to the following conditions:
20513
+
20514
+ The above copyright notice and this permission notice shall be included in all
20515
+ copies or substantial portions of the Software.
20516
+
20517
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20518
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
20519
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20520
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
20521
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20522
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20523
+
20524
+ ---
20525
+
20507
20526
  The following software may be included in this product: postcss-modules (6.0.1)
20508
20527
  This software contains the following license and notice below:
20509
20528
 
@@ -20640,7 +20659,7 @@ OTHER DEALINGS IN THE SOFTWARE.
20640
20659
 
20641
20660
  ---
20642
20661
 
20643
- The following software may be included in this product: prettier (3.8.2)
20662
+ The following software may be included in this product: prettier (3.8.3)
20644
20663
  This software contains the following license and notice below:
20645
20664
 
20646
20665
  Copyright © James Long and contributors
@@ -20653,34 +20672,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
20653
20672
 
20654
20673
  ---
20655
20674
 
20656
- The following software may be included in this product: pretty-format (30.0.5)
20657
- This software contains the following license and notice below:
20658
-
20659
- MIT License
20660
-
20661
- Copyright (c) Meta Platforms, Inc. and affiliates.
20662
- Copyright Contributors to the Jest project.
20663
-
20664
- Permission is hereby granted, free of charge, to any person obtaining a copy
20665
- of this software and associated documentation files (the "Software"), to deal
20666
- in the Software without restriction, including without limitation the rights
20667
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20668
- copies of the Software, and to permit persons to whom the Software is
20669
- furnished to do so, subject to the following conditions:
20670
-
20671
- The above copyright notice and this permission notice shall be included in all
20672
- copies or substantial portions of the Software.
20673
-
20674
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20675
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20676
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20677
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20678
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20679
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20680
- SOFTWARE.
20681
-
20682
- ---
20683
-
20684
20675
  The following software may be included in this product: process (0.11.10)
20685
20676
  This software contains the following license and notice below:
20686
20677
 
@@ -21272,33 +21263,6 @@ SOFTWARE.
21272
21263
 
21273
21264
  ---
21274
21265
 
21275
- The following software may be included in this product: react-is (18.3.1)
21276
- This software contains the following license and notice below:
21277
-
21278
- MIT License
21279
-
21280
- Copyright (c) Facebook, Inc. and its affiliates.
21281
-
21282
- Permission is hereby granted, free of charge, to any person obtaining a copy
21283
- of this software and associated documentation files (the "Software"), to deal
21284
- in the Software without restriction, including without limitation the rights
21285
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21286
- copies of the Software, and to permit persons to whom the Software is
21287
- furnished to do so, subject to the following conditions:
21288
-
21289
- The above copyright notice and this permission notice shall be included in all
21290
- copies or substantial portions of the Software.
21291
-
21292
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21293
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21294
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21295
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21296
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21297
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21298
- SOFTWARE.
21299
-
21300
- ---
21301
-
21302
21266
  The following software may be included in this product: readable-stream (2.3.8)
21303
21267
  This software contains the following license and notice below:
21304
21268
 
@@ -21965,7 +21929,7 @@ IN THE SOFTWARE.
21965
21929
 
21966
21930
  ---
21967
21931
 
21968
- The following software may be included in this product: rolldown (1.0.0-rc.15)
21932
+ The following software may be included in this product: rolldown (1.0.0-rc.17)
21969
21933
  This software contains the following license and notice below:
21970
21934
 
21971
21935
  MIT License
@@ -24630,6 +24594,32 @@ SOFTWARE.
24630
24594
 
24631
24595
  ---
24632
24596
 
24597
+ The following software may be included in this product: schema-utils (4.3.0)
24598
+ This software contains the following license and notice below:
24599
+
24600
+ Copyright JS Foundation and other contributors
24601
+
24602
+ Permission is hereby granted, free of charge, to any person obtaining
24603
+ a copy of this software and associated documentation files (the
24604
+ 'Software'), to deal in the Software without restriction, including
24605
+ without limitation the rights to use, copy, modify, merge, publish,
24606
+ distribute, sublicense, and/or sell copies of the Software, and to
24607
+ permit persons to whom the Software is furnished to do so, subject to
24608
+ the following conditions:
24609
+
24610
+ The above copyright notice and this permission notice shall be
24611
+ included in all copies or substantial portions of the Software.
24612
+
24613
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
24614
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24615
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
24616
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
24617
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
24618
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24619
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24620
+
24621
+ ---
24622
+
24633
24623
  The following software may be included in this product: schema-utils (4.3.2)
24634
24624
  This software contains the following license and notice below:
24635
24625
 
@@ -26039,6 +26029,33 @@ SOFTWARE.
26039
26029
 
26040
26030
  ---
26041
26031
 
26032
+ The following software may be included in this product: tinyglobby (0.2.16)
26033
+ This software contains the following license and notice below:
26034
+
26035
+ MIT License
26036
+
26037
+ Copyright (c) 2024 Madeline Gurriarán
26038
+
26039
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26040
+ of this software and associated documentation files (the "Software"), to deal
26041
+ in the Software without restriction, including without limitation the rights
26042
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26043
+ copies of the Software, and to permit persons to whom the Software is
26044
+ furnished to do so, subject to the following conditions:
26045
+
26046
+ The above copyright notice and this permission notice shall be included in all
26047
+ copies or substantial portions of the Software.
26048
+
26049
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26050
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26051
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26052
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26053
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26054
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26055
+ SOFTWARE.
26056
+
26057
+ ---
26058
+
26042
26059
  The following software may be included in this product: tinyrainbow (3.1.0)
26043
26060
  This software contains the following license and notice below:
26044
26061
 
@@ -26142,7 +26159,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTH
26142
26159
 
26143
26160
  ---
26144
26161
 
26145
- The following software may be included in this product: tmp (0.2.5)
26162
+ The following software may be included in this product: tmp (0.2.4)
26146
26163
  This software contains the following license and notice below:
26147
26164
 
26148
26165
  The MIT License (MIT)
@@ -26534,7 +26551,34 @@ SOFTWARE.
26534
26551
 
26535
26552
  ---
26536
26553
 
26537
- The following software may be included in this product: undici (7.24.6)
26554
+ The following software may be included in this product: undici (7.24.7)
26555
+ This software contains the following license and notice below:
26556
+
26557
+ MIT License
26558
+
26559
+ Copyright (c) Matteo Collina and Undici contributors
26560
+
26561
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26562
+ of this software and associated documentation files (the "Software"), to deal
26563
+ in the Software without restriction, including without limitation the rights
26564
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26565
+ copies of the Software, and to permit persons to whom the Software is
26566
+ furnished to do so, subject to the following conditions:
26567
+
26568
+ The above copyright notice and this permission notice shall be included in all
26569
+ copies or substantial portions of the Software.
26570
+
26571
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26572
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26573
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26574
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26575
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26576
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26577
+ SOFTWARE.
26578
+
26579
+ ---
26580
+
26581
+ The following software may be included in this product: undici (7.25.0)
26538
26582
  This software contains the following license and notice below:
26539
26583
 
26540
26584
  MIT License
@@ -26993,7 +27037,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26993
27037
 
26994
27038
  ---
26995
27039
 
26996
- The following software may be included in this product: verdaccio (6.5.0)
27040
+ The following software may be included in this product: verdaccio (6.5.2)
26997
27041
  This software contains the following license and notice below:
26998
27042
 
26999
27043
  MIT License
@@ -27099,7 +27143,7 @@ THE SOFTWARE
27099
27143
 
27100
27144
  ---
27101
27145
 
27102
- The following software may be included in this product: vite (8.0.8)
27146
+ The following software may be included in this product: vite (8.0.10)
27103
27147
  This software contains the following license and notice below:
27104
27148
 
27105
27149
  # Vite core license
@@ -28653,7 +28697,7 @@ Repository: https://github.com/jshttp/on-finished
28653
28697
 
28654
28698
  ## parse5
28655
28699
  License: MIT
28656
- By: Ivan Nikulin, https://github.com/inikulin/parse5/graphs/contributors
28700
+ By: Ivan Nikulin, James Garbutt, Felix Boehm, Titus
28657
28701
  Repository: https://github.com/inikulin/parse5
28658
28702
 
28659
28703
  > Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
@@ -29335,7 +29379,7 @@ Repository: https://github.com/websockets/ws
29335
29379
 
29336
29380
  ---
29337
29381
 
29338
- The following software may be included in this product: vitest (4.1.4)
29382
+ The following software may be included in this product: vitest (4.1.5)
29339
29383
  This software contains the following license and notice below:
29340
29384
 
29341
29385
  # Vitest core license
@@ -30710,7 +30754,7 @@ SOFTWARE.
30710
30754
 
30711
30755
  ---
30712
30756
 
30713
- The following software may be included in this product: @csstools/css-syntax-patches-for-csstree (1.1.1)
30757
+ The following software may be included in this product: @csstools/css-syntax-patches-for-csstree (1.1.3)
30714
30758
  This software contains the following license and notice below:
30715
30759
 
30716
30760
  MIT No Attribution (MIT-0)
@@ -32865,7 +32909,7 @@ limitations under the License.
32865
32909
 
32866
32910
  ---
32867
32911
 
32868
- The following software may be included in this product: @swc/core (1.15.24)
32912
+ The following software may be included in this product: @swc/core (1.15.30)
32869
32913
  This software contains the following license and notice below:
32870
32914
 
32871
32915
  Copyright (c) 강동윤
@@ -36700,7 +36744,7 @@ END OF TERMS AND CONDITIONS
36700
36744
 
36701
36745
  ---
36702
36746
 
36703
- The following software may be included in this product: typescript (6.0.2)
36747
+ The following software may be included in this product: typescript (6.0.3)
36704
36748
  This software contains the following license and notice below:
36705
36749
 
36706
36750
  Apache License
@@ -37921,27 +37965,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37921
37965
 
37922
37966
  ---
37923
37967
 
37924
- The following software may be included in this product: semver (7.7.3)
37925
- This software contains the following license and notice below:
37926
-
37927
- The ISC License
37928
-
37929
- Copyright (c) Isaac Z. Schlueter and Contributors
37930
-
37931
- Permission to use, copy, modify, and/or distribute this software for any
37932
- purpose with or without fee is hereby granted, provided that the above
37933
- copyright notice and this permission notice appear in all copies.
37934
-
37935
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
37936
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
37937
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
37938
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37939
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
37940
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
37941
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37942
-
37943
- ---
37944
-
37945
37968
  The following software may be included in this product: semver (7.7.4)
37946
37969
  This software contains the following license and notice below:
37947
37970
 
@@ -38228,6 +38251,25 @@ THIS SOFTWARE.
38228
38251
 
38229
38252
  ---
38230
38253
 
38254
+ The following software may be included in this product: yaml (2.8.0)
38255
+ This software contains the following license and notice below:
38256
+
38257
+ Copyright Eemeli Aro <eemeli@gmail.com>
38258
+
38259
+ Permission to use, copy, modify, and/or distribute this software for any purpose
38260
+ with or without fee is hereby granted, provided that the above copyright notice
38261
+ and this permission notice appear in all copies.
38262
+
38263
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
38264
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
38265
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
38266
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
38267
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
38268
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
38269
+ THIS SOFTWARE.
38270
+
38271
+ ---
38272
+
38231
38273
  The following software may be included in this product: yaml (2.8.3)
38232
38274
  This software contains the following license and notice below:
38233
38275
 
@@ -38837,36 +38879,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38837
38879
 
38838
38880
  ---
38839
38881
 
38840
- The following software may be included in this product: sprintf-js (1.0.3)
38841
- This software contains the following license and notice below:
38842
-
38843
- Copyright (c) 2007-2014, Alexandru Marasteanu <hello [at) alexei (dot] ro>
38844
- All rights reserved.
38845
-
38846
- Redistribution and use in source and binary forms, with or without
38847
- modification, are permitted provided that the following conditions are met:
38848
- * Redistributions of source code must retain the above copyright
38849
- notice, this list of conditions and the following disclaimer.
38850
- * Redistributions in binary form must reproduce the above copyright
38851
- notice, this list of conditions and the following disclaimer in the
38852
- documentation and/or other materials provided with the distribution.
38853
- * Neither the name of this software nor the names of its contributors may be
38854
- used to endorse or promote products derived from this software without
38855
- specific prior written permission.
38856
-
38857
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
38858
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
38859
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38860
- DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
38861
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
38862
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
38863
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
38864
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38865
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
38866
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38867
-
38868
- ---
38869
-
38870
38882
  The following software may be included in this product: tough-cookie (5.1.2)
38871
38883
  This software contains the following license and notice below:
38872
38884
 
@@ -38935,21 +38947,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
38935
38947
 
38936
38948
  ---
38937
38949
 
38938
- The following software may be included in this product: @yarnpkg/parsers (3.0.2)
38939
- This software contains the following license and notice below:
38940
-
38941
- Copyright (c) The maintainers of @yarnpkg/parsers <https://github.com/yarnpkg/berry#readme>
38942
-
38943
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
38944
-
38945
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
38946
-
38947
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
38948
-
38949
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38950
-
38951
- ---
38952
-
38953
38950
  The following software may be included in this product: css-select (5.2.2)
38954
38951
  This software contains the following license and notice below:
38955
38952
 
@@ -39093,7 +39090,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39093
39090
 
39094
39091
  ---
39095
39092
 
39096
- The following software may be included in this product: dotenv-expand (11.0.7)
39093
+ The following software may be included in this product: dotenv-expand (12.0.3)
39097
39094
  This software contains the following license and notice below:
39098
39095
 
39099
39096
  Copyright (c) 2016, Scott Motte
@@ -39139,7 +39136,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39139
39136
 
39140
39137
  ---
39141
39138
 
39142
- The following software may be included in this product: entities (6.0.1)
39139
+ The following software may be included in this product: entities (8.0.0)
39143
39140
  This software contains the following license and notice below:
39144
39141
 
39145
39142
  Copyright (c) Felix Böhm
@@ -39243,33 +39240,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39243
39240
 
39244
39241
  ---
39245
39242
 
39246
- The following software may be included in this product: esprima (4.0.1)
39247
- This software contains the following license and notice below:
39248
-
39249
- Copyright JS Foundation and other contributors, https://js.foundation/
39250
-
39251
- Redistribution and use in source and binary forms, with or without
39252
- modification, are permitted provided that the following conditions are met:
39253
-
39254
- * Redistributions of source code must retain the above copyright
39255
- notice, this list of conditions and the following disclaimer.
39256
- * Redistributions in binary form must reproduce the above copyright
39257
- notice, this list of conditions and the following disclaimer in the
39258
- documentation and/or other materials provided with the distribution.
39259
-
39260
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
39261
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
39262
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
39263
- ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
39264
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
39265
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
39266
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
39267
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39268
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
39269
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39270
-
39271
- ---
39272
-
39273
39243
  The following software may be included in this product: esrecurse (4.3.0)
39274
39244
  This software contains the following license and notice below:
39275
39245
 
@@ -40587,7 +40557,7 @@ software or this license, under any kind of legal claim._**
40587
40557
 
40588
40558
  ---
40589
40559
 
40590
- The following software may be included in this product: lru-cache (11.2.7)
40560
+ The following software may be included in this product: lru-cache (11.3.5)
40591
40561
  This software contains the following license and notice below:
40592
40562
 
40593
40563
  # Blue Oak Model License