Update dependency @types/busboy to v0.3.1 (#9096)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-10-25 21:02:11 -04:00
committed by GitHub
parent 7c7d574284
commit f9b2818cbd
2 changed files with 9 additions and 9 deletions

View File

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

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