@aws/nx-plugin 0.65.0 → 0.66.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.
@@ -3326,12 +3326,12 @@ SOFTWARE.
3326
3326
 
3327
3327
  ---
3328
3328
 
3329
- The following software may be included in this product: @esbuild/darwin-arm64 (0.27.2)
3329
+ The following software may be included in this product: @esbuild/linux-x64 (0.27.2)
3330
3330
  This software contains the following license and notice below:
3331
3331
 
3332
3332
  MIT License
3333
3333
 
3334
- Copyright (c) The maintainers of @esbuild/darwin-arm64 <https://github.com/evanw/esbuild#readme>
3334
+ Copyright (c) The maintainers of @esbuild/linux-x64 <https://github.com/evanw/esbuild#readme>
3335
3335
 
3336
3336
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3337
3337
  associated documentation files (the "Software"), to deal in the Software without restriction, including
@@ -4796,7 +4796,35 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4796
4796
 
4797
4797
  ---
4798
4798
 
4799
- The following software may be included in this product: @nx/nx-darwin-arm64 (22.3.3)
4799
+ The following software may be included in this product: @nx/nx-linux-x64-gnu (22.3.3)
4800
+ This software contains the following license and notice below:
4801
+
4802
+ (The MIT License)
4803
+
4804
+ Copyright (c) 2017-2025 Narwhal Technologies Inc.
4805
+
4806
+ Permission is hereby granted, free of charge, to any person obtaining
4807
+ a copy of this software and associated documentation files (the
4808
+ 'Software'), to deal in the Software without restriction, including
4809
+ without limitation the rights to use, copy, modify, merge, publish,
4810
+ distribute, sublicense, and/or sell copies of the Software, and to
4811
+ permit persons to whom the Software is furnished to do so, subject to
4812
+ the following conditions:
4813
+
4814
+ The above copyright notice and this permission notice shall be
4815
+ included in all copies or substantial portions of the Software.
4816
+
4817
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4818
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4819
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4820
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4821
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4822
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4823
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4824
+
4825
+ ---
4826
+
4827
+ The following software may be included in this product: @nx/nx-linux-x64-musl (22.3.3)
4800
4828
  This software contains the following license and notice below:
4801
4829
 
4802
4830
  (The MIT License)
@@ -4992,7 +5020,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4992
5020
 
4993
5021
  ---
4994
5022
 
4995
- The following software may be included in this product: @nxlv/python (21.2.0)
5023
+ The following software may be included in this product: @nxlv/python (21.2.3)
4996
5024
  This software contains the following license and notice below:
4997
5025
 
4998
5026
  MIT License
@@ -5538,7 +5566,31 @@ THE SOFTWARE.
5538
5566
 
5539
5567
  ---
5540
5568
 
5541
- The following software may be included in this product: @rollup/rollup-darwin-arm64 (4.50.1)
5569
+ The following software may be included in this product: @rollup/rollup-linux-x64-gnu (4.50.1)
5570
+ This software contains the following license and notice below:
5571
+
5572
+ MIT License
5573
+
5574
+ Copyright (c) Lukas Taegert-Atkinson
5575
+
5576
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
5577
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
5578
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5579
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
5580
+ following conditions:
5581
+
5582
+ The above copyright notice and this permission notice shall be included in all copies or substantial
5583
+ portions of the Software.
5584
+
5585
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
5586
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
5587
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
5588
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
5589
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
5590
+
5591
+ ---
5592
+
5593
+ The following software may be included in this product: @rollup/rollup-linux-x64-musl (4.50.1)
5542
5594
  This software contains the following license and notice below:
5543
5595
 
5544
5596
  MIT License
@@ -5590,7 +5642,34 @@ SOFTWARE.
5590
5642
 
5591
5643
  ---
5592
5644
 
5593
- The following software may be included in this product: @rspack/binding-darwin-arm64 (1.5.3)
5645
+ The following software may be included in this product: @rspack/binding-linux-x64-gnu (1.5.3)
5646
+ This software contains the following license and notice below:
5647
+
5648
+ MIT License
5649
+
5650
+ Copyright (c) 2022-present Bytedance Inc and its affiliates.
5651
+
5652
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5653
+ of this software and associated documentation files (the "Software"), to deal
5654
+ in the Software without restriction, including without limitation the rights
5655
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5656
+ copies of the Software, and to permit persons to whom the Software is
5657
+ furnished to do so, subject to the following conditions:
5658
+
5659
+ The above copyright notice and this permission notice shall be included in all
5660
+ copies or substantial portions of the Software.
5661
+
5662
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5663
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5664
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5665
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5666
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5667
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5668
+ SOFTWARE.
5669
+
5670
+ ---
5671
+
5672
+ The following software may be included in this product: @rspack/binding-linux-x64-musl (1.5.3)
5594
5673
  This software contains the following license and notice below:
5595
5674
 
5596
5675
  MIT License
@@ -6492,7 +6571,7 @@ SOFTWARE
6492
6571
 
6493
6572
  ---
6494
6573
 
6495
- The following software may be included in this product: @types/node (22.19.3)
6574
+ The following software may be included in this product: @types/node (22.19.6)
6496
6575
  This software contains the following license and notice below:
6497
6576
 
6498
6577
  MIT License
@@ -7194,7 +7273,7 @@ SOFTWARE.
7194
7273
 
7195
7274
  ---
7196
7275
 
7197
- The following software may be included in this product: @vitest/expect (4.0.16)
7276
+ The following software may be included in this product: @vitest/expect (4.0.17)
7198
7277
  This software contains the following license and notice below:
7199
7278
 
7200
7279
  MIT License
@@ -7221,7 +7300,7 @@ SOFTWARE.
7221
7300
 
7222
7301
  ---
7223
7302
 
7224
- The following software may be included in this product: @vitest/mocker (4.0.16)
7303
+ The following software may be included in this product: @vitest/mocker (4.0.17)
7225
7304
  This software contains the following license and notice below:
7226
7305
 
7227
7306
  MIT License
@@ -7248,7 +7327,7 @@ SOFTWARE.
7248
7327
 
7249
7328
  ---
7250
7329
 
7251
- The following software may be included in this product: @vitest/pretty-format (4.0.16)
7330
+ The following software may be included in this product: @vitest/pretty-format (4.0.17)
7252
7331
  This software contains the following license and notice below:
7253
7332
 
7254
7333
  MIT License
@@ -7275,7 +7354,7 @@ SOFTWARE.
7275
7354
 
7276
7355
  ---
7277
7356
 
7278
- The following software may be included in this product: @vitest/runner (4.0.16)
7357
+ The following software may be included in this product: @vitest/runner (4.0.17)
7279
7358
  This software contains the following license and notice below:
7280
7359
 
7281
7360
  MIT License
@@ -7302,7 +7381,7 @@ SOFTWARE.
7302
7381
 
7303
7382
  ---
7304
7383
 
7305
- The following software may be included in this product: @vitest/snapshot (4.0.16)
7384
+ The following software may be included in this product: @vitest/snapshot (4.0.17)
7306
7385
  This software contains the following license and notice below:
7307
7386
 
7308
7387
  MIT License
@@ -7329,7 +7408,7 @@ SOFTWARE.
7329
7408
 
7330
7409
  ---
7331
7410
 
7332
- The following software may be included in this product: @vitest/spy (4.0.16)
7411
+ The following software may be included in this product: @vitest/spy (4.0.17)
7333
7412
  This software contains the following license and notice below:
7334
7413
 
7335
7414
  MIT License
@@ -7356,7 +7435,7 @@ SOFTWARE.
7356
7435
 
7357
7436
  ---
7358
7437
 
7359
- The following software may be included in this product: @vitest/ui (4.0.16)
7438
+ The following software may be included in this product: @vitest/ui (4.0.17)
7360
7439
  This software contains the following license and notice below:
7361
7440
 
7362
7441
  MIT License
@@ -7383,7 +7462,7 @@ SOFTWARE.
7383
7462
 
7384
7463
  ---
7385
7464
 
7386
- The following software may be included in this product: @vitest/utils (4.0.16)
7465
+ The following software may be included in this product: @vitest/utils (4.0.17)
7387
7466
  This software contains the following license and notice below:
7388
7467
 
7389
7468
  MIT License
@@ -13877,7 +13956,7 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
13877
13956
 
13878
13957
  ---
13879
13958
 
13880
- The following software may be included in this product: fs-extra (11.3.1)
13959
+ The following software may be included in this product: fs-extra (11.3.3)
13881
13960
  This software contains the following license and notice below:
13882
13961
 
13883
13962
  (The MIT License)
@@ -13898,34 +13977,6 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
13898
13977
 
13899
13978
  ---
13900
13979
 
13901
- The following software may be included in this product: fsevents (2.3.3)
13902
- This software contains the following license and notice below:
13903
-
13904
- MIT License
13905
- -----------
13906
-
13907
- Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
13908
-
13909
- Permission is hereby granted, free of charge, to any person obtaining a copy
13910
- of this software and associated documentation files (the "Software"), to deal
13911
- in the Software without restriction, including without limitation the rights
13912
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13913
- copies of the Software, and to permit persons to whom the Software is
13914
- furnished to do so, subject to the following conditions:
13915
-
13916
- The above copyright notice and this permission notice shall be included in
13917
- all copies or substantial portions of the Software.
13918
-
13919
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13920
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13921
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13922
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13923
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13924
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13925
- THE SOFTWARE.
13926
-
13927
- ---
13928
-
13929
13980
  The following software may be included in this product: function-bind (1.1.2)
13930
13981
  This software contains the following license and notice below:
13931
13982
 
@@ -28155,7 +28206,7 @@ THE SOFTWARE
28155
28206
 
28156
28207
  ---
28157
28208
 
28158
- The following software may be included in this product: vite (7.3.0)
28209
+ The following software may be included in this product: vite (7.3.1)
28159
28210
  This software contains the following license and notice below:
28160
28211
 
28161
28212
  # Vite core license
@@ -30281,7 +30332,7 @@ Repository: https://github.com/websockets/ws
30281
30332
 
30282
30333
  ---
30283
30334
 
30284
- The following software may be included in this product: vitest (4.0.16)
30335
+ The following software may be included in this product: vitest (4.0.17)
30285
30336
  This software contains the following license and notice below:
30286
30337
 
30287
30338
  # Vitest core license
@@ -38011,27 +38062,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
38011
38062
 
38012
38063
  ---
38013
38064
 
38014
- The following software may be included in this product: glob (10.4.5)
38015
- This software contains the following license and notice below:
38016
-
38017
- The ISC License
38018
-
38019
- Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors
38020
-
38021
- Permission to use, copy, modify, and/or distribute this software for any
38022
- purpose with or without fee is hereby granted, provided that the above
38023
- copyright notice and this permission notice appear in all copies.
38024
-
38025
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
38026
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
38027
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
38028
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
38029
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
38030
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
38031
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
38032
-
38033
- ---
38034
-
38035
38065
  The following software may be included in this product: glob (10.5.0)
38036
38066
  This software contains the following license and notice below:
38037
38067
 
@@ -42170,7 +42200,386 @@ defined by the Mozilla Public License, v. 2.0.
42170
42200
 
42171
42201
  ---
42172
42202
 
42173
- The following software may be included in this product: lightningcss-darwin-arm64 (1.30.2)
42203
+ The following software may be included in this product: lightningcss-linux-x64-gnu (1.30.2)
42204
+ This software contains the following license and notice below:
42205
+
42206
+ Mozilla Public License Version 2.0
42207
+ ==================================
42208
+
42209
+ 1. Definitions
42210
+ --------------
42211
+
42212
+ 1.1. "Contributor"
42213
+ means each individual or legal entity that creates, contributes to
42214
+ the creation of, or owns Covered Software.
42215
+
42216
+ 1.2. "Contributor Version"
42217
+ means the combination of the Contributions of others (if any) used
42218
+ by a Contributor and that particular Contributor's Contribution.
42219
+
42220
+ 1.3. "Contribution"
42221
+ means Covered Software of a particular Contributor.
42222
+
42223
+ 1.4. "Covered Software"
42224
+ means Source Code Form to which the initial Contributor has attached
42225
+ the notice in Exhibit A, the Executable Form of such Source Code
42226
+ Form, and Modifications of such Source Code Form, in each case
42227
+ including portions thereof.
42228
+
42229
+ 1.5. "Incompatible With Secondary Licenses"
42230
+ means
42231
+
42232
+ (a) that the initial Contributor has attached the notice described
42233
+ in Exhibit B to the Covered Software; or
42234
+
42235
+ (b) that the Covered Software was made available under the terms of
42236
+ version 1.1 or earlier of the License, but not also under the
42237
+ terms of a Secondary License.
42238
+
42239
+ 1.6. "Executable Form"
42240
+ means any form of the work other than Source Code Form.
42241
+
42242
+ 1.7. "Larger Work"
42243
+ means a work that combines Covered Software with other material, in
42244
+ a separate file or files, that is not Covered Software.
42245
+
42246
+ 1.8. "License"
42247
+ means this document.
42248
+
42249
+ 1.9. "Licensable"
42250
+ means having the right to grant, to the maximum extent possible,
42251
+ whether at the time of the initial grant or subsequently, any and
42252
+ all of the rights conveyed by this License.
42253
+
42254
+ 1.10. "Modifications"
42255
+ means any of the following:
42256
+
42257
+ (a) any file in Source Code Form that results from an addition to,
42258
+ deletion from, or modification of the contents of Covered
42259
+ Software; or
42260
+
42261
+ (b) any new file in Source Code Form that contains any Covered
42262
+ Software.
42263
+
42264
+ 1.11. "Patent Claims" of a Contributor
42265
+ means any patent claim(s), including without limitation, method,
42266
+ process, and apparatus claims, in any patent Licensable by such
42267
+ Contributor that would be infringed, but for the grant of the
42268
+ License, by the making, using, selling, offering for sale, having
42269
+ made, import, or transfer of either its Contributions or its
42270
+ Contributor Version.
42271
+
42272
+ 1.12. "Secondary License"
42273
+ means either the GNU General Public License, Version 2.0, the GNU
42274
+ Lesser General Public License, Version 2.1, the GNU Affero General
42275
+ Public License, Version 3.0, or any later versions of those
42276
+ licenses.
42277
+
42278
+ 1.13. "Source Code Form"
42279
+ means the form of the work preferred for making modifications.
42280
+
42281
+ 1.14. "You" (or "Your")
42282
+ means an individual or a legal entity exercising rights under this
42283
+ License. For legal entities, "You" includes any entity that
42284
+ controls, is controlled by, or is under common control with You. For
42285
+ purposes of this definition, "control" means (a) the power, direct
42286
+ or indirect, to cause the direction or management of such entity,
42287
+ whether by contract or otherwise, or (b) ownership of more than
42288
+ fifty percent (50%) of the outstanding shares or beneficial
42289
+ ownership of such entity.
42290
+
42291
+ 2. License Grants and Conditions
42292
+ --------------------------------
42293
+
42294
+ 2.1. Grants
42295
+
42296
+ Each Contributor hereby grants You a world-wide, royalty-free,
42297
+ non-exclusive license:
42298
+
42299
+ (a) under intellectual property rights (other than patent or trademark)
42300
+ Licensable by such Contributor to use, reproduce, make available,
42301
+ modify, display, perform, distribute, and otherwise exploit its
42302
+ Contributions, either on an unmodified basis, with Modifications, or
42303
+ as part of a Larger Work; and
42304
+
42305
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
42306
+ for sale, have made, import, and otherwise transfer either its
42307
+ Contributions or its Contributor Version.
42308
+
42309
+ 2.2. Effective Date
42310
+
42311
+ The licenses granted in Section 2.1 with respect to any Contribution
42312
+ become effective for each Contribution on the date the Contributor first
42313
+ distributes such Contribution.
42314
+
42315
+ 2.3. Limitations on Grant Scope
42316
+
42317
+ The licenses granted in this Section 2 are the only rights granted under
42318
+ this License. No additional rights or licenses will be implied from the
42319
+ distribution or licensing of Covered Software under this License.
42320
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
42321
+ Contributor:
42322
+
42323
+ (a) for any code that a Contributor has removed from Covered Software;
42324
+ or
42325
+
42326
+ (b) for infringements caused by: (i) Your and any other third party's
42327
+ modifications of Covered Software, or (ii) the combination of its
42328
+ Contributions with other software (except as part of its Contributor
42329
+ Version); or
42330
+
42331
+ (c) under Patent Claims infringed by Covered Software in the absence of
42332
+ its Contributions.
42333
+
42334
+ This License does not grant any rights in the trademarks, service marks,
42335
+ or logos of any Contributor (except as may be necessary to comply with
42336
+ the notice requirements in Section 3.4).
42337
+
42338
+ 2.4. Subsequent Licenses
42339
+
42340
+ No Contributor makes additional grants as a result of Your choice to
42341
+ distribute the Covered Software under a subsequent version of this
42342
+ License (see Section 10.2) or under the terms of a Secondary License (if
42343
+ permitted under the terms of Section 3.3).
42344
+
42345
+ 2.5. Representation
42346
+
42347
+ Each Contributor represents that the Contributor believes its
42348
+ Contributions are its original creation(s) or it has sufficient rights
42349
+ to grant the rights to its Contributions conveyed by this License.
42350
+
42351
+ 2.6. Fair Use
42352
+
42353
+ This License is not intended to limit any rights You have under
42354
+ applicable copyright doctrines of fair use, fair dealing, or other
42355
+ equivalents.
42356
+
42357
+ 2.7. Conditions
42358
+
42359
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
42360
+ in Section 2.1.
42361
+
42362
+ 3. Responsibilities
42363
+ -------------------
42364
+
42365
+ 3.1. Distribution of Source Form
42366
+
42367
+ All distribution of Covered Software in Source Code Form, including any
42368
+ Modifications that You create or to which You contribute, must be under
42369
+ the terms of this License. You must inform recipients that the Source
42370
+ Code Form of the Covered Software is governed by the terms of this
42371
+ License, and how they can obtain a copy of this License. You may not
42372
+ attempt to alter or restrict the recipients' rights in the Source Code
42373
+ Form.
42374
+
42375
+ 3.2. Distribution of Executable Form
42376
+
42377
+ If You distribute Covered Software in Executable Form then:
42378
+
42379
+ (a) such Covered Software must also be made available in Source Code
42380
+ Form, as described in Section 3.1, and You must inform recipients of
42381
+ the Executable Form how they can obtain a copy of such Source Code
42382
+ Form by reasonable means in a timely manner, at a charge no more
42383
+ than the cost of distribution to the recipient; and
42384
+
42385
+ (b) You may distribute such Executable Form under the terms of this
42386
+ License, or sublicense it under different terms, provided that the
42387
+ license for the Executable Form does not attempt to limit or alter
42388
+ the recipients' rights in the Source Code Form under this License.
42389
+
42390
+ 3.3. Distribution of a Larger Work
42391
+
42392
+ You may create and distribute a Larger Work under terms of Your choice,
42393
+ provided that You also comply with the requirements of this License for
42394
+ the Covered Software. If the Larger Work is a combination of Covered
42395
+ Software with a work governed by one or more Secondary Licenses, and the
42396
+ Covered Software is not Incompatible With Secondary Licenses, this
42397
+ License permits You to additionally distribute such Covered Software
42398
+ under the terms of such Secondary License(s), so that the recipient of
42399
+ the Larger Work may, at their option, further distribute the Covered
42400
+ Software under the terms of either this License or such Secondary
42401
+ License(s).
42402
+
42403
+ 3.4. Notices
42404
+
42405
+ You may not remove or alter the substance of any license notices
42406
+ (including copyright notices, patent notices, disclaimers of warranty,
42407
+ or limitations of liability) contained within the Source Code Form of
42408
+ the Covered Software, except that You may alter any license notices to
42409
+ the extent required to remedy known factual inaccuracies.
42410
+
42411
+ 3.5. Application of Additional Terms
42412
+
42413
+ You may choose to offer, and to charge a fee for, warranty, support,
42414
+ indemnity or liability obligations to one or more recipients of Covered
42415
+ Software. However, You may do so only on Your own behalf, and not on
42416
+ behalf of any Contributor. You must make it absolutely clear that any
42417
+ such warranty, support, indemnity, or liability obligation is offered by
42418
+ You alone, and You hereby agree to indemnify every Contributor for any
42419
+ liability incurred by such Contributor as a result of warranty, support,
42420
+ indemnity or liability terms You offer. You may include additional
42421
+ disclaimers of warranty and limitations of liability specific to any
42422
+ jurisdiction.
42423
+
42424
+ 4. Inability to Comply Due to Statute or Regulation
42425
+ ---------------------------------------------------
42426
+
42427
+ If it is impossible for You to comply with any of the terms of this
42428
+ License with respect to some or all of the Covered Software due to
42429
+ statute, judicial order, or regulation then You must: (a) comply with
42430
+ the terms of this License to the maximum extent possible; and (b)
42431
+ describe the limitations and the code they affect. Such description must
42432
+ be placed in a text file included with all distributions of the Covered
42433
+ Software under this License. Except to the extent prohibited by statute
42434
+ or regulation, such description must be sufficiently detailed for a
42435
+ recipient of ordinary skill to be able to understand it.
42436
+
42437
+ 5. Termination
42438
+ --------------
42439
+
42440
+ 5.1. The rights granted under this License will terminate automatically
42441
+ if You fail to comply with any of its terms. However, if You become
42442
+ compliant, then the rights granted under this License from a particular
42443
+ Contributor are reinstated (a) provisionally, unless and until such
42444
+ Contributor explicitly and finally terminates Your grants, and (b) on an
42445
+ ongoing basis, if such Contributor fails to notify You of the
42446
+ non-compliance by some reasonable means prior to 60 days after You have
42447
+ come back into compliance. Moreover, Your grants from a particular
42448
+ Contributor are reinstated on an ongoing basis if such Contributor
42449
+ notifies You of the non-compliance by some reasonable means, this is the
42450
+ first time You have received notice of non-compliance with this License
42451
+ from such Contributor, and You become compliant prior to 30 days after
42452
+ Your receipt of the notice.
42453
+
42454
+ 5.2. If You initiate litigation against any entity by asserting a patent
42455
+ infringement claim (excluding declaratory judgment actions,
42456
+ counter-claims, and cross-claims) alleging that a Contributor Version
42457
+ directly or indirectly infringes any patent, then the rights granted to
42458
+ You by any and all Contributors for the Covered Software under Section
42459
+ 2.1 of this License shall terminate.
42460
+
42461
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
42462
+ end user license agreements (excluding distributors and resellers) which
42463
+ have been validly granted by You or Your distributors under this License
42464
+ prior to termination shall survive termination.
42465
+
42466
+ ************************************************************************
42467
+ * *
42468
+ * 6. Disclaimer of Warranty *
42469
+ * ------------------------- *
42470
+ * *
42471
+ * Covered Software is provided under this License on an "as is" *
42472
+ * basis, without warranty of any kind, either expressed, implied, or *
42473
+ * statutory, including, without limitation, warranties that the *
42474
+ * Covered Software is free of defects, merchantable, fit for a *
42475
+ * particular purpose or non-infringing. The entire risk as to the *
42476
+ * quality and performance of the Covered Software is with You. *
42477
+ * Should any Covered Software prove defective in any respect, You *
42478
+ * (not any Contributor) assume the cost of any necessary servicing, *
42479
+ * repair, or correction. This disclaimer of warranty constitutes an *
42480
+ * essential part of this License. No use of any Covered Software is *
42481
+ * authorized under this License except under this disclaimer. *
42482
+ * *
42483
+ ************************************************************************
42484
+
42485
+ ************************************************************************
42486
+ * *
42487
+ * 7. Limitation of Liability *
42488
+ * -------------------------- *
42489
+ * *
42490
+ * Under no circumstances and under no legal theory, whether tort *
42491
+ * (including negligence), contract, or otherwise, shall any *
42492
+ * Contributor, or anyone who distributes Covered Software as *
42493
+ * permitted above, be liable to You for any direct, indirect, *
42494
+ * special, incidental, or consequential damages of any character *
42495
+ * including, without limitation, damages for lost profits, loss of *
42496
+ * goodwill, work stoppage, computer failure or malfunction, or any *
42497
+ * and all other commercial damages or losses, even if such party *
42498
+ * shall have been informed of the possibility of such damages. This *
42499
+ * limitation of liability shall not apply to liability for death or *
42500
+ * personal injury resulting from such party's negligence to the *
42501
+ * extent applicable law prohibits such limitation. Some *
42502
+ * jurisdictions do not allow the exclusion or limitation of *
42503
+ * incidental or consequential damages, so this exclusion and *
42504
+ * limitation may not apply to You. *
42505
+ * *
42506
+ ************************************************************************
42507
+
42508
+ 8. Litigation
42509
+ -------------
42510
+
42511
+ Any litigation relating to this License may be brought only in the
42512
+ courts of a jurisdiction where the defendant maintains its principal
42513
+ place of business and such litigation shall be governed by laws of that
42514
+ jurisdiction, without reference to its conflict-of-law provisions.
42515
+ Nothing in this Section shall prevent a party's ability to bring
42516
+ cross-claims or counter-claims.
42517
+
42518
+ 9. Miscellaneous
42519
+ ----------------
42520
+
42521
+ This License represents the complete agreement concerning the subject
42522
+ matter hereof. If any provision of this License is held to be
42523
+ unenforceable, such provision shall be reformed only to the extent
42524
+ necessary to make it enforceable. Any law or regulation which provides
42525
+ that the language of a contract shall be construed against the drafter
42526
+ shall not be used to construe this License against a Contributor.
42527
+
42528
+ 10. Versions of the License
42529
+ ---------------------------
42530
+
42531
+ 10.1. New Versions
42532
+
42533
+ Mozilla Foundation is the license steward. Except as provided in Section
42534
+ 10.3, no one other than the license steward has the right to modify or
42535
+ publish new versions of this License. Each version will be given a
42536
+ distinguishing version number.
42537
+
42538
+ 10.2. Effect of New Versions
42539
+
42540
+ You may distribute the Covered Software under the terms of the version
42541
+ of the License under which You originally received the Covered Software,
42542
+ or under the terms of any subsequent version published by the license
42543
+ steward.
42544
+
42545
+ 10.3. Modified Versions
42546
+
42547
+ If you create software not governed by this License, and you want to
42548
+ create a new license for such software, you may create and use a
42549
+ modified version of this License if you rename the license and remove
42550
+ any references to the name of the license steward (except to note that
42551
+ such modified license differs from this License).
42552
+
42553
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
42554
+ Licenses
42555
+
42556
+ If You choose to distribute Source Code Form that is Incompatible With
42557
+ Secondary Licenses under the terms of this version of the License, the
42558
+ notice described in Exhibit B of this License must be attached.
42559
+
42560
+ Exhibit A - Source Code Form License Notice
42561
+ -------------------------------------------
42562
+
42563
+ This Source Code Form is subject to the terms of the Mozilla Public
42564
+ License, v. 2.0. If a copy of the MPL was not distributed with this
42565
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
42566
+
42567
+ If it is not possible or desirable to put the notice in a particular
42568
+ file, then You may include the notice in a location (such as a LICENSE
42569
+ file in a relevant directory) where a recipient would be likely to look
42570
+ for such a notice.
42571
+
42572
+ You may add additional accurate notices of copyright ownership.
42573
+
42574
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
42575
+ ---------------------------------------------------------
42576
+
42577
+ This Source Code Form is "Incompatible With Secondary Licenses", as
42578
+ defined by the Mozilla Public License, v. 2.0.
42579
+
42580
+ ---
42581
+
42582
+ The following software may be included in this product: lightningcss-linux-x64-musl (1.30.2)
42174
42583
  This software contains the following license and notice below:
42175
42584
 
42176
42585
  Mozilla Public License Version 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin",
3
- "version": "0.65.0",
3
+ "version": "0.66.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -32,7 +32,7 @@
32
32
  "@nx/js": "~22.3.3",
33
33
  "@nx/react": "~22.3.3",
34
34
  "@nx/vite": "~22.3.3",
35
- "@nxlv/python": "~21.2.0",
35
+ "@nxlv/python": "~21.2.3",
36
36
  "@phenomnomnominal/tsquery": "6.1.4",
37
37
  "enquirer": "^2.4.1",
38
38
  "fast-glob": "^3.3.3",
@@ -46,8 +46,8 @@
46
46
  "openapi-types": "^12.1.3",
47
47
  "pip-requirements-js": "^0.2.1",
48
48
  "typescript": "~5.9.3",
49
- "vite": "^7.3.0",
50
- "vitest": "^4.0.16",
49
+ "vite": "^7.3.1",
50
+ "vitest": "^4.0.17",
51
51
  "zod": "~4.3.5"
52
52
  },
53
53
  "types": "./src/index.d.ts"
@@ -2,8 +2,8 @@
2
2
 
3
3
  exports[`infra generator > should add required dependencies to package.json > dependencies 1`] = `
4
4
  {
5
- "aws-cdk": "2.1100.1",
6
- "aws-cdk-lib": "2.233.0",
5
+ "aws-cdk": "2.1100.3",
6
+ "aws-cdk-lib": "2.234.1",
7
7
  "constructs": "10.4.4",
8
8
  "esbuild": "0.27.2",
9
9
  "source-map-support": "0.5.21",
@@ -20,7 +20,7 @@ exports[`infra generator > should add required dependencies to package.json > de
20
20
  "@swc-node/register": "~1.9.1",
21
21
  "@swc/core": "~1.5.7",
22
22
  "@swc/helpers": "~0.5.11",
23
- "@types/node": "22.19.3",
23
+ "@types/node": "22.19.6",
24
24
  "@vitest/coverage-v8": "^4.0.0",
25
25
  "eslint": "^9.8.0",
26
26
  "eslint-config-prettier": "^10.0.0",
@@ -39,8 +39,8 @@ exports[`infra generator > should add required dependencies to package.json > de
39
39
  exports[`infra generator > should add required dependencies to package.json > package-json 1`] = `
40
40
  {
41
41
  "dependencies": {
42
- "aws-cdk": "2.1100.1",
43
- "aws-cdk-lib": "2.233.0",
42
+ "aws-cdk": "2.1100.3",
43
+ "aws-cdk-lib": "2.234.1",
44
44
  "constructs": "10.4.4",
45
45
  "esbuild": "0.27.2",
46
46
  "source-map-support": "0.5.21",
@@ -54,7 +54,7 @@ exports[`infra generator > should add required dependencies to package.json > pa
54
54
  "@swc-node/register": "~1.9.1",
55
55
  "@swc/core": "~1.5.7",
56
56
  "@swc/helpers": "~0.5.11",
57
- "@types/node": "22.19.3",
57
+ "@types/node": "22.19.6",
58
58
  "@vitest/coverage-v8": "^4.0.0",
59
59
  "eslint": "^9.8.0",
60
60
  "eslint-config-prettier": "^10.0.0",
@@ -546,7 +546,7 @@ name = "proj.test_project"
546
546
  version = "0.1.0"
547
547
  dependencies = [
548
548
  "mcp==1.25.0",
549
- "boto3==1.42.21",
549
+ "boto3==1.42.30",
550
550
  "aws-opentelemetry-distro==0.14.1"
551
551
  ]
552
552
 
@@ -590,9 +590,9 @@ dependencies = [
590
590
  "aws-opentelemetry-distro==0.14.1",
591
591
  "bedrock-agentcore==0.1.7",
592
592
  "fastapi==0.128.0",
593
- "boto3==1.42.21",
593
+ "boto3==1.42.30",
594
594
  "mcp==1.25.0",
595
- "strands-agents==1.21.0",
595
+ "strands-agents==1.22.0",
596
596
  "strands-agents-tools==0.2.19",
597
597
  "uvicorn==0.40.0"
598
598
  ]
@@ -1874,10 +1874,10 @@ exports[`react-website generator > Tanstack router integration > should generate
1874
1874
  "{
1875
1875
  "name": "@proj/source",
1876
1876
  "dependencies": {
1877
- "@cloudscape-design/board-components": "3.0.136",
1878
- "@cloudscape-design/components": "3.0.1165",
1877
+ "@cloudscape-design/board-components": "3.0.140",
1878
+ "@cloudscape-design/components": "3.0.1173",
1879
1879
  "@cloudscape-design/global-styles": "1.0.49",
1880
- "aws-cdk-lib": "2.233.0",
1880
+ "aws-cdk-lib": "2.234.1",
1881
1881
  "constructs": "10.4.4",
1882
1882
  "react": "19.2.3",
1883
1883
  "react-dom": "19.2.3",
@@ -1899,7 +1899,7 @@ exports[`react-website generator > Tanstack router integration > should generate
1899
1899
  "@tailwindcss/vite": "4.1.18",
1900
1900
  "@testing-library/dom": "10.4.0",
1901
1901
  "@testing-library/react": "16.3.0",
1902
- "@types/node": "22.19.3",
1902
+ "@types/node": "22.19.6",
1903
1903
  "@types/react": "^19.0.0",
1904
1904
  "@types/react-dom": "^19.0.0",
1905
1905
  "@vitejs/plugin-react": "^4.2.0",
@@ -3316,11 +3316,11 @@ exports[`react-website generator > Tanstack router integration > should generate
3316
3316
  "{
3317
3317
  "name": "@proj/source",
3318
3318
  "dependencies": {
3319
- "@cloudscape-design/board-components": "3.0.136",
3320
- "@cloudscape-design/components": "3.0.1165",
3319
+ "@cloudscape-design/board-components": "3.0.140",
3320
+ "@cloudscape-design/components": "3.0.1173",
3321
3321
  "@cloudscape-design/global-styles": "1.0.49",
3322
- "@tanstack/react-router": "1.144.0",
3323
- "aws-cdk-lib": "2.233.0",
3322
+ "@tanstack/react-router": "1.149.3",
3323
+ "aws-cdk-lib": "2.234.1",
3324
3324
  "constructs": "10.4.4",
3325
3325
  "react": "19.2.3",
3326
3326
  "react-dom": "19.2.3",
@@ -3340,13 +3340,13 @@ exports[`react-website generator > Tanstack router integration > should generate
3340
3340
  "@swc/core": "~1.5.7",
3341
3341
  "@swc/helpers": "~0.5.11",
3342
3342
  "@tailwindcss/vite": "4.1.18",
3343
- "@tanstack/router-generator": "1.145.2",
3344
- "@tanstack/router-plugin": "1.145.2",
3343
+ "@tanstack/router-generator": "1.149.3",
3344
+ "@tanstack/router-plugin": "1.149.3",
3345
3345
  "@tanstack/router-utils": "1.143.11",
3346
- "@tanstack/virtual-file-routes": "1.141.0",
3346
+ "@tanstack/virtual-file-routes": "1.145.4",
3347
3347
  "@testing-library/dom": "10.4.0",
3348
3348
  "@testing-library/react": "16.3.0",
3349
- "@types/node": "22.19.3",
3349
+ "@types/node": "22.19.6",
3350
3350
  "@types/react": "^19.0.0",
3351
3351
  "@types/react-dom": "^19.0.0",
3352
3352
  "@vitejs/plugin-react": "^4.2.0",
@@ -5403,11 +5403,11 @@ root &&
5403
5403
 
5404
5404
  exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
5405
5405
  {
5406
- "@cloudscape-design/board-components": "3.0.136",
5407
- "@cloudscape-design/components": "3.0.1165",
5406
+ "@cloudscape-design/board-components": "3.0.140",
5407
+ "@cloudscape-design/components": "3.0.1173",
5408
5408
  "@cloudscape-design/global-styles": "1.0.49",
5409
- "@tanstack/react-router": "1.144.0",
5410
- "aws-cdk-lib": "2.233.0",
5409
+ "@tanstack/react-router": "1.149.3",
5410
+ "aws-cdk-lib": "2.234.1",
5411
5411
  "constructs": "10.4.4",
5412
5412
  "react": "19.2.3",
5413
5413
  "react-dom": "19.2.3",
@@ -6,18 +6,18 @@
6
6
  * Versons for TypeScript dependencies added by generators
7
7
  */
8
8
  export declare const TS_VERSIONS: {
9
- readonly '@aws-sdk/client-cognito-identity': "3.958.0";
10
- readonly '@aws-sdk/client-dynamodb': "3.958.0";
11
- readonly '@aws-sdk/credential-providers': "3.958.0";
12
- readonly '@aws-sdk/credential-provider-cognito-identity': "3.958.0";
9
+ readonly '@aws-sdk/client-cognito-identity': "3.968.0";
10
+ readonly '@aws-sdk/client-dynamodb': "3.968.0";
11
+ readonly '@aws-sdk/credential-providers': "3.968.0";
12
+ readonly '@aws-sdk/credential-provider-cognito-identity': "3.968.0";
13
13
  readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
14
14
  readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
15
- readonly '@aws-lambda-powertools/logger': "2.30.0";
16
- readonly '@aws-lambda-powertools/metrics': "2.30.0";
17
- readonly '@aws-lambda-powertools/tracer': "2.30.0";
18
- readonly '@aws-lambda-powertools/parser': "2.30.0";
15
+ readonly '@aws-lambda-powertools/logger': "2.30.2";
16
+ readonly '@aws-lambda-powertools/metrics': "2.30.2";
17
+ readonly '@aws-lambda-powertools/tracer': "2.30.2";
18
+ readonly '@aws-lambda-powertools/parser': "2.30.2";
19
19
  readonly '@middy/core': "6.4.5";
20
- readonly '@nxlv/python': "21.2.0";
20
+ readonly '@nxlv/python': "21.2.3";
21
21
  readonly '@nx-extend/terraform': "9.0.1";
22
22
  readonly '@nx/devkit': "22.3.3";
23
23
  readonly '@nx/react': "22.3.3";
@@ -25,40 +25,40 @@ export declare const TS_VERSIONS: {
25
25
  readonly '@modelcontextprotocol/sdk': "1.25.2";
26
26
  readonly '@modelcontextprotocol/inspector': "0.18.0";
27
27
  readonly '@strands-agents/sdk': "0.1.5";
28
- readonly '@tanstack/react-router': "1.144.0";
29
- readonly '@tanstack/router-plugin': "1.145.2";
30
- readonly '@tanstack/router-generator': "1.145.2";
31
- readonly '@tanstack/virtual-file-routes': "1.141.0";
28
+ readonly '@tanstack/react-router': "1.149.3";
29
+ readonly '@tanstack/router-plugin': "1.149.3";
30
+ readonly '@tanstack/router-generator': "1.149.3";
31
+ readonly '@tanstack/virtual-file-routes': "1.145.4";
32
32
  readonly '@tanstack/router-utils': "1.143.11";
33
- readonly '@cloudscape-design/board-components': "3.0.136";
34
- readonly '@cloudscape-design/components': "3.0.1165";
33
+ readonly '@cloudscape-design/board-components': "3.0.140";
34
+ readonly '@cloudscape-design/components': "3.0.1173";
35
35
  readonly '@cloudscape-design/global-styles': "1.0.49";
36
36
  readonly '@tanstack/react-query': "5.90.16";
37
37
  readonly '@tanstack/react-query-devtools': "5.91.2";
38
38
  readonly '@trpc/tanstack-react-query': "11.8.1";
39
39
  readonly '@trpc/client': "11.8.1";
40
40
  readonly '@trpc/server': "11.8.1";
41
- readonly '@types/node': "22.19.3";
41
+ readonly '@types/node': "22.19.6";
42
42
  readonly '@types/aws-lambda': "8.10.159";
43
43
  readonly '@types/cors': "2.8.19";
44
44
  readonly '@types/ws': "8.18.1";
45
45
  readonly '@types/express': "5.0.6";
46
- readonly '@smithy/types': "4.11.0";
46
+ readonly '@smithy/types': "4.12.0";
47
47
  readonly aws4fetch: "1.0.20";
48
- readonly 'aws-cdk': "2.1100.1";
49
- readonly 'aws-cdk-lib': "2.233.0";
48
+ readonly 'aws-cdk': "2.1100.3";
49
+ readonly 'aws-cdk-lib': "2.234.1";
50
50
  readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.233.0-alpha.0";
51
51
  readonly 'aws-xray-sdk-core': "3.12.0";
52
52
  readonly constructs: "10.4.4";
53
53
  readonly cors: "2.8.5";
54
- readonly electrodb: "3.5.2";
54
+ readonly electrodb: "3.5.3";
55
55
  readonly esbuild: "0.27.2";
56
56
  readonly 'eslint-plugin-prettier': "5.5.4";
57
57
  readonly express: "5.2.1";
58
58
  readonly 'jsonc-eslint-parser': "2.4.2";
59
59
  readonly 'make-dir-cli': "4.0.0";
60
60
  readonly ncp: "2.0.0";
61
- readonly 'npm-check-updates': "19.2.0";
61
+ readonly 'npm-check-updates': "19.3.1";
62
62
  readonly 'oidc-client-ts': "3.4.1";
63
63
  readonly prettier: "3.7.4";
64
64
  readonly 'react-oidc-context': "3.3.0";
@@ -72,32 +72,32 @@ export declare const TS_VERSIONS: {
72
72
  readonly tsx: "4.21.0";
73
73
  readonly 'vite-tsconfig-paths': "5.1.4";
74
74
  readonly zod: "4.3.5";
75
- readonly ws: "8.18.3";
75
+ readonly ws: "8.19.0";
76
76
  };
77
77
  export type ITsDepVersion = keyof typeof TS_VERSIONS;
78
78
  /**
79
79
  * Add versions to the given dependencies
80
80
  */
81
81
  export declare const withVersions: (deps: ITsDepVersion[]) => {
82
- [k: string]: "3.958.0" | "1.0.0-alpha.10" | "2.30.0" | "6.4.5" | "21.2.0" | "9.0.1" | "22.3.3" | "1.25.2" | "0.18.0" | "0.1.5" | "1.144.0" | "1.145.2" | "1.141.0" | "1.143.11" | "3.0.136" | "3.0.1165" | "1.0.49" | "5.90.16" | "5.91.2" | "11.8.1" | "22.19.3" | "8.10.159" | "2.8.19" | "8.18.1" | "5.0.6" | "4.11.0" | "1.0.20" | "2.1100.1" | "2.233.0" | "2.233.0-alpha.0" | "3.12.0" | "10.4.4" | "2.8.5" | "3.5.2" | "0.27.2" | "5.5.4" | "5.2.1" | "2.4.2" | "4.0.0" | "2.0.0" | "19.2.0" | "3.4.1" | "3.7.4" | "3.3.0" | "19.2.3" | "6.1.2" | "1.0.0-beta.52" | "0.5.21" | "4.1.18" | "4.21.0" | "5.1.4" | "4.3.5" | "8.18.3";
82
+ [k: string]: "3.968.0" | "1.0.0-alpha.10" | "2.30.2" | "6.4.5" | "21.2.3" | "9.0.1" | "22.3.3" | "1.25.2" | "0.18.0" | "0.1.5" | "1.149.3" | "1.145.4" | "1.143.11" | "3.0.140" | "3.0.1173" | "1.0.49" | "5.90.16" | "5.91.2" | "11.8.1" | "22.19.6" | "8.10.159" | "2.8.19" | "8.18.1" | "5.0.6" | "4.12.0" | "1.0.20" | "2.1100.3" | "2.234.1" | "2.233.0-alpha.0" | "3.12.0" | "10.4.4" | "2.8.5" | "3.5.3" | "0.27.2" | "5.5.4" | "5.2.1" | "2.4.2" | "4.0.0" | "2.0.0" | "19.3.1" | "3.4.1" | "3.7.4" | "3.3.0" | "19.2.3" | "6.1.2" | "1.0.0-beta.52" | "0.5.21" | "4.1.18" | "4.21.0" | "5.1.4" | "4.3.5" | "8.19.0";
83
83
  };
84
84
  /**
85
85
  * Versions for Python dependencies added by generators
86
86
  */
87
87
  export declare const PY_VERSIONS: {
88
- readonly 'aws-lambda-powertools': "==3.23.0";
89
- readonly 'aws-lambda-powertools[tracer]': "==3.23.0";
90
- readonly 'aws-lambda-powertools[parser]': "==3.23.0";
88
+ readonly 'aws-lambda-powertools': "==3.24.0";
89
+ readonly 'aws-lambda-powertools[tracer]': "==3.24.0";
90
+ readonly 'aws-lambda-powertools[parser]': "==3.24.0";
91
91
  readonly 'aws-opentelemetry-distro': "==0.14.1";
92
92
  readonly 'bedrock-agentcore': "==0.1.7";
93
- readonly boto3: "==1.42.21";
93
+ readonly boto3: "==1.42.30";
94
94
  readonly checkov: "==3.2.497";
95
95
  readonly fastapi: "==0.128.0";
96
96
  readonly 'fastapi[standard]': "==0.128.0";
97
97
  readonly mangum: "==0.20.0";
98
98
  readonly mcp: "==1.25.0";
99
99
  readonly 'pip-check-updates': "==0.28.0";
100
- readonly 'strands-agents': "==1.21.0";
100
+ readonly 'strands-agents': "==1.22.0";
101
101
  readonly 'strands-agents-tools': "==0.2.19";
102
102
  readonly uvicorn: "==0.40.0";
103
103
  };
@@ -9,18 +9,18 @@ exports.withPyVersions = exports.PY_VERSIONS = exports.withVersions = exports.TS
9
9
  * Versons for TypeScript dependencies added by generators
10
10
  */
11
11
  exports.TS_VERSIONS = {
12
- '@aws-sdk/client-cognito-identity': '3.958.0',
13
- '@aws-sdk/client-dynamodb': '3.958.0',
14
- '@aws-sdk/credential-providers': '3.958.0',
15
- '@aws-sdk/credential-provider-cognito-identity': '3.958.0',
12
+ '@aws-sdk/client-cognito-identity': '3.968.0',
13
+ '@aws-sdk/client-dynamodb': '3.968.0',
14
+ '@aws-sdk/credential-providers': '3.968.0',
15
+ '@aws-sdk/credential-provider-cognito-identity': '3.968.0',
16
16
  '@aws-smithy/server-apigateway': '1.0.0-alpha.10',
17
17
  '@aws-smithy/server-node': '1.0.0-alpha.10',
18
- '@aws-lambda-powertools/logger': '2.30.0',
19
- '@aws-lambda-powertools/metrics': '2.30.0',
20
- '@aws-lambda-powertools/tracer': '2.30.0',
21
- '@aws-lambda-powertools/parser': '2.30.0',
18
+ '@aws-lambda-powertools/logger': '2.30.2',
19
+ '@aws-lambda-powertools/metrics': '2.30.2',
20
+ '@aws-lambda-powertools/tracer': '2.30.2',
21
+ '@aws-lambda-powertools/parser': '2.30.2',
22
22
  '@middy/core': '6.4.5',
23
- '@nxlv/python': '21.2.0',
23
+ '@nxlv/python': '21.2.3',
24
24
  '@nx-extend/terraform': '9.0.1',
25
25
  '@nx/devkit': '22.3.3',
26
26
  '@nx/react': '22.3.3',
@@ -28,40 +28,40 @@ exports.TS_VERSIONS = {
28
28
  '@modelcontextprotocol/sdk': '1.25.2',
29
29
  '@modelcontextprotocol/inspector': '0.18.0',
30
30
  '@strands-agents/sdk': '0.1.5',
31
- '@tanstack/react-router': '1.144.0',
32
- '@tanstack/router-plugin': '1.145.2',
33
- '@tanstack/router-generator': '1.145.2',
34
- '@tanstack/virtual-file-routes': '1.141.0',
31
+ '@tanstack/react-router': '1.149.3',
32
+ '@tanstack/router-plugin': '1.149.3',
33
+ '@tanstack/router-generator': '1.149.3',
34
+ '@tanstack/virtual-file-routes': '1.145.4',
35
35
  '@tanstack/router-utils': '1.143.11',
36
- '@cloudscape-design/board-components': '3.0.136',
37
- '@cloudscape-design/components': '3.0.1165',
36
+ '@cloudscape-design/board-components': '3.0.140',
37
+ '@cloudscape-design/components': '3.0.1173',
38
38
  '@cloudscape-design/global-styles': '1.0.49',
39
39
  '@tanstack/react-query': '5.90.16',
40
40
  '@tanstack/react-query-devtools': '5.91.2',
41
41
  '@trpc/tanstack-react-query': '11.8.1',
42
42
  '@trpc/client': '11.8.1',
43
43
  '@trpc/server': '11.8.1',
44
- '@types/node': '22.19.3',
44
+ '@types/node': '22.19.6',
45
45
  '@types/aws-lambda': '8.10.159',
46
46
  '@types/cors': '2.8.19',
47
47
  '@types/ws': '8.18.1',
48
48
  '@types/express': '5.0.6',
49
- '@smithy/types': '4.11.0',
49
+ '@smithy/types': '4.12.0',
50
50
  aws4fetch: '1.0.20',
51
- 'aws-cdk': '2.1100.1',
52
- 'aws-cdk-lib': '2.233.0',
51
+ 'aws-cdk': '2.1100.3',
52
+ 'aws-cdk-lib': '2.234.1',
53
53
  '@aws-cdk/aws-bedrock-agentcore-alpha': '2.233.0-alpha.0',
54
54
  'aws-xray-sdk-core': '3.12.0',
55
55
  constructs: '10.4.4',
56
56
  cors: '2.8.5',
57
- electrodb: '3.5.2',
57
+ electrodb: '3.5.3',
58
58
  esbuild: '0.27.2',
59
59
  'eslint-plugin-prettier': '5.5.4',
60
60
  express: '5.2.1',
61
61
  'jsonc-eslint-parser': '2.4.2',
62
62
  'make-dir-cli': '4.0.0',
63
63
  ncp: '2.0.0',
64
- 'npm-check-updates': '19.2.0',
64
+ 'npm-check-updates': '19.3.1',
65
65
  'oidc-client-ts': '3.4.1',
66
66
  prettier: '3.7.4',
67
67
  'react-oidc-context': '3.3.0',
@@ -75,7 +75,7 @@ exports.TS_VERSIONS = {
75
75
  tsx: '4.21.0',
76
76
  'vite-tsconfig-paths': '5.1.4',
77
77
  zod: '4.3.5',
78
- ws: '8.18.3',
78
+ ws: '8.19.0',
79
79
  };
80
80
  /**
81
81
  * Add versions to the given dependencies
@@ -86,19 +86,19 @@ exports.withVersions = withVersions;
86
86
  * Versions for Python dependencies added by generators
87
87
  */
88
88
  exports.PY_VERSIONS = {
89
- 'aws-lambda-powertools': '==3.23.0',
90
- 'aws-lambda-powertools[tracer]': '==3.23.0',
91
- 'aws-lambda-powertools[parser]': '==3.23.0',
89
+ 'aws-lambda-powertools': '==3.24.0',
90
+ 'aws-lambda-powertools[tracer]': '==3.24.0',
91
+ 'aws-lambda-powertools[parser]': '==3.24.0',
92
92
  'aws-opentelemetry-distro': '==0.14.1',
93
93
  'bedrock-agentcore': '==0.1.7',
94
- boto3: '==1.42.21',
94
+ boto3: '==1.42.30',
95
95
  checkov: '==3.2.497',
96
96
  fastapi: '==0.128.0',
97
97
  'fastapi[standard]': '==0.128.0',
98
98
  mangum: '==0.20.0',
99
99
  mcp: '==1.25.0',
100
100
  'pip-check-updates': '==0.28.0',
101
- 'strands-agents': '==1.21.0',
101
+ 'strands-agents': '==1.22.0',
102
102
  'strands-agents-tools': '==0.2.19',
103
103
  uvicorn: '==0.40.0',
104
104
  };