Skip to content

Commit f359253

Browse files
Merge pull request #61 from FriendsOfReactJS/greenkeeper/jsdom-15.0.0
Update jsdom to the latest!!!
2 parents 5736aef + 5cd6834 commit f359253

File tree

2 files changed

+22
-49
lines changed

2 files changed

+22
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-plugin-react": "^7.12.3",
5050
"fbjs": "^1.0.0",
5151
"jest": "^23.6.0",
52-
"jsdom": "^14.0.0",
52+
"jsdom": "^15.0.0",
5353
"prettier": "^1.16.4",
5454
"react": "^16.7.0",
5555
"react-dom": "^16.7.0",

yarn.lock

Lines changed: 21 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2858,7 +2858,7 @@ debug@^4.0.0, debug@^4.0.1, debug@^4.1.0:
28582858
dependencies:
28592859
ms "^2.1.1"
28602860

2861-
debuglog@*, debuglog@^1.0.1:
2861+
debuglog@^1.0.1:
28622862
version "1.0.1"
28632863
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
28642864
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -4270,7 +4270,7 @@ import-local@^1.0.0:
42704270
pkg-dir "^2.0.0"
42714271
resolve-cwd "^2.0.0"
42724272

4273-
imurmurhash@*, imurmurhash@^0.1.4:
4273+
imurmurhash@^0.1.4:
42744274
version "0.1.4"
42754275
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
42764276
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -5203,10 +5203,10 @@ jsdom@^11.5.1:
52035203
ws "^5.2.0"
52045204
xml-name-validator "^3.0.0"
52055205

5206-
jsdom@^14.0.0:
5207-
version "14.0.0"
5208-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-14.0.0.tgz#c7f1441ebcc57902d08d5fb2f6ba2baf746da7c6"
5209-
integrity sha512-/VkyPmdtbwqpJSkwDx3YyJ3U1oawYNB/h5z8vTUZGAzjtu2OHTeFRfnJqyMHsJ5Cyes23trOmvUpM1GfHH1leA==
5206+
jsdom@^15.0.0:
5207+
version "15.0.0"
5208+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-15.0.0.tgz#60cf177d79c7fa1a498453c9e2534f57e65d151f"
5209+
integrity sha512-rJnHm7CHyIj4tDyz9VaCt0f0P0nEh/wEmMfwp9mMixy+L/r8OW/BNcgmIlfZuBBnVQS3eRBpvd/qM3R7vr7e3A==
52105210
dependencies:
52115211
abab "^2.0.0"
52125212
acorn "^6.0.4"
@@ -5218,16 +5218,16 @@ jsdom@^14.0.0:
52185218
domexception "^1.0.1"
52195219
escodegen "^1.11.0"
52205220
html-encoding-sniffer "^1.0.2"
5221-
nwsapi "^2.0.9"
5221+
nwsapi "^2.1.3"
52225222
parse5 "5.1.0"
52235223
pn "^1.1.0"
52245224
request "^2.88.0"
52255225
request-promise-native "^1.0.5"
5226-
saxes "^3.1.5"
5226+
saxes "^3.1.9"
52275227
symbol-tree "^3.2.2"
52285228
tough-cookie "^2.5.0"
52295229
w3c-hr-time "^1.0.1"
5230-
w3c-xmlserializer "^1.0.1"
5230+
w3c-xmlserializer "^1.1.2"
52315231
webidl-conversions "^4.0.2"
52325232
whatwg-encoding "^1.0.5"
52335233
whatwg-mimetype "^2.3.0"
@@ -5500,11 +5500,6 @@ lockfile@^1.0.4:
55005500
dependencies:
55015501
signal-exit "^3.0.2"
55025502

5503-
lodash._baseindexof@*:
5504-
version "3.1.0"
5505-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
5506-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
5507-
55085503
lodash._baseuniq@~4.6.0:
55095504
version "4.6.0"
55105505
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -5513,33 +5508,11 @@ lodash._baseuniq@~4.6.0:
55135508
lodash._createset "~4.0.0"
55145509
lodash._root "~3.0.0"
55155510

5516-
lodash._bindcallback@*:
5517-
version "3.0.1"
5518-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
5519-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
5520-
5521-
lodash._cacheindexof@*:
5522-
version "3.0.2"
5523-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
5524-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
5525-
5526-
lodash._createcache@*:
5527-
version "3.1.2"
5528-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
5529-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
5530-
dependencies:
5531-
lodash._getnative "^3.0.0"
5532-
55335511
lodash._createset@~4.0.0:
55345512
version "4.0.3"
55355513
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
55365514
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
55375515

5538-
lodash._getnative@*, lodash._getnative@^3.0.0:
5539-
version "3.9.1"
5540-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
5541-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
5542-
55435516
lodash._root@~3.0.0:
55445517
version "3.0.1"
55455518
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -5580,11 +5553,6 @@ lodash.map@^4.5.1, lodash.map@^4.6.0:
55805553
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
55815554
integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=
55825555

5583-
lodash.restparam@*:
5584-
version "3.6.1"
5585-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
5586-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
5587-
55885556
lodash.set@^4.3.2:
55895557
version "4.3.2"
55905558
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
@@ -6495,11 +6463,16 @@ number-is-nan@^1.0.0:
64956463
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
64966464
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
64976465

6498-
nwsapi@^2.0.7, nwsapi@^2.0.9:
6466+
nwsapi@^2.0.7:
64996467
version "2.1.1"
65006468
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.1.tgz#08d6d75e69fd791bdea31507ffafe8c843b67e9c"
65016469
integrity sha512-T5GaA1J/d34AC8mkrFD2O0DR17kwJ702ZOtJOsS8RpbsQZVOC2/xYFb1i/cw+xdM54JIlMuojjDOYct8GIWtwg==
65026470

6471+
nwsapi@^2.1.3:
6472+
version "2.1.3"
6473+
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.3.tgz#25f3a5cec26c654f7376df6659cdf84b99df9558"
6474+
integrity sha512-RowAaJGEgYXEZfQ7tvvdtAQUKPyTR6T6wNu0fwlNsGQYr/h3yQc6oI8WnVZh3Y/Sylwc+dtAlvPqfFZjhTyk3A==
6475+
65036476
oauth-sign@~0.9.0:
65046477
version "0.9.0"
65056478
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
@@ -7337,7 +7310,7 @@ readable-stream@~1.1.10:
73377310
isarray "0.0.1"
73387311
string_decoder "~0.10.x"
73397312

7340-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
7313+
readdir-scoped-modules@^1.0.0:
73417314
version "1.0.2"
73427315
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
73437316
integrity sha1-n6+jfShr5dksuuve4DDcm19AZ0c=
@@ -7735,7 +7708,7 @@ sax@^1.2.4:
77357708
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
77367709
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
77377710

7738-
saxes@^3.1.5:
7711+
saxes@^3.1.9:
77397712
version "3.1.9"
77407713
resolved "https://registry.yarnpkg.com/saxes/-/saxes-3.1.9.tgz#c1c197cd54956d88c09f960254b999e192d7058b"
77417714
integrity sha512-FZeKhJglhJHk7eWG5YM0z46VHmI3KJpMBAQm3xa9meDvd+wevB5GuBB0wc0exPInZiBBHqi00DbS8AcvCGCFMw==
@@ -8791,10 +8764,10 @@ w3c-hr-time@^1.0.1:
87918764
dependencies:
87928765
browser-process-hrtime "^0.1.2"
87938766

8794-
w3c-xmlserializer@^1.0.1:
8795-
version "1.0.1"
8796-
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-1.0.1.tgz#054cdcd359dc5d1f3ec9be4e272c756af4b21d39"
8797-
integrity sha512-XZGI1OH/OLQr/NaJhhPmzhngwcAnZDLytsvXnRmlYeRkmbb0I7sqFFA22erq4WQR0sUu17ZSQOAV9mFwCqKRNg==
8767+
w3c-xmlserializer@^1.1.2:
8768+
version "1.1.2"
8769+
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz#30485ca7d70a6fd052420a3d12fd90e6339ce794"
8770+
integrity sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg==
87988771
dependencies:
87998772
domexception "^1.0.1"
88008773
webidl-conversions "^4.0.2"

0 commit comments

Comments
 (0)