aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 470c4f2..1752982 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.4",
diff --git a/yarn.lock b/yarn.lock
index cfe7022..f85da64 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -713,10 +713,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"