diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-14 16:10:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 16:10:25 +0000 |
commit | de925df3cbe2d6ce80d5cf6606c13d2e8968bb14 (patch) | |
tree | b156cb77477be8925cbc42b04470545fdb5f4396 /yarn.lock | |
parent | Bump @typescript-eslint/eslint-plugin from 5.36.2 to 5.37.0 (#188) (diff) | |
download | ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar.gz ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar.bz2 ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar.lz ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar.xz ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.tar.zst ee4511w-web-de925df3cbe2d6ce80d5cf6606c13d2e8968bb14.zip |
Bump @types/express from 4.17.13 to 4.17.14 (#191)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.13 to 4.17.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)
---
updated-dependencies:
- dependency-name: "@types/express"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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
@@ -115,10 +115,10 @@ "@types/qs" "*" "@types/range-parser" "*" -"@types/express@*", "@types/express@4.17.13": - version "4.17.13" - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034" - integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA== +"@types/express@*", "@types/express@4.17.14": + version "4.17.14" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c" + integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg== dependencies: "@types/body-parser" "*" "@types/express-serve-static-core" "^4.17.18" |