Skip to content

Commit

Permalink
chore(core): Update bcrypt types
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Mar 8, 2023
1 parent e4b0616 commit bcf60de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"typeorm": "0.3.12"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/bcrypt": "^5.0.0",
"@types/cookie-session": "^2.0.41",
"@types/csv-parse": "^1.2.2",
"@types/express": "^4.17.8",
Expand Down
10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4123,10 +4123,12 @@
dependencies:
"@types/node" "*"

"@types/bcrypt@^3.0.0":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@types/bcrypt/-/bcrypt-3.0.1.tgz#9c767594e31aa1c4ce78d23aa4351984403ca28f"
integrity sha512-SwBrq5wb6jXP0o3O3jStdPWbKpimTImfdFD/OZE3uW+jhGpds/l5wMX9lfYOTDOa5Bod2QmOgo9ln+tMp2XP/w==
"@types/bcrypt@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/bcrypt/-/bcrypt-5.0.0.tgz#a835afa2882d165aff5690893db314eaa98b9f20"
integrity sha512-agtcFKaruL8TmcvqbndlqHPSJgsolhf/qPWchFlgnW1gECTN/nKbFcoFnvKAQRFfKbh+BO6A3SWdJu9t+xF3Lw==
dependencies:
"@types/node" "*"

"@types/body-parser@*", "@types/[email protected]":
version "1.19.2"
Expand Down

0 comments on commit bcf60de

Please sign in to comment.