From a1b0e0451db417389190a8657d4e700496065cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 03:06:50 +0000 Subject: [PATCH] build(deps): bump passport-local-mongoose from 7.1.2 to 8.0.0 Bumps [passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose) from 7.1.2 to 8.0.0. - [Release notes](https://github.com/saintedlama/passport-local-mongoose/releases) - [Changelog](https://github.com/saintedlama/passport-local-mongoose/blob/main/CHANGELOG.md) - [Commits](https://github.com/saintedlama/passport-local-mongoose/compare/v7.1.2...v8.0.0) --- updated-dependencies: - dependency-name: passport-local-mongoose dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a74b764..005706a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "mongoose": "^6.3.4", "passport": "^0.6.0", "passport-local": "^1.0.0", - "passport-local-mongoose": "^7.1.2", + "passport-local-mongoose": "^8.0.0", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "rxjs": "^7.2.0"