Skip to content

Commit cf9e6b5

Browse files
committed
fix(deps): update dependency @types/marked to ^3.0.3
1 parent 584ad5b commit cf9e6b5

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.2",
75+
"@types/marked": "^3.0.3",
7676
"dompurify": "^2.3.3",
7777
"jsdom": "^18.0.1",
7878
"marked": "^3.0.8"

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.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==
79+
"@types/marked@^3.0.3":
80+
version "3.0.3"
81+
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-3.0.3.tgz#37878f405d5f0cff0e6128cea330bd0aa8df8cb3"
82+
integrity sha512-ZgAr847Wl68W+B0sWH7F4fDPxTzerLnRuUXjUpp1n4NjGSs8hgPAjAp7NQIXblG34MXTrf5wWkAK8PVJ2LIlVg==
8383

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

0 commit comments

Comments
 (0)