From 360ebee86fb31c0c58da9c0f7c4b3cb84ade9ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:36:14 +0000 Subject: [PATCH] chore(deps): bump mongoose from 8.5.3 to 8.8.3 in /exp2/server Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.5.3 to 8.8.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.5.3...8.8.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exp2/server/pnpm-lock.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exp2/server/pnpm-lock.yaml b/exp2/server/pnpm-lock.yaml index 9f675d2..13af6c8 100644 --- a/exp2/server/pnpm-lock.yaml +++ b/exp2/server/pnpm-lock.yaml @@ -16,7 +16,7 @@ dependencies: version: 4.19.2 mongoose: specifier: ^8.5.3 - version: 8.5.3 + version: 8.8.3 nodemon: specifier: ^3.1.4 version: 3.1.4 @@ -491,8 +491,8 @@ packages: whatwg-url: 13.0.0 dev: false - /mongodb@6.7.0: - resolution: {integrity: sha512-TMKyHdtMcO0fYBNORiYdmM25ijsHs+Njs963r4Tro4OQZzqYigAzYQouwWRg4OIaiLRUEGUh/1UAcH5lxdSLIA==} + /mongodb@6.10.0: + resolution: {integrity: sha512-gP9vduuYWb9ZkDM546M+MP2qKVk5ZG2wPF63OvSRuUbqCR+11ZCAE1mOfllhlAG0wcoJY5yDL/rV3OmYEwXIzg==} engines: {node: '>=16.20.1'} peerDependencies: '@aws-sdk/credential-providers': ^3.188.0 @@ -523,13 +523,13 @@ packages: mongodb-connection-string-url: 3.0.1 dev: false - /mongoose@8.5.3: - resolution: {integrity: sha512-OubSDbsAclDFGHjV82MsKyIGQWFc42Ot1l+0dhRS6U9xODM7rm/ES/WpOQd8Ds9j0Mx8QzxZtrSCnBh6o9wUqw==} + /mongoose@8.8.3: + resolution: {integrity: sha512-/I4n/DcXqXyIiLRfAmUIiTjj3vXfeISke8dt4U4Y8Wfm074Wa6sXnQrXN49NFOFf2mM1kUdOXryoBvkuCnr+Qw==} engines: {node: '>=16.20.1'} dependencies: bson: 6.8.0 kareem: 2.6.3 - mongodb: 6.7.0 + mongodb: 6.10.0 mpath: 0.9.0 mquery: 5.0.0 ms: 2.1.3