Skip to content

Commit e082c5d

Browse files
committed
fix(deps): update dependency @types/marked to ^3.0.2
1 parent 6ff92d6 commit e082c5d

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
@@ -72,7 +72,7 @@
7272
"typescript": "^4.3.2"
7373
},
7474
"dependencies": {
75-
"@types/marked": "^3.0.1",
75+
"@types/marked": "^3.0.2",
7676
"dompurify": "^2.3.3",
7777
"jsdom": "^18.0.0",
7878
"marked": "^3.0.7"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
"@types/parse5" "*"
7777
"@types/tough-cookie" "*"
7878

79-
"@types/marked@^3.0.1":
80-
version "3.0.1"
81-
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-3.0.1.tgz#748645ecde30d8cf7861c3e1c360c6f694172f92"
82-
integrity sha512-jry/WUAC511P2NBCeiCkfTRCN2VXobeeQa8p8gImOYsRfnuIVfeEsqOJ1pk+CzCwfMCdv3dkTQRCYaNkkFGtxw==
79+
"@types/marked@^3.0.2":
80+
version "3.0.2"
81+
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-3.0.2.tgz#4a639575542ae7715fabbe450b08118e9093eb35"
82+
integrity sha512-mGYI9qFs+i5eYaytWKBbtEMbIkrXGKuhsDpDcj70ogKS2gk1NmgEy9Z3VEKz922Lfms6eITXXqv5idlX7C/irw==
8383

8484
"@types/mocha@^9.0.0":
8585
version "9.0.0"

0 commit comments

Comments
 (0)