Skip to content

Commit

Permalink
fix(deps): update dependency jsdom to ^18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 12, 2021
1 parent cf9e6b5 commit cf9aa52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,7 +74,7 @@
"dependencies": {
"@types/marked": "^3.0.3",
"dompurify": "^2.3.3",
"jsdom": "^18.0.1",
"jsdom": "^18.1.0",
"marked": "^3.0.8"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -845,10 +845,10 @@ js-yaml@4.1.0:
dependencies:
argparse "^2.0.1"

jsdom@^18.0.1:
version "18.0.1"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-18.0.1.tgz#7317c91be425f31ff25814ad427eed8a2a310b61"
integrity sha512-mgVzrYP4IJiJKVqXkAdBn+jg+nQgPusBxTJulz3m1Y/1RIrkk8aDoNaQE5BNbHwe72WwiwE7k3Av2THXDpvzPQ==
jsdom@^18.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-18.1.0.tgz#43e88a0e4d6d2aeeec0a18810c0934c02b2ae3e4"
integrity sha512-q6QFAfSGLEUqRJ+GCV6vn6ItZCMARWh1d33wiJZPxc+wMNw7HK71JPmQ4C2lIZAsBH8TiJu4uplach/UcrC6bQ==
dependencies:
abab "^2.0.5"
acorn "^8.5.0"
Expand Down

0 comments on commit cf9aa52

Please sign in to comment.