From a5ba8589e57b130cf4f80bcede9dc4586c1e43c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 05:06:54 +0000 Subject: [PATCH] chore(deps): bump @mongosh/service-provider-node-driver Bumps [@mongosh/service-provider-node-driver](https://github.com/mongodb-js/mongosh) from 3.8.3 to 3.10.2. - [Release notes](https://github.com/mongodb-js/mongosh/releases) - [Commits](https://github.com/mongodb-js/mongosh/compare/@mongosh/service-provider-node-driver@3.8.3...@mongosh/service-provider-node-driver@3.10.2) --- updated-dependencies: - dependency-name: "@mongosh/service-provider-node-driver" dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96586b64..789f550d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3269,9 +3269,9 @@ "license": "Apache-2.0" }, "node_modules/@mongodb-js/oidc-plugin": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@mongodb-js/oidc-plugin/-/oidc-plugin-1.1.7.tgz", - "integrity": "sha512-+90E2JFrJuMk1dlT/LlZ4yaJj0Xtc6Qcf7FXphgu2j+EElWY/8y/GalFqf/KC/Wd1qt8EuR8Jnr6Pq+Q+ptASg==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@mongodb-js/oidc-plugin/-/oidc-plugin-1.1.8.tgz", + "integrity": "sha512-83H6SuUm4opxYqEc81AJBXEXlTMO9qnMGXidQFpB2Qwo4MmQtJN4UVm4notqwTBb/ysf410tspUGXy+QLu7xJQ==", "license": "Apache-2.0", "dependencies": { "express": "^4.18.2", @@ -3642,16 +3642,16 @@ } }, "node_modules/@mongosh/service-provider-node-driver": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/@mongosh/service-provider-node-driver/-/service-provider-node-driver-3.8.3.tgz", - "integrity": "sha512-/AN1tCy7T/wUA88M2CiUuUAZg6UxkzfJlfk3OvpN7EVezl+P80xSv2MW+MsHX9o3Qa8g6oDHog26bRqM7YehJQ==", + "version": "3.10.2", + "resolved": "https://registry.npmjs.org/@mongosh/service-provider-node-driver/-/service-provider-node-driver-3.10.2.tgz", + "integrity": "sha512-mieBps75ru9pTb+4v9oVsB0Qectp0rlj581/fc2+Ae0Y40ajfsVosVI2IjazbCGzcauU5NXgoMh2tlJC3mTE+A==", "license": "Apache-2.0", "dependencies": { "@mongodb-js/devtools-connect": "^3.4.1", - "@mongodb-js/oidc-plugin": "^1.1.7", + "@mongodb-js/oidc-plugin": "^1.1.8", "@mongosh/errors": "2.4.0", "@mongosh/service-provider-core": "3.3.3", - "@mongosh/types": "3.6.2", + "@mongosh/types": "3.8.2", "aws4": "^1.12.0", "mongodb": "^6.16.0", "mongodb-connection-string-url": "^3.0.1", @@ -3716,9 +3716,9 @@ } }, "node_modules/@mongosh/types": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/@mongosh/types/-/types-3.6.2.tgz", - "integrity": "sha512-3qqXkdwQYVB+/u7AR1nqlUxY8QaM7O2m15/CH55n7iAlIlAgwtuSjB+DLXOBNxh4AcCPcakyilWIlZr6pCpkgA==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/@mongosh/types/-/types-3.8.2.tgz", + "integrity": "sha512-p3GtgzfkaNNPrVyCnRG9zUn7X0J6o7CLAANlEmsCcQAIkKOF8QZlQ+PFy1GRrxmmyZd+EuTidNUZb73Qu5+4ZQ==", "license": "Apache-2.0", "dependencies": { "@mongodb-js/devtools-connect": "^3.4.1"