Skip to content

Commit 16c377c

Browse files
author
Dane Pilcher
committed
chore: use latest @aws-cdk/aws-cognito-identitypool-alpha
1 parent 75e7ef3 commit 16c377c

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

dependency_licenses.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ Apache License
12251225
same "printed page" as the copyright notice for easier
12261226
identification within third-party archives.
12271227

1228-
Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1228+
Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
12291229

12301230
Licensed under the Apache License, Version 2.0 (the "License");
12311231
you may not use this file except in compliance with the License.
@@ -1243,7 +1243,7 @@ Apache License
12431243
NOTICE
12441244

12451245
AWS Cloud Development Kit (AWS CDK)
1246-
Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1246+
Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
12471247

12481248
-----
12491249

packages/amplify-graphql-api-construct-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@aws-amplify/auth-construct": "^1.0.0",
2626
"@aws-amplify/core": "^2.1.0",
2727
"@aws-amplify/graphql-api-construct": "1.19.1",
28-
"@aws-cdk/aws-cognito-identitypool-alpha": "2.152.0-alpha.0",
28+
"@aws-cdk/aws-cognito-identitypool-alpha": "2.186.0-alpha.0",
2929
"@aws-sdk/client-appsync": "3.624.0",
3030
"@aws-sdk/client-cloudformation": "3.624.0",
3131
"@aws-sdk/client-cloudwatch-logs": "3.624.0",

packages/amplify-graphql-api-construct-tests/src/__tests__/admin-role.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('CDK Auth Modes', () => {
3232
cdkVersion: '2.187.0', // Explicitly declaring this, since this version needs to match cognito idp
3333
additionalDependencies: [
3434
'esbuild', // required to bundle the lambda function
35-
'@aws-cdk/aws-cognito-identitypool-alpha@2.187.0-alpha.0', // using alpha cognito idp resource for auth config
35+
'@aws-cdk/aws-cognito-identitypool-alpha@2.186.0-alpha.0', // using alpha cognito idp resource for auth config
3636
'@aws-crypto/sha256-js', // All remaining deps are required for the lambda to sign the request to appsync
3737
'@aws-sdk/credential-provider-node',
3838
'@aws-sdk/protocol-http',

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,10 @@
458458
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.1.0.tgz#6d3c7860354d4856a7e75375f2f0ecab313b4989"
459459
integrity sha512-7bY3J8GCVxLupn/kNmpPc5VJz8grx+4RKfnnJiO1LG+uxkZfANZG3RMHhE+qQxxwkyQ9/MfPtTpf748UhR425A==
460460

461-
"@aws-cdk/aws-cognito-identitypool-alpha@2.152.0-alpha.0":
462-
version "2.152.0-alpha.0"
463-
resolved "https://registry.npmjs.org/@aws-cdk/aws-cognito-identitypool-alpha/-/aws-cognito-identitypool-alpha-2.152.0-alpha.0.tgz#5d29345675171afd1eaa594da59561b38ff0ea9d"
464-
integrity sha512-6KbF4jog139kAARMBNDbbGQYSon+ggG4peQgv3hDFH49l6r6w+SbrW+jFzgfTGhQLDrlQEB4rPh7EW64xxtfVg==
461+
"@aws-cdk/aws-cognito-identitypool-alpha@2.186.0-alpha.0":
462+
version "2.186.0-alpha.0"
463+
resolved "https://registry.npmjs.org/@aws-cdk/aws-cognito-identitypool-alpha/-/aws-cognito-identitypool-alpha-2.186.0-alpha.0.tgz#6e91500cbad909486f6831db64b37e829d280e7f"
464+
integrity sha512-Dzq+HEmEqWjLrbJZ4QsGawGMUGd1bkVpKF2E1c64ax2CcCV0xW8VXUmS71RRcFzhM7qwEN3buWjU03M5sqzUKg==
465465

466466
"@aws-cdk/cloud-assembly-schema@^41.0.0":
467467
version "41.2.0"

0 commit comments

Comments
 (0)