diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-02 02:05:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 02:05:36 +0000 |
commit | 5ded52c6b5741e8922ac06fcf105fb5661217478 (patch) | |
tree | bf59039b2689da772104c28a3325de2501223e71 | |
parent | 4b5b44f66af3e6b720d52cfddee90caf730cb80e (diff) |
Bump @types/express from 4.17.11 to 4.17.13
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.11 to 4.17.13.
- [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>
-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 43d0326..6f43974 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/ueokande/vim-vixen", "devDependencies": { "@types/assert": "^1.4.6", - "@types/express": "^4.17.2", + "@types/express": "^4.17.13", "@types/jest": "^27.4.0", "@types/node": "^17.0.14", "@types/prop-types": "^15.7.3", @@ -701,10 +701,10 @@ "@types/qs" "*" "@types/range-parser" "*" -"@types/express@^4.17.2": - version "4.17.11" - resolved "https://registry.npmjs.org/@types/express/-/express-4.17.11.tgz" - integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg== +"@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== dependencies: "@types/body-parser" "*" "@types/express-serve-static-core" "^4.17.18" |