From f1b2f2cf89dbf17b71dbb53543697974d436b5ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:18:20 +0000 Subject: [PATCH] chore(deps): bump mongoose from 9.9.3 to 9.9.4 Bumps [mongoose](https://github.com/Automattic/mongoose) from 9.9.3 to 9.9.4. - [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/9.9.3...9.9.4) --- updated-dependencies: - dependency-name: mongoose dependency-version: 9.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eaf0a6e..3580ea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "express": "^5.2.1", "fs": "^0.0.1-security", "js-cookie": "^3.0.8", - "mongoose": "^9.9.3", + "mongoose": "^9.9.4", "next": "^16.3.3", "next-auth": "^4.24.15", "nodemon": "^3.1.14", @@ -7702,9 +7702,9 @@ } }, "node_modules/mongoose": { - "version": "9.9.3", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.9.3.tgz", - "integrity": "sha512-9dQaKct05LNgVkunDzFPZsGGBhinobl3Qc5B5KYJkLNG5lBLgqESUEItl1EUIkVaCwZJGBgTuvJiFAjjIATCiw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.9.4.tgz", + "integrity": "sha512-Gc7buf0ExrOZ3t8MD8tVzTek7Qr5d+tEwj4GRFmHCtTZvpaDb38EVsXgCkYacPL9ICAftgS+FGe+dQHLRLHhcw==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.1.0", diff --git a/package.json b/package.json index e9b19fa..2c3b0e7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "express": "^5.2.1", "fs": "^0.0.1-security", "js-cookie": "^3.0.8", - "mongoose": "^9.9.3", + "mongoose": "^9.9.4", "next": "^16.3.3", "next-auth": "^4.24.15", "nodemon": "^3.1.14",