From 9091f60d777218d591c9c63ff8e9f87781146a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:36:40 +0000 Subject: [PATCH] chore(deps): bump mongoose from 5.13.14 to 5.13.15 in /boutique-service Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.13.14 to 5.13.15. - [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.14...5.13.15) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- boutique-service/package-lock.json | 6 +++--- boutique-service/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boutique-service/package-lock.json b/boutique-service/package-lock.json index f4eb60e..a08bf07 100644 --- a/boutique-service/package-lock.json +++ b/boutique-service/package-lock.json @@ -4799,9 +4799,9 @@ } }, "mongoose": { - "version": "5.13.14", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.14.tgz", - "integrity": "sha512-j+BlQjjxgZg0iWn42kLeZTB91OejcxWpY2Z50bsZTiKJ7HHcEtcY21Godw496GMkBqJMTzmW7G/kZ04mW+Cb7Q==", + "version": "5.13.15", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.15.tgz", + "integrity": "sha512-cxp1Gbb8yUWkaEbajdhspSaKzAvsIvOtRlYD87GN/P2QEUhpd6bIvebi36T6M0tIVAMauNaK9SPA055N3PwF8Q==", "requires": { "@types/bson": "1.x || 4.0.x", "@types/mongodb": "^3.5.27", diff --git a/boutique-service/package.json b/boutique-service/package.json index ddcd3c0..c9f1d68 100644 --- a/boutique-service/package.json +++ b/boutique-service/package.json @@ -38,6 +38,6 @@ "compression": "^1.7.4", "cors": "^2.8.5", "express": "^4.16.3", - "mongoose": "^5.0.17" + "mongoose": "^5.13.15" } }