Skip to content

Commit cf9aa52

Browse files
committed
fix(deps): update dependency jsdom to ^18.1.0
1 parent cf9e6b5 commit cf9aa52

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": "^3.0.3",
7676
"dompurify": "^2.3.3",
77-
"jsdom": "^18.0.1",
77+
"jsdom": "^18.1.0",
7878
"marked": "^3.0.8"
7979
}
8080
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -845,10 +845,10 @@ js-yaml@4.1.0:
845845
dependencies:
846846
argparse "^2.0.1"
847847

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

0 commit comments

Comments
 (0)