diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-29 15:33:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 15:33:18 +0000 |
commit | 763d85a37171051eb53ea977f4f9b7612ae7e2fc (patch) | |
tree | 08b19947f9f1a65f69d9cdbc42b1dc0c378c185a /yarn.lock | |
parent | Bump @types/node from 18.6.1 to 18.6.2 (#142) (diff) | |
download | ee4511w-web-763d85a37171051eb53ea977f4f9b7612ae7e2fc.tar ee4511w-web-763d85a37171051eb53ea977f4f9b7612ae7e2fc.tar.gz ee4511w-web-763d85a37171051eb53ea977f4f9b7612ae7e2fc.tar.bz2 ee4511w-web-763d85a37171051eb53ea977f4f9b7612ae7e2fc.tar.lz ee4511w-web-763d85a37171051eb53ea977f4f9b7612ae7e2fc.tar.xz ee4511w-web-763d85a37171051eb53ea977f4f9b7612ae7e2fc.tar.zst ee4511w-web-763d85a37171051eb53ea977f4f9b7612ae7e2fc.zip |
Bump @types/express-fileupload from 1.2.2 to 1.2.3 (#143)
Bumps [@types/express-fileupload](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-fileupload) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-fileupload)
---
updated-dependencies:
- dependency-name: "@types/express-fileupload"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -88,10 +88,10 @@ dependencies: "@types/express-serve-static-core" "*" -"@types/express-fileupload@1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@types/express-fileupload/-/express-fileupload-1.2.2.tgz#98c10e900c222744bba16c848505a1fa95ab3ff0" - integrity sha512-sWU1EVFfLsdAginKVrkwTRbRPnbn7dawxEFEBgaRDcpNFCUuksZtASaAKEhqwEIg6fSdeTyI6dIUGl3thhrypg== +"@types/express-fileupload@1.2.3": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@types/express-fileupload/-/express-fileupload-1.2.3.tgz#11bccae26a0686e6ec17e3b527eb360e8024309b" + integrity sha512-TaMmhgnWr5Nb/bJ7zPSNSTBMQTX7vwKzv8+HqX1vZtytXw/DzcvX/IzjENO2BdzttJfmWofzi0aRio6cXWPuAw== dependencies: "@types/busboy" "^0" "@types/express" "*" |