Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (aws#11196)
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 29, 2020
1 parent 8851a92 commit db8ac63
Show file tree
Hide file tree
Showing 31 changed files with 203 additions and 227 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.0.1",
"graceful-fs": "^4.2.4",
"jest-junit": "^12.0.0",
"jsii-diff": "^1.13.0",
"jsii-pacmak": "^1.13.0",
"jsii-rosetta": "^1.13.0",
"jsii-diff": "^1.14.0",
"jsii-pacmak": "^1.14.0",
"jsii-rosetta": "^1.14.0",
"lerna": "^3.22.1",
"standard-version": "^9.0.0",
"typescript": "~3.9.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@types/nodeunit": "^0.0.31",
"@types/sinon": "^9.0.7",
"@types/sinon": "^9.0.8",
"aws-cdk": "0.0.0",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0",
"sinon": "^9.2.0",
"sinon": "^9.2.1",
"ts-mock-imports": "^1.3.0"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"devDependencies": {
"aws-sdk": "^2.596.0",
"aws-sdk-mock": "^5.1.0",
"eslint": "^7.10.0",
"eslint": "^7.12.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.4.2",
"eslint-plugin-standard": "^4.0.2",
"jest": "^26.6.1",
"lambda-tester": "^3.6.0",
"nock": "^13.0.4",
"ts-jest": "^26.4.1"
"ts-jest": "^26.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@aws-cdk/aws-sns-subscriptions": "0.0.0",
"@aws-cdk/aws-sqs": "0.0.0",
"@aws-cdk/aws-ssm": "0.0.0",
"@types/aws-lambda": "^8.10.63",
"@types/aws-lambda": "^8.10.64",
"@types/nodeunit": "^0.0.31",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@aws-cdk/aws-cloudtrail": "0.0.0",
"@types/lodash": "^4.14.161",
"@types/lodash": "^4.14.163",
"@types/nodeunit": "^0.0.31",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"devDependencies": {
"aws-sdk": "^2.596.0",
"aws-sdk-mock": "^5.1.0",
"eslint": "^7.10.0",
"eslint": "^7.12.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.4.2",
"eslint-plugin-standard": "^4.0.2",
"jest": "^26.6.1",
"lambda-tester": "^3.6.0",
"nock": "^13.0.4"
}
Expand Down
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 @@
"cfn2ts": "0.0.0",
"jest": "^26.6.1",
"pkglint": "0.0.0",
"sinon": "^9.2.0",
"sinon": "^9.2.1",
"ts-jest": "^26.4.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"cfn2ts": "0.0.0",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0",
"sinon": "^9.2.0",
"sinon": "^9.2.1",
"cdk8s-plus": "^0.33.0",
"cdk8s": "^0.33.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iam/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.1",
"pkglint": "0.0.0",
"sinon": "^9.2.0"
"sinon": "^9.2.1"
},
"dependencies": {
"@aws-cdk/core": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@types/aws-lambda": "^8.10.63",
"@types/lodash": "^4.14.161",
"@types/aws-lambda": "^8.10.64",
"@types/lodash": "^4.14.163",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
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 @@ -81,7 +81,7 @@
"nock": "^13.0.4",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0",
"sinon": "^9.2.0"
"sinon": "^9.2.1"
},
"dependencies": {
"@aws-cdk/aws-cloudwatch": "0.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,17 +168,17 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/lodash": "^4.14.161",
"@types/lodash": "^4.14.163",
"@types/minimatch": "^3.0.3",
"@types/node": "^10.17.42",
"@types/sinon": "^9.0.7",
"@types/node": "^10.17.44",
"@types/sinon": "^9.0.8",
"cdk-build-tools": "0.0.0",
"cfn2ts": "0.0.0",
"fast-check": "^2.6.0",
"lodash": "^4.17.20",
"nodeunit-shim": "0.0.0",
"pkglint": "0.0.0",
"sinon": "^9.2.0",
"sinon": "^9.2.1",
"ts-mock-imports": "^1.3.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
"@aws-cdk/aws-events": "0.0.0",
"@aws-cdk/aws-s3": "0.0.0",
"@aws-cdk/aws-ssm": "0.0.0",
"@types/aws-lambda": "^8.10.63",
"@types/aws-lambda": "^8.10.64",
"@types/fs-extra": "^8.1.1",
"@types/sinon": "^9.0.7",
"@types/sinon": "^9.0.8",
"aws-sdk": "^2.781.0",
"aws-sdk-mock": "^5.1.0",
"cdk-build-tools": "0.0.0",
Expand All @@ -87,7 +87,7 @@
"fs-extra": "^9.0.1",
"nock": "^13.0.4",
"pkglint": "0.0.0",
"sinon": "^9.2.0"
"sinon": "^9.2.1"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "0.0.0",
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 @@ -35,7 +35,7 @@
"devDependencies": {
"@monocdk-experiment/rewrite-imports": "0.0.0",
"@types/jest": "^26.0.15",
"@types/node": "^10.17.42",
"@types/node": "^10.17.44",
"cdk-build-tools": "0.0.0",
"constructs": "^3.2.0",
"jest": "^26.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@monocdk-experiment/rewrite-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.15",
"@types/node": "^10.17.42",
"@types/node": "^10.17.44",
"cdk-build-tools": "0.0.0",
"pkglint": "0.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"@aws-cdk/region-info": "0.0.0",
"@aws-cdk/yaml-cfn": "0.0.0",
"@types/fs-extra": "^8.1.1",
"@types/node": "^10.17.42",
"@types/node": "^10.17.44",
"cdk-build-tools": "0.0.0",
"constructs": "^3.2.0",
"fs-extra": "^9.0.1",
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 @@ -45,20 +45,20 @@
"@types/jest": "^26.0.15",
"@types/minimatch": "^3.0.3",
"@types/mockery": "^1.4.29",
"@types/node": "^10.17.42",
"@types/node": "^10.17.44",
"@types/promptly": "^3.0.0",
"@types/semver": "^7.3.4",
"@types/sinon": "^9.0.7",
"@types/sinon": "^9.0.8",
"@types/table": "^5.0.0",
"@types/uuid": "^8.3.0",
"@types/wrap-ansi": "^3.0.0",
"@types/yargs": "^15.0.7",
"@types/yargs": "^15.0.9",
"aws-sdk-mock": "^5.1.0",
"cdk-build-tools": "0.0.0",
"jest": "^26.6.1",
"mockery": "^2.1.0",
"pkglint": "0.0.0",
"sinon": "^9.2.0",
"sinon": "^9.2.1",
"ts-jest": "^26.4.3",
"ts-mock-imports": "^1.3.0",
"@octokit/rest": "^18.0.6",
Expand All @@ -72,20 +72,20 @@
"@aws-cdk/yaml-cfn": "0.0.0",
"archiver": "^5.0.2",
"aws-sdk": "^2.781.0",
"camelcase": "^6.1.0",
"camelcase": "^6.2.0",
"cdk-assets": "0.0.0",
"colors": "^1.4.0",
"decamelize": "^4.0.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"json-diff": "^0.5.4",
"minimatch": ">=3.0",
"promptly": "^3.0.3",
"promptly": "^3.1.0",
"proxy-agent": "^4.0.0",
"semver": "^7.3.2",
"source-map-support": "^0.5.19",
"table": "^6.0.3",
"uuid": "^8.3.0",
"uuid": "^8.3.1",
"wrap-ansi": "^7.0.0",
"yargs": "^16.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "^1.13.0",
"camelcase": "^6.1.0",
"@jsii/spec": "^1.14.0",
"camelcase": "^6.2.0",
"colors": "^1.4.0",
"fs-extra": "^9.0.1",
"jsii-reflect": "^1.13.0",
"jsii-reflect": "^1.14.0",
"yargs": "^16.1.0"
},
"devDependencies": {
"@types/fs-extra": "^8.1.1",
"@types/yargs": "^15.0.7",
"@types/yargs": "^15.0.9",
"pkglint": "0.0.0",
"typescript": "~3.9.7"
},
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 @@ -35,8 +35,8 @@
"@types/jest": "^26.0.15",
"@types/jszip": "^3.4.1",
"@types/mock-fs": "^4.13.0",
"@types/node": "^10.17.42",
"@types/yargs": "^15.0.7",
"@types/node": "^10.17.44",
"@types/yargs": "^15.0.9",
"cdk-build-tools": "0.0.0",
"jest": "^26.6.1",
"jszip": "^3.5.0",
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.13.0",
"codemaker": "^1.14.0",
"yaml": "1.10.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"@aws-cdk/yaml-cfn": "0.0.0",
"constructs": "^3.2.0",
"fs-extra": "^9.0.1",
"jsii-reflect": "^1.13.0",
"jsii-reflect": "^1.14.0",
"jsonschema": "^1.4.0",
"yaml": "1.10.0",
"yargs": "^16.1.0"
Expand All @@ -198,9 +198,9 @@
"@types/fs-extra": "^8.1.1",
"@types/jest": "^26.0.15",
"@types/yaml": "1.9.7",
"@types/yargs": "^15.0.7",
"@types/yargs": "^15.0.9",
"jest": "^26.6.1",
"jsii": "^1.13.0"
"jsii": "^1.14.0"
},
"keywords": [
"aws",
Expand Down
2 changes: 1 addition & 1 deletion packages/monocdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"@aws-cdk/region-info": "0.0.0",
"@aws-cdk/yaml-cfn": "0.0.0",
"@types/fs-extra": "^8.1.1",
"@types/node": "^10.17.42",
"@types/node": "^10.17.44",
"cdk-build-tools": "0.0.0",
"constructs": "^3.2.0",
"fs-extra": "^9.0.1",
Expand Down
10 changes: 5 additions & 5 deletions tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"devDependencies": {
"@types/fs-extra": "^8.1.1",
"@types/jest": "^26.0.15",
"@types/yargs": "^15.0.7",
"@types/yargs": "^15.0.9",
"pkglint": "0.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.3.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint-plugin-cdk": "0.0.0",
"awslint": "0.0.0",
"colors": "^1.4.0",
"eslint": "^7.10.0",
"eslint": "^7.12.1",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"fs-extra": "^9.0.1",
"jest": "^26.6.1",
"jsii": "^1.13.0",
"jsii-pacmak": "^1.13.0",
"jsii": "^1.14.0",
"jsii-pacmak": "^1.14.0",
"nodeunit": "^0.11.3",
"nyc": "^15.1.0",
"ts-jest": "^26.4.3",
Expand Down
2 changes: 1 addition & 1 deletion tools/cdk-integ-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/fs-extra": "^8.1.1",
"@types/yargs": "^15.0.7",
"@types/yargs": "^15.0.9",
"cdk-build-tools": "0.0.0",
"pkglint": "0.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions tools/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/cfnspec": "0.0.0",
"codemaker": "^1.13.0",
"codemaker": "^1.14.0",
"fast-json-patch": "^3.0.0-1",
"fs-extra": "^9.0.1",
"yargs": "^16.1.0"
},
"devDependencies": {
"@types/fs-extra": "^8.1.1",
"@types/jest": "^26.0.15",
"@types/yargs": "^15.0.7",
"@types/yargs": "^15.0.9",
"cdk-build-tools": "0.0.0",
"jest": "^26.6.1",
"pkglint": "0.0.0"
Expand Down
6 changes: 3 additions & 3 deletions tools/eslint-plugin-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@types/eslint": "^7.2.4",
"@types/fs-extra": "^8.1.1",
"@types/jest": "^26.0.15",
"@types/node": "^10.17.42",
"@types/node": "^10.17.44",
"eslint-plugin-rulesdir": "^0.1.0",
"jest": "^26.6.1",
"typescript": "~3.9.7"
},
"dependencies": {
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^7.10.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"fs-extra": "^9.0.1"
},
"jest": {
Expand Down
Loading

0 comments on commit db8ac63

Please sign in to comment.