From a2b4d0c31cce260654ee19edd9fd02e6e507aa07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:01:26 +0000 Subject: [PATCH] chore(deps): bump mongoose from 8.6.2 to 8.7.3 Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.6.2 to 8.7.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/8.6.2...8.7.3) --- 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 a6272286..8b86e533 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dotenv": "^16.4.5", "express": "^4.21.0", "moment-timezone": "^0.5.45", - "mongoose": "^8.5.3", + "mongoose": "^8.7.3", "prettier-plugin-organize-imports": "^4.0.0", "profanity-check": "^0.0.3", "quickchart-js": "^3.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1bc3f0c6..deea6af5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,8 +69,8 @@ importers: specifier: ^0.5.45 version: 0.5.45 mongoose: - specifier: ^8.5.3 - version: 8.6.2 + specifier: ^8.7.3 + version: 8.7.3 prettier-plugin-organize-imports: specifier: ^4.0.0 version: 4.0.0(prettier@3.3.3)(typescript@5.6.2) @@ -1468,8 +1468,8 @@ packages: mongodb-connection-string-url@3.0.1: resolution: {integrity: sha512-XqMGwRX0Lgn05TDB4PyG2h2kKO/FfWJyCzYQbIhXUxz7ETt0I/FqHjUeqj37irJ+Dl1ZtU82uYyj14u2XsZKfg==} - 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 @@ -1495,8 +1495,8 @@ packages: socks: optional: true - mongoose@8.6.2: - resolution: {integrity: sha512-ErbDVvuUzUfyQpXvJ6sXznmZDICD8r6wIsa0VKjJtB6/LZncqwUn5Um040G1BaNo6L3Jz+xItLSwT0wZmSmUaQ==} + mongoose@8.7.3: + resolution: {integrity: sha512-Xl6+dzU5ZpEcDoJ8/AyrIdAwTY099QwpolvV73PIytpK13XqwllLq/9XeVzzLEQgmyvwBVGVgjmMrKbuezxrIA==} engines: {node: '>=16.20.1'} mpath@0.9.0: @@ -3797,17 +3797,17 @@ snapshots: '@types/whatwg-url': 11.0.5 whatwg-url: 13.0.0 - mongodb@6.8.0: + mongodb@6.9.0: dependencies: '@mongodb-js/saslprep': 1.1.9 bson: 6.8.0 mongodb-connection-string-url: 3.0.1 - mongoose@8.6.2: + mongoose@8.7.3: dependencies: bson: 6.8.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