Skip to content

Commit

Permalink
Merge pull request #99 from kkomelin/dependabot/npm_and_yarn/jsdom-19…
Browse files Browse the repository at this point in the history
….0.0

Bump jsdom from 18.1.0 to 19.0.0
  • Loading branch information
kkomelin authored Dec 3, 2021
2 parents 1e39022 + fa0e1c0 commit 4b51016
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@types/dompurify": "^2.3.1",
"dompurify": "^2.3.3",
"jsdom": "^18.0.1"
"jsdom": "^19.0.0"
},
"types": "index.d.ts",
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1887,10 +1887,10 @@ jsdom@^16.6.0:
ws "^7.4.6"
xml-name-validator "^3.0.0"

jsdom@^18.0.1:
version "18.1.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-18.1.0.tgz#43e88a0e4d6d2aeeec0a18810c0934c02b2ae3e4"
integrity sha512-q6QFAfSGLEUqRJ+GCV6vn6ItZCMARWh1d33wiJZPxc+wMNw7HK71JPmQ4C2lIZAsBH8TiJu4uplach/UcrC6bQ==
jsdom@^19.0.0:
version "19.0.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-19.0.0.tgz#93e67c149fe26816d38a849ea30ac93677e16b6a"
integrity sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==
dependencies:
abab "^2.0.5"
acorn "^8.5.0"
Expand Down

0 comments on commit 4b51016

Please sign in to comment.