Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (aws#16808)
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 and TikiTDO committed Feb 21, 2022
1 parent 70c0010 commit cd80f85
Show file tree
Hide file tree
Showing 16 changed files with 387 additions and 385 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.8",
"jest-junit": "^12.3.0",
"jsii-diff": "^1.35.0",
"jsii-pacmak": "^1.35.0",
"jsii-reflect": "^1.35.0",
"jsii-rosetta": "^1.35.0",
"jsii-diff": "^1.36.0",
"jsii-pacmak": "^1.36.0",
"jsii-reflect": "^1.36.0",
"jsii-rosetta": "^1.36.0",
"lerna": "^4.0.0",
"patch-package": "^6.4.7",
"standard-version": "^9.3.1",
"typescript": "~3.9.10"
},
"resolutions": {
"string-width": "^4.2.2"
"string-width": "^4.2.3"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -184,6 +184,6 @@
]
},
"dependencies": {
"string-width": "^4.2.2"
"string-width": "^4.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assertions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"diff": "^5.0.0",
"fast-deep-equal": "^3.1.3",
"string-width": "^4.2.3",
"table": "^6.7.1"
"table": "^6.7.2"
},
"peerDependencies": {
"@aws-cdk/cloud-assembly-schema": "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 @@ -71,7 +71,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^26.0.24",
"delay": "5.0.0",
"esbuild": "^0.13.3"
"esbuild": "^0.13.4"
},
"dependencies": {
"@aws-cdk/aws-lambda": "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 @@ -29,7 +29,7 @@
"diff": "^5.0.0",
"fast-deep-equal": "^3.1.3",
"string-width": "^4.2.3",
"table": "^6.7.1"
"table": "^6.7.2"
},
"devDependencies": {
"@aws-cdk/cdk-build-tools": "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 @@ -120,7 +120,7 @@
"punycode": "^2.1.1",
"semver": "^7.3.5",
"string-width": "^4.2.3",
"table": "^6.7.1",
"table": "^6.7.2",
"yaml": "1.10.2"
},
"devDependencies": {
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 @@ -38,7 +38,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/core": "0.0.0",
"@octokit/rest": "^18.11.2",
"@octokit/rest": "^18.11.4",
"@types/archiver": "^5.3.0",
"@types/fs-extra": "^8.1.2",
"@types/glob": "^7.1.4",
Expand Down 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.35.0",
"@jsii/check-node": "1.36.0",
"archiver": "^5.3.0",
"aws-sdk": "^2.979.0",
"camelcase": "^6.2.0",
Expand All @@ -86,7 +86,7 @@
"proxy-agent": "^5.0.0",
"semver": "^7.3.5",
"source-map-support": "^0.5.20",
"table": "^6.7.1",
"table": "^6.7.2",
"uuid": "^8.3.2",
"wrap-ansi": "^7.0.0",
"yaml": "1.10.2",
Expand Down
10 changes: 5 additions & 5 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.35.0",
"@jsii/spec": "^1.36.0",
"camelcase": "^6.2.0",
"colors": "^1.4.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.35.0",
"jsii-reflect": "^1.36.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand All @@ -31,14 +31,14 @@
"@types/yargs": "^15.0.14",
"@aws-cdk/pkglint": "0.0.0",
"typescript": "~3.9.10",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.5.0",
"@aws-cdk/eslint-plugin": "0.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.5.0",
"eslint-plugin-jest": "^24.5.2",
"jest": "^26.6.3"
},
"repository": {
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.35.0",
"codemaker": "^1.36.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 @@ -242,7 +242,7 @@
"@aws-cdk/region-info": "0.0.0",
"constructs": "^3.3.69",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.35.0",
"jsii-reflect": "^1.36.0",
"jsonschema": "^1.4.0",
"yaml": "1.10.2",
"yargs": "^16.2.0"
Expand All @@ -253,7 +253,7 @@
"@types/yaml": "1.9.7",
"@types/yargs": "^15.0.14",
"jest": "^26.6.3",
"jsii": "^1.35.0"
"jsii": "^1.36.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 @@ -117,7 +117,7 @@
"punycode": "^2.1.1",
"semver": "^7.3.5",
"string-width": "^4.2.3",
"table": "^6.7.1",
"table": "^6.7.2",
"yaml": "1.10.2"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
"@aws-cdk/pkglint": "0.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"awslint": "0.0.0",
"colors": "^1.4.0",
"eslint": "^7.32.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.5.0",
"@aws-cdk/eslint-plugin": "0.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.5.0",
"eslint-plugin-jest": "^24.5.2",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jest-junit": "^11.1.0",
"jsii": "^1.35.0",
"jsii-pacmak": "^1.35.0",
"jsii-reflect": "^1.35.0",
"markdownlint-cli": "^0.28.1",
"jsii": "^1.36.0",
"jsii-pacmak": "^1.36.0",
"jsii-reflect": "^1.36.0",
"markdownlint-cli": "^0.29.0",
"nyc": "^15.1.0",
"semver": "^7.3.5",
"ts-jest": "^26.5.6",
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.35.0",
"codemaker": "^1.36.0",
"fast-json-patch": "^3.1.0",
"fs-extra": "^9.1.0",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"typescript": "~3.9.10"
},
"dependencies": {
"@typescript-eslint/parser": "^4.32.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"fs-extra": "^9.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/pkglint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@types/jest": "^26.0.24",
"@types/semver": "^7.3.8",
"@types/yargs": "^15.0.14",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.5.0",
"eslint-plugin-jest": "^24.5.2",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"typescript": "~3.9.10"
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/prlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"glob": "^7.2.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.1.4",
"@types/jest": "^26.0.24",
"jest": "^26.6.3",
Expand Down
Loading

0 comments on commit cd80f85

Please sign in to comment.