chore(deps): bump form-data from 4.0.0 to 4.0.1 (#17069)
* chore(deps): bump form-data from 4.0.0 to 4.0.1 Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/form-data/form-data/releases) - [Commits](https://github.com/form-data/form-data/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: form-data dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
193db68200
commit
bd1894ca9a
|
|
@ -81,7 +81,7 @@
|
|||
"entities": "5.0.0",
|
||||
"etag": "1.8.1",
|
||||
"fanfou-sdk": "5.0.0",
|
||||
"form-data": "4.0.0",
|
||||
"form-data": "4.0.1",
|
||||
"googleapis": "144.0.0",
|
||||
"hono": "4.6.3",
|
||||
"html-to-text": "9.0.5",
|
||||
|
|
|
|||
|
|
@ -102,8 +102,8 @@ importers:
|
|||
specifier: 5.0.0
|
||||
version: 5.0.0
|
||||
form-data:
|
||||
specifier: 4.0.0
|
||||
version: 4.0.0
|
||||
specifier: 4.0.1
|
||||
version: 4.0.1
|
||||
googleapis:
|
||||
specifier: 144.0.0
|
||||
version: 144.0.0
|
||||
|
|
@ -3264,8 +3264,8 @@ packages:
|
|||
resolution: {integrity: sha512-GgwY0PS7DbXqajuGf4OYlsrIu3zgxD6Vvql43IBhm6MahqA5SK/7mwhtNj2AdH2z35YR34ujJ7BN+3fFC3jP5Q==}
|
||||
engines: {node: '>= 0.12'}
|
||||
|
||||
form-data@4.0.0:
|
||||
resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
|
||||
form-data@4.0.1:
|
||||
resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==}
|
||||
engines: {node: '>= 6'}
|
||||
|
||||
formidable@3.5.1:
|
||||
|
|
@ -7493,7 +7493,7 @@ snapshots:
|
|||
'@types/node-fetch@2.6.11':
|
||||
dependencies:
|
||||
'@types/node': 22.7.5
|
||||
form-data: 4.0.0
|
||||
form-data: 4.0.1
|
||||
|
||||
'@types/node@22.7.5':
|
||||
dependencies:
|
||||
|
|
@ -7524,7 +7524,7 @@ snapshots:
|
|||
'@types/cookiejar': 2.1.5
|
||||
'@types/methods': 1.1.4
|
||||
'@types/node': 22.7.5
|
||||
form-data: 4.0.0
|
||||
form-data: 4.0.1
|
||||
|
||||
'@types/supertest@6.0.2':
|
||||
dependencies:
|
||||
|
|
@ -8928,7 +8928,7 @@ snapshots:
|
|||
dependencies:
|
||||
camelcase-keys: 7.0.2
|
||||
decamelize-keys: 1.1.1
|
||||
form-data: 4.0.0
|
||||
form-data: 4.0.1
|
||||
got: 12.6.1
|
||||
he: 1.2.0
|
||||
hmacsha1: 1.0.0
|
||||
|
|
@ -9046,7 +9046,7 @@ snapshots:
|
|||
mime-types: 2.1.35
|
||||
safe-buffer: 5.2.1
|
||||
|
||||
form-data@4.0.0:
|
||||
form-data@4.0.1:
|
||||
dependencies:
|
||||
asynckit: 0.4.0
|
||||
combined-stream: 1.0.8
|
||||
|
|
@ -9669,7 +9669,7 @@ snapshots:
|
|||
cssstyle: 4.1.0
|
||||
data-urls: 5.0.0
|
||||
decimal.js: 10.4.3
|
||||
form-data: 4.0.0
|
||||
form-data: 4.0.1
|
||||
html-encoding-sniffer: 4.0.0
|
||||
http-proxy-agent: 7.0.2
|
||||
https-proxy-agent: 7.0.5
|
||||
|
|
@ -11231,7 +11231,7 @@ snapshots:
|
|||
cookiejar: 2.1.4
|
||||
debug: 4.3.7
|
||||
fast-safe-stringify: 2.1.1
|
||||
form-data: 4.0.0
|
||||
form-data: 4.0.1
|
||||
formidable: 3.5.1
|
||||
methods: 1.1.2
|
||||
mime: 2.6.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue