From 784e73a0152d112d34a625fd46b09cb69276417e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 15:04:47 +0000 Subject: [PATCH] chore(deps): bump mongoose from 5.13.8 to 6.0.3 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.13.8 to 6.0.3. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.13.8...6.0.3) --- updated-dependencies: - dependency-name: 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 32d6517..84b7dd4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "feed": "^4.2.2", "helmet": "^4.6.0", "memory-cache": "^0.2.0", - "mongoose": "^5.13.8", + "mongoose": "^6.0.3", "mongoose-paginate-v2": "^1.4.2", "morgan": "^1.10.0", "nanoid": "^3.1.25",