Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit e6f48db

Browse files
Bump @types/express in /create/new_project/examples/btc_eth
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[bot] <support@github.com>
1 parent ba47e7e commit e6f48db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

create/new_project/examples/btc_eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typescript": "^3.9.6"
2424
},
2525
"dependencies": {
26-
"@types/express": "^4.17.6",
26+
"@types/express": "^4.17.7",
2727
"axios": "^0.19.2",
2828
"comit-sdk": "^0.15",
2929
"dotenv": "^8.1.0",

create/new_project/examples/btc_eth/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@
126126
"@types/node" "*"
127127
"@types/range-parser" "*"
128128

129-
"@types/express@^4.17.6":
130-
version "4.17.6"
131-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.6.tgz#6bce49e49570507b86ea1b07b806f04697fac45e"
132-
integrity sha512-n/mr9tZI83kd4azlPG5y997C/M4DNABK9yErhFM6hKdym4kkmd9j0vtsJyjFIwfRBxtrxZtAfGZCNRIBMFLK5w==
129+
"@types/express@^4.17.7":
130+
version "4.17.7"
131+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.7.tgz#42045be6475636d9801369cd4418ef65cdb0dd59"
132+
integrity sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==
133133
dependencies:
134134
"@types/body-parser" "*"
135135
"@types/express-serve-static-core" "*"

0 commit comments

Comments
 (0)