From 4f66801de1aa650bc3abb86453c65d04f394388b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:11:42 +0000 Subject: [PATCH] Bump mongoose in /12. Authentication and Authorization/resource-server Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.3.0 to 7.3.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/7.3.0...7.3.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../resource-server/package-lock.json | 8 ++++---- .../resource-server/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/12. Authentication and Authorization/resource-server/package-lock.json b/12. Authentication and Authorization/resource-server/package-lock.json index c306c61..e789295 100644 --- a/12. Authentication and Authorization/resource-server/package-lock.json +++ b/12. Authentication and Authorization/resource-server/package-lock.json @@ -19,7 +19,7 @@ "express": "^4.18.2", "http-status-codes": "^2.2.0", "jsonwebtoken": "^9.0.0", - "mongoose": "^7.3.0" + "mongoose": "^7.3.3" } }, "node_modules/@azure/abort-controller": { @@ -1078,9 +1078,9 @@ } }, "node_modules/mongoose": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.3.0.tgz", - "integrity": "sha512-gvkV5qxmBkGohlk7VTeePMPM2OkQPeqVYZHvjoM4goOIK6G1eSfJMZwXV21asivXxlaz6OuP29TfGAKrKooDAg==", + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.3.3.tgz", + "integrity": "sha512-g4NrRGIUEUYLeScaSChQR8i4Dlk9lR0UJzkK3r6TPJyqJ6ZWdRVP3oXfOG9Yn+hNeKcCJKfVEHo+jsU1rh3YTA==", "dependencies": { "bson": "^5.3.0", "kareem": "2.5.1", diff --git a/12. Authentication and Authorization/resource-server/package.json b/12. Authentication and Authorization/resource-server/package.json index 96810f4..58061ec 100644 --- a/12. Authentication and Authorization/resource-server/package.json +++ b/12. Authentication and Authorization/resource-server/package.json @@ -20,6 +20,6 @@ "express": "^4.18.2", "http-status-codes": "^2.2.0", "jsonwebtoken": "^9.0.0", - "mongoose": "^7.3.0" + "mongoose": "^7.3.3" } }