diff --git a/package-lock.json b/package-lock.json index 5b1c42ea..282e439c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28427,7 +28427,7 @@ "debug": "^4.4.0", "http-proxy-agent": "^7.0.2", "https-proxy-agent": "^7.0.5", - "lru-cache": "^11.3.3", + "lru-cache": "^11.3.5", "node-fetch": "^3.3.2", "pac-proxy-agent": "^7.0.2", "socks-proxy-agent": "^8.0.4", @@ -28477,9 +28477,9 @@ } }, "packages/devtools-proxy-support/node_modules/lru-cache": { - "version": "11.3.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz", - "integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==", + "version": "11.3.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz", + "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" @@ -35941,7 +35941,7 @@ "gen-esm-wrapper": "^1.1.3", "http-proxy-agent": "^7.0.2", "https-proxy-agent": "^7.0.5", - "lru-cache": "^11.3.3", + "lru-cache": "^11.3.5", "mocha": "^8.4.0", "node-fetch": "^3.3.2", "nyc": "^15.1.0", @@ -35971,9 +35971,9 @@ "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" }, "lru-cache": { - "version": "11.3.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz", - "integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==" + "version": "11.3.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.5.tgz", + "integrity": "sha512-NxVFwLAnrd9i7KUBxC4DrUhmgjzOs+1Qm50D3oF1/oL+r1NpZ4gA7xvG0/zJ8evR7zIKn4vLf7qTNduWFtCrRw==" }, "node-fetch": { "version": "3.3.2", diff --git a/packages/devtools-proxy-support/package.json b/packages/devtools-proxy-support/package.json index e9159235..85e64169 100644 --- a/packages/devtools-proxy-support/package.json +++ b/packages/devtools-proxy-support/package.json @@ -67,7 +67,7 @@ "@mongodb-js/socksv5": "^0.0.10", "agent-base": "^7.1.1", "debug": "^4.4.0", - "lru-cache": "^11.3.3", + "lru-cache": "^11.3.5", "node-fetch": "^3.3.2", "pac-proxy-agent": "^7.0.2", "http-proxy-agent": "^7.0.2",