From fd1635fcbd39d32d132cc663d211a2ec1c139847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:51:58 +0000 Subject: [PATCH] Bump mongoose from 8.6.0 to 8.7.0 Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.6.0 to 8.7.0. - [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/8.6.0...8.7.0) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a223cb2..6277e8d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "koa-router": "^12.0.1", "lodash": "^4.17.21", "moment": "^2.30.1", - "mongoose": "^8.6.0", + "mongoose": "^8.7.0", "qs": "^6.13.0", "semver": "^7.6.3", "uuid": "^10.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07df416..9849a15 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,8 +54,8 @@ importers: specifier: ^2.30.1 version: 2.30.1 mongoose: - specifier: ^8.6.0 - version: 8.6.0 + specifier: ^8.7.0 + version: 8.7.0 qs: specifier: ^6.13.0 version: 6.13.0 @@ -429,8 +429,8 @@ packages: mongodb-connection-string-url@3.0.0: resolution: {integrity: sha512-t1Vf+m1I5hC2M5RJx/7AtxgABy1cZmIPQRMXw+gEIPn/cZNF3Oiy+l0UIypUwVB5trcWHq3crg2g3uAR9aAwsQ==} - mongodb@6.8.0: - resolution: {integrity: sha512-HGQ9NWDle5WvwMnrvUxsFYPd3JEbqD3RgABHBQRuoCEND0qzhsd0iH5ypHsf1eJ+sXmvmyKpP+FLOKY8Il7jMw==} + mongodb@6.9.0: + resolution: {integrity: sha512-UMopBVx1LmEUbW/QE0Hw18u583PEDVQmUmVzzBRH0o/xtE9DBRA5ZYLOjpLIa03i8FXjzvQECJcqoMvCXftTUA==} engines: {node: '>=16.20.1'} peerDependencies: '@aws-sdk/credential-providers': ^3.188.0 @@ -456,8 +456,8 @@ packages: socks: optional: true - mongoose@8.6.0: - resolution: {integrity: sha512-p6VSbYKvD4ZIabqo8C0kS5eKX1Xpji+opTAIJ9wyuPJ8Y/FblgXSMnFRXnB40bYZLKPQT089K5KU8+bqIXtFdw==} + mongoose@8.7.0: + resolution: {integrity: sha512-rUCSF1mMYQXjXYdqEQLLlMD3xbcj2j1/hRn+9VnVj7ipzru/UoUZxlj/hWmteKMAh4EFnDZ+BIrmma9l/0Hi1g==} engines: {node: '>=16.20.1'} mpath@0.9.0: @@ -974,17 +974,17 @@ snapshots: '@types/whatwg-url': 11.0.4 whatwg-url: 13.0.0 - mongodb@6.8.0: + mongodb@6.9.0: dependencies: '@mongodb-js/saslprep': 1.1.5 bson: 6.7.0 mongodb-connection-string-url: 3.0.0 - mongoose@8.6.0: + mongoose@8.7.0: dependencies: bson: 6.7.0 kareem: 2.6.3 - mongodb: 6.8.0 + mongodb: 6.9.0 mpath: 0.9.0 mquery: 5.0.0 ms: 2.1.3