From 99eb6cb18f143c7256e49632cd0c6f118aa7e5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 10:37:05 +0000 Subject: [PATCH] Bump @types/bcrypt from 3.0.1 to 5.0.0 in /Authorization Bumps [@types/bcrypt](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bcrypt) from 3.0.1 to 5.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bcrypt) Signed-off-by: dependabot[bot] --- Authorization/package-lock.json | 11 +++++++---- Authorization/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Authorization/package-lock.json b/Authorization/package-lock.json index 066be85..a4a27bd 100644 --- a/Authorization/package-lock.json +++ b/Authorization/package-lock.json @@ -1319,10 +1319,13 @@ } }, "@types/bcrypt": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/bcrypt/-/bcrypt-3.0.1.tgz", - "integrity": "sha512-SwBrq5wb6jXP0o3O3jStdPWbKpimTImfdFD/OZE3uW+jhGpds/l5wMX9lfYOTDOa5Bod2QmOgo9ln+tMp2XP/w==", - "dev": true + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/bcrypt/-/bcrypt-5.0.0.tgz", + "integrity": "sha512-agtcFKaruL8TmcvqbndlqHPSJgsolhf/qPWchFlgnW1gECTN/nKbFcoFnvKAQRFfKbh+BO6A3SWdJu9t+xF3Lw==", + "dev": true, + "requires": { + "@types/node": "*" + } }, "@types/body-parser": { "version": "1.19.0", diff --git a/Authorization/package.json b/Authorization/package.json index ca1e497..5a6fb73 100644 --- a/Authorization/package.json +++ b/Authorization/package.json @@ -50,7 +50,7 @@ "@nestjs/cli": "^7.5.1", "@nestjs/schematics": "^7.1.3", "@nestjs/testing": "^7.5.1", - "@types/bcrypt": "^3.0.1", + "@types/bcrypt": "^5.0.0", "@types/connect-redis": "^0.0.16", "@types/express": "^4.17.8", "@types/jest": "^26.0.23",