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 | |
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-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 60d3512..489fcd1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/cookie-parser": "1.4.3", "@types/csurf": "1.11.2", "@types/express": "4.17.13", - "@types/express-fileupload": "1.2.2", + "@types/express-fileupload": "1.2.3", "@types/node": "18.6.2", "@types/passport": "^1.0.9", "@types/shell-quote": "1.7.1", @@ -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" "*" |