diff --git a/package.json b/package.json index b3523934..18650e42 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@types/busboy": "^1.5.4", "@types/mime-types": "^2.1.4", "@types/node": "^24.13.3", - "@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 c6f082bd..15fb1e5a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,8 +59,8 @@ importers: specifier: ^24.13.3 version: 24.13.3 '@types/proxy': - specifier: ^1.0.4 - version: 1.0.4 + specifier: ^2.0.0 + version: 2.0.0(supports-color@7.2.0) '@types/qs': specifier: ^6.15.0 version: 6.15.1 @@ -512,8 +512,9 @@ packages: '@types/node@24.13.3': resolution: {integrity: sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==} - '@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.1': resolution: {integrity: sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==} @@ -2151,9 +2152,11 @@ snapshots: dependencies: undici-types: 7.18.2 - '@types/proxy@1.0.4': + '@types/proxy@2.0.0(supports-color@7.2.0)': dependencies: - '@types/node': 24.13.3 + proxy: 1.0.2(supports-color@7.2.0) + transitivePeerDependencies: + - supports-color '@types/qs@6.15.1': {}