Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
aws-cdk-automation authored and github-actions[bot] committed Aug 14, 2024
1 parent 94b68d7 commit 19a6cec
Show file tree
Hide file tree
Showing 22 changed files with 889 additions and 915 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
"build-all": "tsc -b"
},
"devDependencies": {
"@nx/workspace": "^19.4.0",
"@nx/workspace": "^19.5.7",
"@types/node": "18.11.19",
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
"aws-sdk-js-codemod": "^0.28.2",
"cdk-generate-synthetic-examples": "^0.2.9",
"cdk-generate-synthetic-examples": "^0.2.12",
"conventional-changelog-cli": "^2.2.2",
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.11",
"jest-junit": "^13.2.0",
"jsii-diff": "1.102.0",
"jsii-pacmak": "1.102.0",
"jsii-reflect": "1.102.0",
"lerna": "^8.1.5",
"nx": "^19.4.0",
"lerna": "^8.1.8",
"nx": "^19.5.7",
"patch-package": "^6.5.1",
"semver": "^7.6.2",
"semver": "^7.6.3",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
Expand Down Expand Up @@ -177,4 +177,4 @@
"dependencies": {
"string-width": "^4.2.3"
}
}
}
6 changes: 3 additions & 3 deletions packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"aws-sdk": "^2.1653.0",
"axios": "^1.7.2",
"aws-sdk": "^2.1674.0",
"axios": "^1.7.4",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
"jest": "^29.7.0",
"jest-junit": "^14.0.1",
"make-runnable": "^1.4.1",
"npm": "^8.19.4",
"p-queue": "^6.6.2",
"semver": "^7.6.2",
"semver": "^7.6.3",
"sinon": "^9.2.4",
"ts-mock-imports": "^1.3.16",
"yaml": "1.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@aws-cdk/lambda-layer-kubectl-v29": "^2.1.0",
"@aws-cdk/lambda-layer-kubectl-v30": "^2.0.0",
"aws-cdk-lib": "0.0.0",
"aws-sdk": "^2.1653.0",
"aws-sdk": "^2.1674.0",
"aws-sdk-mock": "5.6.0",
"cdk8s": "2.68.85",
"cdk8s": "2.68.95",
"cdk8s-plus-27": "2.9.5",
"constructs": "^10.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@aws-sdk/client-cloudformation": "^3.529.1",
"@types/jest": "^29.5.12",
"@types/string-width": "^4.0.1",
"fast-check": "^3.19.0",
"fast-check": "^3.21.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5"
"ts-jest": "^29.2.4"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/custom-resource-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nock": "^13.5.4",
"fs-extra": "^11.2.0",
"esbuild": "^0.23.0",
"aws-sdk": "^2.1653.0"
"aws-sdk": "^2.1674.0"
},
"dependencies": {
"@aws-cdk/asset-node-proxy-agent-v6": "^2.0.3",
Expand Down
21 changes: 2 additions & 19 deletions packages/@aws-cdk/cx-api/FEATURE_FLAGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Flags come in three types:
| [@aws-cdk/pipelines:reduceAssetRoleTrustScope](#aws-cdkpipelinesreduceassetroletrustscope) | Remove the root account principal from PipelineAssetsFileRole trust policy | 2.141.0 | (default) |
| [@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm](#aws-cdkaws-ecsremovedefaultdeploymentalarm) | When enabled, remove default deployment alarm settings | 2.143.0 | (default) |
| [@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) |
| [@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions](#aws-cdkaws-stepfunctions-tasksecsreduceruntaskpermissions) | When enabled, IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN. | 2.148.0 | (fix) |

<!-- END table -->

Expand Down Expand Up @@ -132,8 +131,7 @@ The following json shows the current recommended set of flags, as `cdk init` wou
"@aws-cdk/aws-eks:nodegroupNameAttribute": true,
"@aws-cdk/aws-ec2:ebsDefaultGp3Volume": true,
"@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm": true,
"@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault": false,
"@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions": true
"@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault": false
}
}
```
Expand Down Expand Up @@ -1340,19 +1338,4 @@ property from the event object.
| 2.145.0 | `false` | `false` |


### @aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions

*When enabled, IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN.* (fix)

When this feature flag is enabled, the IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN.
The revision ARN is more specific than the task definition ARN. See https://docs.aws.amazon.com/step-functions/latest/dg/ecs-iam.html
for more details.


| Since | Default | Recommended |
| ----- | ----- | ----- |
| (not in v1) | | |
| 2.148.0 | `false` | `true` |


<!-- END details -->
<!-- END details -->
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cx-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@
"organization": true
},
"dependencies": {
"semver": "^7.6.2"
"semver": "^7.6.3"
},
"peerDependencies": {
"@aws-cdk/cloud-assembly-schema": "^36.0.5"
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cloud-assembly-schema": "^36.0.5",
"@aws-cdk/cloud-assembly-schema": "^36.0.6",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.12",
"@types/mock-fs": "^4.13.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The @aws-cdk/integ-runner package includes the following third-party software/licensing:

** ajv@8.16.0 - https://www.npmjs.com/package/ajv/v/8.16.0 | MIT
** ajv@8.17.1 - https://www.npmjs.com/package/ajv/v/8.17.1 | MIT
The MIT License (MIT)

Copyright (c) 2015-2021 Evgeny Poberezkin
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/integ-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"dependencies": {
"chokidar": "^3.6.0",
"@aws-cdk/cloud-assembly-schema": "^36.0.5",
"@aws-cdk/cloud-assembly-schema": "^36.0.6",
"@aws-cdk/cloudformation-diff": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/aws-service-spec": "^0.1.16",
Expand Down Expand Up @@ -108,4 +108,4 @@
"publishConfig": {
"tag": "latest"
}
}
}
16 changes: 8 additions & 8 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@
"@aws-cdk/asset-awscli-v1": "^2.2.202",
"@aws-cdk/asset-kubectl-v20": "^2.1.2",
"@aws-cdk/asset-node-proxy-agent-v6": "^2.0.3",
"@aws-cdk/cloud-assembly-schema": "^36.0.5",
"@aws-cdk/cloud-assembly-schema": "^36.0.6",
"@balena/dockerignore": "^1.0.2",
"case": "1.6.3",
"fs-extra": "^11.2.0",
"ignore": "^5.3.1",
"ignore": "^5.3.2",
"jsonschema": "^1.4.1",
"minimatch": "^3.1.2",
"punycode": "^2.3.1",
"semver": "^7.6.2",
"semver": "^7.6.3",
"table": "^6.8.2",
"yaml": "1.10.2",
"mime-types": "^2.1.35"
Expand Down Expand Up @@ -161,21 +161,21 @@
"@aws-sdk/node-http-handler": "^3.370.0",
"@aws-sdk/types": "^3.433.0",
"@smithy/util-stream": "^2.2.0",
"@types/aws-lambda": "^8.10.140",
"@types/aws-lambda": "^8.10.143",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.6",
"@types/lodash": "^4.17.7",
"@types/punycode": "^2.1.4",
"@types/mime-types": "^2.1.4",
"@aws-cdk/lazify": "0.0.0",
"aws-sdk": "^2.1653.0",
"aws-sdk": "^2.1674.0",
"aws-sdk-client-mock": "^3.1.0",
"aws-sdk-client-mock-jest": "^3.1.0",
"aws-sdk-mock": "5.8.0",
"cdk8s": "2.68.85",
"cdk8s": "2.68.95",
"constructs": "^10.0.0",
"delay": "5.0.0",
"esbuild": "^0.23.0",
"fast-check": "^3.19.0",
"fast-check": "^3.21.0",
"jest": "^29.7.0",
"jest-each": "^29.7.0",
"lambda-tester": "^4.0.1",
Expand Down
26 changes: 3 additions & 23 deletions packages/aws-cdk/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

----------------

** ajv@8.16.0 - https://www.npmjs.com/package/ajv/v/8.16.0 | MIT
** ajv@8.17.1 - https://www.npmjs.com/package/ajv/v/8.17.1 | MIT
The MIT License (MIT)

Copyright (c) 2015-2021 Evgeny Poberezkin
Expand Down Expand Up @@ -286,7 +286,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

----------------

** aws-sdk@2.1653.0 - https://www.npmjs.com/package/aws-sdk/v/2.1653.0 | Apache-2.0
** aws-sdk@2.1674.0 - https://www.npmjs.com/package/aws-sdk/v/2.1674.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -916,7 +916,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

----------------

** debug@4.3.5 - https://www.npmjs.com/package/debug/v/4.3.5 | MIT
** debug@4.3.6 - https://www.npmjs.com/package/debug/v/4.3.6 | MIT
(The MIT License)

Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
Expand Down Expand Up @@ -2934,26 +2934,6 @@ Copyright (c) 2010-2024 Mathias Bynens <https://mathiasbynens.be/>
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


----------------

** semver@7.6.2 - https://www.npmjs.com/package/semver/v/7.6.2 | ISC
The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


----------------

** semver@7.6.3 - https://www.npmjs.com/package/semver/v/7.6.3 | ISC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "20.14.9",
"@types/node": "22.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.4",
"aws-cdk": "%cdk-version%",
"ts-node": "^10.9.2",
"typescript": "~5.5.3"
"typescript": "~5.5.4"
},
"dependencies": {
"aws-cdk-lib": "%cdk-version%",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "20.14.9",
"@types/node": "22.3.0",
"aws-cdk-lib": "%cdk-version%",
"constructs": "%constructs-version%",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"typescript": "~5.5.3"
"ts-jest": "^29.2.4",
"typescript": "~5.5.4"
},
"peerDependencies": {
"aws-cdk-lib": "%cdk-version%",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "20.14.9",
"@types/node": "22.3.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.4",
"aws-cdk": "%cdk-version%",
"ts-node": "^10.9.2",
"typescript": "~5.5.3"
"typescript": "~5.5.4"
},
"dependencies": {
"aws-cdk-lib": "%cdk-version%",
Expand Down
14 changes: 7 additions & 7 deletions packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,33 +76,33 @@
"@types/semver": "^7.5.8",
"@types/sinon": "^9.0.11",
"@types/source-map-support": "^0.5.10",
"@types/table": "^6.0.0",
"@types/table": "^6.3.2",
"@types/uuid": "^8.3.4",
"@types/wrap-ansi": "^3.0.0",
"@types/yargs": "^15.0.19",
"aws-cdk-lib": "0.0.0",
"aws-sdk-mock": "5.6.0",
"axios": "^1.7.2",
"axios": "^1.7.4",
"constructs": "^10.0.0",
"fast-check": "^3.19.0",
"fast-check": "^3.21.0",
"jest": "^29.7.0",
"jest-mock": "^29.7.0",
"madge": "^5.0.2",
"make-runnable": "^1.4.1",
"nock": "^13.5.4",
"sinon": "^9.2.4",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.4",
"ts-mock-imports": "^1.3.16",
"xml-js": "^1.6.11"
},
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "^36.0.5",
"@aws-cdk/cloud-assembly-schema": "^36.0.6",
"@aws-cdk/cloudformation-diff": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/region-info": "0.0.0",
"@jsii/check-node": "1.102.0",
"archiver": "^5.3.2",
"aws-sdk": "^2.1653.0",
"aws-sdk": "^2.1674.0",
"camelcase": "^6.3.0",
"cdk-assets": "0.0.0",
"cdk-from-cfn": "^0.162.0",
Expand All @@ -115,7 +115,7 @@
"minimatch": "^9.0.5",
"promptly": "^3.2.0",
"proxy-agent": "^6.4.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"source-map-support": "^0.5.21",
"strip-ansi": "^6.0.1",
"table": "^6.8.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@aws-cdk/pkglint": "0.0.0"
},
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "^36.0.5",
"@aws-cdk/cloud-assembly-schema": "^36.0.6",
"@aws-cdk/cx-api": "0.0.0",
"archiver": "^5.3.2",
"aws-sdk": "^2.1653.0",
"aws-sdk": "^2.1674.0",
"glob": "^7.2.3",
"mime": "^2.6.0",
"yargs": "^16.2.0"
Expand Down
Loading

0 comments on commit 19a6cec

Please sign in to comment.