Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#21811)
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.

This applies a fix for a [p0](#21790). Fix is applied from jsii-pacmak@1.65.1.
  • Loading branch information
aws-cdk-automation committed Aug 29, 2022
1 parent 9774d4c commit eaaba39
Show file tree
Hide file tree
Showing 11 changed files with 191 additions and 172 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -23,10 +23,10 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.10",
"jest-junit": "^13.2.0",
"jsii-diff": "^1.65.0",
"jsii-pacmak": "^1.65.0",
"jsii-reflect": "^1.65.0",
"jsii-rosetta": "^1.65.0",
"jsii-diff": "^1.65.1",
"jsii-pacmak": "^1.65.1",
"jsii-reflect": "^1.65.1",
"jsii-rosetta": "^1.65.1",
"lerna": "^4.0.0",
"patch-package": "^6.4.7",
"semver": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/package.json
Expand Up @@ -90,7 +90,7 @@
"@types/sinon": "^9.0.11",
"@types/yaml": "1.9.6",
"aws-sdk": "^2.848.0",
"cdk8s": "^2.4.9",
"cdk8s": "^2.4.14",
"cdk8s-plus-21": "^2.0.0-beta.12",
"jest": "^27.5.1",
"sinon": "^9.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES
Expand Up @@ -156,7 +156,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

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

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

Expand Down
6 changes: 3 additions & 3 deletions packages/aws-cdk/THIRD_PARTY_LICENSES
@@ -1,6 +1,6 @@
The aws-cdk package includes the following third-party software/licensing:

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

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

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

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

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

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

** vm2@3.9.10 - https://www.npmjs.com/package/vm2/v/3.9.10 | MIT
** vm2@3.9.11 - https://www.npmjs.com/package/vm2/v/3.9.11 | MIT

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

Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Expand Up @@ -95,7 +95,7 @@
"@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.65.0",
"@jsii/check-node": "1.65.1",
"archiver": "^5.3.1",
"aws-sdk": "^2.1093.0",
"camelcase": "^6.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/awslint/package.json
Expand Up @@ -18,11 +18,11 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "^1.65.0",
"@jsii/spec": "^1.65.1",
"camelcase": "^6.3.0",
"chalk": "^4",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.65.0",
"jsii-reflect": "^1.65.1",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-dasm/package.json
Expand Up @@ -30,7 +30,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"codemaker": "^1.65.0",
"codemaker": "^1.65.1",
"yaml": "1.10.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/cdk-build-tools/package.json
Expand Up @@ -57,9 +57,9 @@
"fs-extra": "^9.1.0",
"jest": "^27.5.1",
"jest-junit": "^13.2.0",
"jsii": "^1.65.0",
"jsii-pacmak": "^1.65.0",
"jsii-reflect": "^1.65.0",
"jsii": "^1.65.1",
"jsii-pacmak": "^1.65.1",
"jsii-reflect": "^1.65.1",
"markdownlint-cli": "^0.32.2",
"nyc": "^15.1.0",
"semver": "^7.3.7",
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cfn2ts/package.json
Expand Up @@ -32,7 +32,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/cfnspec": "0.0.0",
"codemaker": "^1.65.0",
"codemaker": "^1.65.1",
"fast-json-patch": "^3.1.1",
"fs-extra": "^9.1.0",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/node-bundle/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eaaba39

Please sign in to comment.