Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#23059)
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 26, 2022
1 parent cec3669 commit 524cc90
Show file tree
Hide file tree
Showing 11 changed files with 286 additions and 283 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
"cdk-generate-synthetic-examples": "^0.1.64",
"cdk-generate-synthetic-examples": "^0.1.71",
"conventional-changelog-cli": "^2.2.2",
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.10",
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 @@ -91,7 +91,7 @@
"@types/sinon": "^9.0.11",
"@types/yaml": "1.9.6",
"aws-sdk": "^2.848.0",
"cdk8s": "^1.8.44",
"cdk8s": "^1.8.51",
"cdk8s-plus-21": "^1.0.0-beta.186",
"jest": "^27.5.1",
"sinon": "^9.2.4"
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 @@ -78,7 +78,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.5.2",
"delay": "5.0.0",
"esbuild": "^0.15.14"
"esbuild": "^0.15.15"
},
"dependencies": {
"@aws-cdk/aws-lambda": "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 @@ -67,7 +67,7 @@
"@types/semver": "^7.3.13",
"jest": "^27.5.1",
"mock-fs": "^4.14.0",
"typescript-json-schema": "^0.54.0"
"typescript-json-schema": "^0.55.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,42 +429,8 @@
"description": "The provider from which we expect this context key to be obtained."
},
"props": {
"description": "A set of provider-specific options.",
"anyOf": [
{
"$ref": "#/definitions/AmiContextQuery"
},
{
"$ref": "#/definitions/AvailabilityZonesContextQuery"
},
{
"$ref": "#/definitions/HostedZoneContextQuery"
},
{
"$ref": "#/definitions/SSMParameterContextQuery"
},
{
"$ref": "#/definitions/VpcContextQuery"
},
{
"$ref": "#/definitions/EndpointServiceAvailabilityZonesContextQuery"
},
{
"$ref": "#/definitions/LoadBalancerContextQuery"
},
{
"$ref": "#/definitions/LoadBalancerListenerContextQuery"
},
{
"$ref": "#/definitions/SecurityGroupContextQuery"
},
{
"$ref": "#/definitions/KeyContextQuery"
},
{
"$ref": "#/definitions/PluginContextQuery"
}
]
"$ref": "#/definitions/ContextQueryProperties",
"description": "A set of provider-specific options."
}
},
"required": [
Expand All @@ -490,6 +456,43 @@
],
"type": "string"
},
"ContextQueryProperties": {
"anyOf": [
{
"$ref": "#/definitions/AmiContextQuery"
},
{
"$ref": "#/definitions/AvailabilityZonesContextQuery"
},
{
"$ref": "#/definitions/HostedZoneContextQuery"
},
{
"$ref": "#/definitions/SSMParameterContextQuery"
},
{
"$ref": "#/definitions/VpcContextQuery"
},
{
"$ref": "#/definitions/EndpointServiceAvailabilityZonesContextQuery"
},
{
"$ref": "#/definitions/LoadBalancerContextQuery"
},
{
"$ref": "#/definitions/LoadBalancerListenerContextQuery"
},
{
"$ref": "#/definitions/SecurityGroupContextQuery"
},
{
"$ref": "#/definitions/KeyContextQuery"
},
{
"$ref": "#/definitions/PluginContextQuery"
}
]
},
"AmiContextQuery": {
"description": "Query to AMI context provider",
"type": "object",
Expand Down Expand Up @@ -639,7 +642,7 @@
}
},
"returnAsymmetricSubnets": {
"description": "Whether to populate the subnetGroups field of the{@linkVpcContextResponse},\nwhich contains potentially asymmetric subnet groups.",
"description": "Whether to populate the subnetGroups field of the {@link VpcContextResponse},\nwhich contains potentially asymmetric subnet groups.",
"default": false,
"type": "boolean"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"20.0.0"}
{"version":"21.0.0"}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

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

** aws-sdk@2.1255.0 - https://www.npmjs.com/package/aws-sdk/v/2.1255.0 | Apache-2.0
** aws-sdk@2.1260.0 - https://www.npmjs.com/package/aws-sdk/v/2.1260.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

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 @@ -369,7 +369,7 @@
"@types/fs-extra": "^8.1.2",
"@types/node": "^10.17.60",
"constructs": "^3.3.69",
"esbuild": "^0.15.14",
"esbuild": "^0.15.15",
"fs-extra": "^9.1.0",
"ts-node": "^9.1.1",
"typescript": "~3.8.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

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

** anymatch@3.1.2 - https://www.npmjs.com/package/anymatch/v/3.1.2 | ISC
** anymatch@3.1.3 - https://www.npmjs.com/package/anymatch/v/3.1.3 | ISC
The ISC License

Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)
Expand Down Expand Up @@ -268,7 +268,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

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

** aws-sdk@2.1255.0 - https://www.npmjs.com/package/aws-sdk/v/2.1255.0 | Apache-2.0
** aws-sdk@2.1260.0 - https://www.npmjs.com/package/aws-sdk/v/2.1260.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down
4 changes: 2 additions & 2 deletions tools/@aws-cdk/node-bundle/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 524cc90

Please sign in to comment.