Skip to content

Commit 450ebe0

Browse files
fix(deps): update dependency bcryptjs to v3.0.3 (#827)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8b0c07 commit 450ebe0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nestjs/platform-express": "11.1.8",
2828
"@nestjs/schedule": "5.0.1",
2929
"@nestjs/swagger": "11.2.3",
30-
"bcryptjs": "3.0.2",
30+
"bcryptjs": "3.0.3",
3131
"cookie-parser": "1.4.7",
3232
"date-fns": "3.6.0",
3333
"dotenv": "16.6.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,10 +2381,10 @@ baseline-browser-mapping@^2.8.19:
23812381
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.21.tgz#2f9cccde871bfa4aec9dbf92d0ee746e4f1892e4"
23822382
integrity sha512-JU0h5APyQNsHOlAM7HnQnPToSDQoEBZqzu/YBlqDnEeymPnZDREeXJA3KBMQee+dKteAxZ2AtvQEvVYdZf241Q==
23832383

2384-
2385-
version "3.0.2"
2386-
resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-3.0.2.tgz#caadcca1afefe372ed6e20f86db8e8546361c1ca"
2387-
integrity sha512-k38b3XOZKv60C4E2hVsXTolJWfkGRMbILBIe2IBITXciy5bOsTKot5kDrf3ZfufQtQOUN5mXceUEpU1rTl9Uog==
2384+
2385+
version "3.0.3"
2386+
resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-3.0.3.tgz#4b93d6a398c48bfc9f32ee65d301174a8a8ea56f"
2387+
integrity sha512-GlF5wPWnSa/X5LKM1o0wz0suXIINz1iHRLvTS+sLyi7XPbe5ycmYI3DlZqVGZZtDgl4DmasFg7gOB3JYbphV5g==
23882388

23892389
binary-extensions@^2.0.0:
23902390
version "2.3.0"

0 commit comments

Comments
 (0)