mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update dependency @types/busboy to v0.3.1 (#9096)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
"@types/async": "3.2.9",
|
||||
"@types/atob": "2.1.2",
|
||||
"@types/body-parser": "1.19.1",
|
||||
"@types/busboy": "0.3.0",
|
||||
"@types/busboy": "0.3.1",
|
||||
"@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
@@ -145,7 +145,7 @@
|
||||
"@types/async": "3.2.9",
|
||||
"@types/atob": "2.1.2",
|
||||
"@types/body-parser": "1.19.1",
|
||||
"@types/busboy": "0.3.0",
|
||||
"@types/busboy": "0.3.1",
|
||||
"@types/cookie-parser": "1.4.2",
|
||||
"@types/cors": "2.8.12",
|
||||
"@types/deep-diff": "1.0.1",
|
||||
@@ -7165,9 +7165,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@types/busboy": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/busboy/-/busboy-0.3.0.tgz",
|
||||
"integrity": "sha512-4NEQcEn42ofSV9OuSaxqxM9CapPrcRMoezr7dCHfXEBUIm86QGmDv28rsi1PExgUEAMqZyN5YaMKwLFUfRnT0Q==",
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/busboy/-/busboy-0.3.1.tgz",
|
||||
"integrity": "sha512-8BPLNy4x+7lbTOGkAyUIZrrPEZ7WzbO7YlVGMf9EZi9J9mqILEkYbt/kgVWQ7fizOISo1hM/7cAsWVTa7EhQDg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
@@ -55232,9 +55232,9 @@
|
||||
}
|
||||
},
|
||||
"@types/busboy": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/busboy/-/busboy-0.3.0.tgz",
|
||||
"integrity": "sha512-4NEQcEn42ofSV9OuSaxqxM9CapPrcRMoezr7dCHfXEBUIm86QGmDv28rsi1PExgUEAMqZyN5YaMKwLFUfRnT0Q==",
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/busboy/-/busboy-0.3.1.tgz",
|
||||
"integrity": "sha512-8BPLNy4x+7lbTOGkAyUIZrrPEZ7WzbO7YlVGMf9EZi9J9mqILEkYbt/kgVWQ7fizOISo1hM/7cAsWVTa7EhQDg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "*"
|
||||
@@ -64120,7 +64120,7 @@
|
||||
"@types/async": "3.2.9",
|
||||
"@types/atob": "2.1.2",
|
||||
"@types/body-parser": "1.19.1",
|
||||
"@types/busboy": "0.3.0",
|
||||
"@types/busboy": "0.3.1",
|
||||
"@types/cookie-parser": "1.4.2",
|
||||
"@types/cors": "2.8.12",
|
||||
"@types/deep-diff": "1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user