Skip to content

Commit b96dba5

Browse files
author
Markus Günther
committed
Upgrade: Updates jsdom to 13.2.0
1 parent ee9fb49 commit b96dba5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
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": "^13.1.0",
52+
"jsdom": "^13.2.0",
5353
"prettier": "^1.16.4",
5454
"react": "^16.7.0",
5555
"react-dom": "^16.7.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -5301,10 +5301,10 @@ jsdom@^11.5.1:
53015301
ws "^5.2.0"
53025302
xml-name-validator "^3.0.0"
53035303

5304-
jsdom@^13.1.0:
5305-
version "13.1.0"
5306-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-13.1.0.tgz#fa7356f0cc8111d0f1077cb7800d06f22f1d66c7"
5307-
integrity sha512-C2Kp0qNuopw0smXFaHeayvharqF3kkcNqlcIlSX71+3XrsOFwkEPLt/9f5JksMmaul2JZYIQuY+WTpqHpQQcLg==
5304+
jsdom@^13.2.0:
5305+
version "13.2.0"
5306+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-13.2.0.tgz#b1a0dbdadc255435262be8ea3723d2dba0d7eb3a"
5307+
integrity sha512-cG1NtMWO9hWpqRNRR3dSvEQa8bFI6iLlqU2x4kwX51FQjp0qus8T9aBaAO6iGp3DeBrhdwuKxckknohkmfvsFw==
53085308
dependencies:
53095309
abab "^2.0.0"
53105310
acorn "^6.0.4"
@@ -5321,7 +5321,7 @@ jsdom@^13.1.0:
53215321
pn "^1.1.0"
53225322
request "^2.88.0"
53235323
request-promise-native "^1.0.5"
5324-
saxes "^3.1.4"
5324+
saxes "^3.1.5"
53255325
symbol-tree "^3.2.2"
53265326
tough-cookie "^2.5.0"
53275327
w3c-hr-time "^1.0.1"
@@ -7875,10 +7875,10 @@ sax@^1.2.4:
78757875
version "1.2.4"
78767876
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
78777877

7878-
saxes@^3.1.4:
7879-
version "3.1.4"
7880-
resolved "https://registry.yarnpkg.com/saxes/-/saxes-3.1.4.tgz#4ad5c53eb085ac0570ea1071a07aaf22ad29cebd"
7881-
integrity sha512-GVZmLJnkS4Vl8Pe9o4nc5ALZ615VOVxCmea8Cs0l+8GZw3RQ5XGOSUomIUfuZuk4Todo44v4y+HY1EATkDDiZg==
7878+
saxes@^3.1.5:
7879+
version "3.1.6"
7880+
resolved "https://registry.yarnpkg.com/saxes/-/saxes-3.1.6.tgz#2d948a47b54918516c5a64096f08865deb5bd8cd"
7881+
integrity sha512-LAYs+lChg1v5uKNzPtsgTxSS5hLo8aIhSMCJt1WMpefAxm3D1RTpMwSpb6ebdL31cubiLTnhokVktBW+cv9Y9w==
78827882
dependencies:
78837883
xmlchars "^1.3.1"
78847884

0 commit comments

Comments
 (0)