Skip to content

Commit 91164ba

Browse files
authored
Merge pull request #1612 from snyk/fix/form-data-override
fix: upgrading form-data to 2.5.5
2 parents a5ed10d + 39d8599 commit 91164ba

File tree

3 files changed

+169
-26
lines changed

3 files changed

+169
-26
lines changed

.snyk

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
version: v1.25.0
33
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
44
ignore:
5-
SNYK-JS-FORMDATA-10841150:
6-
- '*':
7-
reason: Waiting for @kubernetes/client-node upgrade to 1.0.0
8-
expires: 2025-12-01T12:00:00.000Z
9-
created: 2025-07-31T12:00:00.000Z
105
SNYK-JS-BRACES-6838727:
116
- '*':
127
reason: devDependency
@@ -18,18 +13,6 @@ ignore:
1813
There is no fix at this time
1914
expires: 2026-10-31T12:00:00.000Z
2015
created: 2025-09-15T12:00:00.000Z
21-
SNYK-JS-INFLIGHT-6095116:
22-
- '*':
23-
reason: Waiting for upstream fix
24-
expires: 2025-01-10T12:00:00.000Z
25-
created: 2024-10-23T12:00:00.000Z
26-
SNYK-JS-REQUEST-3361831:
27-
- '*':
28-
reason: >-
29-
Waiting for @kubernetes/client-node fetch migration
30-
https://github.com/kubernetes-client/javascript/blob/master/FETCH_MIGRATION.md
31-
expires: 2025-01-10T12:00:00.000Z
32-
created: 2024-10-23T12:00:00.000Z
3316
SNYK-JS-TOUGHCOOKIE-5672873:
3417
- '*':
3518
reason: >-

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"overrides": {
9898
"@kubernetes/client-node": {
9999
"ws": "8.17.1",
100-
"tough-cookie": "4.1.3"
100+
"tough-cookie": "4.1.3",
101+
"form-data": "2.5.5"
101102
},
102103
"cross-spawn": "^7.0.5",
103104
"jsonpath-plus": "10.3.0"

0 commit comments

Comments
 (0)