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

Commit 190cbda

Browse files
authored
Upgrade @types/node: 14.14.41 → 15.0.1 (major) (#302)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 4350442 commit 190cbda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@types/express": "^4.17.8",
30-
"@types/node": "^14.14.41",
30+
"@types/node": "^15.0.1",
3131
"@types/supertest": "^2.0.11",
3232
"@types/tape": "^4.13.0",
3333
"@typescript-eslint/eslint-plugin": "^4.22.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@
113113
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18.tgz#1d3ca764718915584fcd9f6344621b7672665c67"
114114
integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==
115115

116-
"@types/node@^14.14.41":
117-
version "14.14.41"
118-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615"
119-
integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==
116+
"@types/node@^15.0.1":
117+
version "15.0.1"
118+
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.1.tgz#ef34dea0881028d11398be5bf4e856743e3dc35a"
119+
integrity sha512-TMkXt0Ck1y0KKsGr9gJtWGjttxlZnnvDtphxUOSd0bfaR6Q1jle+sPvrzNR1urqYTWMinoKvjKfXUGsumaO1PA==
120120

121121
"@types/qs@*":
122122
version "6.9.5"

0 commit comments

Comments
 (0)