Skip to content

Commit 5f33940

Browse files
fix(deps): update dependency jsdom to v19 (#47)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 0ca5c29 commit 5f33940

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"dependencies": {
7575
"@types/marked": "^4.0.1",
7676
"dompurify": "^2.3.4",
77-
"jsdom": "^18.1.1",
77+
"jsdom": "^19.0.0",
7878
"marked": "^4.0.8"
7979
}
8080
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -829,10 +829,10 @@ js-yaml@4.1.0:
829829
dependencies:
830830
argparse "^2.0.1"
831831

832-
jsdom@^18.1.1:
833-
version "18.1.1"
834-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-18.1.1.tgz#15ec896f5ab7df9669a62375606f47c8c09551aa"
835-
integrity sha512-NmJQbjQ/gpS/1at/ce3nCx89HbXL/f5OcenBe8wU1Eik0ROhyUc3LtmG3567dEHAGXkN8rmILW/qtCOPxPHQJw==
832+
jsdom@^19.0.0:
833+
version "19.0.0"
834+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-19.0.0.tgz#93e67c149fe26816d38a849ea30ac93677e16b6a"
835+
integrity sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==
836836
dependencies:
837837
abab "^2.0.5"
838838
acorn "^8.5.0"

0 commit comments

Comments
 (0)