Update dependency @types/busboy to v0.3.0 (#8970)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-10-20 09:07:46 -04:00
committed by GitHub
parent 30c1a64ed1
commit f5b5b57e58
2 changed files with 9 additions and 9 deletions

View File

@@ -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
View File

@@ -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",