cdk-assets 4.7.1 → 4.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES +111 -3
- package/bin/cdk-assets.js +15837 -14947
- package/bin/docker-credential-cdk-assets.js +15838 -14948
- package/package.json +5 -5
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -2679,7 +2679,7 @@ Apache License
|
|
|
2679
2679
|
|
|
2680
2680
|
----------------
|
|
2681
2681
|
|
|
2682
|
-
** @aws-sdk/credential-providers@3.
|
|
2682
|
+
** @aws-sdk/credential-providers@3.1115.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.1115.0 | Apache-2.0
|
|
2683
2683
|
Apache License
|
|
2684
2684
|
Version 2.0, January 2004
|
|
2685
2685
|
http://www.apache.org/licenses/
|
|
@@ -4378,7 +4378,7 @@ Apache License
|
|
|
4378
4378
|
|
|
4379
4379
|
----------------
|
|
4380
4380
|
|
|
4381
|
-
** @smithy/core@3.33.
|
|
4381
|
+
** @smithy/core@3.33.3 - https://www.npmjs.com/package/@smithy/core/v/3.33.3 | Apache-2.0
|
|
4382
4382
|
Apache License
|
|
4383
4383
|
Version 2.0, January 2004
|
|
4384
4384
|
http://www.apache.org/licenses/
|
|
@@ -5404,7 +5404,7 @@ Apache License
|
|
|
5404
5404
|
|
|
5405
5405
|
----------------
|
|
5406
5406
|
|
|
5407
|
-
** @smithy/types@4.17.
|
|
5407
|
+
** @smithy/types@4.17.2 - https://www.npmjs.com/package/@smithy/types/v/4.17.2 | Apache-2.0
|
|
5408
5408
|
Apache License
|
|
5409
5409
|
Version 2.0, January 2004
|
|
5410
5410
|
http://www.apache.org/licenses/
|
|
@@ -5787,6 +5787,32 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
5787
5787
|
|
|
5788
5788
|
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.
|
|
5789
5789
|
|
|
5790
|
+
----------------
|
|
5791
|
+
|
|
5792
|
+
** cross-spawn@7.0.6 - https://www.npmjs.com/package/cross-spawn/v/7.0.6 | MIT
|
|
5793
|
+
The MIT License (MIT)
|
|
5794
|
+
|
|
5795
|
+
Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>
|
|
5796
|
+
|
|
5797
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5798
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5799
|
+
in the Software without restriction, including without limitation the rights
|
|
5800
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5801
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5802
|
+
furnished to do so, subject to the following conditions:
|
|
5803
|
+
|
|
5804
|
+
The above copyright notice and this permission notice shall be included in
|
|
5805
|
+
all copies or substantial portions of the Software.
|
|
5806
|
+
|
|
5807
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5808
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5809
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5810
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5811
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5812
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5813
|
+
THE SOFTWARE.
|
|
5814
|
+
|
|
5815
|
+
|
|
5790
5816
|
----------------
|
|
5791
5817
|
|
|
5792
5818
|
** emoji-regex@8.0.0 - https://www.npmjs.com/package/emoji-regex/v/8.0.0 | MIT
|
|
@@ -6012,6 +6038,26 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
6012
6038
|
THE SOFTWARE.
|
|
6013
6039
|
|
|
6014
6040
|
|
|
6041
|
+
----------------
|
|
6042
|
+
|
|
6043
|
+
** isexe@2.0.0 - https://www.npmjs.com/package/isexe/v/2.0.0 | ISC
|
|
6044
|
+
The ISC License
|
|
6045
|
+
|
|
6046
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
6047
|
+
|
|
6048
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6049
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
6050
|
+
copyright notice and this permission notice appear in all copies.
|
|
6051
|
+
|
|
6052
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
6053
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
6054
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
6055
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
6056
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
6057
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
6058
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
6059
|
+
|
|
6060
|
+
|
|
6015
6061
|
----------------
|
|
6016
6062
|
|
|
6017
6063
|
** json-source-map@0.6.1 - https://www.npmjs.com/package/json-source-map/v/0.6.1 | MIT
|
|
@@ -6142,6 +6188,20 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
6142
6188
|
THE SOFTWARE.
|
|
6143
6189
|
|
|
6144
6190
|
|
|
6191
|
+
----------------
|
|
6192
|
+
|
|
6193
|
+
** path-key@3.1.1 - https://www.npmjs.com/package/path-key/v/3.1.1 | MIT
|
|
6194
|
+
MIT License
|
|
6195
|
+
|
|
6196
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
6197
|
+
|
|
6198
|
+
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:
|
|
6199
|
+
|
|
6200
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6201
|
+
|
|
6202
|
+
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.
|
|
6203
|
+
|
|
6204
|
+
|
|
6145
6205
|
----------------
|
|
6146
6206
|
|
|
6147
6207
|
** picomatch@2.3.2 - https://www.npmjs.com/package/picomatch/v/2.3.2 | MIT
|
|
@@ -6292,6 +6352,34 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
|
6292
6352
|
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
6293
6353
|
|
|
6294
6354
|
|
|
6355
|
+
----------------
|
|
6356
|
+
|
|
6357
|
+
** shebang-command@2.0.0 - https://www.npmjs.com/package/shebang-command/v/2.0.0 | MIT
|
|
6358
|
+
MIT License
|
|
6359
|
+
|
|
6360
|
+
Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
|
|
6361
|
+
|
|
6362
|
+
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:
|
|
6363
|
+
|
|
6364
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6365
|
+
|
|
6366
|
+
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.
|
|
6367
|
+
|
|
6368
|
+
|
|
6369
|
+
----------------
|
|
6370
|
+
|
|
6371
|
+
** shebang-regex@3.0.0 - https://www.npmjs.com/package/shebang-regex/v/3.0.0 | MIT
|
|
6372
|
+
MIT License
|
|
6373
|
+
|
|
6374
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
6375
|
+
|
|
6376
|
+
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:
|
|
6377
|
+
|
|
6378
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6379
|
+
|
|
6380
|
+
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.
|
|
6381
|
+
|
|
6382
|
+
|
|
6295
6383
|
----------------
|
|
6296
6384
|
|
|
6297
6385
|
** string-width@4.2.3 - https://www.npmjs.com/package/string-width/v/4.2.3 | MIT
|
|
@@ -6346,6 +6434,26 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
6346
6434
|
THE SOFTWARE.
|
|
6347
6435
|
|
|
6348
6436
|
|
|
6437
|
+
----------------
|
|
6438
|
+
|
|
6439
|
+
** which@2.0.2 - https://www.npmjs.com/package/which/v/2.0.2 | ISC
|
|
6440
|
+
The ISC License
|
|
6441
|
+
|
|
6442
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
6443
|
+
|
|
6444
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6445
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
6446
|
+
copyright notice and this permission notice appear in all copies.
|
|
6447
|
+
|
|
6448
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
6449
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
6450
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
6451
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
6452
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
6453
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
6454
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
6455
|
+
|
|
6456
|
+
|
|
6349
6457
|
----------------
|
|
6350
6458
|
|
|
6351
6459
|
** wrap-ansi@7.0.0 - https://www.npmjs.com/package/wrap-ansi/v/7.0.0 | MIT
|