Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: npm-check-updates && yarn upgrade #26522

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build-all": "tsc -b"
},
"devDependencies": {
"@nx/workspace": "^16.5.3",
"@nx/workspace": "^16.5.5",
"@types/node": "18.11.19",
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
Expand All @@ -27,9 +27,9 @@
"jsii-diff": "1.85.0",
"jsii-pacmak": "1.85.0",
"jsii-reflect": "1.85.0",
"jsii-rosetta": "~5.1.7",
"jsii-rosetta": "~5.1.8",
"lerna": "^7.0.1",
"nx": "^16.5.3",
"nx": "^16.5.5",
"patch-package": "^6.5.1",
"semver": "^7.5.4",
"standard-version": "^9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"aws-sdk": "^2.1417.0",
"aws-sdk": "^2.1422.0",
"axios": "^0.27.2",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@aws-cdk/integ-tests-alpha": "0.0.0",
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
"aws-cdk-lib": "0.0.0",
"aws-sdk": "^2.1417.0",
"aws-sdk": "^2.1422.0",
"aws-sdk-mock": "5.6.0",
"cdk8s": "^2.7.115",
"cdk8s-plus-24": "2.8.99",
"cdk8s": "^2.18.0",
"cdk8s-plus-24": "2.12.1",
"constructs": "^10.0.0"
},
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "eks-service-account-sdk-call-integ-test",
"private": "true",
"dependencies": {
"aws-sdk": "^2.1417.0"
"aws-sdk": "^2.1422.0"
}
}
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-amplify-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-amplify": "^3.370.0",
"@aws-sdk/client-s3": "^3.370.0",
"@aws-sdk/s3-request-presigner": "^3.370.0",
"@aws-sdk/client-amplify": "^3.377.0",
"@aws-sdk/client-s3": "^3.377.0",
"@aws-sdk/s3-request-presigner": "^3.377.0",
"@types/jest": "^29.5.3",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/aws-redshift-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-redshift": "^3.370.0",
"@aws-sdk/client-redshift-data": "^3.370.0",
"@aws-sdk/client-secrets-manager": "^3.370.0",
"@aws-sdk/client-redshift": "^3.377.0",
"@aws-sdk/client-redshift-data": "^3.377.0",
"@aws-sdk/client-secrets-manager": "^3.377.0",
"@types/jest": "^29.5.3",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.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 @@ -85,7 +85,7 @@
"aws-cdk-lib": "0.0.0",
"jest": "^29.6.1",
"mock-fs": "^4.14.0",
"typescript-json-schema": "^0.56.0"
"typescript-json-schema": "^0.59.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/custom-resource-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"esbuild": "^0.18.14"
"esbuild": "^0.18.17"
},
"dependencies": {
"@aws-sdk/client-ecr": "^3.370.0",
"@aws-sdk/client-s3": "^3.370.0"
"@aws-sdk/client-ecr": "^3.377.0",
"@aws-sdk/client-s3": "^3.377.0"
},
"repository": {
"url": "https://github.com/aws/aws-cdk.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk/cx-api/FEATURE_FLAGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Flags come in three types:
| [@aws-cdk/aws-ec2:restrictDefaultSecurityGroup](#aws-cdkaws-ec2restrictdefaultsecuritygroup) | Restrict access to the VPC default security group | 2.78.0 | (default) |
| [@aws-cdk/aws-kms:aliasNameRef](#aws-cdkaws-kmsaliasnameref) | KMS Alias name and keyArn will have implicit reference to KMS Key | 2.83.0 | (fix) |
| [@aws-cdk/core:includePrefixInUniqueNameGeneration](#aws-cdkcoreincludeprefixinuniquenamegeneration) | Include the stack prefix in the stack name generation process | 2.84.0 | (fix) |
| [@aws-cdk/aws-autoscaling:generateLaunchTemplateInsteadOfLaunchConfig](#aws-cdkaws-autoscalinggeneratelaunchtemplateinsteadoflaunchconfig) | Generate a launch template when creating an AutoScalingGroup | V2NEXT | (fix) |
| [@aws-cdk/aws-opensearchservice:enableOpensearchMultiAzWithStandby](#aws-cdkaws-opensearchserviceenableopensearchmultiazwithstandby) | Enables support for Multi-AZ with Standby deployment for opensearch domains | V2NEXT | (default) |
| [@aws-cdk/aws-autoscaling:generateLaunchTemplateInsteadOfLaunchConfig](#aws-cdkaws-autoscalinggeneratelaunchtemplateinsteadoflaunchconfig) | Generate a launch template when creating an AutoScalingGroup | 2.88.0 | (fix) |
| [@aws-cdk/aws-opensearchservice:enableOpensearchMultiAzWithStandby](#aws-cdkaws-opensearchserviceenableopensearchmultiazwithstandby) | Enables support for Multi-AZ with Standby deployment for opensearch domains | 2.88.0 | (default) |

<!-- END table -->

Expand Down Expand Up @@ -1028,7 +1028,7 @@ provided.
| Since | Default | Recommended |
| ----- | ----- | ----- |
| (not in v1) | | |
| V2NEXT | `false` | `true` |
| 2.88.0 | `false` | `true` |

**Compatibility with old behavior:**
If backwards compatibility needs to be maintained due to an existing autoscaling group
Expand All @@ -1047,7 +1047,7 @@ multi-az with standby enabled.
| Since | Default | Recommended |
| ----- | ----- | ----- |
| (not in v1) | | |
| V2NEXT | `false` | `true` |
| 2.88.0 | `false` | `true` |

**Compatibility with old behavior:** Pass `capacity.multiAzWithStandbyEnabled: false` to `Domain` construct to restore the old behavior.

Expand Down
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 @@ -176,7 +176,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

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

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

Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/integ-tests-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/sdk-v2-to-v3-adapter": "0.0.0",
"@aws-sdk/client-ec2": "^3.371.0",
"@aws-sdk/client-s3": "^3.370.0",
"@aws-sdk/client-sfn": "^3.370.0",
"@aws-sdk/client-ec2": "^3.377.0",
"@aws-sdk/client-s3": "^3.377.0",
"@aws-sdk/client-sfn": "^3.377.0",
"@aws-sdk/types": "^3.370.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.3",
Expand Down
38 changes: 19 additions & 19 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
],
"dependencies": {
"@aws-cdk/asset-awscli-v1": "^2.2.200",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.165",
"@aws-cdk/asset-node-proxy-agent-v5": "^2.0.166",
"@aws-cdk/asset-kubectl-v20": "^2.1.2",
"@balena/dockerignore": "^1.0.2",
"case": "1.6.3",
Expand All @@ -145,32 +145,32 @@
"@aws-cdk/pkglint": "0.0.0",
"@aws-cdk/sdk-v2-to-v3-adapter": "0.0.0",
"@aws-cdk/spec2cdk": "0.0.0",
"@aws-sdk/client-acm": "^3.370.0",
"@aws-sdk/client-account": "^3.370.0",
"@aws-sdk/client-codepipeline": "^3.370.0",
"@aws-sdk/client-dynamodb": "^3.370.0",
"@aws-sdk/client-ecr": "^3.370.0",
"@aws-sdk/client-eks": "^3.370.0",
"@aws-sdk/client-lambda": "^3.370.0",
"@aws-sdk/client-route-53": "^3.370.0",
"@aws-sdk/client-s3": "^3.370.0",
"@aws-sdk/client-sfn": "^3.370.0",
"@aws-sdk/client-ssm": "^3.370.0",
"@aws-sdk/client-sts": "^3.370.0",
"@aws-sdk/credential-providers": "^3.370.0",
"@aws-sdk/client-acm": "^3.377.0",
"@aws-sdk/client-account": "^3.377.0",
"@aws-sdk/client-codepipeline": "^3.377.0",
"@aws-sdk/client-dynamodb": "^3.377.0",
"@aws-sdk/client-ecr": "^3.377.0",
"@aws-sdk/client-eks": "^3.377.0",
"@aws-sdk/client-lambda": "^3.377.0",
"@aws-sdk/client-route-53": "^3.377.0",
"@aws-sdk/client-s3": "^3.377.0",
"@aws-sdk/client-sfn": "^3.377.0",
"@aws-sdk/client-ssm": "^3.377.0",
"@aws-sdk/client-sts": "^3.377.0",
"@aws-sdk/credential-providers": "^3.377.0",
"@aws-sdk/node-http-handler": "^3.370.0",
"@aws-sdk/types": "^3.370.0",
"@types/aws-lambda": "^8.10.119",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.14.196",
"@types/punycode": "^2.1.0",
"aws-sdk": "^2.1417.0",
"aws-sdk": "^2.1422.0",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-mock": "5.8.0",
"cdk8s": "^2.7.115",
"cdk8s": "^2.18.0",
"constructs": "^10.0.0",
"delay": "5.0.0",
"esbuild": "^0.18.14",
"esbuild": "^0.18.17",
"fast-check": "^2.25.0",
"fs-extra": "^11.1.1",
"jest": "^29.6.1",
Expand All @@ -182,7 +182,7 @@
"ts-node": "^10.9.1",
"sinon": "^9.2.4",
"typescript": "~5.1.6",
"typescript-json-schema": "^0.56.0"
"typescript-json-schema": "^0.59.0"
},
"peerDependencies": {
"constructs": "^10.0.0"
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 @@ -238,7 +238,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

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

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

Expand Down Expand Up @@ -3087,7 +3087,7 @@ THE SOFTWARE.

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

** [email protected].0 - https://www.npmjs.com/package/tslib/v/2.6.0 | 0BSD
** [email protected].1 - https://www.npmjs.com/package/tslib/v/2.6.1 | 0BSD
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "20.4.2",
"@types/node": "20.4.5",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"aws-cdk": "%cdk-version%",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "20.4.2",
"@types/node": "20.4.5",
"aws-cdk-lib": "%cdk-version%",
"constructs": "%constructs-version%",
"jest": "^29.6.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "20.4.2",
"@types/node": "20.4.5",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"aws-cdk": "%cdk-version%",
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 @@ -98,7 +98,7 @@
"@aws-cdk/region-info": "0.0.0",
"@jsii/check-node": "1.85.0",
"archiver": "^5.3.1",
"aws-sdk": "^2.1417.0",
"aws-sdk": "^2.1422.0",
"camelcase": "^6.3.0",
"cdk-assets": "0.0.0",
"chalk": "^4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@aws-cdk/cloud-assembly-schema": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"archiver": "^5.3.1",
"aws-sdk": "^2.1417.0",
"aws-sdk": "^2.1422.0",
"glob": "^7.2.3",
"mime": "^2.6.0",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"glob": "^7.2.3",
"jest": "^29.6.1",
"jest-junit": "^13.2.0",
"jsii": "~5.1.8",
"jsii": "~5.1.9",
"jsii-pacmak": "1.85.0",
"jsii-reflect": "1.85.0",
"markdownlint-cli": "^0.35.0",
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.

4 changes: 2 additions & 2 deletions tools/@aws-cdk/spec2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.0.3",
"@aws-cdk/service-spec-types": "^0.0.3",
"@aws-cdk/aws-service-spec": "^0.0.4",
"@aws-cdk/service-spec-types": "^0.0.4",
"@cdklabs/tskb": "^0.0.1",
"@cdklabs/typewriter": "^0.0.1",
"camelcase": "^6",
Expand Down
Loading