From 1f3dbd760c1e6274a52c8be09af787e0fa3b3217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 04:50:22 +0000 Subject: [PATCH] chore(deps): bump @mongodb-js/devtools-proxy-support from 0.4.3 to 0.4.4 Bumps [@mongodb-js/devtools-proxy-support](https://github.com/mongodb-js/devtools-shared) from 0.4.3 to 0.4.4. - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/devtools-proxy-support@0.4.3...@mongodb-js/devtools-proxy-support@0.4.4) --- updated-dependencies: - dependency-name: "@mongodb-js/devtools-proxy-support" dependency-version: 0.4.4 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e7d3875b..71e655b47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7430,14 +7430,14 @@ } }, "node_modules/@mongodb-js/devtools-proxy-support": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.4.3.tgz", - "integrity": "sha512-JTW3dgTNvjvvCY5Zy4qLLeYutRn8tVIapWR14WR+y++DO4g4D+TxdCcr3OegB21MyCoM/wcXAtPJ+GBrAISWAQ==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-proxy-support/-/devtools-proxy-support-0.4.4.tgz", + "integrity": "sha512-klRFd33bjUntPJuEY86NB0xYd64SaEYN0ABbE5fjU8+lO94ItvxTAWyHUmerPFAk8OLyz1MFyDoTXOvdOs9NAQ==", "license": "Apache-2.0", "dependencies": { "@mongodb-js/socksv5": "^0.0.10", "agent-base": "^7.1.1", - "debug": "^4.3.6", + "debug": "^4.4.0", "http-proxy-agent": "^7.0.2", "https-proxy-agent": "^7.0.5", "lru-cache": "^11.0.0", @@ -12651,9 +12651,10 @@ "dev": true }, "node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "license": "MIT", "dependencies": { "ms": "^2.1.3" },