Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#13390)
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 Mar 4, 2021
1 parent cbed348 commit 8b00de0
Show file tree
Hide file tree
Showing 19 changed files with 132 additions and 133 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.6",
"jest-junit": "^12.0.0",
"jsii-diff": "^1.23.0",
"jsii-pacmak": "^1.23.0",
"jsii-rosetta": "^1.23.0",
"jsii-diff": "^1.24.0",
"jsii-pacmak": "^1.24.0",
"jsii-rosetta": "^1.24.0",
"lerna": "^3.22.1",
"standard-version": "^9.1.1",
"typescript": "~3.9.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cdk-build-tools": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"ts-jest": "^26.5.2"
"ts-jest": "^26.5.3"
},
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-standard": "^4.1.0",
"jest": "^26.6.3",
"lambda-tester": "^3.6.0",
"nock": "^13.0.9",
"ts-jest": "^26.5.2"
"nock": "^13.0.10",
"ts-jest": "^26.5.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"eslint-plugin-standard": "^4.1.0",
"jest": "^26.6.3",
"lambda-tester": "^3.6.0",
"nock": "^13.0.9"
"nock": "^13.0.10"
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jest": "^26.6.3",
"pkglint": "0.0.0",
"sinon": "^9.2.4",
"ts-jest": "^26.5.2"
"ts-jest": "^26.5.3"
},
"dependencies": {
"@aws-cdk/aws-applicationautoscaling": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"delay": "5.0.0",
"esbuild": "^0.8.54",
"esbuild": "^0.8.55",
"pkglint": "0.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
"nock": "^13.0.9",
"nock": "^13.0.10",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0",
"sinon": "^9.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-sam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"cfn2ts": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"ts-jest": "^26.5.2"
"ts-jest": "^26.5.3"
},
"dependencies": {
"@aws-cdk/core": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"fast-check": "^2.13.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"ts-jest": "^26.5.2"
"ts-jest": "^26.5.3"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloudformation-include/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
"cdk-integ-tools": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"ts-jest": "^26.5.2"
"ts-jest": "^26.5.3"
},
"keywords": [
"aws",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
"fs-extra": "^9.1.0",
"nock": "^13.0.9",
"nock": "^13.0.10",
"pkglint": "0.0.0",
"sinon": "^9.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@monocdk-experiment/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest": "^26.6.3",
"monocdk": "0.0.0",
"pkglint": "0.0.0",
"ts-jest": "^26.5.2"
"ts-jest": "^26.5.3"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "0.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/core": "0.0.0",
"@octokit/rest": "^18.3.1",
"@octokit/rest": "^18.3.2",
"@types/archiver": "^5.1.0",
"@types/fs-extra": "^8.1.1",
"@types/glob": "^7.1.3",
Expand All @@ -59,10 +59,10 @@
"jest": "^26.6.3",
"make-runnable": "^1.3.8",
"mockery": "^2.1.0",
"nock": "^13.0.9",
"nock": "^13.0.10",
"pkglint": "0.0.0",
"sinon": "^9.2.4",
"ts-jest": "^26.5.2",
"ts-jest": "^26.5.3",
"ts-mock-imports": "^1.3.3",
"xml-js": "^1.6.11"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "^1.23.0",
"@jsii/spec": "^1.24.0",
"camelcase": "^6.2.0",
"colors": "^1.4.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.23.0",
"jsii-reflect": "^1.24.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 @@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"codemaker": "^1.23.0",
"codemaker": "^1.24.0",
"yaml": "1.10.0"
},
"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 @@ -210,7 +210,7 @@
"@aws-cdk/yaml-cfn": "0.0.0",
"constructs": "^3.2.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.23.0",
"jsii-reflect": "^1.24.0",
"jsonschema": "^1.4.0",
"yaml": "1.10.0",
"yargs": "^16.2.0"
Expand All @@ -221,7 +221,7 @@
"@types/yaml": "1.9.7",
"@types/yargs": "^15.0.13",
"jest": "^26.6.3",
"jsii": "^1.23.0"
"jsii": "^1.24.0"
},
"keywords": [
"aws",
Expand Down
8 changes: 4 additions & 4 deletions tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"eslint-plugin-jest": "^24.1.5",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jsii": "^1.23.0",
"jsii-pacmak": "^1.23.0",
"markdownlint-cli": "^0.27.0",
"jsii": "^1.24.0",
"jsii-pacmak": "^1.24.0",
"markdownlint-cli": "^0.27.1",
"nodeunit": "^0.11.3",
"nyc": "^15.1.0",
"semver": "^7.3.4",
"ts-jest": "^26.5.2",
"ts-jest": "^26.5.3",
"typescript": "~3.9.9",
"yargs": "^16.2.0",
"yarn-cling": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/cfnspec": "0.0.0",
"codemaker": "^1.23.0",
"codemaker": "^1.24.0",
"fast-json-patch": "^3.0.0-1",
"fs-extra": "^9.1.0",
"yargs": "^16.2.0"
Expand Down
Loading

0 comments on commit 8b00de0

Please sign in to comment.