diff --git a/package.json b/package.json index eb5999a..c6ff12c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "colorette": "^2.0.19", "defu": "^6.1.2", - "https-proxy-agent": "^5.0.1", + "https-proxy-agent": "^7.0.0", "mri": "^1.2.0", "node-fetch-native": "^1.0.2", "pathe": "^1.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88b0de4..b85f829 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,8 +8,8 @@ dependencies: specifier: ^6.1.2 version: 6.1.2 https-proxy-agent: - specifier: ^5.0.1 - version: 5.0.1 + specifier: ^7.0.0 + version: 7.0.0 mri: specifier: ^1.2.0 version: 1.2.0 @@ -941,6 +941,16 @@ packages: debug: 4.3.4 transitivePeerDependencies: - supports-color + dev: true + + /agent-base@7.1.0: + resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} + engines: {node: '>= 14'} + dependencies: + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: false /ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} @@ -2305,6 +2315,17 @@ packages: debug: 4.3.4 transitivePeerDependencies: - supports-color + dev: true + + /https-proxy-agent@7.0.0: + resolution: {integrity: sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==} + engines: {node: '>= 14'} + dependencies: + agent-base: 7.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: false /human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}