Skip to content

Commit 1f327b0

Browse files
Merge pull request #398 from nathancahill/dependabot/npm_and_yarn/master/jsdom-16.7.0
2 parents 4cb8e9c + 9a300f9 commit 1f327b0

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
@@ -15,7 +15,7 @@
1515
"babel-jest": "^27.0.6",
1616
"dainte": "^0.1.5",
1717
"jest": "^27.0.6",
18-
"jsdom": "^16.6.0",
18+
"jsdom": "^16.7.0",
1919
"prettier": "^2.3.2",
2020
"prettier-plugin-svelte": "^2.3.1",
2121
"rollup": "^2.55.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2692,10 +2692,10 @@ js-yaml@^3.13.1:
26922692
argparse "^1.0.7"
26932693
esprima "^4.0.0"
26942694

2695-
jsdom@^16.4.0, jsdom@^16.6.0:
2696-
version "16.6.0"
2697-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.6.0.tgz#f79b3786682065492a3da6a60a4695da983805ac"
2698-
integrity sha512-Ty1vmF4NHJkolaEmdjtxTfSfkdb8Ywarwf63f+F8/mDD1uLSSWDxDuMiZxiPhwunLrn9LOSVItWj4bLYsLN3Dg==
2695+
jsdom@^16.4.0, jsdom@^16.6.0, jsdom@^16.7.0:
2696+
version "16.7.0"
2697+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710"
2698+
integrity sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==
26992699
dependencies:
27002700
abab "^2.0.5"
27012701
acorn "^8.2.4"
@@ -2722,7 +2722,7 @@ jsdom@^16.4.0, jsdom@^16.6.0:
27222722
whatwg-encoding "^1.0.5"
27232723
whatwg-mimetype "^2.3.0"
27242724
whatwg-url "^8.5.0"
2725-
ws "^7.4.5"
2725+
ws "^7.4.6"
27262726
xml-name-validator "^3.0.0"
27272727

27282728
jsesc@^2.5.1:
@@ -3607,10 +3607,10 @@ write-file-atomic@^3.0.0:
36073607
signal-exit "^3.0.2"
36083608
typedarray-to-buffer "^3.1.5"
36093609

3610-
ws@^7.4.5:
3611-
version "7.4.5"
3612-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
3613-
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
3610+
ws@^7.4.6:
3611+
version "7.5.3"
3612+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.3.tgz#160835b63c7d97bfab418fc1b8a9fced2ac01a74"
3613+
integrity sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==
36143614

36153615
xml-name-validator@^3.0.0:
36163616
version "3.0.0"

0 commit comments

Comments
 (0)