Skip to content

Commit dcaedf0

Browse files
Bump @types/bcrypt from 2.0.0 to 3.0.0
Bumps [@types/bcrypt](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bcrypt) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bcrypt) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 970f45c commit dcaedf0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"winston": "^3.3.3"
3131
},
3232
"devDependencies": {
33-
"@types/bcrypt": "^2.0.0",
33+
"@types/bcrypt": "^3.0.0",
3434
"@types/express": "^4.17.6",
3535
"@types/helmet": "^0.0.47",
3636
"@types/jsonwebtoken": "^7.2.8",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
reflect-metadata "^0.1.12"
2828
tslib "^1.8.1"
2929

30-
"@types/bcrypt@^2.0.0":
31-
version "2.0.0"
32-
resolved "https://registry.yarnpkg.com/@types/bcrypt/-/bcrypt-2.0.0.tgz#74cccef82026341fd786cf2eb9c912c7f9107c55"
30+
"@types/bcrypt@^3.0.0":
31+
version "3.0.0"
32+
resolved "https://registry.yarnpkg.com/@types/bcrypt/-/bcrypt-3.0.0.tgz#851489a9065a067cb7f3c9cbe4ce9bed8bba0876"
3333

3434
"@types/bluebird@*":
3535
version "3.5.23"

0 commit comments

Comments
 (0)