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 Oct 11, 2023
1 parent 3a87141 commit 3990ba7
Show file tree
Hide file tree
Showing 26 changed files with 1,943 additions and 1,860 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build-all": "tsc -b"
},
"devDependencies": {
"@nx/workspace": "^16.9.1",
"@nx/workspace": "^16.10.0",
"@types/node": "18.11.19",
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
Expand All @@ -25,12 +25,12 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.11",
"jest-junit": "^13.2.0",
"jsii-diff": "1.89.0",
"jsii-pacmak": "1.89.0",
"jsii-reflect": "1.89.0",
"jsii-diff": "1.90.0",
"jsii-pacmak": "1.90.0",
"jsii-reflect": "1.90.0",
"jsii-rosetta": "~5.1.13",
"lerna": "^7.3.0",
"nx": "^16.9.1",
"lerna": "^7.3.1",
"nx": "^16.10.0",
"patch-package": "^6.5.1",
"semver": "^7.5.4",
"standard-version": "^9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"aws-sdk": "^2.1466.0",
"aws-sdk": "^2.1472.0",
"axios": "^0.27.2",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "^0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-acm": "3.421.0",
"@aws-sdk/client-rds": "3.421.0",
"@aws-sdk/client-s3": "3.421.0",
"@aws-sdk/client-acm": "3.427.0",
"@aws-sdk/client-rds": "3.427.0",
"@aws-sdk/client-s3": "3.427.0",
"delay": "5.0.0"
},
"dependencies": {
"@aws-cdk/integ-tests-alpha": "0.0.0",
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
"aws-cdk-lib": "0.0.0",
"aws-sdk": "^2.1466.0",
"aws-sdk": "^2.1472.0",
"aws-sdk-mock": "5.6.0",
"cdk8s": "^2.64.23",
"cdk8s": "^2.66.10",
"cdk8s-plus-24": "2.12.1",
"constructs": "^10.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "eks-service-account-sdk-call-integ-test",
"private": "true",
"dependencies": {
"@aws-sdk/client-s3": "^3.421.0"
"@aws-sdk/client-s3": "^3.427.0"
}
}
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-amplify-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-amplify": "^3.421.0",
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/s3-request-presigner": "^3.421.0",
"@aws-sdk/client-amplify": "^3.427.0",
"@aws-sdk/client-s3": "^3.427.0",
"@aws-sdk/s3-request-presigner": "^3.427.0",
"@types/jest": "^29.5.5",
"aws-cdk-lib": "0.0.0",
"@aws-cdk/integ-tests-alpha": "0.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.122",
"@types/aws-lambda": "^8.10.124",
"@types/jest": "^29.5.5",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-redshift-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-redshift": "^3.421.0",
"@aws-sdk/client-redshift-data": "^3.421.0",
"@aws-sdk/client-secrets-manager": "^3.421.0",
"@aws-sdk/client-redshift": "^3.427.0",
"@aws-sdk/client-redshift-data": "^3.427.0",
"@aws-sdk/client-secrets-manager": "^3.427.0",
"@types/jest": "^29.5.5",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/@aws-cdk/custom-resource-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/sdk-v2-to-v3-adapter": "0.0.0",
"@aws-sdk/client-ecs": "^3.421.0",
"@aws-sdk/client-kinesis": "^3.421.0",
"@aws-sdk/client-kms": "^3.421.0",
"@aws-sdk/client-ecs": "^3.427.0",
"@aws-sdk/client-kinesis": "^3.427.0",
"@aws-sdk/client-kms": "^3.427.0",
"@types/jest": "^29.5.5",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"aws-sdk-mock": "5.8.0",
"jest": "^29.7.0",
"sinon": "^9.2.4",
"nock": "^13.3.3",
"nock": "^13.3.4",
"fs-extra": "^11.1.1",
"esbuild": "^0.19.4"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.421.0",
"@aws-sdk/client-synthetics": "^3.421.0",
"@aws-sdk/client-ecr": "^3.421.0",
"@aws-sdk/client-s3": "^3.421.0",
"aws-sdk": "^2.1466.0"
"@aws-sdk/client-lambda": "^3.427.0",
"@aws-sdk/client-synthetics": "^3.427.0",
"@aws-sdk/client-ecr": "^3.427.0",
"@aws-sdk/client-s3": "^3.427.0",
"aws-sdk": "^2.1472.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

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

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

Expand Down Expand Up @@ -2591,7 +2591,7 @@ OTHER DEALINGS IN THE SOFTWARE.

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

** workerpool@6.5.0 - https://www.npmjs.com/package/workerpool/v/6.5.0 | Apache-2.0
** workerpool@6.5.1 - https://www.npmjs.com/package/workerpool/v/6.5.1 | Apache-2.0
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"aws-cdk": "0.0.0",
"chalk": "^4",
"fs-extra": "^9.1.0",
"workerpool": "^6.5.0",
"workerpool": "^6.5.1",
"yargs": "^16.2.0"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/@aws-cdk/integ-tests-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/sdk-v2-to-v3-adapter": "0.0.0",
"@aws-sdk/client-ec2": "^3.421.0",
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/client-sfn": "^3.421.0",
"@aws-sdk/types": "^3.418.0",
"@aws-sdk/client-ec2": "^3.427.0",
"@aws-sdk/client-s3": "^3.427.0",
"@aws-sdk/client-sfn": "^3.427.0",
"@aws-sdk/types": "^3.425.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.5",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"jest": "^29.7.0",
"nock": "^13.3.3",
"nock": "^13.3.4",
"sinon": "^9.2.4",
"aws-cdk-lib": "0.0.0",
"node-fetch": "^2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/sdk-v2-to-v3-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-s3": "^3.421.0",
"@smithy/types": "^2.3.3",
"@aws-sdk/client-s3": "^3.427.0",
"@smithy/types": "^2.3.5",
"@types/jest": "^29.5.5",
"jest": "^29.7.0"
},
Expand Down
44 changes: 22 additions & 22 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,35 +143,35 @@
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/sdk-v2-to-v3-adapter": "0.0.0",
"@aws-cdk/spec2cdk": "0.0.0",
"@aws-sdk/client-acm": "^3.421.0",
"@aws-sdk/client-account": "^3.421.0",
"@aws-sdk/client-codepipeline": "^3.421.0",
"@aws-sdk/client-cloudwatch-logs": "^3.421.0",
"@aws-sdk/client-dynamodb": "^3.421.0",
"@aws-sdk/client-ec2": "^3.421.0",
"@aws-sdk/client-ecr": "^3.421.0",
"@aws-sdk/client-eks": "^3.421.0",
"@aws-sdk/client-iam": "^3.421.0",
"@aws-sdk/client-lambda": "^3.421.0",
"@aws-sdk/client-route-53": "^3.421.0",
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/client-sfn": "^3.421.0",
"@aws-sdk/client-ssm": "^3.421.0",
"@aws-sdk/client-sts": "^3.421.0",
"@aws-sdk/credential-providers": "^3.421.0",
"@aws-sdk/client-acm": "^3.427.0",
"@aws-sdk/client-account": "^3.427.0",
"@aws-sdk/client-codepipeline": "^3.427.0",
"@aws-sdk/client-cloudwatch-logs": "^3.427.0",
"@aws-sdk/client-dynamodb": "^3.427.0",
"@aws-sdk/client-ec2": "^3.427.0",
"@aws-sdk/client-ecr": "^3.427.0",
"@aws-sdk/client-eks": "^3.427.0",
"@aws-sdk/client-iam": "^3.427.0",
"@aws-sdk/client-lambda": "^3.427.0",
"@aws-sdk/client-route-53": "^3.427.0",
"@aws-sdk/client-s3": "^3.427.0",
"@aws-sdk/client-sfn": "^3.427.0",
"@aws-sdk/client-ssm": "^3.427.0",
"@aws-sdk/client-sts": "^3.427.0",
"@aws-sdk/credential-providers": "^3.427.0",
"@aws-sdk/node-http-handler": "^3.370.0",
"@aws-sdk/types": "^3.418.0",
"@smithy/util-stream": "^2.0.12",
"@types/aws-lambda": "^8.10.122",
"@aws-sdk/types": "^3.425.0",
"@smithy/util-stream": "^2.0.16",
"@types/aws-lambda": "^8.10.124",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/punycode": "^2.1.0",
"@aws-cdk/lazify": "0.0.0",
"aws-sdk": "^2.1466.0",
"aws-sdk": "^2.1472.0",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"aws-sdk-mock": "5.8.0",
"cdk8s": "^2.64.23",
"cdk8s": "^2.66.10",
"constructs": "^10.0.0",
"delay": "5.0.0",
"esbuild": "^0.19.4",
Expand All @@ -181,7 +181,7 @@
"jest-each": "^29.7.0",
"lambda-tester": "^4.0.1",
"lodash": "^4.17.21",
"nock": "^13.3.3",
"nock": "^13.3.4",
"sinon": "^9.2.4",
"ts-mock-imports": "^1.3.8",
"ts-node": "^10.9.1",
Expand Down
54 changes: 49 additions & 5 deletions packages/aws-cdk/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The aws-cdk package includes the following third-party software/licensing:

** @jsii/check-node@1.89.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.89.0 | Apache-2.0
** @jsii/check-node@1.90.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.90.0 | Apache-2.0
jsii
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -264,7 +264,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

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

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

Expand Down Expand Up @@ -461,7 +461,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

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

** cdk-from-cfn@0.47.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.47.0 | MIT OR Apache-2.0
** cdk-from-cfn@0.50.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.50.0 | MIT OR Apache-2.0

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

Expand Down Expand Up @@ -867,7 +867,29 @@ OTHER DEALINGS IN THE SOFTWARE.

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

** data-uri-to-buffer@5.0.1 - https://www.npmjs.com/package/data-uri-to-buffer/v/5.0.1 | MIT
** data-uri-to-buffer@6.0.1 - https://www.npmjs.com/package/data-uri-to-buffer/v/6.0.1 | MIT
(The MIT License)

Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>

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:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

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.

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

Expand Down Expand Up @@ -1283,7 +1305,29 @@ the licensed code:

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

** get-uri@6.0.1 - https://www.npmjs.com/package/get-uri/v/6.0.1 | MIT
** get-uri@6.0.2 - https://www.npmjs.com/package/get-uri/v/6.0.2 | MIT
(The MIT License)

Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>

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:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

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.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "20.7.1",
"@types/node": "20.8.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"aws-cdk": "%cdk-version%",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "20.7.1",
"@types/node": "20.8.4",
"aws-cdk-lib": "%cdk-version%",
"constructs": "%constructs-version%",
"jest": "^29.7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "20.7.1",
"@types/node": "20.8.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"aws-cdk": "%cdk-version%",
Expand Down
Loading

0 comments on commit 3990ba7

Please sign in to comment.