Skip to content

Commit d6f94b9

Browse files
committed
patches for axios cve
Signed-off-by: sumukhswamy <[email protected]>
1 parent 0c35fb5 commit d6f94b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

patches/axios+1.13.1.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/node_modules/axios/index.d.ts b/node_modules/axios/index.d.ts
2+
index 554140e..f19e682 100644
3+
--- a/node_modules/axios/index.d.ts
4+
+++ b/node_modules/axios/index.d.ts
5+
@@ -429,7 +429,7 @@ export class AxiosError<T = unknown, D = any> extends Error {
6+
isAxiosError: boolean;
7+
status?: number;
8+
toJSON: () => object;
9+
- cause?: unknown;
10+
+ cause?: Error | undefined;
11+
event?: BrowserProgressEvent;
12+
static from<T = unknown, D = any>(
13+
error: Error | unknown,

0 commit comments

Comments
 (0)