Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#16847)
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 committed Oct 7, 2021
1 parent b0752c5 commit 6194ad4
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 106 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.8",
"jest-junit": "^12.3.0",
"jsii-diff": "^1.36.0",
"jsii-pacmak": "^1.36.0",
"jsii-reflect": "^1.36.0",
"jsii-rosetta": "^1.36.0",
"jsii-diff": "^1.38.0",
"jsii-pacmak": "^1.38.0",
"jsii-reflect": "^1.38.0",
"jsii-rosetta": "^1.38.0",
"lerna": "^4.0.0",
"patch-package": "^6.4.7",
"standard-version": "^9.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lightsail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cfn2ts": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.22"
"@types/jest": "^26.0.24"
},
"dependencies": {
"@aws-cdk/core": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.36.0",
"@jsii/check-node": "1.38.0",
"archiver": "^5.3.0",
"aws-sdk": "^2.979.0",
"camelcase": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "^1.36.0",
"@jsii/spec": "^1.38.0",
"camelcase": "^6.2.0",
"colors": "^1.4.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.36.0",
"jsii-reflect": "^1.38.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-dasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"codemaker": "^1.36.0",
"codemaker": "^1.38.0",
"yaml": "1.10.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"@aws-cdk/region-info": "0.0.0",
"constructs": "^3.3.69",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.36.0",
"jsii-reflect": "^1.38.0",
"jsonschema": "^1.4.0",
"yaml": "1.10.2",
"yargs": "^16.2.0"
Expand All @@ -254,7 +254,7 @@
"@types/yaml": "1.9.7",
"@types/yargs": "^15.0.14",
"jest": "^26.6.3",
"jsii": "^1.36.0"
"jsii": "^1.38.0"
},
"keywords": [
"aws",
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jest-junit": "^11.1.0",
"jsii": "^1.36.0",
"jsii-pacmak": "^1.36.0",
"jsii-reflect": "^1.36.0",
"jsii": "^1.38.0",
"jsii-pacmak": "^1.38.0",
"jsii-reflect": "^1.38.0",
"markdownlint-cli": "^0.29.0",
"nyc": "^15.1.0",
"semver": "^7.3.5",
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/cfnspec": "0.0.0",
"codemaker": "^1.36.0",
"codemaker": "^1.38.0",
"fast-json-patch": "^3.1.0",
"fs-extra": "^9.1.0",
"yargs": "^16.2.0"
Expand Down
Loading

0 comments on commit 6194ad4

Please sign in to comment.