Skip to content

Commit abc0bd6

Browse files
chore(deps-dev): bump @types/bcrypt from 3.0.1 to 5.0.0
1 parent 3603d46 commit abc0bd6

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

packages/bcrypt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@node-rs/helper": "^1.1.0"
5050
},
5151
"devDependencies": {
52-
"@types/bcrypt": "^3.0.1",
52+
"@types/bcrypt": "^5.0.0",
5353
"bcrypt": "^5.0.1",
5454
"bcryptjs": "^2.4.3"
5555
},

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,10 +1297,12 @@
12971297
resolved "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
12981298
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
12991299

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

13051307
"@types/crc@^3.4.0":
13061308
version "3.4.0"

0 commit comments

Comments
 (0)