From d49377207f9d94d3ac5f5ad7613d75936ca2e563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 09:40:00 +0000 Subject: [PATCH] Bump mongoose from 6.5.0 to 6.5.5 Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.5.0 to 6.5.5. - [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/6.5.0...6.5.5) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0bcb90d..dbde4da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "graphql-shield": "^7.5.0", "ioredis": "^4.27.8", "jsonwebtoken": "^8.5.1", - "mongoose": "^6.2.6", + "mongoose": "^6.5.5", "nanoid": "^3.3.1" }, "devDependencies": { @@ -7618,9 +7618,9 @@ } }, "node_modules/mongoose": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.0.tgz", - "integrity": "sha512-swOX8ZEbmCeJaEs29B1j67StBIhuOccNNkipbVhsnLYYCDpNE7heM9W54MFGwN5es9tGGoxINHSzOhJ9kTOZGg==", + "version": "6.5.5", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.5.tgz", + "integrity": "sha512-sfRRRmkDAPV1H8Qy+zbCEVo8E2jLENF1GA5oaNOrDe1pNTqBtudbnZETOG+5XgGeH52kpPLNzcTCSOijcy505g==", "dependencies": { "bson": "^4.6.5", "kareem": "2.4.1", @@ -16644,9 +16644,9 @@ } }, "mongoose": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.0.tgz", - "integrity": "sha512-swOX8ZEbmCeJaEs29B1j67StBIhuOccNNkipbVhsnLYYCDpNE7heM9W54MFGwN5es9tGGoxINHSzOhJ9kTOZGg==", + "version": "6.5.5", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.5.tgz", + "integrity": "sha512-sfRRRmkDAPV1H8Qy+zbCEVo8E2jLENF1GA5oaNOrDe1pNTqBtudbnZETOG+5XgGeH52kpPLNzcTCSOijcy505g==", "requires": { "bson": "^4.6.5", "kareem": "2.4.1", diff --git a/package.json b/package.json index 06f8329..62b476b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "graphql-shield": "^7.5.0", "ioredis": "^4.27.8", "jsonwebtoken": "^8.5.1", - "mongoose": "^6.2.6", + "mongoose": "^6.5.5", "nanoid": "^3.3.1" }, "devDependencies": {