From 7406ee7bb922f6445ac38c58406e1c8a7cb3150d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:56:48 +0000 Subject: [PATCH] chore(deps): update dependency @types/proxy to v2 --- package.json | 2 +- pnpm-lock.yaml | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 36f33217..2119e6bf 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@types/busboy": "^1.5.4", "@types/mime-types": "^2.1.4", "@types/node": "^22.19.15", - "@types/proxy": "^1.0.4", + "@types/proxy": "^2.0.0", "@types/qs": "^6.15.0", "@types/selfsigned": "^2.1.0", "@types/tar-stream": "^2.2.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 075e9206..b7ce5748 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -50,8 +50,8 @@ importers: specifier: ^22.19.15 version: 22.19.17 '@types/proxy': - specifier: ^1.0.4 - version: 1.0.4 + specifier: ^2.0.0 + version: 2.0.0 '@types/qs': specifier: ^6.15.0 version: 6.15.0 @@ -595,8 +595,9 @@ packages: '@types/node@22.19.17': resolution: {integrity: sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==} - '@types/proxy@1.0.4': - resolution: {integrity: sha512-KnYy7hpp3wXQ2U0ExvCMF9BvWZ6h2aI0XWb8g705mn26Zmn2HO/eLRi6UuhHELA6MNJtYtiZYWv38gobJN0xXQ==} + '@types/proxy@2.0.0': + resolution: {integrity: sha512-U7xGAwyuQ1eU0PDI/FAFeV5rBq2JwnSCiZuqPJHtVLizx2/3kKbTVjU+t+pJE9sLiLl0XelSiWiYIWUSocVU9Q==} + deprecated: This is a stub types definition. proxy provides its own type definitions, so you do not need this installed. '@types/qs@6.15.0': resolution: {integrity: sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==} @@ -1981,9 +1982,11 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/proxy@1.0.4': + '@types/proxy@2.0.0': dependencies: - '@types/node': 22.19.17 + proxy: 1.0.2 + transitivePeerDependencies: + - supports-color '@types/qs@6.15.0': {}