Skip to content

Commit a0d96e3

Browse files
authored
Chore(analytics, authenticator): Bumped package_info_plus to ^9.0.0 (#6393)
* Bumped package_info_plus to ^9.0.0 * chore(): Updated integration test deployment for advancedSecurityMode
1 parent 04a9d29 commit a0d96e3

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

infra/lib/auth/stack.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,13 @@ class AuthIntegrationTestStackEnvironment extends IntegrationTestStackEnvironmen
421421
customSenderKmsKey,
422422
deviceTracking,
423423
mfaSecondFactor,
424-
advancedSecurityMode,
425424
keepOriginal,
426425
});
427-
this.createUserCleanupJob(userPool);
426+
427+
const cfnUserPool = userPool.node.defaultChild as cognito.CfnUserPool;
428+
cfnUserPool.addPropertyOverride('UserPoolAddOns', {
429+
AdvancedSecurityMode: advancedSecurityMode
430+
});
428431

429432
let oAuth: cognito.OAuthSettings | undefined;
430433
let webDomain: cognito.UserPoolDomain | undefined;

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
flutter:
3030
sdk: flutter
3131
meta: ^1.16.0
32-
package_info_plus: ^8.0.0
32+
package_info_plus: ^9.0.0
3333
path_provider: ^2.0.11
3434

3535
dev_dependencies:

packages/authenticator/amplify_authenticator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
intl: ^0.20.2
2424
meta: ^1.16.0
2525
# TODO(equartey): Remove this once we have our own method of getting the app name
26-
package_info_plus: ^8.0.0
26+
package_info_plus: ^9.0.0
2727
qr_flutter: 4.1.0
2828
smithy: ">=0.7.7 <0.8.0"
2929
stream_transform: ^2.1.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
json_serializable: ">=6.9.4 <6.10.0"
3838
mime: ^2.0.0
3939
oauth2: ^2.0.2
40-
package_info_plus: ^8.0.0
40+
package_info_plus: ^9.0.0
4141
pigeon: ^25.5.0
4242
sqlite3: ^2.7.6
4343
source_gen: ^2.0.0

0 commit comments

Comments
 (0)