Skip to content

Commit b7e1ebb

Browse files
committed
fix(deps): update dependency @types/marked to ^4.0.1
1 parent d85b393 commit b7e1ebb

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.4.4"
7373
},
7474
"dependencies": {
75-
"@types/marked": "^4.0.0",
75+
"@types/marked": "^4.0.1",
7676
"dompurify": "^2.3.3",
7777
"jsdom": "^18.1.0",
7878
"marked": "^4.0.3"

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@^4.0.0":
80-
version "4.0.0"
81-
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-4.0.0.tgz#2e7036d348adc7f5916946349596194b99eb4673"
82-
integrity sha512-Zuz0vlQDfPuop4aFFWFdFTTpVmFqkwAQJ4Onxmgc2ZMxhgaO0UxEwWpz23uHXd9QhwsFB1BJBmWNjheZmqdBuQ==
79+
"@types/marked@^4.0.1":
80+
version "4.0.1"
81+
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-4.0.1.tgz#d588a7bbc4d6551c5e75249bc106ffda96ae33c5"
82+
integrity sha512-ZigEmCWdNUU7IjZEuQ/iaimYdDHWHfTe3kg8ORfKjyGYd9RWumPoOJRQXB0bO+XLkNwzCthW3wUIQtANaEZ1ag==
8383

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

0 commit comments

Comments
 (0)