diff --git a/package-lock.json b/package-lock.json index a00a504a9..d7052759e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6850,15 +6850,15 @@ } }, "node_modules/@mongodb-js/oidc-plugin": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@mongodb-js/oidc-plugin/-/oidc-plugin-2.0.1.tgz", - "integrity": "sha512-P9UwfwKHTH5qtycZUxSmYCXaxB5FVodEmQAp2QiktBA8jTy3uoX5tjuvTlOUT0gJxoPMHstSRaFIgW/ZhToKWw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@mongodb-js/oidc-plugin/-/oidc-plugin-2.0.2.tgz", + "integrity": "sha512-E+xStW+3qtA8Da9h/cBUDGBd0RmbOwyNEncEbhAf2ZJpTEwHxgAhVO/STmxiaRqw0u4w8EmXrGqDdyGagRhx+A==", "license": "Apache-2.0", "dependencies": { "express": "^5.1.0", "node-fetch": "^3.3.2", "open": "^10.1.2", - "openid-client": "^6.5.1" + "openid-client": "^6.6.3" }, "engines": { "node": ">= 20.19.2" @@ -27407,9 +27407,9 @@ } }, "node_modules/oauth4webapi": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.6.0.tgz", - "integrity": "sha512-OwXPTXjKPOldTpAa19oksrX9TYHA0rt+VcUFTkJ7QKwgmevPpNm9Cn5vFZUtIo96FiU6AfPuUUGzoXqgOzibWg==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.6.2.tgz", + "integrity": "sha512-hwWLiyBYuqhVdcIUJMJVKdEvz+DCweOcbSfqDyIv9PuUwrNfqrzfHP2bypZgZdbYOS67QYqnAnvZa2BJwBBrHw==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" @@ -27624,13 +27624,13 @@ } }, "node_modules/openid-client": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.6.2.tgz", - "integrity": "sha512-Xya5TNMnnZuTM6DbHdB4q0S3ig2NTAELnii/ASie1xDEr8iiB8zZbO871OWBdrw++sd3hW6bqWjgcmSy1RTWHA==", + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.6.3.tgz", + "integrity": "sha512-sYYFJsyN21bjf/QepIU/t6w22tEUT+rYVPf1VZOSQwC+s1hAkyZpvAbFNLMrnrYMS/H74MctEHna2jPLvWbkCA==", "license": "MIT", "dependencies": { - "jose": "^6.0.11", - "oauth4webapi": "^3.5.4" + "jose": "^6.0.12", + "oauth4webapi": "^3.6.1" }, "funding": { "url": "https://github.com/sponsors/panva" @@ -35683,7 +35683,7 @@ "version": "3.11.6", "license": "Apache-2.0", "dependencies": { - "@mongodb-js/oidc-plugin": "^2.0.1", + "@mongodb-js/oidc-plugin": "^2.0.2", "@mongosh/cli-repl": "2.5.6", "@mongosh/service-provider-core": "3.3.5", "strip-ansi": "^6.0.0" @@ -36135,7 +36135,7 @@ "license": "Apache-2.0", "dependencies": { "@mongodb-js/devtools-connect": "^3.9.2", - "@mongodb-js/oidc-plugin": "^2.0.1", + "@mongodb-js/oidc-plugin": "^2.0.2", "@mongosh/errors": "2.4.2", "@mongosh/service-provider-core": "3.3.5", "@mongosh/types": "3.10.0", diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index 5f78900a8..c50c4ee07 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -29,7 +29,7 @@ "dependencies": { "@mongosh/cli-repl": "2.5.6", "@mongosh/service-provider-core": "3.3.5", - "@mongodb-js/oidc-plugin": "^2.0.1", + "@mongodb-js/oidc-plugin": "^2.0.2", "strip-ansi": "^6.0.0" }, "devDependencies": { diff --git a/packages/service-provider-node-driver/package.json b/packages/service-provider-node-driver/package.json index f940ae133..073bebec4 100644 --- a/packages/service-provider-node-driver/package.json +++ b/packages/service-provider-node-driver/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "@mongodb-js/devtools-connect": "^3.9.2", - "@mongodb-js/oidc-plugin": "^2.0.1", + "@mongodb-js/oidc-plugin": "^2.0.2", "@mongosh/errors": "2.4.2", "@mongosh/service-provider-core": "3.3.5", "@mongosh/types": "3.10.0",