Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#13522)
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 17, 2021
1 parent 53d9661 commit 39c358a
Show file tree
Hide file tree
Showing 34 changed files with 400 additions and 374 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.24.0",
"jsii-pacmak": "^1.24.0",
"jsii-rosetta": "^1.24.0",
"jsii-diff": "^1.25.0",
"jsii-pacmak": "^1.25.0",
"jsii-rosetta": "^1.25.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/app-delivery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/nodeunit": "^0.0.31",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"fast-check": "^2.13.0",
"fast-check": "^2.14.0",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0"
},
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.3"
"ts-jest": "^26.5.4"
},
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assets/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",
"@types/nodeunit": "^0.0.31",
"@types/sinon": "^9.0.10",
"@types/sinon": "^9.0.11",
"aws-cdk": "0.0.0",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/nodeunit": "^0.0.31",
"cdk-build-tools": "0.0.0",
"cfn2ts": "0.0.0",
"fast-check": "^2.13.0",
"fast-check": "^2.14.0",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-autoscaling-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/nodeunit": "^0.0.31",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"fast-check": "^2.13.0",
"fast-check": "^2.14.0",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0"
},
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.21.0",
"eslint": "^7.22.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"jest": "^26.6.3",
"lambda-tester": "^3.6.0",
"nock": "^13.0.10",
"ts-jest": "^26.5.3"
"nock": "^13.0.11",
"ts-jest": "^26.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"devDependencies": {
"aws-sdk": "^2.596.0",
"aws-sdk-mock": "^5.1.0",
"eslint": "^7.21.0",
"eslint": "^7.22.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"jest": "^26.6.3",
"lambda-tester": "^3.6.0",
"nock": "^13.0.10"
"nock": "^13.0.11"
}
}
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.3"
"ts-jest": "^26.5.4"
},
"dependencies": {
"@aws-cdk/aws-applicationautoscaling": "0.0.0",
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 @@ -95,7 +95,7 @@
"@aws-cdk/lambda-layer-awscli": "0.0.0",
"@aws-cdk/lambda-layer-kubectl": "0.0.0",
"constructs": "^3.2.0",
"yaml": "1.10.0"
"yaml": "1.10.2"
},
"bundledDependencies": [
"yaml"
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.55",
"esbuild": "^0.9.3",
"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.10",
"nock": "^13.0.11",
"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.3"
"ts-jest": "^26.5.4"
},
"dependencies": {
"@aws-cdk/core": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloud-assembly-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"jest": "^26.6.3",
"mock-fs": "^4.13.0",
"pkglint": "0.0.0",
"typescript-json-schema": "^0.49.0"
"typescript-json-schema": "^0.50.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@types/string-width": "^4.0.1",
"@types/table": "^6.0.0",
"cdk-build-tools": "0.0.0",
"fast-check": "^2.13.0",
"fast-check": "^2.14.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"ts-jest": "^26.5.3"
"ts-jest": "^26.5.4"
},
"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 @@ -369,7 +369,7 @@
"cdk-integ-tools": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"ts-jest": "^26.5.3"
"ts-jest": "^26.5.4"
},
"keywords": [
"aws",
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/minimatch": "^3.0.3",
"@types/node": "^10.17.54",
"@types/sinon": "^9.0.10",
"@types/node": "^10.17.55",
"@types/sinon": "^9.0.11",
"cdk-build-tools": "0.0.0",
"cfn2ts": "0.0.0",
"fast-check": "^2.13.0",
"fast-check": "^2.14.0",
"lodash": "^4.17.21",
"nodeunit-shim": "0.0.0",
"pkglint": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@
"@aws-cdk/aws-ssm": "0.0.0",
"@types/aws-lambda": "^8.10.72",
"@types/fs-extra": "^8.1.1",
"@types/sinon": "^9.0.10",
"@types/sinon": "^9.0.11",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.1.0",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
"fs-extra": "^9.1.0",
"nock": "^13.0.10",
"nock": "^13.0.11",
"pkglint": "0.0.0",
"sinon": "^9.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/yaml-cfn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"rosetta:extract": "yarn --silent jsii-rosetta extract"
},
"dependencies": {
"yaml": "1.10.0"
"yaml": "1.10.2"
},
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@monocdk-experiment/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"devDependencies": {
"@monocdk-experiment/rewrite-imports": "0.0.0",
"@types/jest": "^26.0.20",
"@types/node": "^10.17.54",
"@types/node": "^10.17.55",
"cdk-build-tools": "0.0.0",
"constructs": "^3.2.0",
"jest": "^26.6.3",
"monocdk": "0.0.0",
"pkglint": "0.0.0",
"ts-jest": "^26.5.3"
"ts-jest": "^26.5.4"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "0.0.0"
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 @@ -38,7 +38,7 @@
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.20",
"@types/node": "^10.17.54",
"@types/node": "^10.17.55",
"cdk-build-tools": "0.0.0",
"pkglint": "0.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"minimatch": "^3.0.4",
"punycode": "^2.1.1",
"semver": "^7.3.4",
"yaml": "1.10.0"
"yaml": "1.10.2"
},
"devDependencies": {
"@aws-cdk/alexa-ask": "0.0.0",
Expand Down Expand Up @@ -284,7 +284,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.54",
"@types/node": "^10.17.55",
"cdk-build-tools": "0.0.0",
"constructs": "^3.2.0",
"fs-extra": "^9.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/core": "0.0.0",
"@octokit/rest": "^18.3.2",
"@octokit/rest": "^18.3.5",
"@types/archiver": "^5.1.0",
"@types/fs-extra": "^8.1.1",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.20",
"@types/minimatch": "^3.0.3",
"@types/mockery": "^1.4.29",
"@types/node": "^10.17.54",
"@types/node": "^10.17.55",
"@types/promptly": "^3.0.1",
"@types/semver": "^7.3.4",
"@types/sinon": "^9.0.10",
"@types/sinon": "^9.0.11",
"@types/table": "^6.0.0",
"@types/uuid": "^8.3.0",
"@types/wrap-ansi": "^3.0.0",
Expand All @@ -59,10 +59,10 @@
"jest": "^26.6.3",
"make-runnable": "^1.3.8",
"mockery": "^2.1.0",
"nock": "^13.0.10",
"nock": "^13.0.11",
"pkglint": "0.0.0",
"sinon": "^9.2.4",
"ts-jest": "^26.5.3",
"ts-jest": "^26.5.4",
"ts-mock-imports": "^1.3.3",
"xml-js": "^1.6.11"
},
Expand All @@ -72,7 +72,7 @@
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/region-info": "0.0.0",
"@aws-cdk/yaml-cfn": "0.0.0",
"archiver": "^5.2.0",
"archiver": "^5.3.0",
"aws-sdk": "^2.848.0",
"camelcase": "^6.2.0",
"cdk-assets": "0.0.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 @@ -16,11 +16,11 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "^1.24.0",
"@jsii/spec": "^1.25.0",
"camelcase": "^6.2.0",
"colors": "^1.4.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.24.0",
"jsii-reflect": "^1.25.0",
"yargs": "^16.2.0"
},
"devDependencies": {
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,7 +35,7 @@
"@types/jest": "^26.0.20",
"@types/jszip": "^3.4.1",
"@types/mock-fs": "^4.13.0",
"@types/node": "^10.17.54",
"@types/node": "^10.17.55",
"@types/yargs": "^15.0.13",
"cdk-build-tools": "0.0.0",
"jest": "^26.6.3",
Expand All @@ -46,7 +46,7 @@
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"archiver": "^5.2.0",
"archiver": "^5.3.0",
"aws-sdk": "^2.848.0",
"glob": "^7.1.6",
"yargs": "^16.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-dasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"codemaker": "^1.24.0",
"yaml": "1.10.0"
"codemaker": "^1.25.0",
"yaml": "1.10.2"
},
"devDependencies": {
"@types/jest": "^26.0.20",
Expand Down
6 changes: 3 additions & 3 deletions packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@
"@aws-cdk/yaml-cfn": "0.0.0",
"constructs": "^3.2.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.24.0",
"jsii-reflect": "^1.25.0",
"jsonschema": "^1.4.0",
"yaml": "1.10.0",
"yaml": "1.10.2",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand All @@ -222,7 +222,7 @@
"@types/yaml": "1.9.7",
"@types/yargs": "^15.0.13",
"jest": "^26.6.3",
"jsii": "^1.24.0"
"jsii": "^1.25.0"
},
"keywords": [
"aws",
Expand Down
4 changes: 2 additions & 2 deletions packages/monocdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"minimatch": "^3.0.4",
"punycode": "^2.1.1",
"semver": "^7.3.4",
"yaml": "1.10.0"
"yaml": "1.10.2"
},
"devDependencies": {
"@aws-cdk/alexa-ask": "0.0.0",
Expand Down Expand Up @@ -289,7 +289,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.54",
"@types/node": "^10.17.55",
"cdk-build-tools": "0.0.0",
"constructs": "^3.2.0",
"fs-extra": "^9.1.0",
Expand Down
Loading

0 comments on commit 39c358a

Please sign in to comment.