This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump es5-ext from 0.10.62 to 0.10.64 (#466)
- Loading branch information
1 parent
f67b49e
commit 5b15643
Showing
1 changed file
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3965,13 +3965,14 @@ es-to-primitive@^1.2.1: | |
is-date-object "^1.0.1" | ||
is-symbol "^1.0.2" | ||
|
||
es5-ext@^0.10.35, es5-ext@^0.10.50: | ||
version "0.10.62" | ||
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.62.tgz#5e6adc19a6da524bf3d1e02bbc8960e5eb49a9a5" | ||
integrity sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA== | ||
es5-ext@^0.10.35, es5-ext@^0.10.50, es5-ext@^0.10.62, es5-ext@~0.10.14: | ||
version "0.10.64" | ||
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.64.tgz#12e4ffb48f1ba2ea777f1fcdd1918ef73ea21714" | ||
integrity sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg== | ||
dependencies: | ||
es6-iterator "^2.0.3" | ||
es6-symbol "^3.1.3" | ||
esniff "^2.0.1" | ||
next-tick "^1.1.0" | ||
|
||
es6-iterator@^2.0.3: | ||
|
@@ -4069,6 +4070,16 @@ eslint@^6.2.0: | |
text-table "^0.2.0" | ||
v8-compile-cache "^2.0.3" | ||
|
||
esniff@^2.0.1: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/esniff/-/esniff-2.0.1.tgz#a4d4b43a5c71c7ec51c51098c1d8a29081f9b308" | ||
integrity sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg== | ||
dependencies: | ||
d "^1.0.1" | ||
es5-ext "^0.10.62" | ||
event-emitter "^0.3.5" | ||
type "^2.7.2" | ||
|
||
espree@^6.1.2: | ||
version "6.2.1" | ||
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a" | ||
|
@@ -4648,6 +4659,14 @@ ethjs@^0.3.6: | |
js-sha3 "0.5.5" | ||
number-to-bn "1.7.0" | ||
|
||
event-emitter@^0.3.5: | ||
version "0.3.5" | ||
resolved "https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.5.tgz#df8c69eef1647923c7157b9ce83840610b02cc39" | ||
integrity sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA== | ||
dependencies: | ||
d "1" | ||
es5-ext "~0.10.14" | ||
|
||
[email protected]: | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.4.tgz#b5463ace635a083d018bdc7c917b4c5f10a85384" | ||
|