mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update dependency @types/busboy to v0.3.0 (#8970)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
"@types/async": "3.2.8",
|
||||
"@types/atob": "2.1.2",
|
||||
"@types/body-parser": "1.19.1",
|
||||
"@types/busboy": "0.2.4",
|
||||
"@types/busboy": "0.3.0",
|
||||
"@types/cookie-parser": "1.4.2",
|
||||
"@types/cors": "2.8.12",
|
||||
"@types/deep-diff": "1.0.1",
|
||||
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -144,7 +144,7 @@
|
||||
"@types/async": "3.2.8",
|
||||
"@types/atob": "2.1.2",
|
||||
"@types/body-parser": "1.19.1",
|
||||
"@types/busboy": "0.2.4",
|
||||
"@types/busboy": "0.3.0",
|
||||
"@types/cookie-parser": "1.4.2",
|
||||
"@types/cors": "2.8.12",
|
||||
"@types/deep-diff": "1.0.1",
|
||||
@@ -6930,9 +6930,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@types/busboy": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/busboy/-/busboy-0.2.4.tgz",
|
||||
"integrity": "sha512-f+ZCVjlcN8JW/zf3iR0GqO4gjOUlltMTtZjn+YR1mlK+MVu6esTiIecO0/GQlmYQPQLdBnc7+5vG3Xb+SkvFLw==",
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/busboy/-/busboy-0.3.0.tgz",
|
||||
"integrity": "sha512-4NEQcEn42ofSV9OuSaxqxM9CapPrcRMoezr7dCHfXEBUIm86QGmDv28rsi1PExgUEAMqZyN5YaMKwLFUfRnT0Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
@@ -53801,9 +53801,9 @@
|
||||
}
|
||||
},
|
||||
"@types/busboy": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/busboy/-/busboy-0.2.4.tgz",
|
||||
"integrity": "sha512-f+ZCVjlcN8JW/zf3iR0GqO4gjOUlltMTtZjn+YR1mlK+MVu6esTiIecO0/GQlmYQPQLdBnc7+5vG3Xb+SkvFLw==",
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/busboy/-/busboy-0.3.0.tgz",
|
||||
"integrity": "sha512-4NEQcEn42ofSV9OuSaxqxM9CapPrcRMoezr7dCHfXEBUIm86QGmDv28rsi1PExgUEAMqZyN5YaMKwLFUfRnT0Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "*"
|
||||
@@ -61294,7 +61294,7 @@
|
||||
"@types/async": "3.2.8",
|
||||
"@types/atob": "2.1.2",
|
||||
"@types/body-parser": "1.19.1",
|
||||
"@types/busboy": "0.2.4",
|
||||
"@types/busboy": "0.3.0",
|
||||
"@types/cookie-parser": "1.4.2",
|
||||
"@types/cors": "2.8.12",
|
||||
"@types/deep-diff": "1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user