Skip to content

Commit 1312e78

Browse files
committed
fix merge conflicts
1 parent a9f9787 commit 1312e78

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@aws-sdk/client-dynamodb": "^3.624.0",
5555
"@aws-sdk/client-secrets-manager": "^3.624.0",
5656
"@aws-sdk/util-dynamodb": "^3.624.0",
57-
"@azure/msal-node": "^2.16.0",
57+
"@azure/msal-node": "^2.16.1",
5858
"@fastify/auth": "^4.6.1",
5959
"@fastify/aws-lambda": "^4.1.0",
6060
"@fastify/cors": "^9.0.1",

src/errors/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ export class EntraInvitationError extends BaseError<"EntraInvitationError"> {
133133
httpStatusCode: 500,
134134
});
135135
this.email = email;
136+
}
137+
}
138+
136139
export class TicketNotFoundError extends BaseError<"TicketNotFoundError"> {
137140
constructor({ message }: { message?: string }) {
138141
super({

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -530,10 +530,10 @@
530530
resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-14.16.0.tgz#f3470fcaec788dbe50859952cd499340bda23d7a"
531531
integrity sha512-1KOZj9IpcDSwpNiQNjt0jDYZpQvNZay7QAEi/5DLubay40iGYtLzya/jbjRPLyOTZhEKyL1MzPuw2HqBCjceYA==
532532

533-
"@azure/msal-node@^2.16.0":
534-
version "2.16.0"
535-
resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-2.16.0.tgz#028ac69bc75738d6744dab3e3f20f8240f4f6e2c"
536-
integrity sha512-oww0oJTOOvPKTVXqVyxfcFVjExQKYEkKR5KM0cTG3jnzt6u/MRMx8XaK49L/bxV35r9sCHQFjNlEShad9qGSYA==
533+
"@azure/msal-node@^2.16.1":
534+
version "2.16.1"
535+
resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-2.16.1.tgz#89828832e8e6c8a88cecc4ef6d8d4e4352116b77"
536+
integrity sha512-1NEFpTmMMT2A7RnZuvRl/hUmJU+GLPjh+ShyIqPktG2PvSd2yvPnzGd/BxIBAAvJG5nr9lH4oYcQXepDbaE7fg==
537537
dependencies:
538538
"@azure/msal-common" "14.16.0"
539539
jsonwebtoken "^9.0.0"

0 commit comments

Comments
 (0)