Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade
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 github-actions[bot] committed Jan 4, 2025
1 parent d599900 commit a36caa2
Show file tree
Hide file tree
Showing 29 changed files with 1,899 additions and 4,937 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
"build-all": "tsc -b"
},
"devDependencies": {
"@nx/workspace": "^19.8.6",
"@nx/workspace": "^19.8.14",
"@types/node": "18.11.19",
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
"aws-sdk-js-codemod": "^0.28.2",
"cdk-generate-synthetic-examples": "^0.2.17",
"cdk-generate-synthetic-examples": "^0.2.18",
"conventional-changelog-cli": "^2.2.2",
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.11",
"jest-junit": "^13.2.0",
"jsii-diff": "1.104.0",
"jsii-pacmak": "1.104.0",
"jsii-reflect": "1.104.0",
"lerna": "^8.1.8",
"nx": "^19.8.6",
"jsii-diff": "1.106.0",
"jsii-pacmak": "1.106.0",
"jsii-reflect": "1.106.0",
"lerna": "^8.1.9",
"nx": "^19.8.14",
"semver": "^7.6.3",
"standard-version": "^9.5.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.5.2"
"typescript": "~5.5.4"
},
"resolutions": {
"colors": "1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk-testing/cli-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"@aws-sdk/client-sso": "3.632.0",
"@aws-sdk/client-sts": "3.632.0",
"@aws-sdk/credential-providers": "3.632.0",
"@smithy/util-retry": "3.0.8",
"@smithy/types": "3.6.0",
"axios": "^1.7.7",
"@smithy/util-retry": "3.0.11",
"@smithy/types": "3.7.2",
"axios": "^1.7.9",
"chalk": "^4",
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
"jest": "^29.7.0",
"jest-junit": "^14.0.1",
"make-runnable": "^1.4.1",
"mockttp": "^3.15.4",
"mockttp": "^3.15.5",
"npm": "^8.19.4",
"p-queue": "^6.6.2",
"semver": "^7.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@aws-cdk/lambda-layer-kubectl-v30": "^2.0.1",
"@aws-cdk/lambda-layer-kubectl-v31": "^2.0.0",
"aws-cdk-lib": "0.0.0",
"cdk8s": "2.69.10",
"cdk8s": "2.69.29",
"cdk8s-plus-27": "2.9.5",
"constructs": "^10.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-s3": "3.632.0",
"@smithy/types": "3.6.0",
"@smithy/types": "3.7.2",
"@types/jest": "^29.5.14",
"jest": "^29.7.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk/aws-eks-v2-alpha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@
"@aws-cdk/lambda-layer-kubectl-v29": "^2.1.0",
"@aws-cdk/lambda-layer-kubectl-v30": "^2.0.1",
"@aws-cdk/lambda-layer-kubectl-v31": "^2.0.0",
"@types/jest": "^29.5.1",
"aws-sdk": "^2.1379.0",
"@types/jest": "^29.5.14",
"aws-sdk": "^2.1692.0",
"aws-cdk-lib": "0.0.0",
"constructs": "^10.0.0",
"sinon": "^9.2.4",
"cdk8s": "2.69.10",
"cdk8s": "2.69.29",
"cdk8s-plus-27": "2.9.5"
},
"dependencies": {
"semver": "^7.5.1",
"semver": "^7.6.3",
"yaml": "1.10.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"diff": "^5.2.0",
"fast-deep-equal": "^3.1.3",
"string-width": "^4.2.3",
"table": "^6.8.2"
"table": "^6.9.0"
},
"devDependencies": {
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-cloudformation": "3.662.0",
"@types/jest": "^29.5.14",
"@types/string-width": "^4.0.1",
"fast-check": "^3.22.0",
"fast-check": "^3.23.2",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/@aws-cdk/custom-resource-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
"@aws-sdk/client-dynamodb": "3.632.0",
"@aws-sdk/client-eks": "3.632.0",
"@aws-sdk/client-sts": "3.632.0",
"@smithy/node-http-handler": "3.2.5",
"@smithy/util-stream": "3.2.1",
"@smithy/node-http-handler": "3.3.3",
"@smithy/util-stream": "3.3.4",
"@types/jest": "^29.5.14",
"aws-sdk-client-mock": "4.1.0",
"aws-sdk-client-mock-jest": "4.1.0",
"@cdklabs/typewriter": "^0.0.3",
"@cdklabs/typewriter": "^0.0.5",
"jest": "^29.7.0",
"sinon": "^9.2.4",
"nock": "^13.5.5",
"nock": "^13.5.6",
"fs-extra": "^11.2.0",
"esbuild": "^0.24.0"
"esbuild": "^0.24.2"
},
"dependencies": {
"@aws-cdk/asset-node-proxy-agent-v6": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cx-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cloud-assembly-schema": "^39.0.1",
"@aws-cdk/cloud-assembly-schema": "^39.1.37",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^29.5.14",
"@types/mock-fs": "^4.13.4",
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 @@ -827,7 +827,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

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

** table@6.8.2 - https://www.npmjs.com/package/table/v/6.8.2 | BSD-3-Clause
** table@6.9.0 - https://www.npmjs.com/package/table/v/6.9.0 | BSD-3-Clause
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
All rights reserved.

Expand Down
63 changes: 63 additions & 0 deletions packages/@aws-cdk/integ-runner/lib/recommended-feature-flags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"@aws-cdk/aws-lambda:recognizeLayerVersion": true,
"@aws-cdk/core:checkSecretUsage": true,
"@aws-cdk/core:target-partitions": [
"aws",
"aws-cn"
],
"@aws-cdk-containers/ecs-service-extensions:enableDefaultLogDriver": true,
"@aws-cdk/aws-ec2:uniqueImdsv2TemplateName": true,
"@aws-cdk/aws-ecs:arnFormatIncludesClusterName": true,
"@aws-cdk/aws-iam:minimizePolicies": true,
"@aws-cdk/core:validateSnapshotRemovalPolicy": true,
"@aws-cdk/aws-codepipeline:crossAccountKeyAliasStackSafeResourceName": true,
"@aws-cdk/aws-s3:createDefaultLoggingPolicy": true,
"@aws-cdk/aws-sns-subscriptions:restrictSqsDescryption": true,
"@aws-cdk/aws-apigateway:disableCloudWatchRole": true,
"@aws-cdk/core:enablePartitionLiterals": true,
"@aws-cdk/aws-events:eventsTargetQueueSameAccount": true,
"@aws-cdk/aws-ecs:disableExplicitDeploymentControllerForCircuitBreaker": true,
"@aws-cdk/aws-iam:importedRoleStackSafeDefaultPolicyName": true,
"@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy": true,
"@aws-cdk/aws-route53-patters:useCertificate": true,
"@aws-cdk/customresources:installLatestAwsSdkDefault": false,
"@aws-cdk/aws-rds:databaseProxyUniqueResourceName": true,
"@aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup": true,
"@aws-cdk/aws-apigateway:authorizerChangeDeploymentLogicalId": true,
"@aws-cdk/aws-ec2:launchTemplateDefaultUserData": true,
"@aws-cdk/aws-secretsmanager:useAttachedSecretResourcePolicyForSecretTargetAttachments": true,
"@aws-cdk/aws-redshift:columnId": true,
"@aws-cdk/aws-stepfunctions-tasks:enableEmrServicePolicyV2": true,
"@aws-cdk/aws-ec2:restrictDefaultSecurityGroup": true,
"@aws-cdk/aws-apigateway:requestValidatorUniqueId": true,
"@aws-cdk/aws-kms:aliasNameRef": true,
"@aws-cdk/aws-autoscaling:generateLaunchTemplateInsteadOfLaunchConfig": true,
"@aws-cdk/core:includePrefixInUniqueNameGeneration": true,
"@aws-cdk/aws-efs:denyAnonymousAccess": true,
"@aws-cdk/aws-opensearchservice:enableOpensearchMultiAzWithStandby": true,
"@aws-cdk/aws-lambda-nodejs:useLatestRuntimeVersion": true,
"@aws-cdk/aws-efs:mountTargetOrderInsensitiveLogicalId": true,
"@aws-cdk/aws-rds:auroraClusterChangeScopeOfInstanceParameterGroupWithEachParameters": true,
"@aws-cdk/aws-appsync:useArnForSourceApiAssociationIdentifier": true,
"@aws-cdk/aws-rds:preventRenderingDeprecatedCredentials": true,
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
"@aws-cdk/aws-cloudwatch-actions:changeLambdaPermissionLogicalIdForLambdaAction": true,
"@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse": true,
"@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2": true,
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true,
"@aws-cdk/aws-eks:nodegroupNameAttribute": true,
"@aws-cdk/aws-ec2:ebsDefaultGp3Volume": true,
"@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm": true,
"@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault": false,
"@aws-cdk/aws-s3:keepNotificationInImportedBucket": false,
"@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions": true,
"@aws-cdk/aws-dynamodb:resourcePolicyPerReplica": true,
"@aws-cdk/aws-ec2:ec2SumTImeoutEnabled": true,
"@aws-cdk/aws-appsync:appSyncGraphQLAPIScopeLambdaPermission": true,
"@aws-cdk/aws-rds:setCorrectValueForDatabaseInstanceReadReplicaInstanceResourceId": true,
"@aws-cdk/core:cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics": true,
"@aws-cdk/aws-lambda-nodejs:sdkV3ExcludeSmithyPackages": true,
"@aws-cdk/aws-stepfunctions-tasks:fixRunEcsTaskPolicy": true,
"@aws-cdk/aws-ec2:bastionHostUseAmazonLinux2023ByDefault": true,
"@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource": true
}
8 changes: 4 additions & 4 deletions packages/@aws-cdk/integ-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"aws-cdk-lib": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/mock-fs": "^4.13.4",
"@types/workerpool": "^6.4.7",
"@types/yargs": "^15.0.19",
Expand All @@ -72,11 +72,11 @@
},
"dependencies": {
"chokidar": "^3.6.0",
"@aws-cdk/cloud-assembly-schema": "^39.0.0",
"@aws-cdk/cloud-assembly-schema": "^39.1.37",
"@aws-cdk/cloudformation-diff": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/aws-service-spec": "^0.1.44",
"cdk-assets": "3.0.0-rc.111",
"cdk-assets": "3.0.0-rc.114",
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
"aws-cdk": "0.0.0",
"chalk": "^4",
Expand Down Expand Up @@ -109,4 +109,4 @@
"publishConfig": {
"tag": "latest"
}
}
}
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 @@ -73,17 +73,17 @@
"@aws-sdk/client-ec2": "3.632.0",
"@aws-sdk/client-s3": "3.632.0",
"@aws-sdk/client-sfn": "3.632.0",
"@smithy/types": "3.6.0",
"@smithy/types": "3.7.2",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.14",
"aws-sdk-client-mock": "4.1.0",
"aws-sdk-client-mock-jest": "4.1.0",
"jest": "^29.7.0",
"nock": "^13.5.5",
"nock": "^13.5.6",
"sinon": "^9.2.4",
"aws-cdk-lib": "0.0.0",
"node-fetch": "^2.7.0",
"@types/node-fetch": "^2.6.11",
"@types/node-fetch": "^2.6.12",
"constructs": "^10.0.0"
},
"dependencies": {},
Expand Down
26 changes: 13 additions & 13 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
"mime-types"
],
"dependencies": {
"@aws-cdk/asset-awscli-v1": "^2.2.208",
"@aws-cdk/asset-awscli-v1": "^2.2.217",
"@aws-cdk/asset-kubectl-v20": "^2.1.3",
"@aws-cdk/asset-node-proxy-agent-v6": "^2.1.0",
"@aws-cdk/cloud-assembly-schema": "^39.0.1",
"@aws-cdk/cloud-assembly-schema": "^39.1.37",
"@balena/dockerignore": "^1.0.2",
"case": "1.6.3",
"fs-extra": "^11.2.0",
Expand All @@ -131,7 +131,7 @@
"minimatch": "^3.1.2",
"punycode": "^2.3.1",
"semver": "^7.6.3",
"table": "^6.8.2",
"table": "^6.9.0",
"yaml": "1.10.2",
"mime-types": "^2.1.35"
},
Expand All @@ -158,31 +158,31 @@
"@aws-sdk/client-ssm": "3.632.0",
"@aws-sdk/client-sts": "3.632.0",
"@aws-sdk/credential-providers": "3.632.0",
"@smithy/node-http-handler": "3.2.5",
"@smithy/types": "3.6.0",
"@smithy/util-stream": "3.2.1",
"@types/aws-lambda": "^8.10.145",
"@smithy/node-http-handler": "3.3.3",
"@smithy/types": "3.7.2",
"@smithy/util-stream": "3.3.4",
"@types/aws-lambda": "^8.10.147",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.12",
"@types/lodash": "^4.17.14",
"@types/punycode": "^2.1.4",
"@types/mime-types": "^2.1.4",
"@aws-cdk/lazify": "0.0.0",
"aws-sdk-client-mock": "4.1.0",
"aws-sdk-client-mock-jest": "4.1.0",
"cdk8s": "2.69.10",
"cdk8s": "2.69.29",
"constructs": "^10.0.0",
"delay": "5.0.0",
"esbuild": "^0.24.0",
"fast-check": "^3.22.0",
"esbuild": "^0.24.2",
"fast-check": "^3.23.2",
"jest": "^29.7.0",
"jest-each": "^29.7.0",
"lambda-tester": "^4.0.1",
"lodash": "^4.17.21",
"nock": "^13.5.5",
"nock": "^13.5.6",
"sinon": "^9.2.4",
"ts-mock-imports": "^1.3.16",
"ts-node": "^10.9.2",
"typescript": "~5.5.2",
"typescript": "~5.5.4",
"typescript-json-schema": "^0.65.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit a36caa2

Please sign in to comment.