We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd96ffc commit 588d205Copy full SHA for 588d205
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@unleash/proxy",
3
- "version": "1.4.18",
+ "version": "1.4.19",
4
"description": "The Unleash Proxy (Open-Source)",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -76,9 +76,16 @@
76
"qs": "^6.9.7",
77
"json5": "^2.2.2",
78
"cookiejar": "^2.1.4",
79
- "router/path-to-regexp": "0.1.12",
+ "router/path-to-regexp": "0.1.13",
80
+ "path-to-regexp@~0.1.12": "0.1.13",
81
"picomatch": "4.0.4",
- "js-yaml": "^4.1.1"
82
+ "js-yaml": "^4.1.1",
83
+ "node-gyp": "12.4.0",
84
+ "socks": "^2.8.9",
85
+ "glob@^10.3.10": "10.5.0",
86
+ "minimatch@^9.0.1": "9.0.7",
87
+ "minimatch@^9.0.4": "9.0.7",
88
+ "minimatch@^10.2.1": "10.2.5"
89
},
90
"packageManager": "yarn@4.12.0"
91
}
0 commit comments