Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-02-01 01:17:39 +0300
committerGar <wraithgar@github.com>2022-02-02 01:26:21 +0300
commitdc1a0573ace328d985a741af76d03752b1dbf1ff (patch)
treef7bd65891f3479eadda599314e1df3b02b961122 /node_modules
parent3d41447b961a72f1ce541fea252d0cd462399c76 (diff)
deps: socks-proxy-agent@6.1.1
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/socks-proxy-agent/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/socks-proxy-agent/package.json b/node_modules/socks-proxy-agent/package.json
index a6b7efa89..460043188 100644
--- a/node_modules/socks-proxy-agent/package.json
+++ b/node_modules/socks-proxy-agent/package.json
@@ -1,9 +1,9 @@
{
"name": "socks-proxy-agent",
- "version": "6.1.0",
+ "version": "6.1.1",
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
"main": "dist/index",
- "typings": "dist/index",
+ "typings": "dist/index.d.ts",
"files": [
"dist"
],