Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 631f1a7

Browse files
committed
chore(deps): update dependency finalhandler to v1.2.0
1 parent 4a5463a commit 631f1a7

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {},
1010
"devDependencies": {
11-
"@types/finalhandler": "1.1.0",
11+
"@types/finalhandler": "1.1.1",
1212
"@types/js-cookie": "2.2.2",
1313
"@types/mocha": "5.2.7",
1414
"@types/node": "9.6.49",
@@ -20,7 +20,7 @@
2020
"cross-env": "5.2.0",
2121
"eslint": "5.16.0",
2222
"espower-typescript": "9.0.2",
23-
"finalhandler": "1.1.2",
23+
"finalhandler": "1.2.0",
2424
"husky": "1.3.1",
2525
"js-cookie": "2.2.0",
2626
"lint-staged": "8.2.0",

yarn.lock

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@
5555
"@types/node" "*"
5656
"@types/range-parser" "*"
5757

58-
59-
version "1.1.0"
60-
resolved "https://registry.yarnpkg.com/@types/finalhandler/-/finalhandler-1.1.0.tgz#7c62084bac116918c55ad3f884f7c68ca8921124"
58+
59+
version "1.1.1"
60+
resolved "https://registry.yarnpkg.com/@types/finalhandler/-/finalhandler-1.1.1.tgz#a40f17b991ad92d66dfc6c447173f7ad1a9e98ba"
61+
integrity sha512-fT+Qs+kczrGnY9EpJpFHbdfdyKSoHUCKo3gJYbDWSSQFc18Td87AelfhMM8zqHRcP97/tk8AijV2zSUdClJK+Q==
6162
dependencies:
6263
"@types/node" "*"
6364

@@ -2575,16 +2576,17 @@ [email protected]:
25752576
statuses "~1.4.0"
25762577
unpipe "~1.0.0"
25772578

2578-
2579-
version "1.1.2"
2580-
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
2579+
2580+
version "1.2.0"
2581+
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32"
2582+
integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==
25812583
dependencies:
25822584
debug "2.6.9"
25832585
encodeurl "~1.0.2"
25842586
escape-html "~1.0.3"
2585-
on-finished "~2.3.0"
2587+
on-finished "2.4.1"
25862588
parseurl "~1.3.3"
2587-
statuses "~1.5.0"
2589+
statuses "2.0.1"
25882590
unpipe "~1.0.0"
25892591

25902592
find-cache-dir@^2.0.0:
@@ -4396,6 +4398,13 @@ object.values@^1.0.4:
43964398
function-bind "^1.1.0"
43974399
has "^1.0.1"
43984400

4401+
4402+
version "2.4.1"
4403+
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
4404+
integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
4405+
dependencies:
4406+
ee-first "1.1.1"
4407+
43994408
on-finished@~2.3.0:
44004409
version "2.3.0"
44014410
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
@@ -5983,6 +5992,11 @@ static-extend@^0.1.1:
59835992
define-property "^0.2.5"
59845993
object-copy "^0.1.0"
59855994

5995+
5996+
version "2.0.1"
5997+
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
5998+
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
5999+
59866000
"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@~1.5.0:
59876001
version "1.5.0"
59886002
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"

0 commit comments

Comments
 (0)