From 2195850ff90539d451dd94809540651bceb205ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:08:30 +0000 Subject: [PATCH] deps(engine): bump mongoose in the database-clients group Bumps the database-clients group with 1 update: [mongoose](https://github.com/Automattic/mongoose). Updates `mongoose` from 9.7.1 to 9.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/9.7.1...9.7.3) --- updated-dependencies: - dependency-name: mongoose dependency-version: 9.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: database-clients ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5a922569..a5442f6aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "mariadb": "^3.5.3", "marked": "^18.0.5", "mocha": "^11.7.6", - "mongoose": "^9.7.1", + "mongoose": "^9.7.3", "morgan": "^1.11.0", "nodemailer": "^9.0.0", "nodemon": "^3.0.1", @@ -79,9 +79,6 @@ "workbox-precaching": "^7.4.1", "workbox-routing": "^7.4.1", "workbox-strategies": "^7.4.1" - }, - "bin": { - "underpost": "bin/index.js" } }, "node_modules/@codemirror/autocomplete": { @@ -1677,6 +1674,12 @@ "integrity": "sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==", "license": "ISC" }, + "node_modules/@standard-schema/spec": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", + "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", + "license": "MIT" + }, "node_modules/@types/body-parser": { "version": "1.19.6", "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", @@ -5368,11 +5371,12 @@ } }, "node_modules/mongoose": { - "version": "9.7.1", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.7.1.tgz", - "integrity": "sha512-rOCVA9ufRSdGTG6IdSqJa30avbaSBlI98zkv76xB+5xAzwCn4qvuKi26iE2BeAZrYYqcagjJRjmTA7+qEbSbYg==", + "version": "9.7.3", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.7.3.tgz", + "integrity": "sha512-9DsD4sq0tL9IKyfttZ6qn74KXBcD4lxDTzGXoAeOLMnDFFp1gqc5oc4s2BiMPbetJrLwvVylfyR4cqLst2pasQ==", "license": "MIT", "dependencies": { + "@standard-schema/spec": "^1.1.0", "kareem": "3.3.0", "mongodb": "~7.2", "mpath": "0.9.0", diff --git a/package.json b/package.json index b03d28018..b801eef1b 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "mariadb": "^3.5.3", "marked": "^18.0.5", "mocha": "^11.7.6", - "mongoose": "^9.7.1", + "mongoose": "^9.7.3", "morgan": "^1.11.0", "nodemailer": "^9.0.0", "nodemon": "^3.0.1",