Skip to content

Commit 30820f3

Browse files
committed
fix attributions file of integ runner
1 parent 7c08fb7 commit 30820f3

1 file changed

Lines changed: 53 additions & 7 deletions

File tree

packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES

Lines changed: 53 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
121121

122122
----------------
123123

124-
** async@3.2.3 - https://www.npmjs.com/package/async/v/3.2.3 | MIT
124+
** async@3.2.4 - https://www.npmjs.com/package/async/v/3.2.4 | MIT
125125
Copyright (c) 2010-2018 Caolan McMahon
126126

127127
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -156,7 +156,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
156156

157157
----------------
158158

159-
** aws-sdk@2.1132.0 - https://www.npmjs.com/package/aws-sdk/v/2.1132.0 | Apache-2.0
159+
** aws-sdk@2.1182.0 - https://www.npmjs.com/package/aws-sdk/v/2.1182.0 | Apache-2.0
160160
AWS SDK for JavaScript
161161
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
162162

@@ -198,6 +198,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
198198
SOFTWARE.
199199

200200

201+
----------------
202+
203+
** brace-expansion@2.0.1 - https://www.npmjs.com/package/brace-expansion/v/2.0.1 | MIT
204+
MIT License
205+
206+
Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
207+
208+
Permission is hereby granted, free of charge, to any person obtaining a copy
209+
of this software and associated documentation files (the "Software"), to deal
210+
in the Software without restriction, including without limitation the rights
211+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
212+
copies of the Software, and to permit persons to whom the Software is
213+
furnished to do so, subject to the following conditions:
214+
215+
The above copyright notice and this permission notice shall be included in all
216+
copies or substantial portions of the Software.
217+
218+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
219+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
220+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
221+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
222+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
223+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
224+
SOFTWARE.
225+
226+
201227
----------------
202228

203229
** buffer-crc32@0.2.13 - https://www.npmjs.com/package/buffer-crc32/v/0.2.13 | MIT
@@ -600,7 +626,7 @@ OTHER DEALINGS IN THE SOFTWARE.
600626

601627
----------------
602628

603-
** diff@5.0.0 - https://www.npmjs.com/package/diff/v/5.0.0 | BSD-3-Clause
629+
** diff@5.1.0 - https://www.npmjs.com/package/diff/v/5.1.0 | BSD-3-Clause
604630
Software License Agreement (BSD License)
605631

606632
Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
@@ -823,7 +849,7 @@ the licensed code:
823849

824850
----------------
825851

826-
** glob@7.2.0 - https://www.npmjs.com/package/glob/v/7.2.0 | ISC
852+
** glob@7.2.3 - https://www.npmjs.com/package/glob/v/7.2.3 | ISC
827853
The ISC License
828854

829855
Copyright (c) Isaac Z. Schlueter and Contributors
@@ -980,7 +1006,7 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
9801006

9811007
----------------
9821008

983-
** jsonschema@1.4.0 - https://www.npmjs.com/package/jsonschema/v/1.4.0 | MIT
1009+
** jsonschema@1.4.1 - https://www.npmjs.com/package/jsonschema/v/1.4.1 | MIT
9841010
jsonschema is licensed under MIT license.
9851011

9861012
Copyright (C) 2012-2015 Tom de Grunt <tom@degrunt.nl>
@@ -1410,6 +1436,26 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
14101436
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14111437

14121438

1439+
----------------
1440+
1441+
** minimatch@5.1.0 - https://www.npmjs.com/package/minimatch/v/5.1.0 | ISC
1442+
The ISC License
1443+
1444+
Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
1445+
1446+
Permission to use, copy, modify, and/or distribute this software for any
1447+
purpose with or without fee is hereby granted, provided that the above
1448+
copyright notice and this permission notice appear in all copies.
1449+
1450+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1451+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1452+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1453+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1454+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1455+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1456+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1457+
1458+
14131459
----------------
14141460

14151461
** normalize-path@3.0.0 - https://www.npmjs.com/package/normalize-path/v/3.0.0 | MIT
@@ -1592,7 +1638,7 @@ IN THE SOFTWARE.
15921638

15931639
----------------
15941640

1595-
** readdir-glob@1.1.1 - https://www.npmjs.com/package/readdir-glob/v/1.1.1 | Apache-2.0
1641+
** readdir-glob@1.1.2 - https://www.npmjs.com/package/readdir-glob/v/1.1.2 | Apache-2.0
15961642
Apache License
15971643
Version 2.0, January 2004
15981644
http://www.apache.org/licenses/
@@ -2213,7 +2259,7 @@ OTHER DEALINGS IN THE SOFTWARE.
22132259

22142260
----------------
22152261

2216-
** uuid@3.3.2 - https://www.npmjs.com/package/uuid/v/3.3.2 | MIT
2262+
** uuid@8.0.0 - https://www.npmjs.com/package/uuid/v/8.0.0 | MIT
22172263

22182264
----------------
22192265

0 commit comments

Comments
 (0)