From 86d594861d568b5cd1edbdf62d3b4a8d9663c0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 18:24:31 +0000 Subject: [PATCH] chore(deps): bump mongoose in /test/cli/install/migration/contoso-test Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.12.0 to 6.13.6. - [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/6.12.0...6.13.6) --- updated-dependencies: - dependency-name: mongoose dependency-version: 6.13.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../migration/contoso-test/package-lock.json | 22 +++++++++---------- .../contoso-test/packages/api/package.json | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/test/cli/install/migration/contoso-test/package-lock.json b/test/cli/install/migration/contoso-test/package-lock.json index 387d5ca99e4..1529165b495 100644 --- a/test/cli/install/migration/contoso-test/package-lock.json +++ b/test/cli/install/migration/contoso-test/package-lock.json @@ -16,10 +16,6 @@ "git-commit-msg-linter": "^4.2.1", "prettier": "^2.7.1", "rimraf": "^4.3.1" - }, - "engines": { - "node": "18.15.0", - "npm": ">=8" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -24727,9 +24723,10 @@ "integrity": "sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A==" }, "node_modules/mongodb": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.17.1.tgz", - "integrity": "sha512-MBuyYiPUPRTqfH2dV0ya4dcr2E5N52ocBuZ8Sgg/M030nGF78v855B3Z27mZJnp8PxjnUquEnAtjOsphgMZOlQ==", + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.17.2.tgz", + "integrity": "sha512-mLV7SEiov2LHleRJPMPrK2PMyhXFZt2UQLC4VD4pnth3jMjYKHhtqfwwkkvS/NXuo/Fp3vbhaNcXrIDaLRb9Tg==", + "license": "Apache-2.0", "dependencies": { "bson": "^4.7.2", "mongodb-connection-string-url": "^2.6.0", @@ -24784,13 +24781,14 @@ } }, "node_modules/mongoose": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.12.0.tgz", - "integrity": "sha512-sd/q83C6TBRPBrrD2A/POSbA/exbCFM2WOuY7Lf2JuIJFlHFG39zYSDTTAEiYlzIfahNOLmXPxBGFxdAch41Mw==", + "version": "6.13.6", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.13.6.tgz", + "integrity": "sha512-1c5NBoiJ+n7wBVaifBsFVSnVkCB/m6IfnZh6ppnyQVLTtK99mS37nfW/ytnoftIcu1ITvRDgzgOj5H2fPX5ezw==", + "license": "MIT", "dependencies": { "bson": "^4.7.2", "kareem": "2.5.1", - "mongodb": "4.17.1", + "mongodb": "4.17.2", "mpath": "0.9.0", "mquery": "4.0.3", "ms": "2.1.3", @@ -36513,7 +36511,7 @@ "applicationinsights": "^2.3.4", "dotenv": "^16.0.1", "mongodb": "^4.7.0", - "mongoose": "^6.5.3", + "mongoose": "^6.13.6", "pg": "^8.8.0", "swagger-ui-dist": "^4.14.0", "winston": "^3.8.1", diff --git a/test/cli/install/migration/contoso-test/packages/api/package.json b/test/cli/install/migration/contoso-test/packages/api/package.json index 66eb9beb7f0..d82688624d9 100644 --- a/test/cli/install/migration/contoso-test/packages/api/package.json +++ b/test/cli/install/migration/contoso-test/packages/api/package.json @@ -18,7 +18,7 @@ "applicationinsights": "^2.3.4", "dotenv": "^16.0.1", "mongodb": "^4.7.0", - "mongoose": "^6.5.3", + "mongoose": "^6.13.6", "pg": "^8.8.0", "swagger-ui-dist": "^4.14.0", "winston": "^3.8.1",