From eb9a7f92d99cfee11518080f05f432c50a0e57a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 09:49:24 +0000 Subject: [PATCH] chore(deps): bump mongoose from 8.16.3 to 8.16.5 Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.16.3 to 8.16.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/8.16.3...8.16.5) --- updated-dependencies: - dependency-name: mongoose dependency-version: 8.16.5 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 8fa5e0d..b8e0516 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "express": "^5.1.0", "fs": "^0.0.1-security", "js-cookie": "^3.0.5", - "mongoose": "^8.16.3", + "mongoose": "^8.16.5", "next": "^15.4.1", "next-auth": "^4.24.11", "nodemon": "^3.1.10", @@ -7273,9 +7273,9 @@ } }, "node_modules/mongoose": { - "version": "8.16.3", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.16.3.tgz", - "integrity": "sha512-p2JOsRQG7j0vXhLpsWw5Slm2VnDeJK8sRyqSyegk5jQujuP9BTOZ1Di9VX/0lYfBhZ2DpAExi51QTd4pIqSgig==", + "version": "8.16.5", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.16.5.tgz", + "integrity": "sha512-Ey84Jf1c426FEMj16+j/VqFKupFN2Ey5uAy6TTAN9HlFP4OcunL7j9O7vTuwAipzlZdjctxP0OK9MRJ4Aa/jNg==", "license": "MIT", "dependencies": { "bson": "^6.10.4", diff --git a/package.json b/package.json index fb80c25..dcba6e9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "express": "^5.1.0", "fs": "^0.0.1-security", "js-cookie": "^3.0.5", - "mongoose": "^8.16.3", + "mongoose": "^8.16.5", "next": "^15.4.1", "next-auth": "^4.24.11", "nodemon": "^3.1.10",