Skip to content

Commit 438de4f

Browse files
committed
Remove changes to yarn.lock that were made in #6814
Add back totp-generator
1 parent 522392a commit 438de4f

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

packages/auth/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"rollup-plugin-typescript2": "0.31.2",
129129
"selenium-webdriver": "4.8.0",
130130
"typescript": "4.7.4",
131-
"@types/express": "4.17.17"
131+
"@types/express": "4.17.17",
132+
"totp-generator": "0.0.14"
132133
},
133134
"repository": {
134135
"directory": "packages/auth",

yarn.lock

-12
Original file line numberDiff line numberDiff line change
@@ -11112,11 +11112,6 @@ jsprim@^1.2.2:
1111211112
json-schema "0.2.3"
1111311113
verror "1.10.0"
1111411114

11115-
jssha@^3.1.2:
11116-
version "3.3.0"
11117-
resolved "https://registry.npmjs.org/jssha/-/jssha-3.3.0.tgz#44b5531bcf55a12f4a388476c647a9a1cca92839"
11118-
integrity sha512-w9OtT4ALL+fbbwG3gw7erAO0jvS5nfvrukGPMWIAoea359B26ALXGpzy4YJSp9yGnpUvuvOw1nSjSoHDfWSr1w==
11119-
1112011115
jszip@^3.1.3, jszip@^3.6.0:
1112111116
version "3.7.1"
1112211117
resolved "https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9"
@@ -16811,13 +16806,6 @@ [email protected]:
1681116806
resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
1681216807
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
1681316808

16814-
16815-
version "0.0.14"
16816-
resolved "https://registry.npmjs.org/totp-generator/-/totp-generator-0.0.14.tgz#c136bcb4030f9cab5b10ecd82d15cd2d5518234a"
16817-
integrity sha512-vFZ8N2TdF4mCj8bUW460jI73LqS+JKccsZ8cttQSuXa3dkTmZo8q81Pq2yAuiPxCI5fPfUrfaKuU+7adjx5s4w==
16818-
dependencies:
16819-
jssha "^3.1.2"
16820-
1682116809
tough-cookie@~2.5.0:
1682216810
version "2.5.0"
1682316811
resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"

0 commit comments

Comments
 (0)