From 789421362fb0ca19e807eb16abae78d5eb2034a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 04:42:11 +0000 Subject: [PATCH] build(deps): bump bcryptjs from 2.4.3 to 3.0.0 in /src Bumps [bcryptjs](https://github.com/dcodeIO/bcrypt.js) from 2.4.3 to 3.0.0. - [Release notes](https://github.com/dcodeIO/bcrypt.js/releases) - [Commits](https://github.com/dcodeIO/bcrypt.js/compare/2.4.3...v3.0.0) --- updated-dependencies: - dependency-name: bcryptjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 13 ++++++++----- src/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 11a1100a..8c8a9112 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -10,7 +10,7 @@ "license": "CC BY-NC-SA 4.0", "dependencies": { "basic-auth": "^2.0.1", - "bcryptjs": "^2.4.3", + "bcryptjs": "^3.0.0", "crc-32": "^1.2.2", "debug": "^4.3.7", "express-session": "^1.18.1", @@ -1013,10 +1013,13 @@ } }, "node_modules/bcryptjs": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", - "integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==", - "license": "MIT" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-3.0.0.tgz", + "integrity": "sha512-Q2vVGpGC7B7m9wggpcA5lq4OYR5OS1nrXoUpnH9MmogXU8HpxzKg63uxtCrLebY5v/y3o0r7JcGCpR/vTGGn7A==", + "license": "BSD-3-Clause", + "bin": { + "bcrypt": "bin/bcrypt" + } }, "node_modules/binary-extensions": { "version": "2.3.0", diff --git a/src/package.json b/src/package.json index 0fc2ccc0..14b17a31 100644 --- a/src/package.json +++ b/src/package.json @@ -16,7 +16,7 @@ "license": "CC BY-NC-SA 4.0", "dependencies": { "basic-auth": "^2.0.1", - "bcryptjs": "^2.4.3", + "bcryptjs": "^3.0.0", "crc-32": "^1.2.2", "debug": "^4.3.7", "express-session": "^1.18.1",