Skip to content

Commit 7484c13

Browse files
committed
chore(deps): update dependency micro to v9.3.4
1 parent 88b7d69 commit 7484c13

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"graphql": "0.13.2",
2525
"is-present": "1.0.0",
2626
"isomorphic-fetch": "2.2.1",
27-
"micro": "9.3.2",
27+
"micro": "9.3.4",
2828
"next": "6.0.3",
2929
"path-match": "1.2.4",
3030
"path-to-regexp": "2.2.1",

yarn.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,9 +1097,10 @@ arg@1.0.0:
10971097
version "1.0.0"
10981098
resolved "https://registry.yarnpkg.com/arg/-/arg-1.0.0.tgz#444d885a4e25b121640b55155ef7cd03975d6050"
10991099

1100-
arg@2.0.0:
1101-
version "2.0.0"
1102-
resolved "https://registry.yarnpkg.com/arg/-/arg-2.0.0.tgz#c06e7ff69ab05b3a4a03ebe0407fac4cba657545"
1100+
arg@4.1.0:
1101+
version "4.1.0"
1102+
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.0.tgz#583c518199419e0037abb74062c37f8519e575f0"
1103+
integrity sha512-ZWc51jO3qegGkVh8Hwpv636EkbesNV5ZNQPCtRa+0qytRYPEs9IYT9qITY9buezqUH5uqyzlWLcufrzU2rffdg==
11031104

11041105
argparse@^1.0.7:
11051106
version "1.0.10"
@@ -1598,14 +1599,6 @@ chalk@2.3.0:
15981599
escape-string-regexp "^1.0.5"
15991600
supports-color "^4.0.0"
16001601

1601-
chalk@2.4.0:
1602-
version "2.4.0"
1603-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.0.tgz#a060a297a6b57e15b61ca63ce84995daa0fe6e52"
1604-
dependencies:
1605-
ansi-styles "^3.2.1"
1606-
escape-string-regexp "^1.0.5"
1607-
supports-color "^5.3.0"
1608-
16091602
chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
16101603
version "1.1.3"
16111604
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -3927,12 +3920,12 @@ methods@~1.1.2:
39273920
version "1.1.2"
39283921
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
39293922

3930-
micro@9.3.2:
3931-
version "9.3.2"
3932-
resolved "https://registry.yarnpkg.com/micro/-/micro-9.3.2.tgz#41e249fe96a33db056f0a5dabb32c8fd4b69c5ca"
3923+
micro@9.3.4:
3924+
version "9.3.4"
3925+
resolved "https://registry.yarnpkg.com/micro/-/micro-9.3.4.tgz#745a494e53c8916f64fb6a729f8cbf2a506b35ad"
3926+
integrity sha512-smz9naZwTG7qaFnEZ2vn248YZq9XR+XoOH3auieZbkhDL4xLOxiE+KqG8qqnBeKfXA9c1uEFGCxPN1D+nT6N7w==
39333927
dependencies:
3934-
arg "2.0.0"
3935-
chalk "2.4.0"
3928+
arg "4.1.0"
39363929
content-type "1.0.4"
39373930
is-stream "1.1.0"
39383931
raw-body "2.3.2"

0 commit comments

Comments
 (0)