Skip to content

Commit b14f3c9

Browse files
chore: npm-check-updates && yarn upgrade (#30532)
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent f1dc142 commit b14f3c9

File tree

27 files changed

+1798
-1426
lines changed

27 files changed

+1798
-1426
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"@types/prettier": "2.6.0",
2121
"@yarnpkg/lockfile": "^1.1.0",
2222
"aws-sdk-js-codemod": "^0.28.2",
23-
"cdk-generate-synthetic-examples": "^0.2.1",
23+
"cdk-generate-synthetic-examples": "^0.2.7",
2424
"conventional-changelog-cli": "^2.2.2",
2525
"fs-extra": "^9.1.0",
2626
"graceful-fs": "^4.2.11",
2727
"jest-junit": "^13.2.0",
28-
"jsii-diff": "1.98.0",
29-
"jsii-pacmak": "1.98.0",
30-
"jsii-reflect": "1.98.0",
31-
"lerna": "^8.1.2",
32-
"nx": "^18.3.4",
28+
"jsii-diff": "1.99.0",
29+
"jsii-pacmak": "1.99.0",
30+
"jsii-reflect": "1.99.0",
31+
"lerna": "^8.1.4",
32+
"nx": "^18.3.5",
3333
"patch-package": "^6.5.1",
34-
"semver": "^7.6.0",
34+
"semver": "^7.6.2",
3535
"standard-version": "^9.5.0",
36-
"ts-jest": "^29.1.2",
36+
"ts-jest": "^29.1.4",
3737
"ts-node": "^10.9.2",
3838
"typescript": "~5.4.5"
3939
},

packages/@aws-cdk-testing/cli-integ/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
},
4040
"dependencies": {
4141
"@octokit/rest": "^18.12.0",
42-
"aws-sdk": "^2.1610.0",
43-
"axios": "^1.6.8",
42+
"aws-sdk": "^2.1639.0",
43+
"axios": "^1.7.2",
4444
"fs-extra": "^9.1.0",
4545
"glob": "^7.2.3",
4646
"jest": "^29.7.0",
4747
"jest-junit": "^14.0.1",
4848
"make-runnable": "^1.4.1",
4949
"npm": "^8.19.4",
5050
"p-queue": "^6.6.2",
51-
"semver": "^7.6.0",
51+
"semver": "^7.6.2",
5252
"sinon": "^9.2.4",
53-
"ts-mock-imports": "^1.3.8",
53+
"ts-mock-imports": "^1.3.16",
5454
"yaml": "1.10.2",
5555
"yargs": "^17.7.2"
5656
},

packages/@aws-cdk-testing/framework-integ/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"dependencies": {
4141
"@aws-cdk/integ-tests-alpha": "0.0.0",
4242
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
43-
"@aws-cdk/lambda-layer-kubectl-v29": "^2.0.0",
43+
"@aws-cdk/lambda-layer-kubectl-v29": "^2.1.0",
4444
"@aws-cdk/lambda-layer-kubectl-v30": "^2.0.0",
4545
"aws-cdk-lib": "0.0.0",
46-
"aws-sdk": "^2.1610.0",
46+
"aws-sdk": "^2.1639.0",
4747
"aws-sdk-mock": "5.6.0",
48-
"cdk8s": "2.68.65",
49-
"cdk8s-plus-27": "2.9.1",
48+
"cdk8s": "2.68.78",
49+
"cdk8s-plus-27": "2.9.5",
5050
"constructs": "^10.0.0"
5151
},
5252
"repository": {

packages/@aws-cdk/cloud-assembly-schema/NOTICE

-34
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,6 @@ SOFTWARE.
2828

2929
----------------
3030

31-
** lru-cache - https://www.npmjs.com/package/lru-cache
32-
Copyright (c) Isaac Z. Schlueter and Contributors
33-
34-
Permission to use, copy, modify, and/or distribute this software for any
35-
purpose with or without fee is hereby granted, provided that the above
36-
copyright notice and this permission notice appear in all copies.
37-
38-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
39-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
40-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
41-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
42-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
43-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
44-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
45-
46-
----------------
47-
4831
** semver - https://www.npmjs.com/package/semver
4932
Copyright (c) Isaac Z. Schlueter and Contributors
5033

@@ -61,20 +44,3 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
6144
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6245

6346
----------------
64-
65-
** yallist - https://www.npmjs.com/package/yallist
66-
Copyright (c) Isaac Z. Schlueter and Contributors
67-
68-
Permission to use, copy, modify, and/or distribute this software for any
69-
purpose with or without fee is hereby granted, provided that the above
70-
copyright notice and this permission notice appear in all copies.
71-
72-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
73-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
74-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
75-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
76-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
77-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
78-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
79-
80-
----------------

packages/@aws-cdk/cloud-assembly-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"stability": "stable",
111111
"dependencies": {
112112
"jsonschema": "^1.4.1",
113-
"semver": "^7.6.0"
113+
"semver": "^7.6.2"
114114
},
115115
"awscdkio": {
116116
"announce": false

packages/@aws-cdk/cloudformation-diff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"@aws-sdk/client-cloudformation": "^3.529.1",
3838
"@types/jest": "^29.5.12",
3939
"@types/string-width": "^4.0.1",
40-
"fast-check": "^3.18.0",
40+
"fast-check": "^3.19.0",
4141
"jest": "^29.7.0",
42-
"ts-jest": "^29.1.2"
42+
"ts-jest": "^29.1.4"
4343
},
4444
"repository": {
4545
"url": "https://github.com/aws/aws-cdk.git",

packages/@aws-cdk/custom-resource-handlers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"sinon": "^9.2.4",
5656
"nock": "^13.5.4",
5757
"fs-extra": "^11.2.0",
58-
"esbuild": "^0.20.2",
59-
"aws-sdk": "^2.1610.0"
58+
"esbuild": "^0.21.5",
59+
"aws-sdk": "^2.1639.0"
6060
},
6161
"dependencies": {
6262
"@aws-cdk/asset-node-proxy-agent-v6": "^2.0.3",

packages/@aws-cdk/cx-api/FEATURE_FLAGS.md

+62-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ Flags come in three types:
6868
| [@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2](#aws-cdkaws-codepipelinedefaultpipelinetypetov2) | Enables Pipeline to set the default pipeline type to V2. | 2.133.0 | (default) |
6969
| [@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope](#aws-cdkaws-kmsreducecrossaccountregionpolicyscope) | When enabled, IAM Policy created from KMS key grant will reduce the resource scope to this key only. | 2.134.0 | (fix) |
7070
| [@aws-cdk/aws-eks:nodegroupNameAttribute](#aws-cdkaws-eksnodegroupnameattribute) | When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix. | 2.139.0 | (fix) |
71-
| [@aws-cdk/aws-ec2:ebsDefaultGp3Volume](#aws-cdkaws-ec2ebsdefaultgp3volume) | When enabled, the default volume type of the EBS volume will be GP3 | V2NEXT | (default) |
71+
| [@aws-cdk/aws-ec2:ebsDefaultGp3Volume](#aws-cdkaws-ec2ebsdefaultgp3volume) | When enabled, the default volume type of the EBS volume will be GP3 | 2.140.0 | (default) |
72+
| [@aws-cdk/pipelines:reduceAssetRoleTrustScope](#aws-cdkpipelinesreduceassetroletrustscope) | Remove the root account principal from PipelineAssetsFileRole trust policy | 2.141.0 | (default) |
73+
| [@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm](#aws-cdkaws-ecsremovedefaultdeploymentalarm) | When enabled, remove default deployment alarm settings | 2.143.0 | (default) |
74+
| [@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault](#aws-cdkcustom-resourceslogapiresponsedatapropertytruedefault) | When enabled, the custom resource used for `AwsCustomResource` will configure the `logApiResponseData` property as true by default | 2.145.0 | (fix) |
7275

7376
<!-- END table -->
7477

@@ -128,7 +131,9 @@ The following json shows the current recommended set of flags, as `cdk init` wou
128131
"@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2": true,
129132
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true,
130133
"@aws-cdk/aws-eks:nodegroupNameAttribute": true,
131-
"@aws-cdk/aws-ec2:ebsDefaultGp3Volume": true
134+
"@aws-cdk/aws-ec2:ebsDefaultGp3Volume": true,
135+
"@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm": true,
136+
"@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault": false
132137
}
133138
}
134139
```
@@ -171,6 +176,7 @@ are migrating a v1 CDK project to v2, explicitly set any of these flags which do
171176
| [@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId](#aws-cdkaws-apigatewayusageplankeyorderinsensitiveid) | Allow adding/removing multiple UsagePlanKeys independently | (fix) | 1.98.0 | `false` | `true` |
172177
| [@aws-cdk/aws-lambda:recognizeVersionProps](#aws-cdkaws-lambdarecognizeversionprops) | Enable this feature flag to opt in to the updated logical id calculation for Lambda Version created using the `fn.currentVersion`. | (fix) | 1.106.0 | `false` | `true` |
173178
| [@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2\_2021](#aws-cdkaws-cloudfrontdefaultsecuritypolicytlsv12_2021) | Enable this feature flag to have cloudfront distributions use the security policy TLSv1.2_2021 by default. | (fix) | 1.117.0 | `false` | `true` |
179+
| [@aws-cdk/pipelines:reduceAssetRoleTrustScope](#aws-cdkpipelinesreduceassetroletrustscope) | Remove the root account principal from PipelineAssetsFileRole trust policy | (default) | | `false` | `true` |
174180

175181
<!-- END diff -->
176182

@@ -185,7 +191,8 @@ Here is an example of a `cdk.json` file that restores v1 behavior for these flag
185191
"@aws-cdk/aws-rds:lowercaseDbIdentifier": false,
186192
"@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId": false,
187193
"@aws-cdk/aws-lambda:recognizeVersionProps": false,
188-
"@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2_2021": false
194+
"@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2_2021": false,
195+
"@aws-cdk/pipelines:reduceAssetRoleTrustScope": false
189196
}
190197
}
191198
```
@@ -1293,9 +1300,60 @@ When this featuer flag is enabled, the default volume type of the EBS volume wil
12931300
| Since | Default | Recommended |
12941301
| ----- | ----- | ----- |
12951302
| (not in v1) | | |
1296-
| V2NEXT | `false` | `true` |
1303+
| 2.140.0 | `false` | `true` |
12971304

12981305
**Compatibility with old behavior:** Pass `volumeType: EbsDeviceVolumeType.GENERAL_PURPOSE_SSD` to `Volume` construct to restore the previous behavior.
12991306

13001307

1308+
### @aws-cdk/pipelines:reduceAssetRoleTrustScope
1309+
1310+
*Remove the root account principal from PipelineAssetsFileRole trust policy* (default)
1311+
1312+
When this feature flag is enabled, the root account principal will not be added to the trust policy of asset role.
1313+
When this feature flag is disabled, it will keep the root account principal in the trust policy.
1314+
1315+
1316+
| Since | Default | Recommended |
1317+
| ----- | ----- | ----- |
1318+
| (not in v1) | | |
1319+
| 2.141.0 | `true` | `true` |
1320+
1321+
**Compatibility with old behavior:** Disable the feature flag to add the root account principal back
1322+
1323+
1324+
### @aws-cdk/aws-ecs:removeDefaultDeploymentAlarm
1325+
1326+
*When enabled, remove default deployment alarm settings* (default)
1327+
1328+
When this featuer flag is enabled, remove the default deployment alarm settings when creating a AWS ECS service.
1329+
1330+
1331+
| Since | Default | Recommended |
1332+
| ----- | ----- | ----- |
1333+
| (not in v1) | | |
1334+
| 2.143.0 | `false` | `true` |
1335+
1336+
**Compatibility with old behavior:** Set AWS::ECS::Service 'DeploymentAlarms' manually to restore the previous behavior.
1337+
1338+
1339+
### @aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault
1340+
1341+
*When enabled, the custom resource used for `AwsCustomResource` will configure the `logApiResponseData` property as true by default* (fix)
1342+
1343+
This results in 'logApiResponseData' being passed as true to the custom resource provider. This will cause the custom resource handler to receive an 'Update' event. If you don't
1344+
have an SDK call configured for the 'Update' event and you're dependent on specific SDK call response data, you will see this error from CFN:
1345+
1346+
CustomResource attribute error: Vendor response doesn't contain <attribute-name> attribute in object. See https://github.com/aws/aws-cdk/issues/29949) for more details.
1347+
1348+
Unlike most feature flags, we don't recommend setting this feature flag to true. However, if you're using the 'AwsCustomResource' construct with 'logApiResponseData' as true in
1349+
the event object, then setting this feature flag will keep this behavior. Otherwise, setting this feature flag to false will trigger an 'Update' event by removing the 'logApiResponseData'
1350+
property from the event object.
1351+
1352+
1353+
| Since | Default | Recommended |
1354+
| ----- | ----- | ----- |
1355+
| (not in v1) | | |
1356+
| 2.145.0 | `false` | `false` |
1357+
1358+
13011359
<!-- END details -->

packages/@aws-cdk/cx-api/NOTICE

-34
Original file line numberDiff line numberDiff line change
@@ -21,37 +21,3 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2121
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2222

2323
----------------
24-
25-
** lru-cache - https://www.npmjs.com/package/lru-cache
26-
Copyright (c) Isaac Z. Schlueter and Contributors
27-
28-
Permission to use, copy, modify, and/or distribute this software for any
29-
purpose with or without fee is hereby granted, provided that the above
30-
copyright notice and this permission notice appear in all copies.
31-
32-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
33-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
34-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
35-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
36-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
37-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
38-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
39-
40-
----------------
41-
42-
** yallist - https://www.npmjs.com/package/yallist
43-
Copyright (c) Isaac Z. Schlueter and Contributors
44-
45-
Permission to use, copy, modify, and/or distribute this software for any
46-
purpose with or without fee is hereby granted, provided that the above
47-
copyright notice and this permission notice appear in all copies.
48-
49-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
50-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
51-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
52-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
53-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
54-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
55-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
56-
57-
----------------

packages/@aws-cdk/cx-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"organization": true
8080
},
8181
"dependencies": {
82-
"semver": "^7.6.0"
82+
"semver": "^7.6.2"
8383
},
8484
"peerDependencies": {
8585
"@aws-cdk/cloud-assembly-schema": "0.0.0"

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

+5-45
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The @aws-cdk/integ-runner package includes the following third-party software/licensing:
22

3-
** ajv@8.13.0 - https://www.npmjs.com/package/ajv/v/8.13.0 | MIT
3+
** ajv@8.16.0 - https://www.npmjs.com/package/ajv/v/8.16.0 | MIT
44
The MIT License (MIT)
55

66
Copyright (c) 2015-2021 Evgeny Poberezkin
@@ -115,10 +115,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
115115

116116
----------------
117117

118-
** [email protected].2 - https://www.npmjs.com/package/braces/v/3.0.2 | MIT
118+
** [email protected].3 - https://www.npmjs.com/package/braces/v/3.0.3 | MIT
119119
The MIT License (MIT)
120120

121-
Copyright (c) 2014-2018, Jon Schlinkert.
121+
Copyright (c) 2014-present, Jon Schlinkert.
122122

123123
Permission is hereby granted, free of charge, to any person obtaining a copy
124124
of this software and associated documentation files (the "Software"), to deal
@@ -337,7 +337,7 @@ SOFTWARE.
337337

338338
----------------
339339

340-
** fill-range@7.0.1 - https://www.npmjs.com/package/fill-range/v/7.0.1 | MIT
340+
** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
341341
The MIT License (MIT)
342342

343343
Copyright (c) 2014-present, Jon Schlinkert.
@@ -643,26 +643,6 @@ licenses; we recommend you read them, as their terms may differ from the
643643
terms above.
644644

645645

646-
----------------
647-
648-
** [email protected] - https://www.npmjs.com/package/lru-cache/v/6.0.0 | ISC
649-
The ISC License
650-
651-
Copyright (c) Isaac Z. Schlueter and Contributors
652-
653-
Permission to use, copy, modify, and/or distribute this software for any
654-
purpose with or without fee is hereby granted, provided that the above
655-
copyright notice and this permission notice appear in all copies.
656-
657-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
658-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
659-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
660-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
661-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
662-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
663-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
664-
665-
666646
----------------
667647

668648
** [email protected] - https://www.npmjs.com/package/normalize-path/v/3.0.0 | MIT
@@ -770,7 +750,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
770750

771751
----------------
772752

773-
** [email protected].0 - https://www.npmjs.com/package/semver/v/7.6.0 | ISC
753+
** [email protected].2 - https://www.npmjs.com/package/semver/v/7.6.2 | ISC
774754
The ISC License
775755

776756
Copyright (c) Isaac Z. Schlueter and Contributors
@@ -1163,26 +1143,6 @@ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
11631143
THIS SOFTWARE.
11641144

11651145

1166-
----------------
1167-
1168-
** [email protected] - https://www.npmjs.com/package/yallist/v/4.0.0 | ISC
1169-
The ISC License
1170-
1171-
Copyright (c) Isaac Z. Schlueter and Contributors
1172-
1173-
Permission to use, copy, modify, and/or distribute this software for any
1174-
purpose with or without fee is hereby granted, provided that the above
1175-
copyright notice and this permission notice appear in all copies.
1176-
1177-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1178-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1179-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1180-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1181-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1182-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1183-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1184-
1185-
11861146
----------------
11871147

11881148
** [email protected] - https://www.npmjs.com/package/yargs-parser/v/20.2.9 | ISC

0 commit comments

Comments
 (0)