Skip to content

Commit

Permalink
chore(deps): update dependency jsdom to v14 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and potato4d committed Apr 4, 2019
1 parent 2454947 commit 1ee40a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"cheerio": "1.0.0-rc.2",
"codecov": "3.3.0",
"jest": "23.6.0",
"jsdom": "13.2.0",
"jsdom": "14.0.0",
"nuxt": "2.5.1",
"prettier": "1.16.4",
"puppeteer": "1.14.0",
Expand Down
17 changes: 5 additions & 12 deletions yarn.lock
Expand Up @@ -5523,10 +5523,10 @@ jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

jsdom@13.2.0:
version "13.2.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-13.2.0.tgz#b1a0dbdadc255435262be8ea3723d2dba0d7eb3a"
integrity sha512-cG1NtMWO9hWpqRNRR3dSvEQa8bFI6iLlqU2x4kwX51FQjp0qus8T9aBaAO6iGp3DeBrhdwuKxckknohkmfvsFw==
jsdom@14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-14.0.0.tgz#c7f1441ebcc57902d08d5fb2f6ba2baf746da7c6"
integrity sha512-/VkyPmdtbwqpJSkwDx3YyJ3U1oawYNB/h5z8vTUZGAzjtu2OHTeFRfnJqyMHsJ5Cyes23trOmvUpM1GfHH1leA==
dependencies:
abab "^2.0.0"
acorn "^6.0.4"
Expand Down Expand Up @@ -9807,7 +9807,7 @@ ws@^6.0.0:
dependencies:
async-limiter "~1.0.0"

ws@^6.1.0:
ws@^6.1.0, ws@^6.2.0:
version "6.2.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
Expand All @@ -9821,13 +9821,6 @@ ws@^6.1.2:
dependencies:
async-limiter "~1.0.0"

ws@^6.2.0:
version "6.2.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
dependencies:
async-limiter "~1.0.0"

xml-name-validator@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
Expand Down

0 comments on commit 1ee40a8

Please sign in to comment.