Skip to content

Commit f411203

Browse files
committed
Update benchmark dep
1 parent 58859dd commit f411203

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
]
5151
},
5252
"devDependencies": {
53-
"benchmark": "^1.0.0",
53+
"benchmark": "2.1.3",
5454
"browser-sync": "2.18.8",
5555
"browserify": "^5.11.2",
5656
"colors": "1.1.2",

yarn.lock

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,12 @@ beeper@^1.0.0:
500500
version "1.1.1"
501501
resolved "https://registry.yarnpkg.com/beeper/-/beeper-1.1.1.tgz#e6d5ea8c5dad001304a70b22638447f69cb2f809"
502502

503-
benchmark@^1.0.0:
504-
version "1.0.0"
505-
resolved "https://registry.yarnpkg.com/benchmark/-/benchmark-1.0.0.tgz#2f1e2fa4c359f11122aa183082218e957e390c73"
503+
benchmark@2.1.3:
504+
version "2.1.3"
505+
resolved "https://registry.yarnpkg.com/benchmark/-/benchmark-2.1.3.tgz#e10e40e4d53d0e1c9d77a834fde593994dca7f0c"
506+
dependencies:
507+
lodash "^4.17.3"
508+
platform "^1.3.3"
506509

507510
better-assert@~1.0.0:
508511
version "1.0.2"
@@ -1028,15 +1031,7 @@ concat-map@0.0.1:
10281031
version "0.0.1"
10291032
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
10301033

1031-
concat-stream@^1.4.6:
1032-
version "1.6.0"
1033-
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7"
1034-
dependencies:
1035-
inherits "^2.0.3"
1036-
readable-stream "^2.2.2"
1037-
typedarray "^0.0.6"
1038-
1039-
concat-stream@~1.4.1, concat-stream@~1.4.5:
1034+
concat-stream@^1.4.6, concat-stream@~1.4.1, concat-stream@~1.4.5:
10401035
version "1.4.10"
10411036
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.4.10.tgz#acc3bbf5602cb8cc980c6ac840fa7d8603e3ef36"
10421037
dependencies:
@@ -2594,7 +2589,7 @@ inherits@1:
25942589
version "1.0.2"
25952590
resolved "https://registry.yarnpkg.com/inherits/-/inherits-1.0.2.tgz#ca4309dadee6b54cc0b8d247e8d7c7a0975bdc9b"
25962591

2597-
inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1:
2592+
inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1:
25982593
version "2.0.3"
25992594
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
26002595

@@ -3540,7 +3535,7 @@ lodash@^3.10.1:
35403535
version "3.10.1"
35413536
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
35423537

3543-
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.2.0, lodash@^4.3.0:
3538+
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.3, lodash@^4.2.0, lodash@^4.3.0:
35443539
version "4.17.4"
35453540
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
35463541

@@ -4182,6 +4177,10 @@ pkg-up@^1.0.0:
41824177
dependencies:
41834178
find-up "^1.0.0"
41844179

4180+
platform@^1.3.3:
4181+
version "1.3.3"
4182+
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.3.tgz#646c77011899870b6a0903e75e997e8e51da7461"
4183+
41854184
pluralize@^1.2.1:
41864185
version "1.2.1"
41874186
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45"
@@ -4407,7 +4406,7 @@ read-pkg@^2.0.0:
44074406
isarray "0.0.1"
44084407
string_decoder "~0.10.x"
44094408

4410-
"readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2:
4409+
"readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.1.5:
44114410
version "2.2.3"
44124411
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.3.tgz#9cf49463985df016c8ae8813097a9293a9b33729"
44134412
dependencies:
@@ -4506,7 +4505,7 @@ replace-ext@^1.0.0:
45064505
version "1.0.0"
45074506
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
45084507

4509-
request@2.78.0:
4508+
request@2.78.0, request@^2.72.0:
45104509
version "2.78.0"
45114510
resolved "https://registry.yarnpkg.com/request/-/request-2.78.0.tgz#e1c8dec346e1c81923b24acdb337f11decabe9cc"
45124511
dependencies:
@@ -4531,7 +4530,7 @@ request@2.78.0:
45314530
tough-cookie "~2.3.0"
45324531
tunnel-agent "~0.4.1"
45334532

4534-
request@^2.72.0, request@^2.79.0:
4533+
request@^2.79.0:
45354534
version "2.80.0"
45364535
resolved "https://registry.yarnpkg.com/request/-/request-2.80.0.tgz#8cc162d76d79381cdefdd3505d76b80b60589bd0"
45374536
dependencies:
@@ -5343,7 +5342,7 @@ type-check@~0.3.2:
53435342
dependencies:
53445343
prelude-ls "~1.1.2"
53455344

5346-
typedarray@^0.0.6, typedarray@~0.0.5:
5345+
typedarray@~0.0.5:
53475346
version "0.0.6"
53485347
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
53495348

0 commit comments

Comments
 (0)