Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade
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 authored Mar 24, 2021
1 parent 7966f8d commit 60d218c
Show file tree
Hide file tree
Showing 15 changed files with 135 additions and 82 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.25.0",
"jsii-pacmak": "^1.25.0",
"jsii-rosetta": "^1.25.0",
"jsii-diff": "^1.26.0",
"jsii-pacmak": "^1.26.0",
"jsii-rosetta": "^1.26.0",
"lerna": "^4.0.0",
"standard-version": "^9.1.1",
"typescript": "~3.9.9"
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.9.3",
"esbuild": "^0.9.6",
"pkglint": "0.0.0"
},
"dependencies": {
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 @@ -89,7 +89,7 @@
},
"dependencies": {
"jsonschema": "^1.4.0",
"semver": "^7.3.4"
"semver": "^7.3.5"
},
"awscdkio": {
"announce": false
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cx-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0",
"semver": "^7.3.4"
"semver": "^7.3.5"
},
"peerDependencies": {
"@aws-cdk/cloud-assembly-schema": "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 @@ -95,7 +95,7 @@
"jsonschema": "^1.4.0",
"minimatch": "^3.0.4",
"punycode": "^2.1.1",
"semver": "^7.3.4",
"semver": "^7.3.5",
"yaml": "1.10.2"
},
"devDependencies": {
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 @@ -84,7 +84,7 @@
"minimatch": ">=3.0",
"promptly": "^3.2.0",
"proxy-agent": "^4.0.1",
"semver": "^7.3.4",
"semver": "^7.3.5",
"source-map-support": "^0.5.19",
"table": "^6.0.7",
"uuid": "^8.3.2",
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.25.0",
"@jsii/spec": "^1.26.0",
"camelcase": "^6.2.0",
"colors": "^1.4.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.25.0",
"jsii-reflect": "^1.26.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.25.0",
"codemaker": "^1.26.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 @@ -211,7 +211,7 @@
"@aws-cdk/yaml-cfn": "0.0.0",
"constructs": "^3.2.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.25.0",
"jsii-reflect": "^1.26.0",
"jsonschema": "^1.4.0",
"yaml": "1.10.2",
"yargs": "^16.2.0"
Expand All @@ -222,7 +222,7 @@
"@types/yaml": "1.9.7",
"@types/yargs": "^15.0.13",
"jest": "^26.6.3",
"jsii": "^1.25.0"
"jsii": "^1.26.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 @@ -100,7 +100,7 @@
"jsonschema": "^1.4.0",
"minimatch": "^3.0.4",
"punycode": "^2.1.1",
"semver": "^7.3.4",
"semver": "^7.3.5",
"yaml": "1.10.2"
},
"devDependencies": {
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 @@ -39,8 +39,8 @@
"pkglint": "0.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"awslint": "0.0.0",
"colors": "^1.4.0",
"eslint": "^7.22.0",
Expand All @@ -51,12 +51,12 @@
"eslint-plugin-jest": "^24.3.2",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jsii": "^1.25.0",
"jsii-pacmak": "^1.25.0",
"jsii": "^1.26.0",
"jsii-pacmak": "^1.26.0",
"markdownlint-cli": "^0.27.1",
"nodeunit": "^0.11.3",
"nyc": "^15.1.0",
"semver": "^7.3.4",
"semver": "^7.3.5",
"ts-jest": "^26.5.4",
"typescript": "~3.9.9",
"yargs": "^16.2.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.25.0",
"codemaker": "^1.26.0",
"fast-json-patch": "^3.0.0-1",
"fs-extra": "^9.1.0",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-plugin-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "~3.9.9"
},
"dependencies": {
"@typescript-eslint/parser": "^4.18.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"fs-extra": "^9.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/pkglint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"npm-bundled": "^1.1.1",
"semver": "^7.3.4",
"semver": "^7.3.5",
"yargs": "^16.2.0"
}
}
Loading

0 comments on commit 60d218c

Please sign in to comment.