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 /package.json | |
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 |
1 files changed, 1 insertions, 1 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", |