Browse Source

Bump @types/express from 4.17.6 to 4.17.7 (#64)

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.6 to 4.17.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
master
dependabot-preview[bot] 5 years ago
parent
commit
d6a61bb4f8
No account linked to committer's email address
2 changed files with 5 additions and 5 deletions
  1. 1
    1
      package.json
  2. 4
    4
      yarn.lock

+ 1
- 1
package.json View File

@@ -34,7 +34,7 @@
34 34
   "devDependencies": {
35 35
     "@types/socket.io": "2.1.4",
36 36
     "@types/debug": "4.1.5",
37
-    "@types/express": "4.17.6",
37
+    "@types/express": "4.17.7",
38 38
     "@types/node": "13.9.8",
39 39
     "typescript": "3.9.5"
40 40
   },

+ 4
- 4
yarn.lock View File

@@ -51,10 +51,10 @@
51 51
     "@types/node" "*"
52 52
     "@types/range-parser" "*"
53 53
 
54
-"@types/express@4.17.6":
55
-  version "4.17.6"
56
-  resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.6.tgz#6bce49e49570507b86ea1b07b806f04697fac45e"
57
-  integrity sha512-n/mr9tZI83kd4azlPG5y997C/M4DNABK9yErhFM6hKdym4kkmd9j0vtsJyjFIwfRBxtrxZtAfGZCNRIBMFLK5w==
54
+"@types/express@4.17.7":
55
+  version "4.17.7"
56
+  resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.7.tgz#42045be6475636d9801369cd4418ef65cdb0dd59"
57
+  integrity sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==
58 58
   dependencies:
59 59
     "@types/body-parser" "*"
60 60
     "@types/express-serve-static-core" "*"

Loading…
Cancel
Save