diff --git a/package-lock.json b/package-lock.json index e14266f0..27916257 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@octokit/plugin-paginate-rest": "^6.0.0", "@octokit/plugin-rest-endpoint-methods": "^7.0.0", "@octokit/types": "^9.0.0", - "https-proxy-agent": "^6.0.0" + "https-proxy-agent": "^7.0.0" }, "devDependencies": { "@pika/pack": "^0.3.7", @@ -4224,9 +4224,9 @@ "dev": true }, "node_modules/https-proxy-agent": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-6.2.0.tgz", - "integrity": "sha512-4xhCnMpxR9fupa7leh9uJK2P/qjYIeaM9uZ9c1bi1JDSwX2VH9NDk/oKSToNX4gBKa2WT31Mldne7e26ckohLQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz", + "integrity": "sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==", "dependencies": { "agent-base": "^7.0.2", "debug": "4" @@ -11182,9 +11182,9 @@ "dev": true }, "https-proxy-agent": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-6.2.0.tgz", - "integrity": "sha512-4xhCnMpxR9fupa7leh9uJK2P/qjYIeaM9uZ9c1bi1JDSwX2VH9NDk/oKSToNX4gBKa2WT31Mldne7e26ckohLQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz", + "integrity": "sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==", "requires": { "agent-base": "^7.0.2", "debug": "4" diff --git a/package.json b/package.json index eda1283b..acbcb233 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@octokit/plugin-paginate-rest": "^6.0.0", "@octokit/plugin-rest-endpoint-methods": "^7.0.0", "@octokit/types": "^9.0.0", - "https-proxy-agent": "^6.0.0" + "https-proxy-agent": "^7.0.0" }, "devDependencies": { "@pika/pack": "^0.3.7",