From 8e7c58f6a984ebc82d3b2ce33de2eaf535622300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:28:25 +0000 Subject: [PATCH] chore(deps): bump @mongosh/arg-parser from 3.14.0 to 3.16.0 Bumps [@mongosh/arg-parser](https://github.com/mongodb-js/mongosh) from 3.14.0 to 3.16.0. - [Release notes](https://github.com/mongodb-js/mongosh/releases) - [Commits](https://github.com/mongodb-js/mongosh/compare/@mongosh/arg-parser@3.14.0...@mongosh/arg-parser@3.16.0) --- updated-dependencies: - dependency-name: "@mongosh/arg-parser" dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89d966379..fca1c4d07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2362,19 +2362,28 @@ } }, "node_modules/@mongosh/arg-parser": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@mongosh/arg-parser/-/arg-parser-3.14.0.tgz", - "integrity": "sha512-ue7FtuO9rgmjrh2lFZdgtrVMrGXeqBG8mWDDTb/CZ2GZNtULhAdk9d+gdnjupQNH66fGWoKdLhuur466HuJrtw==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/@mongosh/arg-parser/-/arg-parser-3.16.0.tgz", + "integrity": "sha512-b/ov/qPiPODgpdFD1pCd2GqLI1ZI9fTj8FUcceBeG1eZuajAibI7qQBbfVR2/ZfL3ygYME4l1Lork7LpQmV8Xw==", "license": "Apache-2.0", "dependencies": { - "@mongosh/errors": "2.4.2", - "@mongosh/i18n": "^2.15.2", + "@mongosh/errors": "2.4.4", + "@mongosh/i18n": "^2.15.4", "mongodb-connection-string-url": "^3.0.1" }, "engines": { "node": ">=14.15.1" } }, + "node_modules/@mongosh/arg-parser/node_modules/@mongosh/errors": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@mongosh/errors/-/errors-2.4.4.tgz", + "integrity": "sha512-Z1z8VuYYgVjleo2N/GssECbc9ZXrKcLS83zMtflGoYujQ2B7CAMB0D9YnQZAvvWd68YQD4IU5HqJkmcrtWo0Dw==", + "license": "Apache-2.0", + "engines": { + "node": ">=14.15.1" + } + }, "node_modules/@mongosh/errors": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/@mongosh/errors/-/errors-2.4.2.tgz", @@ -2385,17 +2394,26 @@ } }, "node_modules/@mongosh/i18n": { - "version": "2.15.2", - "resolved": "https://registry.npmjs.org/@mongosh/i18n/-/i18n-2.15.2.tgz", - "integrity": "sha512-E286cGq9/Cgg1TjkOvuKG5ymmIZI/gUpXatK83Ulp9EbQ+tqSwDsv+A3Z+unFyRHYvFuTLVlBCXFyHRDBn8Nww==", + "version": "2.15.4", + "resolved": "https://registry.npmjs.org/@mongosh/i18n/-/i18n-2.15.4.tgz", + "integrity": "sha512-whgXLXh4uLcmoSsZdkKfRL9tHB1y9+GC5hkdfboCi3ai18zavV2Dru+FaeLZOP+T++nL49T7OIDi2JL0pa+CTA==", "license": "Apache-2.0", "dependencies": { - "@mongosh/errors": "2.4.2" + "@mongosh/errors": "2.4.4" }, "engines": { "node": ">=14.15.1" } }, + "node_modules/@mongosh/i18n/node_modules/@mongosh/errors": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@mongosh/errors/-/errors-2.4.4.tgz", + "integrity": "sha512-Z1z8VuYYgVjleo2N/GssECbc9ZXrKcLS83zMtflGoYujQ2B7CAMB0D9YnQZAvvWd68YQD4IU5HqJkmcrtWo0Dw==", + "license": "Apache-2.0", + "engines": { + "node": ">=14.15.1" + } + }, "node_modules/@mongosh/service-provider-core": { "version": "3.3.5", "resolved": "https://registry.npmjs.org/@mongosh/service-provider-core/-/service-provider-core-3.3.5.tgz",