Skip to content

Commit 96551b5

Browse files
Update dependency @types/passport-local to v1.0.36
1 parent c37d36e commit 96551b5

File tree

4 files changed

+6994
-4870
lines changed

4 files changed

+6994
-4870
lines changed

auth-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nestjs/platform-express": "7.6.5",
2929
"@nestjs/swagger": "4.7.12",
3030
"@types/passport-jwt": "3.0.3",
31-
"@types/passport-local": "1.0.33",
31+
"@types/passport-local": "1.0.36",
3232
"bcrypt": "5.0.0",
3333
"passport": "0.4.1",
3434
"passport-jwt": "4.0.0",

auth-demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -906,10 +906,10 @@
906906
"@types/jsonwebtoken" "*"
907907
"@types/passport-strategy" "*"
908908

909-
"@types/passport-local@1.0.33":
910-
version "1.0.33"
911-
resolved "https://registry.yarnpkg.com/@types/passport-local/-/passport-local-1.0.33.tgz#d245b60c5b801cb3aeca1ffab557d5fe1534260d"
912-
integrity sha512-+rn6ZIxje0jZ2+DAiWFI8vGG7ZFKB0hXx2cUdMmudSWsigSq6ES7Emso46r4HJk0qCgrZVfI8sJiM7HIYf4SbA==
909+
"@types/passport-local@1.0.36":
910+
version "1.0.36"
911+
resolved "https://registry.yarnpkg.com/@types/passport-local/-/passport-local-1.0.36.tgz#073129b332ee4f4596b5f51e73dce3618e1c333d"
912+
integrity sha512-NoL8ynRuzZHw/xUkLOTCscykNYlu6EasXKrGizF0ibMB+vq//big56+jgS2jtd9DZwL7q5fSJZDrZusex72Fjg==
913913
dependencies:
914914
"@types/express" "*"
915915
"@types/passport" "*"

0 commit comments

Comments
 (0)