Skip to content

Commit 6273ebd

Browse files
authored
chore(ecr-assets): remove minimatch dependency (#18896)
`minimatch` is not being used anymore by this package. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent c8ff03a commit 6273ebd

File tree

2 files changed

+1
-94
lines changed

2 files changed

+1
-94
lines changed
-89
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,2 @@
11
AWS Cloud Development Kit (AWS CDK)
22
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
4-
-------------------------------------------------------------------------------
5-
6-
The AWS CDK includes the following third-party software/licensing:
7-
8-
** minimatch - https://www.npmjs.com/package/minimatch
9-
Copyright (c) Isaac Z. Schlueter and Contributors
10-
11-
Permission to use, copy, modify, and/or distribute this software for any
12-
purpose with or without fee is hereby granted, provided that the above
13-
copyright notice and this permission notice appear in all copies.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
16-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
17-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
19-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
21-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
22-
23-
----------------
24-
25-
** brace-expansion - https://www.npmjs.com/package/brace-expansion
26-
Copyright (c) 2013 Julian Gruber <[email protected]>
27-
28-
Permission is hereby granted, free of charge, to any person obtaining a copy
29-
of this software and associated documentation files (the "Software"), to deal
30-
in the Software without restriction, including without limitation the rights
31-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32-
copies of the Software, and to permit persons to whom the Software is
33-
furnished to do so, subject to the following conditions:
34-
35-
The above copyright notice and this permission notice shall be included in all
36-
copies or substantial portions of the Software.
37-
38-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44-
SOFTWARE.
45-
46-
----------------
47-
48-
** balanced-match - https://www.npmjs.com/package/balanced-match
49-
Copyright (c) 2013 Julian Gruber <[email protected]>
50-
51-
Permission is hereby granted, free of charge, to any person obtaining a copy
52-
of this software and associated documentation files (the "Software"), to deal
53-
in the Software without restriction, including without limitation the rights
54-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55-
copies of the Software, and to permit persons to whom the Software is
56-
furnished to do so, subject to the following conditions:
57-
58-
The above copyright notice and this permission notice shall be included in all
59-
copies or substantial portions of the Software.
60-
61-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67-
SOFTWARE.
68-
69-
----------------
70-
71-
** concat-map - https://www.npmjs.com/package/concat-map
72-
73-
Permission is hereby granted, free of charge, to any person obtaining a copy
74-
of this software and associated documentation files (the "Software"), to deal
75-
in the Software without restriction, including without limitation the rights
76-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77-
copies of the Software, and to permit persons to whom the Software is
78-
furnished to do so, subject to the following conditions:
79-
80-
The above copyright notice and this permission notice shall be included in all
81-
copies or substantial portions of the Software.
82-
83-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
84-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
85-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
86-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
87-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
88-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
89-
SOFTWARE.
90-
91-
----------------

packages/@aws-cdk/aws-ecr-assets/package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@
9090
"@aws-cdk/aws-s3": "0.0.0",
9191
"@aws-cdk/core": "0.0.0",
9292
"@aws-cdk/cx-api": "0.0.0",
93-
"constructs": "^3.3.69",
94-
"minimatch": "^3.0.5"
93+
"constructs": "^3.3.69"
9594
},
9695
"homepage": "https://github.com/aws/aws-cdk",
9796
"peerDependencies": {
@@ -109,9 +108,6 @@
109108
"engines": {
110109
"node": ">= 10.13.0 <13 || >=13.7.0"
111110
},
112-
"bundledDependencies": [
113-
"minimatch"
114-
],
115111
"stability": "stable",
116112
"maturity": "stable",
117113
"awscdkio": {

0 commit comments

Comments
 (0)