Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#12911)
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.

Closes #12536
  • Loading branch information
aws-cdk-automation committed Feb 10, 2021
1 parent f48ece4 commit 26c3cb7
Show file tree
Hide file tree
Showing 52 changed files with 1,129 additions and 1,075 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"devDependencies": {
"conventional-changelog-cli": "^2.1.1",
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.4",
"graceful-fs": "^4.2.5",
"jest-junit": "^12.0.0",
"jsii-diff": "^1.15.0",
"jsii-pacmak": "^1.15.0",
"jsii-rosetta": "^1.15.0",
"jsii-diff": "^1.20.1",
"jsii-pacmak": "^1.20.1",
"jsii-rosetta": "^1.20.1",
"lerna": "^3.22.1",
"standard-version": "^9.0.0",
"standard-version": "^9.1.0",
"typescript": "~3.9.7"
},
"resolutions-comment": "should be removed or reviewed when nodeunit dependency is dropped or adjusted",
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.11.0",
"fast-check": "^2.12.1",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.20",
"cdk-build-tools": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"ts-jest": "^26.4.4"
"ts-jest": "^26.5.0"
},
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@types/nodeunit": "^0.0.31",
"@types/sinon": "^9.0.9",
"@types/sinon": "^9.0.10",
"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.1",
"ts-mock-imports": "^1.3.1"
"sinon": "^9.2.4",
"ts-mock-imports": "^1.3.3"
},
"dependencies": {
"@aws-cdk/core": "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.11.0",
"fast-check": "^2.12.1",
"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.11.0",
"fast-check": "^2.12.1",
"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.13.0",
"eslint": "^7.19.0",
"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.1.0",
"jest": "^26.6.3",
"lambda-tester": "^3.6.0",
"nock": "^13.0.5",
"ts-jest": "^26.4.4"
"nock": "^13.0.7",
"ts-jest": "^26.5.0"
}
}
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 @@ -73,7 +73,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.64",
"@types/aws-lambda": "^8.10.71",
"@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,14 +29,14 @@
"devDependencies": {
"aws-sdk": "^2.596.0",
"aws-sdk-mock": "^5.1.0",
"eslint": "^7.13.0",
"eslint": "^7.19.0",
"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.1.0",
"jest": "^26.6.3",
"lambda-tester": "^3.6.0",
"nock": "^13.0.5"
"nock": "^13.0.7"
}
}
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.20",
"aws-sdk": "^2.830.0",
"aws-sdk-mock": "^5.1.0",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"sinon": "^9.2.1",
"ts-jest": "^26.4.4"
"sinon": "^9.2.4",
"ts-jest": "^26.5.0"
},
"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 @@ -79,7 +79,7 @@
"cfn2ts": "0.0.0",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0",
"sinon": "^9.2.1",
"sinon": "^9.2.4",
"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 @@ -84,7 +84,7 @@
"cfn2ts": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"sinon": "^9.2.1"
"sinon": "^9.2.4"
},
"dependencies": {
"@aws-cdk/core": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-lambda-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@aws-cdk/aws-ec2": "0.0.0",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"delay": "4.4.0",
"esbuild": "^0.8.34",
"delay": "4.4.1",
"esbuild": "^0.8.42",
"pkglint": "0.0.0"
},
"dependencies": {
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 @@ -76,7 +76,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@types/aws-lambda": "^8.10.64",
"@types/aws-lambda": "^8.10.71",
"@types/lodash": "^4.14.168",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"cfn2ts": "0.0.0",
"nock": "^13.0.5",
"nock": "^13.0.7",
"nodeunit": "^0.11.3",
"pkglint": "0.0.0",
"sinon": "^9.2.1"
"sinon": "^9.2.4"
},
"dependencies": {
"@aws-cdk/aws-cloudwatch": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-route53/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",
"jest": "^26.6.0",
"jest": "^26.6.3",
"nodeunit-shim": "0.0.0",
"pkglint": "0.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-s3-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.20",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"jest": "^26.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-sam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.20",
"cdk-build-tools": "0.0.0",
"cfn2ts": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"ts-jest": "^26.4.4"
"ts-jest": "^26.5.0"
},
"dependencies": {
"@aws-cdk/core": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cdk-assets-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.20",
"cdk-build-tools": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0"
Expand Down
34 changes: 34 additions & 0 deletions packages/@aws-cdk/cloud-assembly-schema/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,40 @@ SOFTWARE.

----------------

** lru-cache - https://www.npmjs.com/package/lru-cache
Copyright (c) Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

----------------

** yallist - https://www.npmjs.com/package/yallist
Copyright (c) Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

----------------

** semver - https://www.npmjs.com/package/semver
Copyright (c) Isaac Z. Schlueter and Contributors

Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/cloud-assembly-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.20",
"@types/mock-fs": "^4.13.0",
"cdk-build-tools": "0.0.0",
"jest": "^26.6.3",
"mock-fs": "^4.13.0",
"pkglint": "0.0.0",
"typescript-json-schema": "^0.47.0"
"typescript-json-schema": "^0.48.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand All @@ -89,7 +89,7 @@
},
"dependencies": {
"jsonschema": "^1.4.0",
"semver": "^7.3.2"
"semver": "^7.3.4"
},
"awscdkio": {
"announce": false
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"table": "^6.0.7"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.20",
"@types/string-width": "^4.0.1",
"@types/table": "^5.0.0",
"cdk-build-tools": "0.0.0",
"fast-check": "^2.11.0",
"fast-check": "^2.12.1",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"ts-jest": "^26.4.4"
"ts-jest": "^26.5.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cloudformation-include/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,12 @@
},
"devDependencies": {
"@aws-cdk/assert": "0.0.0",
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.20",
"cdk-build-tools": "0.0.0",
"cdk-integ-tools": "0.0.0",
"jest": "^26.6.3",
"pkglint": "0.0.0",
"ts-jest": "^26.4.4"
"ts-jest": "^26.5.0"
},
"keywords": [
"aws",
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 @@ -177,15 +177,15 @@
"@types/lodash": "^4.14.168",
"@types/minimatch": "^3.0.3",
"@types/node": "^10.17.51",
"@types/sinon": "^9.0.9",
"@types/sinon": "^9.0.10",
"cdk-build-tools": "0.0.0",
"cfn2ts": "0.0.0",
"fast-check": "^2.11.0",
"fast-check": "^2.12.1",
"lodash": "^4.17.20",
"nodeunit-shim": "0.0.0",
"pkglint": "0.0.0",
"sinon": "^9.2.1",
"ts-mock-imports": "^1.3.1"
"sinon": "^9.2.4",
"ts-mock-imports": "^1.3.3"
},
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk/custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@
"@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.64",
"@types/aws-lambda": "^8.10.71",
"@types/fs-extra": "^8.1.1",
"@types/sinon": "^9.0.9",
"@types/sinon": "^9.0.10",
"aws-sdk": "^2.830.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.5",
"nock": "^13.0.7",
"pkglint": "0.0.0",
"sinon": "^9.2.1"
"sinon": "^9.2.4"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "0.0.0",
Expand Down
Loading

0 comments on commit 26c3cb7

Please sign in to comment.