Skip to content

Commit 588d205

Browse files
fix: security vulnerabilities (#235)
* fix: security vulnerabilities * bump patch version
1 parent dd96ffc commit 588d205

2 files changed

Lines changed: 132 additions & 338 deletions

File tree

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unleash/proxy",
3-
"version": "1.4.18",
3+
"version": "1.4.19",
44
"description": "The Unleash Proxy (Open-Source)",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -76,9 +76,16 @@
7676
"qs": "^6.9.7",
7777
"json5": "^2.2.2",
7878
"cookiejar": "^2.1.4",
79-
"router/path-to-regexp": "0.1.12",
79+
"router/path-to-regexp": "0.1.13",
80+
"path-to-regexp@~0.1.12": "0.1.13",
8081
"picomatch": "4.0.4",
81-
"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"
8289
},
8390
"packageManager": "yarn@4.12.0"
8491
}

0 commit comments

Comments
 (0)