From 4d9da000fbe74d344e0e4580b138e79d4ad98ede Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期一, 01 六月 2026 11:07:14 +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