From 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 四月 2026 11:46:41 +0800
Subject: [PATCH] 推送

---
 node_modules/undici-types/formdata.d.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/node_modules/undici-types/formdata.d.ts b/node_modules/undici-types/formdata.d.ts
index 030f548..b9819a7 100644
--- a/node_modules/undici-types/formdata.d.ts
+++ b/node_modules/undici-types/formdata.d.ts
@@ -1,7 +1,7 @@
 // Based on https://github.com/octet-stream/form-data/blob/2d0f0dc371517444ce1f22cdde13f51995d0953a/lib/FormData.ts (MIT)
 /// <reference types="node" />
 
-import { File } from 'buffer'
+import { File } from 'node:buffer'
 import { SpecIterableIterator } from './fetch'
 
 /**

--
Gitblit v1.9.3