Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (aws#17525)
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 Nov 16, 2021
1 parent fd71214 commit 19322b4
Show file tree
Hide file tree
Showing 18 changed files with 1,558 additions and 251 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.8",
"jest-junit": "^13.0.0",
"jsii-diff": "^1.43.0",
"jsii-pacmak": "^1.43.0",
"jsii-reflect": "^1.43.0",
"jsii-rosetta": "^1.43.0",
"jsii-diff": "^1.44.1",
"jsii-pacmak": "^1.44.1",
"jsii-reflect": "^1.44.1",
"jsii-rosetta": "^1.44.1",
"lerna": "^4.0.0",
"patch-package": "^6.4.7",
"standard-version": "^9.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "^27.3.1",
"lambda-tester": "^3.6.0",
"sinon": "^9.2.4",
"nock": "^13.2.0",
"nock": "^13.2.1",
"ts-jest": "^27.0.7"
}
}
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 @@ -83,7 +83,7 @@
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/lodash": "^4.14.177",
"jest": "^27.3.1",
"lodash": "^4.17.21"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"eslint-plugin-standard": "^4.1.0",
"jest": "^27.3.1",
"lambda-tester": "^3.6.0",
"nock": "^13.2.0"
"nock": "^13.2.1"
}
}
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 @@ -78,7 +78,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.0.2",
"delay": "5.0.0",
"esbuild": "^0.13.13"
"esbuild": "^0.13.14"
},
"dependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.85",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/lodash": "^4.14.177",
"jest": "^27.3.1",
"lodash": "^4.17.21"
},
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 @@ -90,7 +90,7 @@
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.4.0",
"jest": "^27.3.1",
"nock": "^13.2.0",
"nock": "^13.2.1",
"sinon": "^9.2.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"@types/aws-lambda": "^8.10.85",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/lodash": "^4.14.177",
"@types/minimatch": "^3.0.5",
"@types/node": "^10.17.60",
"@types/sinon": "^9.0.11",
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 @@ -87,7 +87,7 @@
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.4.0",
"fs-extra": "^9.1.0",
"nock": "^13.2.0",
"nock": "^13.2.1",
"sinon": "^9.2.4"
},
"dependencies": {
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 @@ -59,7 +59,7 @@
"jest": "^27.3.1",
"make-runnable": "^1.3.10",
"mockery": "^2.1.0",
"nock": "^13.2.0",
"nock": "^13.2.1",
"@aws-cdk/pkglint": "0.0.0",
"sinon": "^9.2.4",
"ts-jest": "^27.0.7",
Expand All @@ -71,10 +71,10 @@
"@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.43.0",
"@jsii/check-node": "1.44.1",
"archiver": "^5.3.0",
"aws-sdk": "^2.979.0",
"camelcase": "^6.2.0",
"camelcase": "^6.2.1",
"cdk-assets": "0.0.0",
"chokidar": "^3.5.2",
"colors": "^1.4.0",
Expand Down
6 changes: 3 additions & 3 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.43.0",
"camelcase": "^6.2.0",
"@jsii/spec": "^1.44.1",
"camelcase": "^6.2.1",
"colors": "^1.4.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.43.0",
"jsii-reflect": "^1.44.1",
"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 @@ -28,7 +28,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"codemaker": "^1.43.0",
"codemaker": "^1.44.1",
"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 @@ -247,7 +247,7 @@
"@aws-cdk/region-info": "0.0.0",
"constructs": "^3.3.69",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.43.0",
"jsii-reflect": "^1.44.1",
"jsonschema": "^1.4.0",
"yaml": "1.10.2",
"yargs": "^16.2.0"
Expand All @@ -258,7 +258,7 @@
"@types/yaml": "1.9.7",
"@types/yargs": "^15.0.14",
"jest": "^27.3.1",
"jsii": "^1.43.0"
"jsii": "^1.44.1"
},
"keywords": [
"aws",
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"fs-extra": "^9.1.0",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"jsii": "^1.43.0",
"jsii-pacmak": "^1.43.0",
"jsii-reflect": "^1.43.0",
"jsii": "^1.44.1",
"jsii-pacmak": "^1.44.1",
"jsii-reflect": "^1.44.1",
"markdownlint-cli": "^0.29.0",
"nyc": "^15.1.0",
"semver": "^7.3.5",
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.43.0",
"codemaker": "^1.44.1",
"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 @@ -14,7 +14,7 @@
"build+extract": "npm run build"
},
"devDependencies": {
"@types/eslint": "^7.28.2",
"@types/eslint": "^7.29.0",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.0.2",
"@types/node": "^10.17.60",
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/generate-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"ostools": ["chmod", "cp"]
},
"dependencies": {
"@jsii/spec": "1.44.0",
"jsii-reflect": "1.44.0",
"jsii-rosetta": "1.44.0",
"@jsii/spec": "1.44.1",
"jsii-reflect": "1.44.1",
"jsii-rosetta": "1.44.1",
"fs-extra": "^9.1.0",
"yargs": "^16.2.0"
}
Expand Down
Loading

0 comments on commit 19322b4

Please sign in to comment.