Skip to content

Commit 04cbc56

Browse files
committed
fix(deps): update dependency jsdom to ^18.1.1
1 parent b6b2201 commit 04cbc56

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.3",
77-
"jsdom": "^18.1.0",
77+
"jsdom": "^18.1.1",
7878
"marked": "^4.0.4"
7979
}
8080
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -834,10 +834,10 @@ js-yaml@4.1.0:
834834
dependencies:
835835
argparse "^2.0.1"
836836

837-
jsdom@^18.1.0:
838-
version "18.1.0"
839-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-18.1.0.tgz#43e88a0e4d6d2aeeec0a18810c0934c02b2ae3e4"
840-
integrity sha512-q6QFAfSGLEUqRJ+GCV6vn6ItZCMARWh1d33wiJZPxc+wMNw7HK71JPmQ4C2lIZAsBH8TiJu4uplach/UcrC6bQ==
837+
jsdom@^18.1.1:
838+
version "18.1.1"
839+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-18.1.1.tgz#15ec896f5ab7df9669a62375606f47c8c09551aa"
840+
integrity sha512-NmJQbjQ/gpS/1at/ce3nCx89HbXL/f5OcenBe8wU1Eik0ROhyUc3LtmG3567dEHAGXkN8rmILW/qtCOPxPHQJw==
841841
dependencies:
842842
abab "^2.0.5"
843843
acorn "^8.5.0"

0 commit comments

Comments
 (0)