Skip to content

Commit df66bed

Browse files
committed
fix: force ws to patched version
1 parent 779aa06 commit df66bed

File tree

3 files changed

+32
-30
lines changed

3 files changed

+32
-30
lines changed

.snyk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,4 @@ ignore:
1414
Waiting for a patch: https://security.snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
1515
expires: 2024-07-19T12:00:00.000Z
1616
created: 2024-05-16T12:00:00.000Z
17-
SNYK-JS-WS-7266574:
18-
- '*':
19-
reason: >-
20-
Dependency of @kubernetes/[email protected], waiting for a patch: https://security.snyk.io/vuln/SNYK-JS-WS-7266574
21-
expires: 2024-07-19T12:00:00.000Z
22-
created: 2024-06-19T12:00:00.000Z
2317
patch: {}

package-lock.json

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

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,10 @@
9393
"@semantic-release/github"
9494
]
9595
},
96-
"snyk": true
96+
"snyk": true,
97+
"overrides": {
98+
"@kubernetes/client-node": {
99+
"ws": "8.17.1"
100+
}
101+
}
97102
}

0 commit comments

Comments
 (0)