Skip to content

Commit e37694f

Browse files
authored
Merge pull request #1683 from snyk/CN-1323-vuln-fixes
fix: vuln fixes — on-call sweep [CN-1323]
2 parents cfc894f + 055a1ad commit e37694f

3 files changed

Lines changed: 60 additions & 22 deletions

File tree

.snyk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,19 @@ ignore:
138138
npm/apk update. Re-verify on image refresh.
139139
expires: 2026-04-23T12:00:00.000Z
140140
created: 2026-03-24T12:00:00.000Z
141+
SNYK-JS-INFLIGHT-6095116:
142+
- '*':
143+
reason: "No non-major fix available as of 2026-05-19; revisit in 7 days"
144+
expires: '2026-05-26T00:00:00.000Z'
145+
created: '2026-05-19T00:00:00.000Z'
146+
SNYK-JS-REQUEST-3361831:
147+
- '*':
148+
reason: "No fix available as of 2026-05-19; request package is deprecated and unmaintained; revisit in 7 days"
149+
expires: '2026-05-26T00:00:00.000Z'
150+
created: '2026-05-19T00:00:00.000Z'
151+
SNYK-JS-UUID-16133035:
152+
- '*':
153+
reason: "No non-major fix available as of 2026-05-19; fixedIn versions 11.1.1 and 14.0.0 are major bumps from v3; revisit in 7 days"
154+
expires: '2026-05-26T00:00:00.000Z'
155+
created: '2026-05-19T00:00:00.000Z'
141156
patch: {}

package-lock.json

Lines changed: 35 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,23 @@
9696
"snyk": true,
9797
"overrides": {
9898
"@kubernetes/client-node": {
99-
"ws": "8.17.1",
99+
"ws": "^8.20.1",
100100
"tough-cookie": "4.1.3",
101101
"form-data": "2.5.5",
102-
"qs": "^6.14.2",
103-
"ajv": "8.18.0"
102+
"qs": "^6.15.2",
103+
"ajv": "8.18.0",
104+
"fast-uri": "^3.1.2"
104105
},
105106
"cross-spawn": "^7.0.5",
106107
"jsonpath-plus": "10.3.0",
107-
"qs": "^6.14.2",
108+
"qs": "^6.15.2",
108109
"fast-xml-parser": "^5.3.6",
110+
"fast-xml-builder": "^1.1.7",
109111
"minimatch": "^10.2.3",
112+
"brace-expansion": "^5.0.6",
110113
"tar": "^7.5.11",
111-
"path-to-regexp@^8": "^8.4.0"
114+
"path-to-regexp@^8": "^8.4.0",
115+
"fast-uri": "^3.1.2",
116+
"ws": "^8.20.1"
112117
}
113118
}

0 commit comments

Comments
 (0)