Skip to content

Commit

Permalink
chore(package): pin @types/express 4.17.7 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai authored Apr 1, 2021
1 parent 2a0ec3a commit de31475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/express": "^4.17.3",
"@types/express": "4.17.7",
"@types/is-glob": "^4.0.1",
"@types/jest": "^26.0.22",
"@types/micromatch": "^4.0.1",
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@
"@types/qs" "*"
"@types/range-parser" "*"

"@types/express@*", "@types/express@^4.0.33":
"@types/express@*", "@types/express@4.17.7", "@types/express@^4.0.33":
version "4.17.7"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.7.tgz#42045be6475636d9801369cd4418ef65cdb0dd59"
integrity sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==
Expand All @@ -842,15 +842,6 @@
"@types/qs" "*"
"@types/serve-static" "*"

"@types/express@^4.17.3":
version "4.17.3"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.3.tgz#38e4458ce2067873b09a73908df488870c303bd9"
integrity sha512-I8cGRJj3pyOLs/HndoP+25vOqhqWkAZsWMEmq1qXy/b/M3ppufecUwaK2/TVDVxcV61/iSdhykUjQQ2DLSrTdg==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "*"
"@types/serve-static" "*"

"@types/graceful-fs@^4.1.2":
version "4.1.3"
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.3.tgz#039af35fe26bec35003e8d86d2ee9c586354348f"
Expand Down

0 comments on commit de31475

Please sign in to comment.