From ac18fa93e8b1ae5989898dc8dd13ee62f603882a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:50:16 +0000 Subject: [PATCH] Bump mongoose-lean-virtuals from 0.8.1 to 0.9.1 Bumps [mongoose-lean-virtuals](https://github.com/vkarpov15/mongoose-lean-virtuals) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/vkarpov15/mongoose-lean-virtuals/releases) - [Changelog](https://github.com/mongoosejs/mongoose-lean-virtuals/blob/master/CHANGELOG.md) - [Commits](https://github.com/vkarpov15/mongoose-lean-virtuals/compare/0.8.1...0.9.1) --- updated-dependencies: - dependency-name: mongoose-lean-virtuals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f50c83974..0c0098984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9487,9 +9487,9 @@ } }, "mongoose-lean-virtuals": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/mongoose-lean-virtuals/-/mongoose-lean-virtuals-0.8.1.tgz", - "integrity": "sha512-XbL6V1Yg5mMtiCPZ0nsoq/55qhxOfdo/LX8cGTe5scTkk2BIzkOBFED+s8mLxWK0o0yVxigSTiF+tAdBp89QfQ==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/mongoose-lean-virtuals/-/mongoose-lean-virtuals-0.9.1.tgz", + "integrity": "sha512-jx4rhXuaQPam/lwef3z/FfYHlKdbFkDr9Qb7JEMeoa7y4pOuyJ83RkcNL25HRaoi4Bt71zKmV1cuJdv243t9aA==", "requires": { "array.prototype.flat": "1.2.3", "mpath": "^0.8.4" diff --git a/package.json b/package.json index 760ab0ed8..6385850d9 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "mongodb": "^3.6.5", "mongoose": "^6.10.1", "mongoose-lean-defaults": "2.1.0", - "mongoose-lean-virtuals": "^0.8.1", + "mongoose-lean-virtuals": "^0.9.1", "mustache": "^4.1.0", "object-hash": "^2.1.1", "object-path": "^0.11.5",